namespace ProductionControl { partial class FrmOrderList { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrderList)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tsbtnDel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbtnQuery = new System.Windows.Forms.ToolStripButton(); this.label1 = new System.Windows.Forms.Label(); this.cobProductList = new System.Windows.Forms.ComboBox(); this.cobStepList = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.label6 = new System.Windows.Forms.Label(); this.uiPagination1 = new ProductionControl.UI.UIPagination(); this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colProductName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colStepName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colSN = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = 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.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colModifyCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colModifyTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colId, this.colProductName, this.colStepName, this.colSN, this.Column1, this.Column2, this.Column3, this.Column4, this.Column8, this.Column5, this.Column6, this.Column7, this.colModifyCode, this.colModifyTime}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridView1.Location = new System.Drawing.Point(0, 141); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 62; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1560, 533); this.dataGridView1.TabIndex = 22; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete); // // tsbtnDel // this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image"))); this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDel.Name = "tsbtnDel"; this.tsbtnDel.Size = new System.Drawing.Size(70, 60); this.tsbtnDel.Text = " 导出 "; this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65); // // tsbtnClose // this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image"))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(70, 60); this.tsbtnClose.Text = " 关闭 "; this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnQuery, this.tsbtnDel, this.toolStripSeparator1, this.tsbtnClose}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1560, 65); this.toolStrip1.TabIndex = 12; this.toolStrip1.Text = "toolStrip1"; // // tsbtnQuery // this.tsbtnQuery.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnQuery.Image"))); this.tsbtnQuery.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnQuery.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnQuery.Name = "tsbtnQuery"; this.tsbtnQuery.Size = new System.Drawing.Size(70, 60); this.tsbtnQuery.Text = " 查询 "; this.tsbtnQuery.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnQuery.Click += new System.EventHandler(this.tsbtnQuery_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 110); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 18); this.label1.TabIndex = 24; this.label1.Text = "产品"; // // cobProductList // this.cobProductList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cobProductList.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cobProductList.FormattingEnabled = true; this.cobProductList.Location = new System.Drawing.Point(63, 107); this.cobProductList.Name = "cobProductList"; this.cobProductList.Size = new System.Drawing.Size(270, 26); this.cobProductList.TabIndex = 25; // // cobStepList // this.cobStepList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cobStepList.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cobStepList.FormattingEnabled = true; this.cobStepList.Location = new System.Drawing.Point(410, 107); this.cobStepList.Name = "cobStepList"; this.cobStepList.Size = new System.Drawing.Size(270, 26); this.cobStepList.TabIndex = 27; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(360, 112); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(44, 18); this.label2.TabIndex = 26; this.label2.Text = "流程"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(714, 111); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(44, 18); this.label5.TabIndex = 32; this.label5.Text = "日期"; // // dateTimePicker1 // this.dateTimePicker1.Location = new System.Drawing.Point(765, 106); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.ShowCheckBox = true; this.dateTimePicker1.Size = new System.Drawing.Size(301, 28); this.dateTimePicker1.TabIndex = 33; // // dateTimePicker2 // this.dateTimePicker2.Location = new System.Drawing.Point(1094, 106); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.ShowCheckBox = true; this.dateTimePicker2.Size = new System.Drawing.Size(301, 28); this.dateTimePicker2.TabIndex = 35; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(1072, 113); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 18); this.label6.TabIndex = 36; this.label6.Text = "-"; // // uiPagination1 // this.uiPagination1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.uiPagination1.Location = new System.Drawing.Point(0, 670); this.uiPagination1.Name = "uiPagination1"; this.uiPagination1.PageSize = 20; this.uiPagination1.Size = new System.Drawing.Size(1560, 39); this.uiPagination1.TabIndex = 23; this.uiPagination1.TotalCount = 0; // // colId // this.colId.DataPropertyName = "Id"; this.colId.HeaderText = "Id"; this.colId.MinimumWidth = 8; this.colId.Name = "colId"; this.colId.ReadOnly = true; this.colId.Visible = false; this.colId.Width = 150; // // colProductName // dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.colProductName.DefaultCellStyle = dataGridViewCellStyle2; this.colProductName.HeaderText = "产品名称"; this.colProductName.MinimumWidth = 8; this.colProductName.Name = "colProductName"; this.colProductName.ReadOnly = true; this.colProductName.Width = 150; // // colStepName // this.colStepName.HeaderText = "流程名称"; this.colStepName.MinimumWidth = 8; this.colStepName.Name = "colStepName"; this.colStepName.ReadOnly = true; this.colStepName.Width = 200; // // colSN // this.colSN.DataPropertyName = "SN"; this.colSN.HeaderText = "SN"; this.colSN.MinimumWidth = 8; this.colSN.Name = "colSN"; this.colSN.ReadOnly = true; this.colSN.Width = 150; // // Column1 // this.Column1.DataPropertyName = "TensionValue"; this.Column1.HeaderText = "张力值"; this.Column1.MinimumWidth = 8; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 150; // // Column2 // this.Column2.DataPropertyName = "HeightValue"; this.Column2.HeaderText = "厚度值"; this.Column2.MinimumWidth = 8; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 150; // // Column3 // this.Column3.DataPropertyName = "LineWidthValue"; this.Column3.HeaderText = "线宽"; this.Column3.MinimumWidth = 8; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 150; // // Column4 // this.Column4.DataPropertyName = "PTValue "; this.Column4.HeaderText = "PT值"; this.Column4.MinimumWidth = 8; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 150; // // Column8 // this.Column8.DataPropertyName = "TimeLen"; this.Column8.HeaderText = "用时(s)"; this.Column8.MinimumWidth = 8; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.Width = 110; // // Column5 // this.Column5.DataPropertyName = "DefectCount"; this.Column5.HeaderText = "缺陷数"; this.Column5.MinimumWidth = 8; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Visible = false; this.Column5.Width = 80; // // Column6 // this.Column6.DataPropertyName = "Succeed"; this.Column6.HeaderText = "成功"; this.Column6.MinimumWidth = 8; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Visible = false; this.Column6.Width = 50; // // Column7 // this.Column7.DataPropertyName = "FailProcessName"; this.Column7.HeaderText = "失败工序"; this.Column7.MinimumWidth = 8; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Visible = false; this.Column7.Width = 150; // // colModifyCode // this.colModifyCode.DataPropertyName = "ModifyUserCode"; this.colModifyCode.HeaderText = "操作员"; this.colModifyCode.MinimumWidth = 8; this.colModifyCode.Name = "colModifyCode"; this.colModifyCode.ReadOnly = true; this.colModifyCode.Width = 150; // // colModifyTime // this.colModifyTime.DataPropertyName = "ModifyTime"; this.colModifyTime.HeaderText = "日期"; this.colModifyTime.MinimumWidth = 8; this.colModifyTime.Name = "colModifyTime"; this.colModifyTime.ReadOnly = true; this.colModifyTime.Width = 150; // // FrmOrderList // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1560, 712); this.Controls.Add(this.label6); this.Controls.Add(this.dateTimePicker2); this.Controls.Add(this.dateTimePicker1); this.Controls.Add(this.label5); this.Controls.Add(this.cobStepList); this.Controls.Add(this.label2); this.Controls.Add(this.cobProductList); this.Controls.Add(this.label1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.uiPagination1); this.Controls.Add(this.toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmOrderList"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据查询"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmProductList_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private UI.UIPagination uiPagination1; private System.Windows.Forms.ToolStripButton tsbtnDel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbtnQuery; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cobProductList; private System.Windows.Forms.ComboBox cobStepList; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.Label label6; private System.Windows.Forms.DataGridViewTextBoxColumn colId; private System.Windows.Forms.DataGridViewTextBoxColumn colProductName; private System.Windows.Forms.DataGridViewTextBoxColumn colStepName; private System.Windows.Forms.DataGridViewTextBoxColumn colSN; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn colModifyCode; private System.Windows.Forms.DataGridViewTextBoxColumn colModifyTime; } }