Form4.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace FileWatcher
  2. {
  3. partial class Form4
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.StartWatch = new System.Windows.Forms.Button();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.textBox4 = new System.Windows.Forms.TextBox();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.textBox5 = new System.Windows.Forms.TextBox();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.comboBox1 = new System.Windows.Forms.ComboBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // StartWatch
  49. //
  50. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.StartWatch.Location = new System.Drawing.Point(344, 206);
  52. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  53. this.StartWatch.Name = "StartWatch";
  54. this.StartWatch.Size = new System.Drawing.Size(128, 52);
  55. this.StartWatch.TabIndex = 17;
  56. this.StartWatch.Text = "取消";
  57. this.StartWatch.UseVisualStyleBackColor = true;
  58. //
  59. // textBox1
  60. //
  61. this.textBox1.Location = new System.Drawing.Point(1006, 340);
  62. this.textBox1.Name = "textBox1";
  63. this.textBox1.Size = new System.Drawing.Size(125, 35);
  64. this.textBox1.TabIndex = 22;
  65. //
  66. // label3
  67. //
  68. this.label3.AutoSize = true;
  69. this.label3.Location = new System.Drawing.Point(882, 343);
  70. this.label3.Name = "label3";
  71. this.label3.Size = new System.Drawing.Size(106, 24);
  72. this.label3.TabIndex = 23;
  73. this.label3.Text = "自动监听";
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Location = new System.Drawing.Point(882, 209);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(58, 24);
  81. this.label1.TabIndex = 25;
  82. this.label1.Text = "岗位";
  83. //
  84. // textBox2
  85. //
  86. this.textBox2.Location = new System.Drawing.Point(1006, 206);
  87. this.textBox2.Name = "textBox2";
  88. this.textBox2.Size = new System.Drawing.Size(125, 35);
  89. this.textBox2.TabIndex = 24;
  90. //
  91. // label2
  92. //
  93. this.label2.AutoSize = true;
  94. this.label2.Location = new System.Drawing.Point(882, 400);
  95. this.label2.Name = "label2";
  96. this.label2.Size = new System.Drawing.Size(82, 24);
  97. this.label2.TabIndex = 26;
  98. this.label2.Text = "中控IP";
  99. //
  100. // label4
  101. //
  102. this.label4.AutoSize = true;
  103. this.label4.Location = new System.Drawing.Point(882, 143);
  104. this.label4.Name = "label4";
  105. this.label4.Size = new System.Drawing.Size(58, 24);
  106. this.label4.TabIndex = 28;
  107. this.label4.Text = "线别";
  108. //
  109. // textBox3
  110. //
  111. this.textBox3.Location = new System.Drawing.Point(1006, 140);
  112. this.textBox3.Name = "textBox3";
  113. this.textBox3.Size = new System.Drawing.Size(125, 35);
  114. this.textBox3.TabIndex = 27;
  115. //
  116. // label5
  117. //
  118. this.label5.AutoSize = true;
  119. this.label5.Location = new System.Drawing.Point(882, 274);
  120. this.label5.Name = "label5";
  121. this.label5.Size = new System.Drawing.Size(58, 24);
  122. this.label5.TabIndex = 30;
  123. this.label5.Text = "人员";
  124. //
  125. // textBox4
  126. //
  127. this.textBox4.Location = new System.Drawing.Point(1006, 271);
  128. this.textBox4.Name = "textBox4";
  129. this.textBox4.Size = new System.Drawing.Size(125, 35);
  130. this.textBox4.TabIndex = 29;
  131. //
  132. // label6
  133. //
  134. this.label6.AutoSize = true;
  135. this.label6.Location = new System.Drawing.Point(61, 154);
  136. this.label6.Name = "label6";
  137. this.label6.Size = new System.Drawing.Size(58, 24);
  138. this.label6.TabIndex = 32;
  139. this.label6.Text = "备注";
  140. //
  141. // textBox5
  142. //
  143. this.textBox5.Location = new System.Drawing.Point(185, 151);
  144. this.textBox5.Name = "textBox5";
  145. this.textBox5.Size = new System.Drawing.Size(378, 35);
  146. this.textBox5.TabIndex = 31;
  147. //
  148. // button1
  149. //
  150. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.button1.Location = new System.Drawing.Point(185, 202);
  152. this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  153. this.button1.Name = "button1";
  154. this.button1.Size = new System.Drawing.Size(128, 52);
  155. this.button1.TabIndex = 33;
  156. this.button1.Text = "确定";
  157. this.button1.UseVisualStyleBackColor = true;
  158. //
  159. // pictureBox1
  160. //
  161. this.pictureBox1.Location = new System.Drawing.Point(185, 317);
  162. this.pictureBox1.Name = "pictureBox1";
  163. this.pictureBox1.Size = new System.Drawing.Size(600, 379);
  164. this.pictureBox1.TabIndex = 34;
  165. this.pictureBox1.TabStop = false;
  166. //
  167. // label7
  168. //
  169. this.label7.AutoSize = true;
  170. this.label7.Location = new System.Drawing.Point(181, 279);
  171. this.label7.Name = "label7";
  172. this.label7.Size = new System.Drawing.Size(106, 24);
  173. this.label7.TabIndex = 35;
  174. this.label7.Text = "图片表格";
  175. //
  176. // comboBox1
  177. //
  178. this.comboBox1.FormattingEnabled = true;
  179. this.comboBox1.Location = new System.Drawing.Point(185, 62);
  180. this.comboBox1.Name = "comboBox1";
  181. this.comboBox1.Size = new System.Drawing.Size(121, 32);
  182. this.comboBox1.TabIndex = 36;
  183. //
  184. // label8
  185. //
  186. this.label8.AutoSize = true;
  187. this.label8.Location = new System.Drawing.Point(61, 65);
  188. this.label8.Name = "label8";
  189. this.label8.Size = new System.Drawing.Size(58, 24);
  190. this.label8.TabIndex = 37;
  191. this.label8.Text = "原因";
  192. //
  193. // Form4
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.ClientSize = new System.Drawing.Size(1419, 820);
  198. this.Controls.Add(this.label8);
  199. this.Controls.Add(this.comboBox1);
  200. this.Controls.Add(this.label7);
  201. this.Controls.Add(this.pictureBox1);
  202. this.Controls.Add(this.button1);
  203. this.Controls.Add(this.label6);
  204. this.Controls.Add(this.textBox5);
  205. this.Controls.Add(this.label5);
  206. this.Controls.Add(this.textBox4);
  207. this.Controls.Add(this.label4);
  208. this.Controls.Add(this.textBox3);
  209. this.Controls.Add(this.label2);
  210. this.Controls.Add(this.label1);
  211. this.Controls.Add(this.textBox2);
  212. this.Controls.Add(this.label3);
  213. this.Controls.Add(this.textBox1);
  214. this.Controls.Add(this.StartWatch);
  215. this.Name = "Form4";
  216. this.Text = "Form4";
  217. this.Load += new System.EventHandler(this.Form4_Load);
  218. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  219. this.ResumeLayout(false);
  220. this.PerformLayout();
  221. }
  222. #endregion
  223. private System.Windows.Forms.Button StartWatch;
  224. private System.Windows.Forms.TextBox textBox1;
  225. private System.Windows.Forms.Label label3;
  226. private System.Windows.Forms.Label label1;
  227. private System.Windows.Forms.TextBox textBox2;
  228. private System.Windows.Forms.Label label2;
  229. private System.Windows.Forms.Label label4;
  230. private System.Windows.Forms.TextBox textBox3;
  231. private System.Windows.Forms.Label label5;
  232. private System.Windows.Forms.TextBox textBox4;
  233. private System.Windows.Forms.Label label6;
  234. private System.Windows.Forms.TextBox textBox5;
  235. private System.Windows.Forms.Button button1;
  236. private System.Windows.Forms.PictureBox pictureBox1;
  237. private System.Windows.Forms.Label label7;
  238. private System.Windows.Forms.ComboBox comboBox1;
  239. private System.Windows.Forms.Label label8;
  240. }
  241. }