namespace Stone.WinModule.JISAdmin.ReOrder { partial class frmEdiPrintReOrderAssemble { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); 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(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbPrint1 = new System.Windows.Forms.RadioButton(); this.rbPrint2 = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.btnSet = new System.Windows.Forms.Button(); this.btnOutPut = new System.Windows.Forms.Button(); this.chkAuto = new System.Windows.Forms.CheckBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnRePrint = new System.Windows.Forms.Button(); this.btnPrintLabel = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cbFields = new System.Windows.Forms.ComboBox(); this.txtKey = new System.Windows.Forms.TextBox(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.lblState = new System.Windows.Forms.Label(); this.btnQuery = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.dgrdView1 = new System.Windows.Forms.DataGridView(); this.lblShow = new System.Windows.Forms.Label(); this.btnInsert = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.rbPrint1); this.groupBox1.Controls.Add(this.rbPrint2); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(118, 153); this.groupBox1.TabIndex = 21; this.groupBox1.TabStop = false; this.groupBox1.Text = "打印状态"; // // rbPrint1 // this.rbPrint1.AutoSize = true; this.rbPrint1.BackColor = System.Drawing.Color.Blue; this.rbPrint1.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbPrint1.ForeColor = System.Drawing.Color.White; this.rbPrint1.Location = new System.Drawing.Point(6, 32); this.rbPrint1.Name = "rbPrint1"; this.rbPrint1.Size = new System.Drawing.Size(97, 26); this.rbPrint1.TabIndex = 16; this.rbPrint1.Text = "已打印"; this.rbPrint1.UseVisualStyleBackColor = false; // // rbPrint2 // this.rbPrint2.AutoSize = true; this.rbPrint2.BackColor = System.Drawing.Color.Red; this.rbPrint2.Checked = true; this.rbPrint2.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbPrint2.ForeColor = System.Drawing.Color.White; this.rbPrint2.Location = new System.Drawing.Point(6, 67); this.rbPrint2.Name = "rbPrint2"; this.rbPrint2.Size = new System.Drawing.Size(97, 26); this.rbPrint2.TabIndex = 17; this.rbPrint2.TabStop = true; this.rbPrint2.Text = "未打印"; this.rbPrint2.UseVisualStyleBackColor = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.panel1.Controls.Add(this.groupBox4); this.panel1.Controls.Add(this.groupBox3); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(869, 187); this.panel1.TabIndex = 12; // // groupBox4 // this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox4.Controls.Add(this.btnSet); this.groupBox4.Controls.Add(this.btnOutPut); this.groupBox4.Controls.Add(this.chkAuto); this.groupBox4.Location = new System.Drawing.Point(746, 12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(111, 153); this.groupBox4.TabIndex = 24; this.groupBox4.TabStop = false; this.groupBox4.Text = "设置"; // // btnSet // this.btnSet.Location = new System.Drawing.Point(21, 19); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(75, 37); this.btnSet.TabIndex = 18; this.btnSet.Text = "设置"; this.btnSet.UseVisualStyleBackColor = true; this.btnSet.Click += new System.EventHandler(this.btnSet_Click); // // btnOutPut // this.btnOutPut.Location = new System.Drawing.Point(21, 58); this.btnOutPut.Name = "btnOutPut"; this.btnOutPut.Size = new System.Drawing.Size(75, 37); this.btnOutPut.TabIndex = 13; this.btnOutPut.Text = "导出"; this.btnOutPut.UseVisualStyleBackColor = true; this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click); // // chkAuto // this.chkAuto.AutoSize = true; this.chkAuto.Location = new System.Drawing.Point(24, 101); this.chkAuto.Name = "chkAuto"; this.chkAuto.Size = new System.Drawing.Size(72, 16); this.chkAuto.TabIndex = 20; this.chkAuto.Text = "自动刷新"; this.chkAuto.UseVisualStyleBackColor = true; this.chkAuto.CheckedChanged += new System.EventHandler(this.chkAuto_CheckedChanged); // // groupBox3 // this.groupBox3.Controls.Add(this.btnRePrint); this.groupBox3.Controls.Add(this.btnPrintLabel); this.groupBox3.Location = new System.Drawing.Point(494, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(222, 153); this.groupBox3.TabIndex = 23; this.groupBox3.TabStop = false; this.groupBox3.Text = "补打"; // // btnRePrint // this.btnRePrint.Location = new System.Drawing.Point(16, 32); this.btnRePrint.Name = "btnRePrint"; this.btnRePrint.Size = new System.Drawing.Size(88, 68); this.btnRePrint.TabIndex = 14; this.btnRePrint.Text = "补打装配单"; this.btnRePrint.UseVisualStyleBackColor = true; this.btnRePrint.Click += new System.EventHandler(this.btnRePrint_Click); // // btnPrintLabel // this.btnPrintLabel.Location = new System.Drawing.Point(109, 32); this.btnPrintLabel.Name = "btnPrintLabel"; this.btnPrintLabel.Size = new System.Drawing.Size(88, 68); this.btnPrintLabel.TabIndex = 19; this.btnPrintLabel.Text = "补打零件标签"; this.btnPrintLabel.UseVisualStyleBackColor = true; this.btnPrintLabel.Click += new System.EventHandler(this.btnPrintLabel_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.btnInsert); this.groupBox2.Controls.Add(this.cbFields); this.groupBox2.Controls.Add(this.txtKey); this.groupBox2.Controls.Add(this.dateTimePicker1); this.groupBox2.Controls.Add(this.dateTimePicker2); this.groupBox2.Controls.Add(this.lblState); this.groupBox2.Controls.Add(this.btnQuery); this.groupBox2.Location = new System.Drawing.Point(145, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(343, 153); this.groupBox2.TabIndex = 22; this.groupBox2.TabStop = false; this.groupBox2.Text = "日期和条件"; // // cbFields // this.cbFields.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbFields.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbFields.FormattingEnabled = true; this.cbFields.Items.AddRange(new object[] { "RejectNumber", "OrderNumber", "CallOffNumber", "PartsFamily"}); this.cbFields.Location = new System.Drawing.Point(13, 66); this.cbFields.Name = "cbFields"; this.cbFields.Size = new System.Drawing.Size(120, 24); this.cbFields.TabIndex = 7; // // txtKey // this.txtKey.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtKey.Location = new System.Drawing.Point(139, 65); this.txtKey.Name = "txtKey"; this.txtKey.Size = new System.Drawing.Size(122, 29); this.txtKey.TabIndex = 8; // // dateTimePicker1 // this.dateTimePicker1.CustomFormat = "yyyy-MM-dd"; this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker1.Location = new System.Drawing.Point(13, 31); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(120, 29); this.dateTimePicker1.TabIndex = 9; // // dateTimePicker2 // this.dateTimePicker2.CustomFormat = "yyyy-MM-dd"; this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker2.Location = new System.Drawing.Point(139, 31); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(122, 29); this.dateTimePicker2.TabIndex = 10; // // lblState // this.lblState.AutoSize = true; this.lblState.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblState.ForeColor = System.Drawing.Color.Red; this.lblState.Location = new System.Drawing.Point(17, 101); this.lblState.Name = "lblState"; this.lblState.Size = new System.Drawing.Size(0, 16); this.lblState.TabIndex = 12; // // btnQuery // this.btnQuery.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btnQuery.Location = new System.Drawing.Point(267, 30); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(68, 68); this.btnQuery.TabIndex = 11; this.btnQuery.Text = "查询"; this.btnQuery.UseVisualStyleBackColor = false; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // timer1 // this.timer1.Interval = 12000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // dgrdView1 // this.dgrdView1.AllowUserToAddRows = false; this.dgrdView1.AllowUserToOrderColumns = true; this.dgrdView1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.dgrdView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgrdView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgrdView1.DefaultCellStyle = dataGridViewCellStyle2; this.dgrdView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dgrdView1.Location = new System.Drawing.Point(0, 187); this.dgrdView1.Name = "dgrdView1"; this.dgrdView1.ReadOnly = true; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgrdView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgrdView1.RowTemplate.Height = 23; this.dgrdView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgrdView1.Size = new System.Drawing.Size(869, 294); this.dgrdView1.TabIndex = 13; // // lblShow // this.lblShow.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblShow.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblShow.Location = new System.Drawing.Point(0, 481); this.lblShow.Name = "lblShow"; this.lblShow.Size = new System.Drawing.Size(869, 23); this.lblShow.TabIndex = 14; // // btnInsert // this.btnInsert.BackColor = System.Drawing.Color.Red; this.btnInsert.Font = new System.Drawing.Font("华文细黑", 12F, System.Drawing.FontStyle.Bold); this.btnInsert.ForeColor = System.Drawing.Color.White; this.btnInsert.Location = new System.Drawing.Point(139, 101); this.btnInsert.Name = "btnInsert"; this.btnInsert.Size = new System.Drawing.Size(122, 42); this.btnInsert.TabIndex = 23; this.btnInsert.Text = "线下插单"; this.btnInsert.UseVisualStyleBackColor = false; this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click); // // frmEdiPrintReOrderAssemble // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(869, 504); this.Controls.Add(this.dgrdView1); this.Controls.Add(this.panel1); this.Controls.Add(this.lblShow); this.Name = "frmEdiPrintReOrderAssemble"; this.TabText = "ReOrder-装配单管理"; this.Text = "ReOrder-装配单管理"; this.Load += new System.EventHandler(this.frmEdiPrintReOrderAssemble_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton rbPrint1; private System.Windows.Forms.RadioButton rbPrint2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button btnSet; private System.Windows.Forms.Button btnOutPut; private System.Windows.Forms.CheckBox chkAuto; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnRePrint; private System.Windows.Forms.Button btnPrintLabel; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ComboBox cbFields; private System.Windows.Forms.TextBox txtKey; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.Label lblState; private System.Windows.Forms.Button btnQuery; private System.Windows.Forms.Timer timer1; public System.Windows.Forms.DataGridView dgrdView1; private System.Windows.Forms.Label lblShow; private System.Windows.Forms.Button btnInsert; } }