|
@@ -30,8 +30,8 @@
|
|
{
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.components = new System.ComponentModel.Container();
|
|
DevComponents.DotNetBar.Layout.BorderPattern borderPattern1 = new DevComponents.DotNetBar.Layout.BorderPattern();
|
|
DevComponents.DotNetBar.Layout.BorderPattern borderPattern1 = new DevComponents.DotNetBar.Layout.BorderPattern();
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.advTree1 = new DevComponents.AdvTree.AdvTree();
|
|
this.advTree1 = new DevComponents.AdvTree.AdvTree();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
@@ -75,15 +75,15 @@
|
|
this.layoutControlItem11 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
|
this.layoutControlItem11 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
|
|
this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
|
|
|
|
+ this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
|
|
|
+ this.dgvTestData = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
|
|
|
+ this.tabTestData = new DevComponents.DotNetBar.SuperTabItem();
|
|
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
|
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
|
this.dgvManualData = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
|
this.dgvManualData = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
|
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
|
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
|
this.BtnLoadManualData = new DevComponents.DotNetBar.ButtonX();
|
|
this.BtnLoadManualData = new DevComponents.DotNetBar.ButtonX();
|
|
this.BtnSaveManualData = new DevComponents.DotNetBar.ButtonX();
|
|
this.BtnSaveManualData = new DevComponents.DotNetBar.ButtonX();
|
|
this.tabManualData = new DevComponents.DotNetBar.SuperTabItem();
|
|
this.tabManualData = new DevComponents.DotNetBar.SuperTabItem();
|
|
- this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
|
|
|
- this.dgvTestData = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
|
|
|
- this.tabTestData = new DevComponents.DotNetBar.SuperTabItem();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
@@ -94,11 +94,11 @@
|
|
this.panel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
|
|
this.superTabControl1.SuspendLayout();
|
|
this.superTabControl1.SuspendLayout();
|
|
|
|
+ this.superTabControlPanel1.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).BeginInit();
|
|
this.superTabControlPanel2.SuspendLayout();
|
|
this.superTabControlPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).BeginInit();
|
|
this.panelEx1.SuspendLayout();
|
|
this.panelEx1.SuspendLayout();
|
|
- this.superTabControlPanel1.SuspendLayout();
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).BeginInit();
|
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// splitContainer1
|
|
// splitContainer1
|
|
@@ -106,7 +106,7 @@
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
//
|
|
// splitContainer1.Panel1
|
|
// splitContainer1.Panel1
|
|
@@ -137,7 +137,7 @@
|
|
this.advTree1.DragDropNodeCopyEnabled = false;
|
|
this.advTree1.DragDropNodeCopyEnabled = false;
|
|
this.advTree1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.advTree1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.advTree1.Location = new System.Drawing.Point(0, 290);
|
|
this.advTree1.Location = new System.Drawing.Point(0, 290);
|
|
- this.advTree1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.advTree1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.advTree1.Name = "advTree1";
|
|
this.advTree1.Name = "advTree1";
|
|
this.advTree1.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
|
|
this.advTree1.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
|
|
this.node1});
|
|
this.node1});
|
|
@@ -225,7 +225,7 @@
|
|
this.layoutControl1.Controls.Add(this.tbTester);
|
|
this.layoutControl1.Controls.Add(this.tbTester);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
- this.layoutControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.layoutControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
//
|
|
//
|
|
//
|
|
//
|
|
@@ -443,7 +443,7 @@
|
|
this.layoutControlItem12});
|
|
this.layoutControlItem12});
|
|
this.layoutGroup1.MinSize = new System.Drawing.Size(90, 25);
|
|
this.layoutGroup1.MinSize = new System.Drawing.Size(90, 25);
|
|
this.layoutGroup1.Name = "layoutGroup1";
|
|
this.layoutGroup1.Name = "layoutGroup1";
|
|
- this.layoutGroup1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.layoutGroup1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.layoutGroup1.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.layoutGroup1.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.layoutGroup1.Text = "测试输入内容";
|
|
this.layoutGroup1.Text = "测试输入内容";
|
|
this.layoutGroup1.TextAlignment = DevComponents.DotNetBar.Layout.eTextAlignment.Left;
|
|
this.layoutGroup1.TextAlignment = DevComponents.DotNetBar.Layout.eTextAlignment.Left;
|
|
@@ -484,7 +484,7 @@
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
|
this.layoutControlItem3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
|
this.layoutControlItem3.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.layoutControlItem3.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
- this.layoutControlItem3.Text = "序列号:";
|
|
|
|
|
|
+ this.layoutControlItem3.Text = "产品编号:";
|
|
this.layoutControlItem3.Width = 100;
|
|
this.layoutControlItem3.Width = 100;
|
|
this.layoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
this.layoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
//
|
|
//
|
|
@@ -542,7 +542,7 @@
|
|
this.layoutControlItem12.Height = 24;
|
|
this.layoutControlItem12.Height = 24;
|
|
this.layoutControlItem12.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem12.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
- this.layoutControlItem12.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.layoutControlItem12.Padding = new System.Windows.Forms.Padding(3);
|
|
this.layoutControlItem12.Width = 100;
|
|
this.layoutControlItem12.Width = 100;
|
|
this.layoutControlItem12.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
this.layoutControlItem12.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
//
|
|
//
|
|
@@ -574,7 +574,7 @@
|
|
this.layoutControlItem8.Height = 24;
|
|
this.layoutControlItem8.Height = 24;
|
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
- this.layoutControlItem8.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.layoutControlItem8.Padding = new System.Windows.Forms.Padding(3);
|
|
this.layoutControlItem8.Width = 40;
|
|
this.layoutControlItem8.Width = 40;
|
|
this.layoutControlItem8.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
this.layoutControlItem8.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
//
|
|
//
|
|
@@ -582,7 +582,7 @@
|
|
//
|
|
//
|
|
this.layoutSpacerItem1.Height = 24;
|
|
this.layoutSpacerItem1.Height = 24;
|
|
this.layoutSpacerItem1.Name = "layoutSpacerItem1";
|
|
this.layoutSpacerItem1.Name = "layoutSpacerItem1";
|
|
- this.layoutSpacerItem1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.layoutSpacerItem1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.layoutSpacerItem1.Width = 18;
|
|
this.layoutSpacerItem1.Width = 18;
|
|
this.layoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
this.layoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
//
|
|
//
|
|
@@ -592,7 +592,7 @@
|
|
this.layoutControlItem9.Height = 24;
|
|
this.layoutControlItem9.Height = 24;
|
|
this.layoutControlItem9.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem9.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
- this.layoutControlItem9.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.layoutControlItem9.Padding = new System.Windows.Forms.Padding(3);
|
|
this.layoutControlItem9.Width = 40;
|
|
this.layoutControlItem9.Width = 40;
|
|
this.layoutControlItem9.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
this.layoutControlItem9.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
//
|
|
//
|
|
@@ -602,7 +602,7 @@
|
|
this.labRemainTime.Height = 24;
|
|
this.labRemainTime.Height = 24;
|
|
this.labRemainTime.MinSize = new System.Drawing.Size(48, 14);
|
|
this.labRemainTime.MinSize = new System.Drawing.Size(48, 14);
|
|
this.labRemainTime.Name = "labRemainTime";
|
|
this.labRemainTime.Name = "labRemainTime";
|
|
- this.labRemainTime.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.labRemainTime.Padding = new System.Windows.Forms.Padding(3);
|
|
this.labRemainTime.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labRemainTime.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labRemainTime.Text = "剩余时间: 1分45秒";
|
|
this.labRemainTime.Text = "剩余时间: 1分45秒";
|
|
this.labRemainTime.Width = 100;
|
|
this.labRemainTime.Width = 100;
|
|
@@ -622,7 +622,7 @@
|
|
//
|
|
//
|
|
this.layoutSpacerItem2.Height = 24;
|
|
this.layoutSpacerItem2.Height = 24;
|
|
this.layoutSpacerItem2.Name = "layoutSpacerItem2";
|
|
this.layoutSpacerItem2.Name = "layoutSpacerItem2";
|
|
- this.layoutSpacerItem2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.layoutSpacerItem2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.layoutSpacerItem2.Width = 18;
|
|
this.layoutSpacerItem2.Width = 18;
|
|
this.layoutSpacerItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
this.layoutSpacerItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
//
|
|
//
|
|
@@ -632,7 +632,7 @@
|
|
this.layoutControlItem11.Height = 24;
|
|
this.layoutControlItem11.Height = 24;
|
|
this.layoutControlItem11.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem11.MinSize = new System.Drawing.Size(24, 16);
|
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
|
- this.layoutControlItem11.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
|
|
|
+ this.layoutControlItem11.Padding = new System.Windows.Forms.Padding(3);
|
|
this.layoutControlItem11.Width = 40;
|
|
this.layoutControlItem11.Width = 40;
|
|
this.layoutControlItem11.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
this.layoutControlItem11.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
|
//
|
|
//
|
|
@@ -641,7 +641,7 @@
|
|
this.panel1.Controls.Add(this.superTabControl1);
|
|
this.panel1.Controls.Add(this.superTabControl1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
- this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(536, 578);
|
|
this.panel1.Size = new System.Drawing.Size(536, 578);
|
|
this.panel1.TabIndex = 0;
|
|
this.panel1.TabIndex = 0;
|
|
@@ -667,7 +667,7 @@
|
|
this.superTabControl1.Controls.Add(this.superTabControlPanel2);
|
|
this.superTabControl1.Controls.Add(this.superTabControlPanel2);
|
|
this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.superTabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.superTabControl1.Location = new System.Drawing.Point(0, 0);
|
|
- this.superTabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.superTabControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.superTabControl1.Name = "superTabControl1";
|
|
this.superTabControl1.Name = "superTabControl1";
|
|
this.superTabControl1.ReorderTabsEnabled = true;
|
|
this.superTabControl1.ReorderTabsEnabled = true;
|
|
this.superTabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
|
|
this.superTabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
|
|
@@ -680,13 +680,58 @@
|
|
this.tabManualData});
|
|
this.tabManualData});
|
|
this.superTabControl1.Text = "superTabControl1";
|
|
this.superTabControl1.Text = "superTabControl1";
|
|
//
|
|
//
|
|
|
|
+ // superTabControlPanel1
|
|
|
|
+ //
|
|
|
|
+ this.superTabControlPanel1.Controls.Add(this.dgvTestData);
|
|
|
|
+ this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
+ this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28);
|
|
|
|
+ this.superTabControlPanel1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
+ this.superTabControlPanel1.Name = "superTabControlPanel1";
|
|
|
|
+ this.superTabControlPanel1.Size = new System.Drawing.Size(536, 550);
|
|
|
|
+ this.superTabControlPanel1.TabIndex = 1;
|
|
|
|
+ this.superTabControlPanel1.TabItem = this.tabTestData;
|
|
|
|
+ //
|
|
|
|
+ // dgvTestData
|
|
|
|
+ //
|
|
|
|
+ this.dgvTestData.AllowUserToAddRows = false;
|
|
|
|
+ this.dgvTestData.AllowUserToDeleteRows = false;
|
|
|
|
+ this.dgvTestData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
|
|
+ this.dgvTestData.BackgroundColor = System.Drawing.Color.Azure;
|
|
|
|
+ this.dgvTestData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
+ this.dgvTestData.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
+ this.dgvTestData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
+ this.dgvTestData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
|
|
+ this.dgvTestData.Location = new System.Drawing.Point(0, 0);
|
|
|
|
+ this.dgvTestData.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
+ this.dgvTestData.Name = "dgvTestData";
|
|
|
|
+ this.dgvTestData.ReadOnly = true;
|
|
|
|
+ this.dgvTestData.RowHeadersVisible = false;
|
|
|
|
+ this.dgvTestData.RowHeadersWidth = 51;
|
|
|
|
+ this.dgvTestData.RowTemplate.Height = 27;
|
|
|
|
+ this.dgvTestData.Size = new System.Drawing.Size(536, 550);
|
|
|
|
+ this.dgvTestData.TabIndex = 0;
|
|
|
|
+ //
|
|
|
|
+ // tabTestData
|
|
|
|
+ //
|
|
|
|
+ this.tabTestData.AttachedControl = this.superTabControlPanel1;
|
|
|
|
+ this.tabTestData.GlobalItem = false;
|
|
|
|
+ this.tabTestData.Name = "tabTestData";
|
|
|
|
+ this.tabTestData.Text = "自动测试数据";
|
|
|
|
+ //
|
|
// superTabControlPanel2
|
|
// superTabControlPanel2
|
|
//
|
|
//
|
|
this.superTabControlPanel2.Controls.Add(this.dgvManualData);
|
|
this.superTabControlPanel2.Controls.Add(this.dgvManualData);
|
|
this.superTabControlPanel2.Controls.Add(this.panelEx1);
|
|
this.superTabControlPanel2.Controls.Add(this.panelEx1);
|
|
this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.superTabControlPanel2.Location = new System.Drawing.Point(0, 25);
|
|
this.superTabControlPanel2.Location = new System.Drawing.Point(0, 25);
|
|
- this.superTabControlPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.superTabControlPanel2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.superTabControlPanel2.Name = "superTabControlPanel2";
|
|
this.superTabControlPanel2.Name = "superTabControlPanel2";
|
|
this.superTabControlPanel2.Size = new System.Drawing.Size(617, 554);
|
|
this.superTabControlPanel2.Size = new System.Drawing.Size(617, 554);
|
|
this.superTabControlPanel2.TabIndex = 0;
|
|
this.superTabControlPanel2.TabIndex = 0;
|
|
@@ -710,7 +755,7 @@
|
|
this.dgvManualData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvManualData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvManualData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
this.dgvManualData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
this.dgvManualData.Location = new System.Drawing.Point(0, 54);
|
|
this.dgvManualData.Location = new System.Drawing.Point(0, 54);
|
|
- this.dgvManualData.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.dgvManualData.Margin = new System.Windows.Forms.Padding(2);
|
|
this.dgvManualData.Name = "dgvManualData";
|
|
this.dgvManualData.Name = "dgvManualData";
|
|
this.dgvManualData.ReadOnly = true;
|
|
this.dgvManualData.ReadOnly = true;
|
|
this.dgvManualData.RowHeadersVisible = false;
|
|
this.dgvManualData.RowHeadersVisible = false;
|
|
@@ -728,7 +773,7 @@
|
|
this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
- this.panelEx1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.panelEx1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(617, 54);
|
|
this.panelEx1.Size = new System.Drawing.Size(617, 54);
|
|
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
@@ -746,7 +791,7 @@
|
|
this.BtnLoadManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.BtnLoadManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.BtnLoadManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.BtnLoadManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.BtnLoadManualData.Location = new System.Drawing.Point(116, 12);
|
|
this.BtnLoadManualData.Location = new System.Drawing.Point(116, 12);
|
|
- this.BtnLoadManualData.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.BtnLoadManualData.Margin = new System.Windows.Forms.Padding(2);
|
|
this.BtnLoadManualData.Name = "BtnLoadManualData";
|
|
this.BtnLoadManualData.Name = "BtnLoadManualData";
|
|
this.BtnLoadManualData.Size = new System.Drawing.Size(74, 30);
|
|
this.BtnLoadManualData.Size = new System.Drawing.Size(74, 30);
|
|
this.BtnLoadManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.BtnLoadManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
@@ -759,7 +804,7 @@
|
|
this.BtnSaveManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.BtnSaveManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.BtnSaveManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.BtnSaveManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.BtnSaveManualData.Location = new System.Drawing.Point(12, 12);
|
|
this.BtnSaveManualData.Location = new System.Drawing.Point(12, 12);
|
|
- this.BtnSaveManualData.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.BtnSaveManualData.Margin = new System.Windows.Forms.Padding(2);
|
|
this.BtnSaveManualData.Name = "BtnSaveManualData";
|
|
this.BtnSaveManualData.Name = "BtnSaveManualData";
|
|
this.BtnSaveManualData.Size = new System.Drawing.Size(74, 30);
|
|
this.BtnSaveManualData.Size = new System.Drawing.Size(74, 30);
|
|
this.BtnSaveManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.BtnSaveManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
@@ -773,58 +818,13 @@
|
|
this.tabManualData.Name = "tabManualData";
|
|
this.tabManualData.Name = "tabManualData";
|
|
this.tabManualData.Text = "手动测试数据";
|
|
this.tabManualData.Text = "手动测试数据";
|
|
//
|
|
//
|
|
- // superTabControlPanel1
|
|
|
|
- //
|
|
|
|
- this.superTabControlPanel1.Controls.Add(this.dgvTestData);
|
|
|
|
- this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
- this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28);
|
|
|
|
- this.superTabControlPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
- this.superTabControlPanel1.Name = "superTabControlPanel1";
|
|
|
|
- this.superTabControlPanel1.Size = new System.Drawing.Size(536, 550);
|
|
|
|
- this.superTabControlPanel1.TabIndex = 1;
|
|
|
|
- this.superTabControlPanel1.TabItem = this.tabTestData;
|
|
|
|
- //
|
|
|
|
- // dgvTestData
|
|
|
|
- //
|
|
|
|
- this.dgvTestData.AllowUserToAddRows = false;
|
|
|
|
- this.dgvTestData.AllowUserToDeleteRows = false;
|
|
|
|
- this.dgvTestData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
|
|
- this.dgvTestData.BackgroundColor = System.Drawing.Color.Azure;
|
|
|
|
- this.dgvTestData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
- this.dgvTestData.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
- this.dgvTestData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
- this.dgvTestData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
|
|
- this.dgvTestData.Location = new System.Drawing.Point(0, 0);
|
|
|
|
- this.dgvTestData.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
- this.dgvTestData.Name = "dgvTestData";
|
|
|
|
- this.dgvTestData.ReadOnly = true;
|
|
|
|
- this.dgvTestData.RowHeadersVisible = false;
|
|
|
|
- this.dgvTestData.RowHeadersWidth = 51;
|
|
|
|
- this.dgvTestData.RowTemplate.Height = 27;
|
|
|
|
- this.dgvTestData.Size = new System.Drawing.Size(536, 550);
|
|
|
|
- this.dgvTestData.TabIndex = 0;
|
|
|
|
- //
|
|
|
|
- // tabTestData
|
|
|
|
- //
|
|
|
|
- this.tabTestData.AttachedControl = this.superTabControlPanel1;
|
|
|
|
- this.tabTestData.GlobalItem = false;
|
|
|
|
- this.tabTestData.Name = "tabTestData";
|
|
|
|
- this.tabTestData.Text = "自动测试数据";
|
|
|
|
- //
|
|
|
|
// FrmMain
|
|
// FrmMain
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(864, 578);
|
|
this.ClientSize = new System.Drawing.Size(864, 578);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.splitContainer1);
|
|
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "FrmMain";
|
|
this.Name = "FrmMain";
|
|
this.Text = "测试程序界面";
|
|
this.Text = "测试程序界面";
|
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
|
@@ -838,11 +838,11 @@
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
|
|
this.superTabControl1.ResumeLayout(false);
|
|
this.superTabControl1.ResumeLayout(false);
|
|
|
|
+ this.superTabControlPanel1.ResumeLayout(false);
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).EndInit();
|
|
this.superTabControlPanel2.ResumeLayout(false);
|
|
this.superTabControlPanel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).EndInit();
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.panelEx1.ResumeLayout(false);
|
|
- this.superTabControlPanel1.ResumeLayout(false);
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).EndInit();
|
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
}
|