FrmAlarmSetting.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. namespace ResetWarning
  2. {
  3. partial class FrmAlarmSetting
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.dgv1 = new System.Windows.Forms.DataGridView();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.btn_Refresh = new System.Windows.Forms.Button();
  32. this.txt_IP = new System.Windows.Forms.TextBox();
  33. this.btn_Update = new System.Windows.Forms.Button();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.lbl_Port = new System.Windows.Forms.Label();
  36. this.lbl_ID = new System.Windows.Forms.Label();
  37. this.lbl_Type = new System.Windows.Forms.Label();
  38. this.lbl_IP = new System.Windows.Forms.Label();
  39. this.txt_ID = new System.Windows.Forms.TextBox();
  40. this.txt_Type = new System.Windows.Forms.TextBox();
  41. this.txt_Port = new System.Windows.Forms.TextBox();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.groupBox1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  47. this.groupBox2.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // groupBox1
  51. //
  52. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)));
  54. this.groupBox1.Controls.Add(this.dgv1);
  55. this.groupBox1.Location = new System.Drawing.Point(3, 2);
  56. this.groupBox1.Name = "groupBox1";
  57. this.groupBox1.Size = new System.Drawing.Size(529, 470);
  58. this.groupBox1.TabIndex = 0;
  59. this.groupBox1.TabStop = false;
  60. this.groupBox1.Text = "数据列表";
  61. //
  62. // dgv1
  63. //
  64. this.dgv1.AllowUserToAddRows = false;
  65. this.dgv1.AllowUserToDeleteRows = false;
  66. this.dgv1.BackgroundColor = System.Drawing.Color.Pink;
  67. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  68. this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.dgv1.Location = new System.Drawing.Point(3, 17);
  70. this.dgv1.Name = "dgv1";
  71. this.dgv1.ReadOnly = true;
  72. this.dgv1.RowHeadersWidth = 62;
  73. this.dgv1.RowTemplate.Height = 23;
  74. this.dgv1.Size = new System.Drawing.Size(523, 450);
  75. this.dgv1.TabIndex = 0;
  76. this.dgv1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv1_CellMouseClick);
  77. this.dgv1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv1_RowPostPaint);
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("宋体", 20F);
  83. this.label1.Location = new System.Drawing.Point(58, 30);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(94, 27);
  86. this.label1.TabIndex = 2;
  87. this.label1.Text = "IP地址";
  88. //
  89. // btn_Refresh
  90. //
  91. this.btn_Refresh.Font = new System.Drawing.Font("宋体", 20F);
  92. this.btn_Refresh.Location = new System.Drawing.Point(244, 276);
  93. this.btn_Refresh.Name = "btn_Refresh";
  94. this.btn_Refresh.Size = new System.Drawing.Size(148, 79);
  95. this.btn_Refresh.TabIndex = 3;
  96. this.btn_Refresh.Text = "数据刷新";
  97. this.btn_Refresh.UseVisualStyleBackColor = true;
  98. this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
  99. //
  100. // txt_IP
  101. //
  102. this.txt_IP.Font = new System.Drawing.Font("宋体", 20F);
  103. this.txt_IP.Location = new System.Drawing.Point(155, 24);
  104. this.txt_IP.Name = "txt_IP";
  105. this.txt_IP.Size = new System.Drawing.Size(237, 38);
  106. this.txt_IP.TabIndex = 4;
  107. //
  108. // btn_Update
  109. //
  110. this.btn_Update.Font = new System.Drawing.Font("宋体", 20F);
  111. this.btn_Update.Location = new System.Drawing.Point(14, 276);
  112. this.btn_Update.Name = "btn_Update";
  113. this.btn_Update.Size = new System.Drawing.Size(177, 79);
  114. this.btn_Update.TabIndex = 3;
  115. this.btn_Update.Text = "更新数据";
  116. this.btn_Update.UseVisualStyleBackColor = true;
  117. this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click);
  118. //
  119. // groupBox2
  120. //
  121. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  122. | System.Windows.Forms.AnchorStyles.Right)));
  123. this.groupBox2.Controls.Add(this.lbl_Port);
  124. this.groupBox2.Controls.Add(this.lbl_ID);
  125. this.groupBox2.Controls.Add(this.lbl_Type);
  126. this.groupBox2.Controls.Add(this.lbl_IP);
  127. this.groupBox2.Controls.Add(this.txt_ID);
  128. this.groupBox2.Controls.Add(this.txt_Type);
  129. this.groupBox2.Controls.Add(this.txt_Port);
  130. this.groupBox2.Controls.Add(this.label4);
  131. this.groupBox2.Controls.Add(this.txt_IP);
  132. this.groupBox2.Controls.Add(this.label3);
  133. this.groupBox2.Controls.Add(this.label2);
  134. this.groupBox2.Controls.Add(this.label1);
  135. this.groupBox2.Controls.Add(this.btn_Update);
  136. this.groupBox2.Controls.Add(this.btn_Refresh);
  137. this.groupBox2.Location = new System.Drawing.Point(594, 2);
  138. this.groupBox2.Name = "groupBox2";
  139. this.groupBox2.Size = new System.Drawing.Size(398, 470);
  140. this.groupBox2.TabIndex = 5;
  141. this.groupBox2.TabStop = false;
  142. this.groupBox2.Text = "编辑数据";
  143. //
  144. // lbl_Port
  145. //
  146. this.lbl_Port.AutoSize = true;
  147. this.lbl_Port.Location = new System.Drawing.Point(242, 381);
  148. this.lbl_Port.Name = "lbl_Port";
  149. this.lbl_Port.Size = new System.Drawing.Size(41, 12);
  150. this.lbl_Port.TabIndex = 5;
  151. this.lbl_Port.Text = "端口号";
  152. this.lbl_Port.Visible = false;
  153. //
  154. // lbl_ID
  155. //
  156. this.lbl_ID.AutoSize = true;
  157. this.lbl_ID.Location = new System.Drawing.Point(177, 417);
  158. this.lbl_ID.Name = "lbl_ID";
  159. this.lbl_ID.Size = new System.Drawing.Size(65, 12);
  160. this.lbl_ID.TabIndex = 5;
  161. this.lbl_ID.Text = "报警灯编号";
  162. this.lbl_ID.Visible = false;
  163. //
  164. // lbl_Type
  165. //
  166. this.lbl_Type.AutoSize = true;
  167. this.lbl_Type.Location = new System.Drawing.Point(12, 417);
  168. this.lbl_Type.Name = "lbl_Type";
  169. this.lbl_Type.Size = new System.Drawing.Size(53, 12);
  170. this.lbl_Type.TabIndex = 5;
  171. this.lbl_Type.Text = "项目类型";
  172. this.lbl_Type.Visible = false;
  173. //
  174. // lbl_IP
  175. //
  176. this.lbl_IP.AutoSize = true;
  177. this.lbl_IP.Location = new System.Drawing.Point(80, 381);
  178. this.lbl_IP.Name = "lbl_IP";
  179. this.lbl_IP.Size = new System.Drawing.Size(41, 12);
  180. this.lbl_IP.TabIndex = 5;
  181. this.lbl_IP.Text = "IP地址";
  182. this.lbl_IP.Visible = false;
  183. //
  184. // txt_ID
  185. //
  186. this.txt_ID.Font = new System.Drawing.Font("宋体", 20F);
  187. this.txt_ID.Location = new System.Drawing.Point(155, 148);
  188. this.txt_ID.Name = "txt_ID";
  189. this.txt_ID.Size = new System.Drawing.Size(237, 38);
  190. this.txt_ID.TabIndex = 4;
  191. //
  192. // txt_Type
  193. //
  194. this.txt_Type.Font = new System.Drawing.Font("宋体", 20F);
  195. this.txt_Type.Location = new System.Drawing.Point(155, 210);
  196. this.txt_Type.Name = "txt_Type";
  197. this.txt_Type.Size = new System.Drawing.Size(237, 38);
  198. this.txt_Type.TabIndex = 4;
  199. this.txt_Type.Visible = false;
  200. //
  201. // txt_Port
  202. //
  203. this.txt_Port.Font = new System.Drawing.Font("宋体", 20F);
  204. this.txt_Port.Location = new System.Drawing.Point(155, 89);
  205. this.txt_Port.Name = "txt_Port";
  206. this.txt_Port.Size = new System.Drawing.Size(237, 38);
  207. this.txt_Port.TabIndex = 4;
  208. //
  209. // label4
  210. //
  211. this.label4.AutoSize = true;
  212. this.label4.Font = new System.Drawing.Font("宋体", 20F);
  213. this.label4.Location = new System.Drawing.Point(32, 216);
  214. this.label4.Name = "label4";
  215. this.label4.Size = new System.Drawing.Size(120, 27);
  216. this.label4.TabIndex = 2;
  217. this.label4.Text = "项目类型";
  218. this.label4.Visible = false;
  219. //
  220. // label3
  221. //
  222. this.label3.AutoSize = true;
  223. this.label3.Font = new System.Drawing.Font("宋体", 20F);
  224. this.label3.Location = new System.Drawing.Point(5, 153);
  225. this.label3.Name = "label3";
  226. this.label3.Size = new System.Drawing.Size(147, 27);
  227. this.label3.TabIndex = 2;
  228. this.label3.Text = "报警灯编号";
  229. //
  230. // label2
  231. //
  232. this.label2.AutoSize = true;
  233. this.label2.Font = new System.Drawing.Font("宋体", 20F);
  234. this.label2.Location = new System.Drawing.Point(59, 93);
  235. this.label2.Name = "label2";
  236. this.label2.Size = new System.Drawing.Size(93, 27);
  237. this.label2.TabIndex = 2;
  238. this.label2.Text = "端口号";
  239. //
  240. // FrmAlarmSetting
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(995, 477);
  245. this.Controls.Add(this.groupBox2);
  246. this.Controls.Add(this.groupBox1);
  247. this.Name = "FrmAlarmSetting";
  248. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  249. this.Text = "FrmAlarmSetting";
  250. this.Load += new System.EventHandler(this.FrmAlarmSetting_Load);
  251. this.groupBox1.ResumeLayout(false);
  252. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  253. this.groupBox2.ResumeLayout(false);
  254. this.groupBox2.PerformLayout();
  255. this.ResumeLayout(false);
  256. }
  257. #endregion
  258. private System.Windows.Forms.GroupBox groupBox1;
  259. private System.Windows.Forms.DataGridView dgv1;
  260. private System.Windows.Forms.Label label1;
  261. private System.Windows.Forms.Button btn_Refresh;
  262. private System.Windows.Forms.TextBox txt_IP;
  263. private System.Windows.Forms.Button btn_Update;
  264. private System.Windows.Forms.GroupBox groupBox2;
  265. private System.Windows.Forms.TextBox txt_Type;
  266. private System.Windows.Forms.TextBox txt_Port;
  267. private System.Windows.Forms.Label label4;
  268. private System.Windows.Forms.Label label3;
  269. private System.Windows.Forms.Label label2;
  270. private System.Windows.Forms.TextBox txt_ID;
  271. private System.Windows.Forms.Label lbl_Port;
  272. private System.Windows.Forms.Label lbl_ID;
  273. private System.Windows.Forms.Label lbl_Type;
  274. private System.Windows.Forms.Label lbl_IP;
  275. }
  276. }