ServerForm.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace ErpServer
  2. {
  3. partial class ServerForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerForm));
  30. this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
  31. this.menuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.stripSetting = new System.Windows.Forms.ToolStripMenuItem();
  33. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  34. this.stripExit = new System.Windows.Forms.ToolStripMenuItem();
  35. this.btnSure = new System.Windows.Forms.Button();
  36. this.txtFolder = new System.Windows.Forms.TextBox();
  37. this.lblName = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.txtActionFolder = new System.Windows.Forms.TextBox();
  40. this.txtUser = new System.Windows.Forms.TextBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.txtCon = new System.Windows.Forms.RichTextBox();
  43. this.serverTimer = new System.Windows.Forms.Timer(this.components);
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.menuStrip.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // notifyIcon
  49. //
  50. this.notifyIcon.ContextMenuStrip = this.menuStrip;
  51. this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
  52. this.notifyIcon.Text = "鑫港ERP";
  53. this.notifyIcon.Visible = true;
  54. //
  55. // menuStrip
  56. //
  57. this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  58. this.stripSetting,
  59. this.toolStripMenuItem1,
  60. this.stripExit});
  61. this.menuStrip.Name = "menuStrip";
  62. this.menuStrip.Size = new System.Drawing.Size(116, 54);
  63. //
  64. // stripSetting
  65. //
  66. this.stripSetting.Name = "stripSetting";
  67. this.stripSetting.Size = new System.Drawing.Size(115, 22);
  68. this.stripSetting.Text = "显示(&S)";
  69. this.stripSetting.Click += new System.EventHandler(this.stripSetting_Click);
  70. //
  71. // toolStripMenuItem1
  72. //
  73. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  74. this.toolStripMenuItem1.Size = new System.Drawing.Size(112, 6);
  75. //
  76. // stripExit
  77. //
  78. this.stripExit.Name = "stripExit";
  79. this.stripExit.Size = new System.Drawing.Size(115, 22);
  80. this.stripExit.Text = "退出(&E)";
  81. this.stripExit.Click += new System.EventHandler(this.stripExit_Click);
  82. //
  83. // btnSure
  84. //
  85. this.btnSure.Location = new System.Drawing.Point(104, 113);
  86. this.btnSure.Name = "btnSure";
  87. this.btnSure.Size = new System.Drawing.Size(100, 33);
  88. this.btnSure.TabIndex = 0;
  89. this.btnSure.Text = "确定更新站点";
  90. this.btnSure.UseVisualStyleBackColor = true;
  91. this.btnSure.Click += new System.EventHandler(this.btnSure_Click);
  92. //
  93. // txtFolder
  94. //
  95. this.txtFolder.Location = new System.Drawing.Point(104, 50);
  96. this.txtFolder.Name = "txtFolder";
  97. this.txtFolder.Size = new System.Drawing.Size(343, 21);
  98. this.txtFolder.TabIndex = 1;
  99. this.txtFolder.Text = "sg";
  100. //
  101. // lblName
  102. //
  103. this.lblName.AutoSize = true;
  104. this.lblName.Location = new System.Drawing.Point(35, 53);
  105. this.lblName.Name = "lblName";
  106. this.lblName.Size = new System.Drawing.Size(65, 12);
  107. this.lblName.TabIndex = 2;
  108. this.lblName.Text = "源目录名:";
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Location = new System.Drawing.Point(36, 86);
  114. this.label1.Name = "label1";
  115. this.label1.Size = new System.Drawing.Size(65, 12);
  116. this.label1.TabIndex = 4;
  117. this.label1.Text = "目标路径:";
  118. //
  119. // txtActionFolder
  120. //
  121. this.txtActionFolder.Location = new System.Drawing.Point(104, 84);
  122. this.txtActionFolder.Name = "txtActionFolder";
  123. this.txtActionFolder.Size = new System.Drawing.Size(343, 21);
  124. this.txtActionFolder.TabIndex = 3;
  125. this.txtActionFolder.Text = "G:\\PublishSite\\Web160921_builder";
  126. //
  127. // txtUser
  128. //
  129. this.txtUser.Location = new System.Drawing.Point(104, 17);
  130. this.txtUser.Name = "txtUser";
  131. this.txtUser.Size = new System.Drawing.Size(128, 21);
  132. this.txtUser.TabIndex = 8;
  133. this.txtUser.Text = "lyxg";
  134. //
  135. // label2
  136. //
  137. this.label2.AutoSize = true;
  138. this.label2.Location = new System.Drawing.Point(23, 19);
  139. this.label2.Name = "label2";
  140. this.label2.Size = new System.Drawing.Size(77, 12);
  141. this.label2.TabIndex = 7;
  142. this.label2.Text = "进程用户名:";
  143. //
  144. // txtCon
  145. //
  146. this.txtCon.Location = new System.Drawing.Point(12, 150);
  147. this.txtCon.Name = "txtCon";
  148. this.txtCon.Size = new System.Drawing.Size(492, 170);
  149. this.txtCon.TabIndex = 9;
  150. this.txtCon.Text = "";
  151. //
  152. // button1
  153. //
  154. this.button1.Location = new System.Drawing.Point(211, 113);
  155. this.button1.Name = "button1";
  156. this.button1.Size = new System.Drawing.Size(75, 23);
  157. this.button1.TabIndex = 10;
  158. this.button1.Text = "button1";
  159. this.button1.UseVisualStyleBackColor = true;
  160. this.button1.Click += new System.EventHandler(this.button1_Click);
  161. //
  162. // ServerForm
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.ClientSize = new System.Drawing.Size(516, 326);
  167. this.Controls.Add(this.button1);
  168. this.Controls.Add(this.txtCon);
  169. this.Controls.Add(this.txtUser);
  170. this.Controls.Add(this.label2);
  171. this.Controls.Add(this.label1);
  172. this.Controls.Add(this.txtActionFolder);
  173. this.Controls.Add(this.lblName);
  174. this.Controls.Add(this.txtFolder);
  175. this.Controls.Add(this.btnSure);
  176. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  177. this.MaximizeBox = false;
  178. this.MinimizeBox = false;
  179. this.Name = "ServerForm";
  180. this.ShowInTaskbar = false;
  181. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  182. this.Text = "服务端";
  183. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  184. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  185. this.Load += new System.EventHandler(this.ServerForm_Load);
  186. this.menuStrip.ResumeLayout(false);
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.NotifyIcon notifyIcon;
  192. private System.Windows.Forms.Button btnSure;
  193. private System.Windows.Forms.TextBox txtFolder;
  194. private System.Windows.Forms.Label lblName;
  195. private System.Windows.Forms.Label label1;
  196. private System.Windows.Forms.TextBox txtActionFolder;
  197. private System.Windows.Forms.TextBox txtUser;
  198. private System.Windows.Forms.Label label2;
  199. private System.Windows.Forms.RichTextBox txtCon;
  200. private System.Windows.Forms.ContextMenuStrip menuStrip;
  201. private System.Windows.Forms.ToolStripMenuItem stripSetting;
  202. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  203. private System.Windows.Forms.ToolStripMenuItem stripExit;
  204. private System.Windows.Forms.Timer serverTimer;
  205. private System.Windows.Forms.Button button1;
  206. }
  207. }