namespace 全自动水压检测仪 { partial class ScanImport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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(); 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.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(); 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(); ((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.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; 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; 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, this.Column7, this.Column5, this.Column8, this.Column6}); 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("微软雅黑", 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"; 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.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(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(8, 5, 8, 5); this.uiTextBox2.RectSize = 2; this.uiTextBox2.ShowText = false; 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.MiddleLeft; this.uiTextBox2.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, 27); this.uiLabel48.Name = "uiLabel48"; this.uiLabel48.Size = new System.Drawing.Size(103, 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(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.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(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.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, 73); this.uiLabel41.Name = "uiLabel41"; this.uiLabel41.Size = new System.Drawing.Size(110, 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, 27); this.uiLabel4.Name = "uiLabel4"; this.uiLabel4.Size = new System.Drawing.Size(105, 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(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.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, 73); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(83, 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(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.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, 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("微软雅黑", 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, 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.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, 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.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; // // Column2 // this.Column2.DataPropertyName = "barcode"; this.Column2.HeaderText = "条码"; this.Column2.MinimumWidth = 6; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 200; // // Column3 // this.Column3.DataPropertyName = "diffpressure"; this.Column3.HeaderText = "压力(PSI)"; this.Column3.MinimumWidth = 6; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // 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; // // 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; // // 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.ResumeLayout(false); } #endregion private Sunny.UI.UIButton save; private Sunny.UI.UIDataGridView uiDataGridView1; private Sunny.UI.UITextBox uiTextBox2; 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 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; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; } }