SettingForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. namespace xicheji
  2. {
  3. partial class SettingForm
  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. btnOK = new Button();
  29. btnCancel = new Button();
  30. groupBox1 = new GroupBox();
  31. txtServer = new TextBox();
  32. label1 = new Label();
  33. groupBox2 = new GroupBox();
  34. label6 = new Label();
  35. nudInterval = new NumericUpDown();
  36. cboPLCType = new ComboBox();
  37. label4 = new Label();
  38. label5 = new Label();
  39. txtPLCPort = new TextBox();
  40. label3 = new Label();
  41. txtPLCIP = new TextBox();
  42. label2 = new Label();
  43. groupBox3 = new GroupBox();
  44. label7 = new Label();
  45. label8 = new Label();
  46. txtPassword = new TextBox();
  47. txtUserName = new TextBox();
  48. txtCameraPort = new TextBox();
  49. label10 = new Label();
  50. txtCameraIP = new TextBox();
  51. label11 = new Label();
  52. groupBox1.SuspendLayout();
  53. groupBox2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)nudInterval).BeginInit();
  55. groupBox3.SuspendLayout();
  56. SuspendLayout();
  57. //
  58. // btnOK
  59. //
  60. btnOK.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
  61. btnOK.Location = new Point(276, 486);
  62. btnOK.Name = "btnOK";
  63. btnOK.Size = new Size(75, 23);
  64. btnOK.TabIndex = 12;
  65. btnOK.Text = "确定";
  66. btnOK.UseVisualStyleBackColor = true;
  67. btnOK.Click += btnOK_Click;
  68. //
  69. // btnCancel
  70. //
  71. btnCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
  72. btnCancel.Location = new Point(357, 486);
  73. btnCancel.Name = "btnCancel";
  74. btnCancel.Size = new Size(75, 23);
  75. btnCancel.TabIndex = 13;
  76. btnCancel.Text = "取消";
  77. btnCancel.UseVisualStyleBackColor = true;
  78. btnCancel.Click += btnCancel_Click;
  79. //
  80. // groupBox1
  81. //
  82. groupBox1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  83. groupBox1.Controls.Add(txtServer);
  84. groupBox1.Controls.Add(label1);
  85. groupBox1.Location = new Point(12, 12);
  86. groupBox1.Name = "groupBox1";
  87. groupBox1.Size = new Size(420, 64);
  88. groupBox1.TabIndex = 0;
  89. groupBox1.TabStop = false;
  90. groupBox1.Text = "平台";
  91. //
  92. // txtServer
  93. //
  94. txtServer.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  95. txtServer.Location = new Point(90, 22);
  96. txtServer.Name = "txtServer";
  97. txtServer.Size = new Size(303, 23);
  98. txtServer.TabIndex = 1;
  99. //
  100. // label1
  101. //
  102. label1.AutoSize = true;
  103. label1.Location = new Point(25, 25);
  104. label1.Name = "label1";
  105. label1.Size = new Size(59, 17);
  106. label1.TabIndex = 0;
  107. label1.Text = "服务地址:";
  108. //
  109. // groupBox2
  110. //
  111. groupBox2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  112. groupBox2.Controls.Add(label6);
  113. groupBox2.Controls.Add(nudInterval);
  114. groupBox2.Controls.Add(cboPLCType);
  115. groupBox2.Controls.Add(label4);
  116. groupBox2.Controls.Add(label5);
  117. groupBox2.Controls.Add(txtPLCPort);
  118. groupBox2.Controls.Add(label3);
  119. groupBox2.Controls.Add(txtPLCIP);
  120. groupBox2.Controls.Add(label2);
  121. groupBox2.Location = new Point(12, 92);
  122. groupBox2.Name = "groupBox2";
  123. groupBox2.Size = new Size(420, 182);
  124. groupBox2.TabIndex = 2;
  125. groupBox2.TabStop = false;
  126. groupBox2.Text = "PLC";
  127. //
  128. // label6
  129. //
  130. label6.AutoSize = true;
  131. label6.Location = new Point(131, 148);
  132. label6.Name = "label6";
  133. label6.Size = new Size(20, 17);
  134. label6.TabIndex = 7;
  135. label6.Text = "秒";
  136. //
  137. // nudInterval
  138. //
  139. nudInterval.Location = new Point(90, 145);
  140. nudInterval.Maximum = new decimal(new int[] { 10, 0, 0, 0 });
  141. nudInterval.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
  142. nudInterval.Name = "nudInterval";
  143. nudInterval.Size = new Size(40, 23);
  144. nudInterval.TabIndex = 6;
  145. nudInterval.TextAlign = HorizontalAlignment.Right;
  146. nudInterval.Value = new decimal(new int[] { 2, 0, 0, 0 });
  147. //
  148. // cboPLCType
  149. //
  150. cboPLCType.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  151. cboPLCType.FormattingEnabled = true;
  152. cboPLCType.Location = new Point(90, 104);
  153. cboPLCType.Name = "cboPLCType";
  154. cboPLCType.Size = new Size(303, 25);
  155. cboPLCType.TabIndex = 5;
  156. //
  157. // label4
  158. //
  159. label4.AutoSize = true;
  160. label4.Location = new Point(25, 107);
  161. label4.Name = "label4";
  162. label4.Size = new Size(35, 17);
  163. label4.TabIndex = 0;
  164. label4.Text = "类型:";
  165. //
  166. // label5
  167. //
  168. label5.AutoSize = true;
  169. label5.Location = new Point(25, 148);
  170. label5.Name = "label5";
  171. label5.Size = new Size(59, 17);
  172. label5.TabIndex = 0;
  173. label5.Text = "接受频率:";
  174. //
  175. // txtPLCPort
  176. //
  177. txtPLCPort.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  178. txtPLCPort.Location = new Point(90, 63);
  179. txtPLCPort.Name = "txtPLCPort";
  180. txtPLCPort.Size = new Size(303, 23);
  181. txtPLCPort.TabIndex = 4;
  182. //
  183. // label3
  184. //
  185. label3.AutoSize = true;
  186. label3.Location = new Point(25, 66);
  187. label3.Name = "label3";
  188. label3.Size = new Size(47, 17);
  189. label3.TabIndex = 0;
  190. label3.Text = "端口号:";
  191. //
  192. // txtPLCIP
  193. //
  194. txtPLCIP.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  195. txtPLCIP.Location = new Point(90, 22);
  196. txtPLCIP.Name = "txtPLCIP";
  197. txtPLCIP.Size = new Size(303, 23);
  198. txtPLCIP.TabIndex = 3;
  199. //
  200. // label2
  201. //
  202. label2.AutoSize = true;
  203. label2.Location = new Point(25, 25);
  204. label2.Name = "label2";
  205. label2.Size = new Size(22, 17);
  206. label2.TabIndex = 0;
  207. label2.Text = "IP:";
  208. //
  209. // groupBox3
  210. //
  211. groupBox3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  212. groupBox3.Controls.Add(label7);
  213. groupBox3.Controls.Add(label8);
  214. groupBox3.Controls.Add(txtPassword);
  215. groupBox3.Controls.Add(txtUserName);
  216. groupBox3.Controls.Add(txtCameraPort);
  217. groupBox3.Controls.Add(label10);
  218. groupBox3.Controls.Add(txtCameraIP);
  219. groupBox3.Controls.Add(label11);
  220. groupBox3.Location = new Point(12, 291);
  221. groupBox3.Name = "groupBox3";
  222. groupBox3.Size = new Size(420, 182);
  223. groupBox3.TabIndex = 7;
  224. groupBox3.TabStop = false;
  225. groupBox3.Text = "摄像头";
  226. //
  227. // label7
  228. //
  229. label7.AutoSize = true;
  230. label7.Location = new Point(25, 145);
  231. label7.Name = "label7";
  232. label7.Size = new Size(35, 17);
  233. label7.TabIndex = 0;
  234. label7.Text = "密码:";
  235. //
  236. // label8
  237. //
  238. label8.AutoSize = true;
  239. label8.Location = new Point(25, 104);
  240. label8.Name = "label8";
  241. label8.Size = new Size(47, 17);
  242. label8.TabIndex = 0;
  243. label8.Text = "用户名:";
  244. //
  245. // txtPassword
  246. //
  247. txtPassword.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  248. txtPassword.Location = new Point(90, 142);
  249. txtPassword.Name = "txtPassword";
  250. txtPassword.Size = new Size(303, 23);
  251. txtPassword.TabIndex = 11;
  252. //
  253. // txtUserName
  254. //
  255. txtUserName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  256. txtUserName.Location = new Point(90, 102);
  257. txtUserName.Name = "txtUserName";
  258. txtUserName.Size = new Size(303, 23);
  259. txtUserName.TabIndex = 10;
  260. //
  261. // txtCameraPort
  262. //
  263. txtCameraPort.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  264. txtCameraPort.Location = new Point(90, 62);
  265. txtCameraPort.Name = "txtCameraPort";
  266. txtCameraPort.Size = new Size(303, 23);
  267. txtCameraPort.TabIndex = 9;
  268. //
  269. // label10
  270. //
  271. label10.AutoSize = true;
  272. label10.Location = new Point(25, 65);
  273. label10.Name = "label10";
  274. label10.Size = new Size(47, 17);
  275. label10.TabIndex = 0;
  276. label10.Text = "端口号:";
  277. //
  278. // txtCameraIP
  279. //
  280. txtCameraIP.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  281. txtCameraIP.Location = new Point(90, 22);
  282. txtCameraIP.Name = "txtCameraIP";
  283. txtCameraIP.Size = new Size(303, 23);
  284. txtCameraIP.TabIndex = 8;
  285. //
  286. // label11
  287. //
  288. label11.AutoSize = true;
  289. label11.Location = new Point(25, 25);
  290. label11.Name = "label11";
  291. label11.Size = new Size(22, 17);
  292. label11.TabIndex = 0;
  293. label11.Text = "IP:";
  294. //
  295. // SettingForm
  296. //
  297. AcceptButton = btnOK;
  298. AutoScaleDimensions = new SizeF(7F, 17F);
  299. AutoScaleMode = AutoScaleMode.Font;
  300. CancelButton = btnCancel;
  301. ClientSize = new Size(444, 521);
  302. Controls.Add(groupBox3);
  303. Controls.Add(groupBox2);
  304. Controls.Add(groupBox1);
  305. Controls.Add(btnCancel);
  306. Controls.Add(btnOK);
  307. FormBorderStyle = FormBorderStyle.FixedSingle;
  308. MaximizeBox = false;
  309. MinimizeBox = false;
  310. MinimumSize = new Size(460, 560);
  311. Name = "SettingForm";
  312. ShowIcon = false;
  313. StartPosition = FormStartPosition.CenterParent;
  314. Text = "配置";
  315. Load += SettingForm_Load;
  316. groupBox1.ResumeLayout(false);
  317. groupBox1.PerformLayout();
  318. groupBox2.ResumeLayout(false);
  319. groupBox2.PerformLayout();
  320. ((System.ComponentModel.ISupportInitialize)nudInterval).EndInit();
  321. groupBox3.ResumeLayout(false);
  322. groupBox3.PerformLayout();
  323. ResumeLayout(false);
  324. }
  325. #endregion
  326. private Button btnOK;
  327. private Button btnCancel;
  328. private GroupBox groupBox1;
  329. private TextBox txtServer;
  330. private Label label1;
  331. private GroupBox groupBox2;
  332. private TextBox txtPLCIP;
  333. private Label label2;
  334. private ComboBox cboPLCType;
  335. private Label label4;
  336. private TextBox txtPLCPort;
  337. private Label label3;
  338. private Label label6;
  339. private NumericUpDown nudInterval;
  340. private Label label5;
  341. private GroupBox groupBox3;
  342. private Label label8;
  343. private Label label9;
  344. private TextBox txtCameraIP;
  345. private Label label10;
  346. private TextBox txtCameraPort;
  347. private Label label11;
  348. private TextBox txtUserName;
  349. private Label label7;
  350. private TextBox txtPassword;
  351. private TextBox textBox3;
  352. }
  353. }