This commit is contained in:
352
全自动水压检测仪/ScanImport.Designer.cs
generated
352
全自动水压检测仪/ScanImport.Designer.cs
generated
@@ -28,11 +28,11 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.save = new Sunny.UI.UIButton();
|
||||
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
|
||||
this.uiTextBox2 = new Sunny.UI.UITextBox();
|
||||
@@ -48,7 +48,12 @@
|
||||
this.uiCheckBox1 = new Sunny.UI.UICheckBox();
|
||||
this.uiCheckBox2 = new Sunny.UI.UICheckBox();
|
||||
this.uiButton2 = new Sunny.UI.UIButton();
|
||||
this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
|
||||
this.uiPanel3 = new Sunny.UI.UIPanel();
|
||||
this.uiPanel2 = new Sunny.UI.UIPanel();
|
||||
this.uiPanel1 = new Sunny.UI.UIPanel();
|
||||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
@@ -57,39 +62,55 @@
|
||||
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
|
||||
this.uiTableLayoutPanel1.SuspendLayout();
|
||||
this.uiPanel3.SuspendLayout();
|
||||
this.uiPanel2.SuspendLayout();
|
||||
this.uiPanel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// save
|
||||
//
|
||||
this.save.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.save.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.save.Location = new System.Drawing.Point(270, 623);
|
||||
this.save.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
|
||||
this.save.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(170)))), ((int)(((byte)(255)))));
|
||||
this.save.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(140)))), ((int)(((byte)(230)))));
|
||||
this.save.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.save.Location = new System.Drawing.Point(282, 23);
|
||||
this.save.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.save.Name = "save";
|
||||
this.save.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(170)))), ((int)(((byte)(255)))));
|
||||
this.save.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(140)))), ((int)(((byte)(230)))));
|
||||
this.save.Size = new System.Drawing.Size(130, 50);
|
||||
this.save.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.save.TabIndex = 0;
|
||||
this.save.Text = "保存";
|
||||
this.save.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.save.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.save.Click += new System.EventHandler(this.save_Click);
|
||||
//
|
||||
// uiDataGridView1
|
||||
//
|
||||
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
||||
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
||||
this.uiDataGridView1.AllowUserToAddRows = false;
|
||||
this.uiDataGridView1.AllowUserToDeleteRows = false;
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
|
||||
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.uiDataGridView1.ColumnHeadersHeight = 32;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.uiDataGridView1.ColumnHeadersHeight = 35;
|
||||
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||
this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.Column1,
|
||||
this.SerialNumber,
|
||||
this.Column2,
|
||||
this.Column3,
|
||||
this.Column4,
|
||||
@@ -97,78 +118,85 @@
|
||||
this.Column5,
|
||||
this.Column8,
|
||||
this.Column6});
|
||||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle8;
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.uiDataGridView1.EnableHeadersVisualStyles = false;
|
||||
this.uiDataGridView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
||||
this.uiDataGridView1.Location = new System.Drawing.Point(12, 137);
|
||||
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||
this.uiDataGridView1.Location = new System.Drawing.Point(0, 0);
|
||||
this.uiDataGridView1.Name = "uiDataGridView1";
|
||||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
||||
this.uiDataGridView1.RowHeadersWidth = 51;
|
||||
dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
||||
this.uiDataGridView1.RowTemplate.Height = 27;
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.uiDataGridView1.RowHeadersWidth = 40;
|
||||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
||||
this.uiDataGridView1.RowTemplate.Height = 35;
|
||||
this.uiDataGridView1.SelectedIndex = -1;
|
||||
this.uiDataGridView1.Size = new System.Drawing.Size(958, 452);
|
||||
this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
||||
this.uiDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.uiDataGridView1.Size = new System.Drawing.Size(992, 448);
|
||||
this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||
this.uiDataGridView1.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiDataGridView1.TabIndex = 1;
|
||||
this.uiDataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.uiDataGridView1_DataBindingComplete);
|
||||
this.uiDataGridView1.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.uiDataGridView1_RowsAdded);
|
||||
this.uiDataGridView1.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.uiDataGridView1_RowsRemoved);
|
||||
//
|
||||
// uiTextBox2
|
||||
//
|
||||
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiTextBox2.Location = new System.Drawing.Point(13, 44);
|
||||
this.uiTextBox2.Location = new System.Drawing.Point(57, 24);
|
||||
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.uiTextBox2.Name = "uiTextBox2";
|
||||
this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.uiTextBox2.Radius = 3;
|
||||
this.uiTextBox2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||
this.uiTextBox2.Padding = new System.Windows.Forms.Padding(8, 5, 8, 5);
|
||||
this.uiTextBox2.RectSize = 2;
|
||||
this.uiTextBox2.ShowText = false;
|
||||
this.uiTextBox2.Size = new System.Drawing.Size(278, 28);
|
||||
this.uiTextBox2.Size = new System.Drawing.Size(278, 35);
|
||||
this.uiTextBox2.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiTextBox2.TabIndex = 12;
|
||||
this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.uiTextBox2.Watermark = "";
|
||||
this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.uiTextBox2.Watermark = "请输入条码";
|
||||
//
|
||||
// uiLabel48
|
||||
//
|
||||
this.uiLabel48.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiLabel48.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiLabel48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLabel48.Location = new System.Drawing.Point(604, 47);
|
||||
this.uiLabel48.Location = new System.Drawing.Point(631, 27);
|
||||
this.uiLabel48.Name = "uiLabel48";
|
||||
this.uiLabel48.Size = new System.Drawing.Size(124, 30);
|
||||
this.uiLabel48.Size = new System.Drawing.Size(103, 30);
|
||||
this.uiLabel48.TabIndex = 29;
|
||||
this.uiLabel48.Text = "出口温度设置(℃):";
|
||||
this.uiLabel48.Text = "出口温度(℃):";
|
||||
this.uiLabel48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// uiTextBox9
|
||||
//
|
||||
this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiTextBox9.Location = new System.Drawing.Point(735, 49);
|
||||
this.uiTextBox9.Location = new System.Drawing.Point(736, 28);
|
||||
this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.uiTextBox9.Name = "uiTextBox9";
|
||||
this.uiTextBox9.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.uiTextBox9.Radius = 3;
|
||||
this.uiTextBox9.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||
this.uiTextBox9.ShowText = false;
|
||||
this.uiTextBox9.Size = new System.Drawing.Size(118, 28);
|
||||
this.uiTextBox9.Size = new System.Drawing.Size(100, 35);
|
||||
this.uiTextBox9.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiTextBox9.TabIndex = 30;
|
||||
this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.uiTextBox9.Watermark = "";
|
||||
@@ -177,24 +205,24 @@
|
||||
//
|
||||
this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiTextBox5.Location = new System.Drawing.Point(476, 89);
|
||||
this.uiTextBox5.Location = new System.Drawing.Point(514, 68);
|
||||
this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.uiTextBox5.Name = "uiTextBox5";
|
||||
this.uiTextBox5.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.uiTextBox5.Radius = 3;
|
||||
this.uiTextBox5.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||
this.uiTextBox5.ShowText = false;
|
||||
this.uiTextBox5.Size = new System.Drawing.Size(91, 28);
|
||||
this.uiTextBox5.Size = new System.Drawing.Size(91, 35);
|
||||
this.uiTextBox5.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiTextBox5.TabIndex = 16;
|
||||
this.uiTextBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.uiTextBox5.Watermark = "";
|
||||
//
|
||||
// uiLabel41
|
||||
//
|
||||
this.uiLabel41.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiLabel41.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiLabel41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLabel41.Location = new System.Drawing.Point(357, 87);
|
||||
this.uiLabel41.Location = new System.Drawing.Point(404, 73);
|
||||
this.uiLabel41.Name = "uiLabel41";
|
||||
this.uiLabel41.Size = new System.Drawing.Size(110, 30);
|
||||
this.uiLabel41.TabIndex = 17;
|
||||
@@ -203,28 +231,28 @@
|
||||
//
|
||||
// uiLabel4
|
||||
//
|
||||
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLabel4.Location = new System.Drawing.Point(357, 51);
|
||||
this.uiLabel4.Location = new System.Drawing.Point(404, 27);
|
||||
this.uiLabel4.Name = "uiLabel4";
|
||||
this.uiLabel4.Size = new System.Drawing.Size(119, 30);
|
||||
this.uiLabel4.Size = new System.Drawing.Size(105, 30);
|
||||
this.uiLabel4.TabIndex = 18;
|
||||
this.uiLabel4.Text = "压力设定(PSI):";
|
||||
this.uiLabel4.Text = "压力(PSI):";
|
||||
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// uiTextBox4
|
||||
//
|
||||
this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiTextBox4.Location = new System.Drawing.Point(476, 53);
|
||||
this.uiTextBox4.Location = new System.Drawing.Point(514, 27);
|
||||
this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.uiTextBox4.Name = "uiTextBox4";
|
||||
this.uiTextBox4.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.uiTextBox4.Radius = 3;
|
||||
this.uiTextBox4.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||
this.uiTextBox4.ShowText = false;
|
||||
this.uiTextBox4.Size = new System.Drawing.Size(91, 28);
|
||||
this.uiTextBox4.Size = new System.Drawing.Size(91, 35);
|
||||
this.uiTextBox4.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiTextBox4.TabIndex = 19;
|
||||
this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.uiTextBox4.Watermark = "";
|
||||
@@ -232,21 +260,29 @@
|
||||
// uiButton1
|
||||
//
|
||||
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.uiButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton1.Location = new System.Drawing.Point(548, 623);
|
||||
this.uiButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
||||
this.uiButton1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(210)))), ((int)(((byte)(60)))));
|
||||
this.uiButton1.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(200)))), ((int)(((byte)(50)))));
|
||||
this.uiButton1.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(30)))));
|
||||
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton1.Location = new System.Drawing.Point(560, 23);
|
||||
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiButton1.Name = "uiButton1";
|
||||
this.uiButton1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
||||
this.uiButton1.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(200)))), ((int)(((byte)(50)))));
|
||||
this.uiButton1.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(30)))));
|
||||
this.uiButton1.Size = new System.Drawing.Size(130, 50);
|
||||
this.uiButton1.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiButton1.TabIndex = 31;
|
||||
this.uiButton1.Text = "测试";
|
||||
this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
|
||||
//
|
||||
// uiLabel1
|
||||
//
|
||||
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLabel1.Location = new System.Drawing.Point(604, 91);
|
||||
this.uiLabel1.Location = new System.Drawing.Point(631, 73);
|
||||
this.uiLabel1.Name = "uiLabel1";
|
||||
this.uiLabel1.Size = new System.Drawing.Size(83, 30);
|
||||
this.uiLabel1.TabIndex = 34;
|
||||
@@ -257,15 +293,15 @@
|
||||
//
|
||||
this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiTextBox1.Location = new System.Drawing.Point(735, 91);
|
||||
this.uiTextBox1.Location = new System.Drawing.Point(736, 68);
|
||||
this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.uiTextBox1.Name = "uiTextBox1";
|
||||
this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.uiTextBox1.Radius = 3;
|
||||
this.uiTextBox1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||
this.uiTextBox1.ShowText = false;
|
||||
this.uiTextBox1.Size = new System.Drawing.Size(118, 28);
|
||||
this.uiTextBox1.Size = new System.Drawing.Size(100, 35);
|
||||
this.uiTextBox1.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiTextBox1.TabIndex = 35;
|
||||
this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.uiTextBox1.Watermark = "";
|
||||
@@ -273,47 +309,140 @@
|
||||
// uiCheckBox1
|
||||
//
|
||||
this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.uiCheckBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiCheckBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiCheckBox1.Location = new System.Drawing.Point(18, 91);
|
||||
this.uiCheckBox1.Location = new System.Drawing.Point(58, 69);
|
||||
this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiCheckBox1.Name = "uiCheckBox1";
|
||||
this.uiCheckBox1.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
||||
this.uiCheckBox1.Size = new System.Drawing.Size(140, 29);
|
||||
this.uiCheckBox1.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiCheckBox1.TabIndex = 36;
|
||||
this.uiCheckBox1.Text = "常温模式";
|
||||
//
|
||||
// uiCheckBox2
|
||||
//
|
||||
this.uiCheckBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.uiCheckBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiCheckBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.uiCheckBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiCheckBox2.Location = new System.Drawing.Point(162, 90);
|
||||
this.uiCheckBox2.Location = new System.Drawing.Point(202, 68);
|
||||
this.uiCheckBox2.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiCheckBox2.Name = "uiCheckBox2";
|
||||
this.uiCheckBox2.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
||||
this.uiCheckBox2.Size = new System.Drawing.Size(133, 29);
|
||||
this.uiCheckBox2.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiCheckBox2.TabIndex = 37;
|
||||
this.uiCheckBox2.Text = "高温模式";
|
||||
//
|
||||
// uiButton2
|
||||
//
|
||||
this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.uiButton2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton2.Location = new System.Drawing.Point(409, 623);
|
||||
this.uiButton2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(120)))), ((int)(((byte)(50)))));
|
||||
this.uiButton2.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(140)))), ((int)(((byte)(70)))));
|
||||
this.uiButton2.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(130)))), ((int)(((byte)(60)))));
|
||||
this.uiButton2.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(110)))), ((int)(((byte)(40)))));
|
||||
this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton2.Location = new System.Drawing.Point(421, 23);
|
||||
this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiButton2.Name = "uiButton2";
|
||||
this.uiButton2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(120)))), ((int)(((byte)(50)))));
|
||||
this.uiButton2.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(130)))), ((int)(((byte)(60)))));
|
||||
this.uiButton2.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(110)))), ((int)(((byte)(40)))));
|
||||
this.uiButton2.Size = new System.Drawing.Size(130, 50);
|
||||
this.uiButton2.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.uiButton2.TabIndex = 38;
|
||||
this.uiButton2.Text = "清除";
|
||||
this.uiButton2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
|
||||
//
|
||||
// uiTableLayoutPanel1
|
||||
//
|
||||
this.uiTableLayoutPanel1.ColumnCount = 1;
|
||||
this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel3, 0, 2);
|
||||
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel2, 0, 0);
|
||||
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel1, 0, 1);
|
||||
this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 35);
|
||||
this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
|
||||
this.uiTableLayoutPanel1.RowCount = 3;
|
||||
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
||||
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F));
|
||||
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
||||
this.uiTableLayoutPanel1.Size = new System.Drawing.Size(1000, 705);
|
||||
this.uiTableLayoutPanel1.TabIndex = 39;
|
||||
this.uiTableLayoutPanel1.TagString = null;
|
||||
//
|
||||
// uiPanel3
|
||||
//
|
||||
this.uiPanel3.Controls.Add(this.save);
|
||||
this.uiPanel3.Controls.Add(this.uiButton2);
|
||||
this.uiPanel3.Controls.Add(this.uiButton1);
|
||||
this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.uiPanel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiPanel3.Location = new System.Drawing.Point(4, 604);
|
||||
this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiPanel3.Name = "uiPanel3";
|
||||
this.uiPanel3.Size = new System.Drawing.Size(992, 96);
|
||||
this.uiPanel3.TabIndex = 2;
|
||||
this.uiPanel3.Text = null;
|
||||
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// uiPanel2
|
||||
//
|
||||
this.uiPanel2.Controls.Add(this.uiLabel48);
|
||||
this.uiPanel2.Controls.Add(this.uiTextBox2);
|
||||
this.uiPanel2.Controls.Add(this.uiCheckBox2);
|
||||
this.uiPanel2.Controls.Add(this.uiTextBox9);
|
||||
this.uiPanel2.Controls.Add(this.uiCheckBox1);
|
||||
this.uiPanel2.Controls.Add(this.uiTextBox1);
|
||||
this.uiPanel2.Controls.Add(this.uiTextBox5);
|
||||
this.uiPanel2.Controls.Add(this.uiLabel1);
|
||||
this.uiPanel2.Controls.Add(this.uiLabel41);
|
||||
this.uiPanel2.Controls.Add(this.uiLabel4);
|
||||
this.uiPanel2.Controls.Add(this.uiTextBox4);
|
||||
this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.uiPanel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiPanel2.Location = new System.Drawing.Point(4, 5);
|
||||
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiPanel2.Name = "uiPanel2";
|
||||
this.uiPanel2.Size = new System.Drawing.Size(992, 131);
|
||||
this.uiPanel2.TabIndex = 1;
|
||||
this.uiPanel2.Text = null;
|
||||
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// uiPanel1
|
||||
//
|
||||
this.uiPanel1.Controls.Add(this.uiDataGridView1);
|
||||
this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiPanel1.Location = new System.Drawing.Point(4, 146);
|
||||
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiPanel1.Name = "uiPanel1";
|
||||
this.uiPanel1.Size = new System.Drawing.Size(992, 448);
|
||||
this.uiPanel1.TabIndex = 0;
|
||||
this.uiPanel1.Text = null;
|
||||
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// Column1
|
||||
//
|
||||
this.Column1.DataPropertyName = "Id";
|
||||
this.Column1.HeaderText = "序号";
|
||||
this.Column1.HeaderText = "编号";
|
||||
this.Column1.MinimumWidth = 6;
|
||||
this.Column1.Name = "Column1";
|
||||
this.Column1.Width = 80;
|
||||
this.Column1.ReadOnly = true;
|
||||
this.Column1.Width = 75;
|
||||
//
|
||||
// SerialNumber
|
||||
//
|
||||
this.SerialNumber.HeaderText = "序号";
|
||||
this.SerialNumber.MinimumWidth = 8;
|
||||
this.SerialNumber.Name = "SerialNumber";
|
||||
this.SerialNumber.ReadOnly = true;
|
||||
this.SerialNumber.Width = 75;
|
||||
//
|
||||
// Column2
|
||||
//
|
||||
@@ -321,7 +450,8 @@
|
||||
this.Column2.HeaderText = "条码";
|
||||
this.Column2.MinimumWidth = 6;
|
||||
this.Column2.Name = "Column2";
|
||||
this.Column2.Width = 220;
|
||||
this.Column2.ReadOnly = true;
|
||||
this.Column2.Width = 200;
|
||||
//
|
||||
// Column3
|
||||
//
|
||||
@@ -330,7 +460,6 @@
|
||||
this.Column3.MinimumWidth = 6;
|
||||
this.Column3.Name = "Column3";
|
||||
this.Column3.ReadOnly = true;
|
||||
this.Column3.Width = 150;
|
||||
//
|
||||
// Column4
|
||||
//
|
||||
@@ -338,7 +467,8 @@
|
||||
this.Column4.HeaderText = "出口温度(℃)";
|
||||
this.Column4.MinimumWidth = 6;
|
||||
this.Column4.Name = "Column4";
|
||||
this.Column4.Width = 180;
|
||||
this.Column4.ReadOnly = true;
|
||||
this.Column4.Width = 110;
|
||||
//
|
||||
// Column7
|
||||
//
|
||||
@@ -346,7 +476,7 @@
|
||||
this.Column7.HeaderText = "温度(℃)";
|
||||
this.Column7.MinimumWidth = 6;
|
||||
this.Column7.Name = "Column7";
|
||||
this.Column7.Width = 120;
|
||||
this.Column7.ReadOnly = true;
|
||||
//
|
||||
// Column5
|
||||
//
|
||||
@@ -354,7 +484,8 @@
|
||||
this.Column5.HeaderText = "保压时间(h)";
|
||||
this.Column5.MinimumWidth = 6;
|
||||
this.Column5.Name = "Column5";
|
||||
this.Column5.Width = 125;
|
||||
this.Column5.ReadOnly = true;
|
||||
this.Column5.Width = 110;
|
||||
//
|
||||
// Column8
|
||||
//
|
||||
@@ -363,7 +494,7 @@
|
||||
this.Column8.MinimumWidth = 8;
|
||||
this.Column8.Name = "Column8";
|
||||
this.Column8.ReadOnly = true;
|
||||
this.Column8.Width = 150;
|
||||
this.Column8.Width = 110;
|
||||
//
|
||||
// Column6
|
||||
//
|
||||
@@ -371,32 +502,24 @@
|
||||
this.Column6.HeaderText = "录入时间";
|
||||
this.Column6.MinimumWidth = 6;
|
||||
this.Column6.Name = "Column6";
|
||||
this.Column6.Width = 180;
|
||||
this.Column6.ReadOnly = true;
|
||||
this.Column6.Width = 150;
|
||||
//
|
||||
// ScanImport
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(982, 693);
|
||||
this.Controls.Add(this.uiButton2);
|
||||
this.Controls.Add(this.uiCheckBox2);
|
||||
this.Controls.Add(this.uiCheckBox1);
|
||||
this.Controls.Add(this.uiLabel1);
|
||||
this.Controls.Add(this.uiTextBox1);
|
||||
this.Controls.Add(this.uiButton1);
|
||||
this.Controls.Add(this.uiLabel48);
|
||||
this.Controls.Add(this.uiTextBox9);
|
||||
this.Controls.Add(this.uiTextBox5);
|
||||
this.Controls.Add(this.uiLabel41);
|
||||
this.Controls.Add(this.uiLabel4);
|
||||
this.Controls.Add(this.uiTextBox4);
|
||||
this.Controls.Add(this.uiTextBox2);
|
||||
this.Controls.Add(this.uiDataGridView1);
|
||||
this.Controls.Add(this.save);
|
||||
this.ClientSize = new System.Drawing.Size(1000, 740);
|
||||
this.Controls.Add(this.uiTableLayoutPanel1);
|
||||
this.Name = "ScanImport";
|
||||
this.Text = "录入系统";
|
||||
this.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.Text = "数据录入系统";
|
||||
this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 982, 693);
|
||||
this.Load += new System.EventHandler(this.ScanImport_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
|
||||
this.uiTableLayoutPanel1.ResumeLayout(false);
|
||||
this.uiPanel3.ResumeLayout(false);
|
||||
this.uiPanel2.ResumeLayout(false);
|
||||
this.uiPanel1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -418,7 +541,12 @@
|
||||
private Sunny.UI.UICheckBox uiCheckBox1;
|
||||
private Sunny.UI.UICheckBox uiCheckBox2;
|
||||
private Sunny.UI.UIButton uiButton2;
|
||||
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
|
||||
private Sunny.UI.UIPanel uiPanel3;
|
||||
private Sunny.UI.UIPanel uiPanel2;
|
||||
private Sunny.UI.UIPanel uiPanel1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||||
|
||||
Reference in New Issue
Block a user