Form4.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // StartWatch
  47. //
  48. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.StartWatch.Location = new System.Drawing.Point(344, 206);
  50. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  51. this.StartWatch.Name = "StartWatch";
  52. this.StartWatch.Size = new System.Drawing.Size(128, 52);
  53. this.StartWatch.TabIndex = 17;
  54. this.StartWatch.Text = "播放";
  55. this.StartWatch.UseVisualStyleBackColor = true;
  56. //
  57. // textBox1
  58. //
  59. this.textBox1.Location = new System.Drawing.Point(1006, 340);
  60. this.textBox1.Name = "textBox1";
  61. this.textBox1.Size = new System.Drawing.Size(125, 35);
  62. this.textBox1.TabIndex = 22;
  63. //
  64. // label3
  65. //
  66. this.label3.AutoSize = true;
  67. this.label3.Location = new System.Drawing.Point(882, 343);
  68. this.label3.Name = "label3";
  69. this.label3.Size = new System.Drawing.Size(106, 24);
  70. this.label3.TabIndex = 23;
  71. this.label3.Text = "自动监听";
  72. //
  73. // label1
  74. //
  75. this.label1.AutoSize = true;
  76. this.label1.Location = new System.Drawing.Point(882, 209);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(58, 24);
  79. this.label1.TabIndex = 25;
  80. this.label1.Text = "岗位";
  81. //
  82. // textBox2
  83. //
  84. this.textBox2.Location = new System.Drawing.Point(1006, 206);
  85. this.textBox2.Name = "textBox2";
  86. this.textBox2.Size = new System.Drawing.Size(125, 35);
  87. this.textBox2.TabIndex = 24;
  88. //
  89. // label2
  90. //
  91. this.label2.AutoSize = true;
  92. this.label2.Location = new System.Drawing.Point(882, 400);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(82, 24);
  95. this.label2.TabIndex = 26;
  96. this.label2.Text = "中控IP";
  97. //
  98. // label4
  99. //
  100. this.label4.AutoSize = true;
  101. this.label4.Location = new System.Drawing.Point(882, 143);
  102. this.label4.Name = "label4";
  103. this.label4.Size = new System.Drawing.Size(58, 24);
  104. this.label4.TabIndex = 28;
  105. this.label4.Text = "线别";
  106. //
  107. // textBox3
  108. //
  109. this.textBox3.Location = new System.Drawing.Point(1006, 140);
  110. this.textBox3.Name = "textBox3";
  111. this.textBox3.Size = new System.Drawing.Size(125, 35);
  112. this.textBox3.TabIndex = 27;
  113. //
  114. // label5
  115. //
  116. this.label5.AutoSize = true;
  117. this.label5.Location = new System.Drawing.Point(882, 274);
  118. this.label5.Name = "label5";
  119. this.label5.Size = new System.Drawing.Size(58, 24);
  120. this.label5.TabIndex = 30;
  121. this.label5.Text = "人员";
  122. //
  123. // textBox4
  124. //
  125. this.textBox4.Location = new System.Drawing.Point(1006, 271);
  126. this.textBox4.Name = "textBox4";
  127. this.textBox4.Size = new System.Drawing.Size(125, 35);
  128. this.textBox4.TabIndex = 29;
  129. //
  130. // label6
  131. //
  132. this.label6.AutoSize = true;
  133. this.label6.Location = new System.Drawing.Point(61, 154);
  134. this.label6.Name = "label6";
  135. this.label6.Size = new System.Drawing.Size(94, 24);
  136. this.label6.TabIndex = 32;
  137. this.label6.Text = "选择SOP";
  138. //
  139. // textBox5
  140. //
  141. this.textBox5.Location = new System.Drawing.Point(185, 151);
  142. this.textBox5.Name = "textBox5";
  143. this.textBox5.Size = new System.Drawing.Size(378, 35);
  144. this.textBox5.TabIndex = 31;
  145. //
  146. // button1
  147. //
  148. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.button1.Location = new System.Drawing.Point(185, 202);
  150. this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  151. this.button1.Name = "button1";
  152. this.button1.Size = new System.Drawing.Size(128, 52);
  153. this.button1.TabIndex = 33;
  154. this.button1.Text = "搜索";
  155. this.button1.UseVisualStyleBackColor = true;
  156. //
  157. // pictureBox1
  158. //
  159. this.pictureBox1.Location = new System.Drawing.Point(185, 317);
  160. this.pictureBox1.Name = "pictureBox1";
  161. this.pictureBox1.Size = new System.Drawing.Size(600, 379);
  162. this.pictureBox1.TabIndex = 34;
  163. this.pictureBox1.TabStop = false;
  164. //
  165. // label7
  166. //
  167. this.label7.AutoSize = true;
  168. this.label7.Location = new System.Drawing.Point(181, 279);
  169. this.label7.Name = "label7";
  170. this.label7.Size = new System.Drawing.Size(106, 24);
  171. this.label7.TabIndex = 35;
  172. this.label7.Text = "图片表格";
  173. //
  174. // Form4
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.ClientSize = new System.Drawing.Size(1419, 820);
  179. this.Controls.Add(this.label7);
  180. this.Controls.Add(this.pictureBox1);
  181. this.Controls.Add(this.button1);
  182. this.Controls.Add(this.label6);
  183. this.Controls.Add(this.textBox5);
  184. this.Controls.Add(this.label5);
  185. this.Controls.Add(this.textBox4);
  186. this.Controls.Add(this.label4);
  187. this.Controls.Add(this.textBox3);
  188. this.Controls.Add(this.label2);
  189. this.Controls.Add(this.label1);
  190. this.Controls.Add(this.textBox2);
  191. this.Controls.Add(this.label3);
  192. this.Controls.Add(this.textBox1);
  193. this.Controls.Add(this.StartWatch);
  194. this.Name = "Form4";
  195. this.Text = "Form4";
  196. this.Load += new System.EventHandler(this.Form4_Load);
  197. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  198. this.ResumeLayout(true);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private System.Windows.Forms.Button StartWatch;
  203. private System.Windows.Forms.TextBox textBox1;
  204. private System.Windows.Forms.Label label3;
  205. private System.Windows.Forms.Label label1;
  206. private System.Windows.Forms.TextBox textBox2;
  207. private System.Windows.Forms.Label label2;
  208. private System.Windows.Forms.Label label4;
  209. private System.Windows.Forms.TextBox textBox3;
  210. private System.Windows.Forms.Label label5;
  211. private System.Windows.Forms.TextBox textBox4;
  212. private System.Windows.Forms.Label label6;
  213. private System.Windows.Forms.TextBox textBox5;
  214. private System.Windows.Forms.Button button1;
  215. private System.Windows.Forms.PictureBox pictureBox1;
  216. private System.Windows.Forms.Label label7;
  217. }
  218. }