namespace PunchingMistake { partial class FrmPlanSeach { /// /// 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() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.btnRePrint = new System.Windows.Forms.Button(); this.txtBarCode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.date1 = new System.Windows.Forms.DateTimePicker(); this.date2 = new System.Windows.Forms.DateTimePicker(); this.btnSearch = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.塑件条码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.半成品零件号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.总成条码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.工位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.计划编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.班组 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.质量状态 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1807, 983); this.tableLayoutPanel1.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.btnSearch); this.panel1.Controls.Add(this.date2); this.panel1.Controls.Add(this.date1); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtBarCode); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.btnRePrint); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1801, 44); this.panel1.TabIndex = 0; // // btnRePrint // this.btnRePrint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.btnRePrint.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnRePrint.Location = new System.Drawing.Point(3, -3); this.btnRePrint.Name = "btnRePrint"; this.btnRePrint.Size = new System.Drawing.Size(137, 55); this.btnRePrint.TabIndex = 0; this.btnRePrint.Text = "补 打"; this.btnRePrint.UseVisualStyleBackColor = true; this.btnRePrint.Click += new System.EventHandler(this.btnRePrint_Click); // // txtBarCode // this.txtBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtBarCode.Location = new System.Drawing.Point(989, 2); this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(200, 35); this.txtBarCode.TabIndex = 4; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(925, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 24); this.label2.TabIndex = 3; this.label2.Text = "条码"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1200, 7); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(58, 24); this.label3.TabIndex = 5; this.label3.Text = "时间"; // // date1 // this.date1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.date1.Location = new System.Drawing.Point(1259, 4); this.date1.Name = "date1"; this.date1.Size = new System.Drawing.Size(200, 35); this.date1.TabIndex = 6; // // date2 // this.date2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.date2.Location = new System.Drawing.Point(1465, 4); this.date2.Name = "date2"; this.date2.Size = new System.Drawing.Size(200, 35); this.date2.TabIndex = 7; // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.Location = new System.Drawing.Point(1667, -3); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(137, 47); this.btnSearch.TabIndex = 8; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.塑件条码, this.半成品零件号, this.总成条码, this.工位, this.计划编号, this.班组, this.质量状态}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(3, 53); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersWidth = 10; this.dataGridView1.RowTemplate.Height = 37; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1801, 887); this.dataGridView1.TabIndex = 1; // // 塑件条码 // this.塑件条码.DataPropertyName = "barcode"; this.塑件条码.HeaderText = "塑件条码"; this.塑件条码.MinimumWidth = 10; this.塑件条码.Name = "塑件条码"; this.塑件条码.ReadOnly = true; // // 半成品零件号 // this.半成品零件号.DataPropertyName = "BcpID"; this.半成品零件号.HeaderText = "半成品零件号"; this.半成品零件号.MinimumWidth = 10; this.半成品零件号.Name = "半成品零件号"; this.半成品零件号.ReadOnly = true; // // 总成条码 // this.总成条码.DataPropertyName = "ZcBarCode"; this.总成条码.HeaderText = "总成条码"; this.总成条码.MinimumWidth = 10; this.总成条码.Name = "总成条码"; this.总成条码.ReadOnly = true; this.总成条码.Width = 200; // // 工位 // this.工位.DataPropertyName = "StationNo"; this.工位.HeaderText = "工位"; this.工位.MinimumWidth = 10; this.工位.Name = "工位"; this.工位.ReadOnly = true; // // 计划编号 // this.计划编号.DataPropertyName = "OrderNo"; this.计划编号.HeaderText = "计划编号"; this.计划编号.MinimumWidth = 10; this.计划编号.Name = "计划编号"; this.计划编号.ReadOnly = true; // // 班组 // this.班组.DataPropertyName = "WorkClass"; this.班组.HeaderText = "班组"; this.班组.MinimumWidth = 10; this.班组.Name = "班组"; this.班组.ReadOnly = true; // // 质量状态 // this.质量状态.DataPropertyName = "Flag"; this.质量状态.HeaderText = "质量状态"; this.质量状态.MinimumWidth = 10; this.质量状态.Name = "质量状态"; this.质量状态.ReadOnly = true; // // FrmPlanSeach // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1807, 983); this.Controls.Add(this.tableLayoutPanel1); this.Name = "FrmPlanSeach"; this.Text = "计划数据查询补打"; this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnRePrint; private System.Windows.Forms.TextBox txtBarCode; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.DateTimePicker date2; private System.Windows.Forms.DateTimePicker date1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn 塑件条码; private System.Windows.Forms.DataGridViewTextBoxColumn 半成品零件号; private System.Windows.Forms.DataGridViewTextBoxColumn 总成条码; private System.Windows.Forms.DataGridViewTextBoxColumn 工位; private System.Windows.Forms.DataGridViewTextBoxColumn 计划编号; private System.Windows.Forms.DataGridViewTextBoxColumn 班组; private System.Windows.Forms.DataGridViewTextBoxColumn 质量状态; } }