664 lines
41 KiB
C#
664 lines
41 KiB
C#
namespace 全自动水压检测仪
|
|
{
|
|
partial class ScanImport
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.save = new Sunny.UI.UIButton();
|
|
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnContactNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnItemNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.uiTextBox2 = new Sunny.UI.UITextBox();
|
|
this.uiTextBox11 = new Sunny.UI.UITextBox();
|
|
this.uiLabel50 = new Sunny.UI.UILabel();
|
|
this.uiLabel51 = new Sunny.UI.UILabel();
|
|
this.uiLabel48 = new Sunny.UI.UILabel();
|
|
this.uiTextBox9 = new Sunny.UI.UITextBox();
|
|
this.uiTextBox5 = new Sunny.UI.UITextBox();
|
|
this.uiLabel41 = new Sunny.UI.UILabel();
|
|
this.uiLabel4 = new Sunny.UI.UILabel();
|
|
this.uiTextBox4 = new Sunny.UI.UITextBox();
|
|
this.uiButton1 = new Sunny.UI.UIButton();
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
this.uiTextBox1 = new Sunny.UI.UITextBox();
|
|
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.uiButton3 = new Sunny.UI.UIButton();
|
|
this.uiPanel2 = new Sunny.UI.UIPanel();
|
|
this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
this.uiPanelTop = new Sunny.UI.UIPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
|
|
this.uiTableLayoutPanel1.SuspendLayout();
|
|
this.uiPanel3.SuspendLayout();
|
|
this.uiPanel2.SuspendLayout();
|
|
this.uiPanel1.SuspendLayout();
|
|
this.uiPanelTop.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// save
|
|
//
|
|
this.save.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
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.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// uiDataGridView1
|
|
//
|
|
this.uiDataGridView1.AllowUserToAddRows = false;
|
|
this.uiDataGridView1.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle36.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
dataGridViewCellStyle36.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36;
|
|
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle37.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
dataGridViewCellStyle37.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37;
|
|
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.ColumnContactNumber,
|
|
this.ColumnItemNumber,
|
|
this.Column3,
|
|
this.Column4,
|
|
this.Column7,
|
|
this.Column5,
|
|
this.Column8,
|
|
this.Column6});
|
|
dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle38.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle38.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
dataGridViewCellStyle38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle38.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle38;
|
|
this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiDataGridView1.EnableHeadersVisualStyles = false;
|
|
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";
|
|
this.uiDataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle39.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
dataGridViewCellStyle39.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle39.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle39.SelectionForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle39;
|
|
this.uiDataGridView1.RowHeadersWidth = 40;
|
|
dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle40.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle40.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle40;
|
|
this.uiDataGridView1.RowTemplate.Height = 35;
|
|
this.uiDataGridView1.SelectedIndex = -1;
|
|
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);
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.DataPropertyName = "Id";
|
|
this.Column1.HeaderText = "编号";
|
|
this.Column1.MinimumWidth = 6;
|
|
this.Column1.Name = "Column1";
|
|
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;
|
|
//
|
|
// ColumnContactNumber
|
|
//
|
|
this.ColumnContactNumber.DataPropertyName = "ContactNumber";
|
|
this.ColumnContactNumber.HeaderText = "联络单号";
|
|
this.ColumnContactNumber.MinimumWidth = 6;
|
|
this.ColumnContactNumber.Name = "ColumnContactNumber";
|
|
this.ColumnContactNumber.ReadOnly = true;
|
|
this.ColumnContactNumber.Width = 150;
|
|
//
|
|
// ColumnItemNumber
|
|
//
|
|
this.ColumnItemNumber.DataPropertyName = "ItemNumber";
|
|
this.ColumnItemNumber.HeaderText = "件号";
|
|
this.ColumnItemNumber.MinimumWidth = 6;
|
|
this.ColumnItemNumber.Name = "ColumnItemNumber";
|
|
this.ColumnItemNumber.ReadOnly = true;
|
|
this.ColumnItemNumber.Width = 150;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.DataPropertyName = "diffpressure";
|
|
this.Column3.HeaderText = "压力(PSI)";
|
|
this.Column3.MinimumWidth = 6;
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
this.Column3.Width = 150;
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.DataPropertyName = "temperature";
|
|
this.Column4.HeaderText = "出口温度(℃)";
|
|
this.Column4.MinimumWidth = 6;
|
|
this.Column4.Name = "Column4";
|
|
this.Column4.ReadOnly = true;
|
|
this.Column4.Width = 110;
|
|
//
|
|
// Column7
|
|
//
|
|
this.Column7.DataPropertyName = "temperature";
|
|
this.Column7.HeaderText = "温度(℃)";
|
|
this.Column7.MinimumWidth = 6;
|
|
this.Column7.Name = "Column7";
|
|
this.Column7.ReadOnly = true;
|
|
this.Column7.Width = 150;
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.DataPropertyName = "dwelltime";
|
|
this.Column5.HeaderText = "保压时间(h)";
|
|
this.Column5.MinimumWidth = 6;
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.ReadOnly = true;
|
|
this.Column5.Width = 110;
|
|
//
|
|
// Column8
|
|
//
|
|
this.Column8.DataPropertyName = "TemperatureMode";
|
|
this.Column8.HeaderText = "温度模式";
|
|
this.Column8.MinimumWidth = 8;
|
|
this.Column8.Name = "Column8";
|
|
this.Column8.ReadOnly = true;
|
|
this.Column8.Width = 110;
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.DataPropertyName = "CreateTime";
|
|
this.Column6.HeaderText = "录入时间";
|
|
this.Column6.MinimumWidth = 6;
|
|
this.Column6.Name = "Column6";
|
|
this.Column6.ReadOnly = true;
|
|
this.Column6.Width = 150;
|
|
//
|
|
// uiLabel50
|
|
//
|
|
this.uiLabel50.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
|
this.uiLabel50.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel50.Location = new System.Drawing.Point(200, 15);
|
|
this.uiLabel50.Name = "uiLabel50";
|
|
this.uiLabel50.Size = new System.Drawing.Size(100, 35);
|
|
this.uiLabel50.TabIndex = 31;
|
|
this.uiLabel50.Text = "联络单号:";
|
|
this.uiLabel50.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiLabel51
|
|
//
|
|
this.uiLabel51.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
|
this.uiLabel51.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel51.Location = new System.Drawing.Point(540, 15);
|
|
this.uiLabel51.Name = "uiLabel51";
|
|
this.uiLabel51.Size = new System.Drawing.Size(60, 35);
|
|
this.uiLabel51.TabIndex = 32;
|
|
this.uiLabel51.Text = "件号:";
|
|
this.uiLabel51.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiTextBox2
|
|
//
|
|
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiTextBox2.Location = new System.Drawing.Point(305, 13);
|
|
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(8, 5, 8, 5);
|
|
this.uiTextBox2.RectSize = 2;
|
|
this.uiTextBox2.ShowText = false;
|
|
this.uiTextBox2.Size = new System.Drawing.Size(200, 38);
|
|
this.uiTextBox2.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiTextBox2.TabIndex = 12;
|
|
this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiTextBox2.Watermark = "请输入联络单号";
|
|
//
|
|
// uiTextBox11
|
|
//
|
|
this.uiTextBox11.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox11.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiTextBox11.Location = new System.Drawing.Point(605, 13);
|
|
this.uiTextBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox11.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox11.Name = "uiTextBox11";
|
|
this.uiTextBox11.Padding = new System.Windows.Forms.Padding(8, 5, 8, 5);
|
|
this.uiTextBox11.RectSize = 2;
|
|
this.uiTextBox11.ShowText = false;
|
|
this.uiTextBox11.Size = new System.Drawing.Size(200, 38);
|
|
this.uiTextBox11.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiTextBox11.TabIndex = 33;
|
|
this.uiTextBox11.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiTextBox11.Watermark = "请输入件号";
|
|
//
|
|
// uiLabel48
|
|
//
|
|
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(631, 15);
|
|
this.uiLabel48.Name = "uiLabel48";
|
|
this.uiLabel48.Size = new System.Drawing.Size(129, 30);
|
|
this.uiLabel48.TabIndex = 29;
|
|
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(774, 16);
|
|
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.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(100, 35);
|
|
this.uiTextBox9.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiTextBox9.TabIndex = 30;
|
|
this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox9.Watermark = "";
|
|
//
|
|
// uiTextBox5
|
|
//
|
|
this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.uiTextBox5.Location = new System.Drawing.Point(526, 56);
|
|
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.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, 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("微软雅黑", 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(404, 61);
|
|
this.uiLabel41.Name = "uiLabel41";
|
|
this.uiLabel41.Size = new System.Drawing.Size(121, 30);
|
|
this.uiLabel41.TabIndex = 17;
|
|
this.uiLabel41.Text = "保压时间设置(h):";
|
|
this.uiLabel41.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiLabel4
|
|
//
|
|
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(404, 15);
|
|
this.uiLabel4.Name = "uiLabel4";
|
|
this.uiLabel4.Size = new System.Drawing.Size(121, 30);
|
|
this.uiLabel4.TabIndex = 18;
|
|
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(526, 15);
|
|
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.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, 35);
|
|
this.uiTextBox4.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiTextBox4.TabIndex = 19;
|
|
this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox4.Watermark = "";
|
|
//
|
|
// uiButton1
|
|
//
|
|
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
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.Click += new System.EventHandler(this.uiButton1_Click);
|
|
//
|
|
// uiLabel1
|
|
//
|
|
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(631, 61);
|
|
this.uiLabel1.Name = "uiLabel1";
|
|
this.uiLabel1.Size = new System.Drawing.Size(148, 30);
|
|
this.uiLabel1.TabIndex = 34;
|
|
this.uiLabel1.Text = "高温箱温度设置(℃):";
|
|
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiTextBox1
|
|
//
|
|
this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.uiTextBox1.Location = new System.Drawing.Point(774, 56);
|
|
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.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(100, 35);
|
|
this.uiTextBox1.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiTextBox1.TabIndex = 35;
|
|
this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox1.Watermark = "";
|
|
//
|
|
// uiCheckBox1
|
|
//
|
|
this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
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(58, 57);
|
|
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("微软雅黑", 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(202, 56);
|
|
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.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.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, 3);
|
|
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel2, 0, 1);
|
|
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel1, 0, 2);
|
|
this.uiTableLayoutPanel1.Controls.Add(this.uiPanelTop, 0, 0);
|
|
this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 35);
|
|
this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
|
|
this.uiTableLayoutPanel1.RowCount = 4;
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 110F));
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
|
this.uiTableLayoutPanel1.Size = new System.Drawing.Size(1000, 705);
|
|
this.uiTableLayoutPanel1.TabIndex = 39;
|
|
this.uiTableLayoutPanel1.TagString = null;
|
|
//
|
|
// uiPanel3
|
|
//
|
|
this.uiPanel3.Controls.Add(this.uiButton3);
|
|
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, 610);
|
|
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, 90);
|
|
this.uiPanel3.TabIndex = 2;
|
|
this.uiPanel3.Text = null;
|
|
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiButton3
|
|
//
|
|
this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.uiButton3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
this.uiButton3.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(210)))), ((int)(((byte)(60)))));
|
|
this.uiButton3.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(200)))), ((int)(((byte)(50)))));
|
|
this.uiButton3.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(30)))));
|
|
this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButton3.Location = new System.Drawing.Point(859, 43);
|
|
this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiButton3.Name = "uiButton3";
|
|
this.uiButton3.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
this.uiButton3.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(200)))), ((int)(((byte)(50)))));
|
|
this.uiButton3.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(30)))));
|
|
this.uiButton3.Size = new System.Drawing.Size(130, 50);
|
|
this.uiButton3.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiButton3.TabIndex = 39;
|
|
this.uiButton3.Text = "退出";
|
|
this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
|
|
//
|
|
// uiPanelTop
|
|
//
|
|
this.uiPanelTop.Controls.Add(this.uiLabel50);
|
|
this.uiPanelTop.Controls.Add(this.uiTextBox2);
|
|
this.uiPanelTop.Controls.Add(this.uiLabel51);
|
|
this.uiPanelTop.Controls.Add(this.uiTextBox11);
|
|
this.uiPanelTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanelTop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanelTop.Location = new System.Drawing.Point(4, 5);
|
|
this.uiPanelTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanelTop.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanelTop.Name = "uiPanelTop";
|
|
this.uiPanelTop.Size = new System.Drawing.Size(992, 60);
|
|
this.uiPanelTop.TabIndex = 3;
|
|
this.uiPanelTop.Text = null;
|
|
this.uiPanelTop.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiPanel2
|
|
//
|
|
this.uiPanel2.Controls.Add(this.uiLabel48);
|
|
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, 75);
|
|
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, 100);
|
|
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, 185);
|
|
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, 415);
|
|
this.uiPanel1.TabIndex = 0;
|
|
this.uiPanel1.Text = null;
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// ScanImport
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1000, 740);
|
|
this.Controls.Add(this.uiTableLayoutPanel1);
|
|
this.Name = "ScanImport";
|
|
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.uiPanelTop.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Sunny.UI.UIButton save;
|
|
private Sunny.UI.UIDataGridView uiDataGridView1;
|
|
private Sunny.UI.UITextBox uiTextBox2;
|
|
private Sunny.UI.UITextBox uiTextBox11;
|
|
private Sunny.UI.UILabel uiLabel50;
|
|
private Sunny.UI.UILabel uiLabel51;
|
|
private Sunny.UI.UILabel uiLabel48;
|
|
private Sunny.UI.UITextBox uiTextBox9;
|
|
private Sunny.UI.UITextBox uiTextBox5;
|
|
private Sunny.UI.UILabel uiLabel41;
|
|
private Sunny.UI.UILabel uiLabel4;
|
|
private Sunny.UI.UITextBox uiTextBox4;
|
|
private Sunny.UI.UIButton uiButton1;
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
private Sunny.UI.UITextBox uiTextBox1;
|
|
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 Sunny.UI.UIPanel uiPanelTop;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnContactNumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnItemNumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
private Sunny.UI.UIButton uiButton3;
|
|
}
|
|
} |