| | |
| | | tabControl1 = new TabControl(); |
| | | tabPage1 = new TabPage(); |
| | | tableLayoutPanel9 = new TableLayoutPanel(); |
| | | dataGridView1 = new DataGridView(); |
| | | dgvSignals = new DataGridView(); |
| | | tableLayoutPanel2 = new TableLayoutPanel(); |
| | | btnOneClickSetting = new ReaLTaiizor.Controls.Button(); |
| | | btnOneClickRead = new ReaLTaiizor.Controls.Button(); |
| | | btnRemove = new ReaLTaiizor.Controls.Button(); |
| | | btnAdd = new ReaLTaiizor.Controls.Button(); |
| | | lblStatus = new Sunny.UI.UILabel(); |
| | | btnSave = new ReaLTaiizor.Controls.Button(); |
| | | uiGroupBoxImage = new GroupBox(); |
| | | uiSplitContainer1 = new SplitContainer(); |
| | |
| | | tabControl1.SuspendLayout(); |
| | | tabPage1.SuspendLayout(); |
| | | tableLayoutPanel9.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dgvSignals).BeginInit(); |
| | | tableLayoutPanel2.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)uiSplitContainer1).BeginInit(); |
| | | uiSplitContainer1.Panel1.SuspendLayout(); |
| | |
| | | tableLayoutPanel9.ColumnCount = 1; |
| | | tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F)); |
| | | tableLayoutPanel9.Controls.Add(dataGridView1, 0, 0); |
| | | tableLayoutPanel9.Controls.Add(dgvSignals, 0, 0); |
| | | tableLayoutPanel9.Controls.Add(tableLayoutPanel2, 0, 1); |
| | | tableLayoutPanel9.Dock = DockStyle.Fill; |
| | | tableLayoutPanel9.Location = new Point(3, 3); |
| | |
| | | tableLayoutPanel9.Size = new Size(444, 340); |
| | | tableLayoutPanel9.TabIndex = 0; |
| | | // |
| | | // dataGridView1 |
| | | // dgvSignals |
| | | // |
| | | dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
| | | dataGridView1.Dock = DockStyle.Fill; |
| | | dataGridView1.Location = new Point(3, 3); |
| | | dataGridView1.Name = "dataGridView1"; |
| | | dataGridView1.Size = new Size(438, 164); |
| | | dataGridView1.TabIndex = 0; |
| | | dataGridView1.CellContentClick += dataGridView1_CellContentClick; |
| | | dgvSignals.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
| | | dgvSignals.Dock = DockStyle.Fill; |
| | | dgvSignals.Location = new Point(3, 3); |
| | | dgvSignals.Name = "dgvSignals"; |
| | | dgvSignals.Size = new Size(438, 164); |
| | | dgvSignals.TabIndex = 0; |
| | | // |
| | | // tableLayoutPanel2 |
| | | // |
| | |
| | | tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); |
| | | tableLayoutPanel2.Controls.Add(btnOneClickSetting, 1, 1); |
| | | tableLayoutPanel2.Controls.Add(btnOneClickRead, 0, 1); |
| | | tableLayoutPanel2.Controls.Add(btnRemove, 1, 0); |
| | | tableLayoutPanel2.Controls.Add(btnAdd, 0, 0); |
| | | tableLayoutPanel2.Controls.Add(btnSave, 2, 0); |
| | | tableLayoutPanel2.Controls.Add(lblStatus, 0, 2); |
| | | tableLayoutPanel2.Controls.Add(btnSave, 1, 0); |
| | | tableLayoutPanel2.Dock = DockStyle.Fill; |
| | | tableLayoutPanel2.Location = new Point(3, 173); |
| | | tableLayoutPanel2.Name = "tableLayoutPanel2"; |
| | |
| | | btnOneClickRead.TextAlignment = StringAlignment.Center; |
| | | btnOneClickRead.Click += btnOneClickRead_Click; |
| | | // |
| | | // btnRemove |
| | | // |
| | | btnRemove.BackColor = Color.White; |
| | | btnRemove.BorderColor = Color.Lime; |
| | | btnRemove.Dock = DockStyle.Fill; |
| | | btnRemove.EnteredBorderColor = Color.FromArgb(165, 37, 37); |
| | | btnRemove.EnteredColor = Color.FromArgb(32, 34, 37); |
| | | btnRemove.Font = new Font("Microsoft Sans Serif", 12F); |
| | | btnRemove.Image = null; |
| | | btnRemove.ImageAlign = ContentAlignment.MiddleLeft; |
| | | btnRemove.InactiveColor = Color.FromArgb(32, 34, 37); |
| | | btnRemove.Location = new Point(148, 3); |
| | | btnRemove.Name = "btnRemove"; |
| | | btnRemove.PressedBorderColor = Color.FromArgb(165, 37, 37); |
| | | btnRemove.PressedColor = Color.FromArgb(165, 37, 37); |
| | | btnRemove.Size = new Size(139, 49); |
| | | btnRemove.TabIndex = 1; |
| | | btnRemove.Text = "移除"; |
| | | btnRemove.TextAlignment = StringAlignment.Center; |
| | | btnRemove.Click += btnRemove_Click; |
| | | // |
| | | // btnAdd |
| | | // |
| | | btnAdd.BackColor = Color.White; |
| | |
| | | btnAdd.PressedColor = Color.FromArgb(165, 37, 37); |
| | | btnAdd.Size = new Size(139, 49); |
| | | btnAdd.TabIndex = 0; |
| | | btnAdd.Text = "添加"; |
| | | btnAdd.Text = "配置地址"; |
| | | btnAdd.TextAlignment = StringAlignment.Center; |
| | | btnAdd.Click += btnAdd_Click; |
| | | // |
| | | // lblStatus |
| | | // |
| | | lblStatus.Dock = DockStyle.Fill; |
| | | lblStatus.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); |
| | | lblStatus.ForeColor = Color.White; |
| | | lblStatus.Location = new Point(3, 110); |
| | | lblStatus.Name = "lblStatus"; |
| | | lblStatus.Size = new Size(139, 55); |
| | | lblStatus.TabIndex = 5; |
| | | lblStatus.Text = "uiLabel1"; |
| | | lblStatus.TextAlign = ContentAlignment.MiddleLeft; |
| | | // |
| | | // btnSave |
| | | // |
| | |
| | | btnSave.Image = null; |
| | | btnSave.ImageAlign = ContentAlignment.MiddleLeft; |
| | | btnSave.InactiveColor = Color.FromArgb(32, 34, 37); |
| | | btnSave.Location = new Point(293, 3); |
| | | btnSave.Location = new Point(148, 3); |
| | | btnSave.Name = "btnSave"; |
| | | btnSave.PressedBorderColor = Color.FromArgb(165, 37, 37); |
| | | btnSave.PressedColor = Color.FromArgb(165, 37, 37); |
| | | btnSave.Size = new Size(142, 49); |
| | | btnSave.Size = new Size(139, 49); |
| | | btnSave.TabIndex = 2; |
| | | btnSave.Text = "保存"; |
| | | btnSave.TextAlignment = StringAlignment.Center; |
| | | btnSave.Click += btnSave_Click; |
| | | // |
| | | // uiGroupBoxImage |
| | | // |
| | |
| | | tabControl1.ResumeLayout(false); |
| | | tabPage1.ResumeLayout(false); |
| | | tableLayoutPanel9.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dgvSignals).EndInit(); |
| | | tableLayoutPanel2.ResumeLayout(false); |
| | | uiSplitContainer1.Panel1.ResumeLayout(false); |
| | | uiSplitContainer1.Panel2.ResumeLayout(false); |
| | |
| | | private TabControl tabControl1; |
| | | private TabPage tabPage1; |
| | | private TableLayoutPanel tableLayoutPanel9; |
| | | private DataGridView dataGridView1; |
| | | private DataGridView dgvSignals; |
| | | private TableLayoutPanel tableLayoutPanel2; |
| | | private ReaLTaiizor.Controls.Button btnRemove; |
| | | private ReaLTaiizor.Controls.Button btnAdd; |
| | | private ReaLTaiizor.Controls.Button btnSave; |
| | | private ReaLTaiizor.Controls.Button btnOneClickSetting; |
| | | private ReaLTaiizor.Controls.Button btnOneClickRead; |
| | | private ComboBox cmbSN; |
| | | private Sunny.UI.UILabel lblStatus; |
| | | } |
| | | } |