namespace Stone.WinModule.JISAdmin { partial class frmEdiPrintPackingList { /// /// 必需的设计器变量。 /// 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.cbFields = new System.Windows.Forms.ComboBox(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.txtKey = new System.Windows.Forms.TextBox(); this.dgrdView1 = new System.Windows.Forms.DataGridView(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.btnQuery = new System.Windows.Forms.Button(); this.lblState = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbPrint1 = new System.Windows.Forms.RadioButton(); this.rbPrint2 = new System.Windows.Forms.RadioButton(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.btnPrintHand = new System.Windows.Forms.Button(); this.rbType5 = new System.Windows.Forms.RadioButton(); this.rbType3 = new System.Windows.Forms.RadioButton(); this.rbType4 = new System.Windows.Forms.RadioButton(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnRePrint = new System.Windows.Forms.Button(); this.rbType1 = new System.Windows.Forms.RadioButton(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.rbType2 = 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.lblShow = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).BeginInit(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox5.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // 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[] { "PackingListNumber", "OrderNumber", "CallOffNumber", "PartsFamily"}); this.cbFields.Location = new System.Drawing.Point(13, 82); this.cbFields.Name = "cbFields"; this.cbFields.Size = new System.Drawing.Size(120, 24); this.cbFields.TabIndex = 7; // // 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, 42); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(120, 29); this.dateTimePicker1.TabIndex = 9; // // 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, 81); this.txtKey.Name = "txtKey"; this.txtKey.Size = new System.Drawing.Size(122, 29); this.txtKey.TabIndex = 8; // // 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, 170); 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(1052, 296); this.dgrdView1.TabIndex = 13; // // groupBox2 // 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.btnQuery); this.groupBox2.Controls.Add(this.lblState); this.groupBox2.Location = new System.Drawing.Point(274, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(343, 152); this.groupBox2.TabIndex = 22; this.groupBox2.TabStop = false; this.groupBox2.Text = "日期和条件"; // // 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, 42); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(122, 29); this.dateTimePicker2.TabIndex = 10; // // 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, 41); 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); // // 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(15, 112); this.lblState.Name = "lblState"; this.lblState.Size = new System.Drawing.Size(0, 16); this.lblState.TabIndex = 12; // // groupBox1 // this.groupBox1.Controls.Add(this.rbPrint1); this.groupBox1.Controls.Add(this.rbPrint2); this.groupBox1.Location = new System.Drawing.Point(141, 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, 45); 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, 80); 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; // // timer1 // this.timer1.Interval = 12000; // // btnPrintHand // this.btnPrintHand.BackColor = System.Drawing.Color.Red; this.btnPrintHand.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPrintHand.ForeColor = System.Drawing.Color.White; this.btnPrintHand.Location = new System.Drawing.Point(6, 41); this.btnPrintHand.Name = "btnPrintHand"; this.btnPrintHand.Size = new System.Drawing.Size(75, 68); this.btnPrintHand.TabIndex = 15; this.btnPrintHand.Text = "手工打印"; this.btnPrintHand.UseVisualStyleBackColor = false; this.btnPrintHand.Visible = false; this.btnPrintHand.Click += new System.EventHandler(this.btnPrintHand_Click); // // rbType5 // this.rbType5.BackColor = System.Drawing.Color.Black; this.rbType5.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbType5.ForeColor = System.Drawing.Color.White; this.rbType5.Location = new System.Drawing.Point(9, 120); this.rbType5.Name = "rbType5"; this.rbType5.Size = new System.Drawing.Size(97, 26); this.rbType5.TabIndex = 21; this.rbType5.Text = "扰流板"; this.rbType5.UseVisualStyleBackColor = false; // // rbType3 // this.rbType3.BackColor = System.Drawing.Color.Green; this.rbType3.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbType3.ForeColor = System.Drawing.Color.White; this.rbType3.Location = new System.Drawing.Point(9, 66); this.rbType3.Name = "rbType3"; this.rbType3.Size = new System.Drawing.Size(97, 26); this.rbType3.TabIndex = 18; this.rbType3.Text = "左门槛"; this.rbType3.UseVisualStyleBackColor = false; // // rbType4 // this.rbType4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.rbType4.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbType4.ForeColor = System.Drawing.Color.White; this.rbType4.Location = new System.Drawing.Point(9, 93); this.rbType4.Name = "rbType4"; this.rbType4.Size = new System.Drawing.Size(97, 26); this.rbType4.TabIndex = 19; this.rbType4.Text = "右门槛"; this.rbType4.UseVisualStyleBackColor = false; // // groupBox3 // this.groupBox3.Controls.Add(this.btnPrintHand); this.groupBox3.Controls.Add(this.btnRePrint); this.groupBox3.Location = new System.Drawing.Point(623, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(179, 152); this.groupBox3.TabIndex = 23; this.groupBox3.TabStop = false; this.groupBox3.Text = "打印\\补打"; // // btnRePrint // this.btnRePrint.Location = new System.Drawing.Point(87, 41); this.btnRePrint.Name = "btnRePrint"; this.btnRePrint.Size = new System.Drawing.Size(75, 68); this.btnRePrint.TabIndex = 14; this.btnRePrint.Text = "补打装箱单"; this.btnRePrint.UseVisualStyleBackColor = true; this.btnRePrint.Click += new System.EventHandler(this.btnRePrint_Click); // // rbType1 // this.rbType1.BackColor = System.Drawing.Color.Lime; this.rbType1.Checked = true; this.rbType1.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbType1.ForeColor = System.Drawing.Color.White; this.rbType1.Location = new System.Drawing.Point(9, 12); this.rbType1.Name = "rbType1"; this.rbType1.Size = new System.Drawing.Size(97, 26); this.rbType1.TabIndex = 16; this.rbType1.TabStop = true; this.rbType1.Text = "前保"; this.rbType1.UseVisualStyleBackColor = false; // // groupBox5 // this.groupBox5.Controls.Add(this.rbType5); this.groupBox5.Controls.Add(this.rbType4); this.groupBox5.Controls.Add(this.rbType3); this.groupBox5.Controls.Add(this.rbType1); this.groupBox5.Controls.Add(this.rbType2); this.groupBox5.Location = new System.Drawing.Point(12, 12); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(118, 153); this.groupBox5.TabIndex = 25; this.groupBox5.TabStop = false; // // rbType2 // this.rbType2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.rbType2.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbType2.ForeColor = System.Drawing.Color.White; this.rbType2.Location = new System.Drawing.Point(9, 39); this.rbType2.Name = "rbType2"; this.rbType2.Size = new System.Drawing.Size(97, 26); this.rbType2.TabIndex = 17; this.rbType2.Text = "后保"; this.rbType2.UseVisualStyleBackColor = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.panel1.Controls.Add(this.groupBox5); 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(1052, 170); 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(929, 12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(111, 152); this.groupBox4.TabIndex = 24; this.groupBox4.TabStop = false; this.groupBox4.Text = "设置"; // // btnSet // this.btnSet.Location = new System.Drawing.Point(21, 30); 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, 69); 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, 112); 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); // // 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, 466); this.lblShow.Name = "lblShow"; this.lblShow.Size = new System.Drawing.Size(1052, 23); this.lblShow.TabIndex = 14; // // frmEdiPrintPackingList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(1052, 489); this.Controls.Add(this.dgrdView1); this.Controls.Add(this.panel1); this.Controls.Add(this.lblShow); this.Name = "frmEdiPrintPackingList"; this.TabText = "JIS-装箱单管理"; this.Text = "JIS-装箱单管理"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmEdiPrintPackingList_FormClosed); this.Load += new System.EventHandler(this.frmEdiPrintPackingList_Load); ((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.panel1.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox cbFields; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.TextBox txtKey; public System.Windows.Forms.DataGridView dgrdView1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.Button btnQuery; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton rbPrint1; private System.Windows.Forms.RadioButton rbPrint2; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label lblState; private System.Windows.Forms.Button btnPrintHand; private System.Windows.Forms.RadioButton rbType5; private System.Windows.Forms.RadioButton rbType3; private System.Windows.Forms.RadioButton rbType4; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnRePrint; private System.Windows.Forms.RadioButton rbType1; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.RadioButton rbType2; 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.Label lblShow; } }