123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- namespace ResetWarning
- {
- partial class FrmAlarmSetting
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.dgv1 = new System.Windows.Forms.DataGridView();
- this.label1 = new System.Windows.Forms.Label();
- this.btn_Refresh = new System.Windows.Forms.Button();
- this.txt_IP = new System.Windows.Forms.TextBox();
- this.btn_Update = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.lbl_Port = new System.Windows.Forms.Label();
- this.lbl_ID = new System.Windows.Forms.Label();
- this.lbl_Type = new System.Windows.Forms.Label();
- this.lbl_IP = new System.Windows.Forms.Label();
- this.txt_ID = new System.Windows.Forms.TextBox();
- this.txt_Type = new System.Windows.Forms.TextBox();
- this.txt_Port = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox1.Controls.Add(this.dgv1);
- this.groupBox1.Location = new System.Drawing.Point(3, 2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(529, 470);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "数据列表";
- //
- // dgv1
- //
- this.dgv1.AllowUserToAddRows = false;
- this.dgv1.AllowUserToDeleteRows = false;
- this.dgv1.BackgroundColor = System.Drawing.Color.Pink;
- this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv1.Location = new System.Drawing.Point(3, 17);
- this.dgv1.Name = "dgv1";
- this.dgv1.ReadOnly = true;
- this.dgv1.RowHeadersWidth = 62;
- this.dgv1.RowTemplate.Height = 23;
- this.dgv1.Size = new System.Drawing.Size(523, 450);
- this.dgv1.TabIndex = 0;
- this.dgv1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv1_CellMouseClick);
- this.dgv1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv1_RowPostPaint);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 20F);
- this.label1.Location = new System.Drawing.Point(58, 30);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(94, 27);
- this.label1.TabIndex = 2;
- this.label1.Text = "IP地址";
- //
- // btn_Refresh
- //
- this.btn_Refresh.Font = new System.Drawing.Font("宋体", 20F);
- this.btn_Refresh.Location = new System.Drawing.Point(244, 276);
- this.btn_Refresh.Name = "btn_Refresh";
- this.btn_Refresh.Size = new System.Drawing.Size(148, 79);
- this.btn_Refresh.TabIndex = 3;
- this.btn_Refresh.Text = "数据刷新";
- this.btn_Refresh.UseVisualStyleBackColor = true;
- this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
- //
- // txt_IP
- //
- this.txt_IP.Font = new System.Drawing.Font("宋体", 20F);
- this.txt_IP.Location = new System.Drawing.Point(155, 24);
- this.txt_IP.Name = "txt_IP";
- this.txt_IP.Size = new System.Drawing.Size(237, 38);
- this.txt_IP.TabIndex = 4;
- //
- // btn_Update
- //
- this.btn_Update.Font = new System.Drawing.Font("宋体", 20F);
- this.btn_Update.Location = new System.Drawing.Point(14, 276);
- this.btn_Update.Name = "btn_Update";
- this.btn_Update.Size = new System.Drawing.Size(177, 79);
- this.btn_Update.TabIndex = 3;
- this.btn_Update.Text = "更新数据";
- this.btn_Update.UseVisualStyleBackColor = true;
- this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click);
- //
- // groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox2.Controls.Add(this.lbl_Port);
- this.groupBox2.Controls.Add(this.lbl_ID);
- this.groupBox2.Controls.Add(this.lbl_Type);
- this.groupBox2.Controls.Add(this.lbl_IP);
- this.groupBox2.Controls.Add(this.txt_ID);
- this.groupBox2.Controls.Add(this.txt_Type);
- this.groupBox2.Controls.Add(this.txt_Port);
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Controls.Add(this.txt_IP);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.btn_Update);
- this.groupBox2.Controls.Add(this.btn_Refresh);
- this.groupBox2.Location = new System.Drawing.Point(594, 2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(398, 470);
- this.groupBox2.TabIndex = 5;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "编辑数据";
- //
- // lbl_Port
- //
- this.lbl_Port.AutoSize = true;
- this.lbl_Port.Location = new System.Drawing.Point(242, 381);
- this.lbl_Port.Name = "lbl_Port";
- this.lbl_Port.Size = new System.Drawing.Size(41, 12);
- this.lbl_Port.TabIndex = 5;
- this.lbl_Port.Text = "端口号";
- this.lbl_Port.Visible = false;
- //
- // lbl_ID
- //
- this.lbl_ID.AutoSize = true;
- this.lbl_ID.Location = new System.Drawing.Point(177, 417);
- this.lbl_ID.Name = "lbl_ID";
- this.lbl_ID.Size = new System.Drawing.Size(65, 12);
- this.lbl_ID.TabIndex = 5;
- this.lbl_ID.Text = "报警灯编号";
- this.lbl_ID.Visible = false;
- //
- // lbl_Type
- //
- this.lbl_Type.AutoSize = true;
- this.lbl_Type.Location = new System.Drawing.Point(12, 417);
- this.lbl_Type.Name = "lbl_Type";
- this.lbl_Type.Size = new System.Drawing.Size(53, 12);
- this.lbl_Type.TabIndex = 5;
- this.lbl_Type.Text = "项目类型";
- this.lbl_Type.Visible = false;
- //
- // lbl_IP
- //
- this.lbl_IP.AutoSize = true;
- this.lbl_IP.Location = new System.Drawing.Point(80, 381);
- this.lbl_IP.Name = "lbl_IP";
- this.lbl_IP.Size = new System.Drawing.Size(41, 12);
- this.lbl_IP.TabIndex = 5;
- this.lbl_IP.Text = "IP地址";
- this.lbl_IP.Visible = false;
- //
- // txt_ID
- //
- this.txt_ID.Font = new System.Drawing.Font("宋体", 20F);
- this.txt_ID.Location = new System.Drawing.Point(155, 148);
- this.txt_ID.Name = "txt_ID";
- this.txt_ID.Size = new System.Drawing.Size(237, 38);
- this.txt_ID.TabIndex = 4;
- //
- // txt_Type
- //
- this.txt_Type.Font = new System.Drawing.Font("宋体", 20F);
- this.txt_Type.Location = new System.Drawing.Point(155, 210);
- this.txt_Type.Name = "txt_Type";
- this.txt_Type.Size = new System.Drawing.Size(237, 38);
- this.txt_Type.TabIndex = 4;
- this.txt_Type.Visible = false;
- //
- // txt_Port
- //
- this.txt_Port.Font = new System.Drawing.Font("宋体", 20F);
- this.txt_Port.Location = new System.Drawing.Point(155, 89);
- this.txt_Port.Name = "txt_Port";
- this.txt_Port.Size = new System.Drawing.Size(237, 38);
- this.txt_Port.TabIndex = 4;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 20F);
- this.label4.Location = new System.Drawing.Point(32, 216);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(120, 27);
- this.label4.TabIndex = 2;
- this.label4.Text = "项目类型";
- this.label4.Visible = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 20F);
- this.label3.Location = new System.Drawing.Point(5, 153);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(147, 27);
- this.label3.TabIndex = 2;
- this.label3.Text = "报警灯编号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 20F);
- this.label2.Location = new System.Drawing.Point(59, 93);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(93, 27);
- this.label2.TabIndex = 2;
- this.label2.Text = "端口号";
- //
- // FrmAlarmSetting
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(995, 477);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Name = "FrmAlarmSetting";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "FrmAlarmSetting";
- this.Load += new System.EventHandler(this.FrmAlarmSetting_Load);
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.DataGridView dgv1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btn_Refresh;
- private System.Windows.Forms.TextBox txt_IP;
- private System.Windows.Forms.Button btn_Update;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox txt_Type;
- private System.Windows.Forms.TextBox txt_Port;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txt_ID;
- private System.Windows.Forms.Label lbl_Port;
- private System.Windows.Forms.Label lbl_ID;
- private System.Windows.Forms.Label lbl_Type;
- private System.Windows.Forms.Label lbl_IP;
- }
- }
|