namespace QMAPP.WinForm.Forms.TianJin { partial class TJPrintPlanLabel { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TJPrintPlanLabel)); this.dgvPlan = new System.Windows.Forms.DataGridView(); this.dgcOrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgcSeq = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgcMaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgcMaterialName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgcState = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgcPlanDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgcShift = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tpContent = new System.Windows.Forms.TabControl(); this.tpPlanList = new System.Windows.Forms.TabPage(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbPrint = new System.Windows.Forms.ToolStripButton(); this.tsbOrderOperation = new System.Windows.Forms.ToolStripDropDownButton(); this.tsmiSuspendOrder = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiCancelSuspend = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiDeleteOrder = new System.Windows.Forms.ToolStripMenuItem(); this.tslblOrderCount = new System.Windows.Forms.ToolStripLabel(); this.label1 = new System.Windows.Forms.Label(); this.cbRoutes = new System.Windows.Forms.ComboBox(); this.cbPlanFilter = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.cbListRowcount = new System.Windows.Forms.ComboBox(); this.cbRefreshRate = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit(); this.tpContent.SuspendLayout(); this.tpPlanList.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // dgvPlan // this.dgvPlan.AllowUserToAddRows = false; this.dgvPlan.AllowUserToDeleteRows = false; this.dgvPlan.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))); this.dgvPlan.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgvPlan.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 14F, 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.dgvPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dgcOrderNo, this.dgcSeq, this.dgcMaterialCode, this.dgcMaterialName, this.dgcState, this.dgcPlanDate, this.dgcShift, this.dataGridViewTextBoxColumn8, this.dataGridViewTextBoxColumn9, this.dataGridViewTextBoxColumn10, this.dataGridViewTextBoxColumn11}); this.dgvPlan.Location = new System.Drawing.Point(6, 6); this.dgvPlan.Name = "dgvPlan"; this.dgvPlan.ReadOnly = true; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvPlan.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(0, 0, 8, 0); this.dgvPlan.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvPlan.RowTemplate.Height = 23; this.dgvPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvPlan.Size = new System.Drawing.Size(1350, 183); this.dgvPlan.TabIndex = 7; this.dgvPlan.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvPlan_RowPrePaint); this.dgvPlan.SelectionChanged += new System.EventHandler(this.dgvPlan_SelectionChanged); // // dgcOrderNo // this.dgcOrderNo.DataPropertyName = "ORDERPLAN_NO"; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgcOrderNo.DefaultCellStyle = dataGridViewCellStyle2; this.dgcOrderNo.HeaderText = "订单号"; this.dgcOrderNo.Name = "dgcOrderNo"; this.dgcOrderNo.ReadOnly = true; this.dgcOrderNo.Width = 94; // // dgcSeq // this.dgcSeq.DataPropertyName = "SEQ"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F); this.dgcSeq.DefaultCellStyle = dataGridViewCellStyle3; this.dgcSeq.HeaderText = "顺序号"; this.dgcSeq.Name = "dgcSeq"; this.dgcSeq.ReadOnly = true; this.dgcSeq.Width = 94; // // dgcMaterialCode // this.dgcMaterialCode.DataPropertyName = "MATERIAL_CODE"; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F); this.dgcMaterialCode.DefaultCellStyle = dataGridViewCellStyle4; this.dgcMaterialCode.HeaderText = "零件号"; this.dgcMaterialCode.Name = "dgcMaterialCode"; this.dgcMaterialCode.ReadOnly = true; this.dgcMaterialCode.Width = 94; // // dgcMaterialName // this.dgcMaterialName.DataPropertyName = "MATERIAL_NAME"; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F); this.dgcMaterialName.DefaultCellStyle = dataGridViewCellStyle5; this.dgcMaterialName.HeaderText = "零件描述"; this.dgcMaterialName.Name = "dgcMaterialName"; this.dgcMaterialName.ReadOnly = true; this.dgcMaterialName.Width = 113; // // dgcState // dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgcState.DefaultCellStyle = dataGridViewCellStyle6; this.dgcState.HeaderText = "工单状态"; this.dgcState.MinimumWidth = 80; this.dgcState.Name = "dgcState"; this.dgcState.ReadOnly = true; this.dgcState.Width = 113; // // dgcPlanDate // this.dgcPlanDate.DataPropertyName = "PLAN_DATE"; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F); this.dgcPlanDate.DefaultCellStyle = dataGridViewCellStyle7; this.dgcPlanDate.HeaderText = "计划日期"; this.dgcPlanDate.Name = "dgcPlanDate"; this.dgcPlanDate.ReadOnly = true; this.dgcPlanDate.Width = 113; // // dgcShift // this.dgcShift.DataPropertyName = "SHIFT_CODE"; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F); this.dgcShift.DefaultCellStyle = dataGridViewCellStyle8; this.dgcShift.HeaderText = "计划类型"; this.dgcShift.Name = "dgcShift"; this.dgcShift.ReadOnly = true; this.dgcShift.Width = 113; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "PID"; this.dataGridViewTextBoxColumn8.HeaderText = "Pid"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Visible = false; this.dataGridViewTextBoxColumn8.Width = 66; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "PDID"; this.dataGridViewTextBoxColumn9.HeaderText = "PROID"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.Visible = false; this.dataGridViewTextBoxColumn9.Width = 96; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.DataPropertyName = "PRODUCTTYPE"; this.dataGridViewTextBoxColumn10.HeaderText = "PType"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; this.dataGridViewTextBoxColumn10.Visible = false; this.dataGridViewTextBoxColumn10.Width = 93; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "OPERATESTATE"; this.dataGridViewTextBoxColumn11.HeaderText = "OPERATESTATE"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.Visible = false; this.dataGridViewTextBoxColumn11.Width = 176; // // tpContent // this.tpContent.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))); this.tpContent.Controls.Add(this.tpPlanList); this.tpContent.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tpContent.ItemSize = new System.Drawing.Size(120, 45); this.tpContent.Location = new System.Drawing.Point(5, 55); this.tpContent.Name = "tpContent"; this.tpContent.SelectedIndex = 0; this.tpContent.Size = new System.Drawing.Size(1370, 323); this.tpContent.TabIndex = 0; // // tpPlanList // this.tpPlanList.Controls.Add(this.toolStrip1); this.tpPlanList.Controls.Add(this.dgvPlan); this.tpPlanList.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tpPlanList.Location = new System.Drawing.Point(4, 49); this.tpPlanList.Name = "tpPlanList"; this.tpPlanList.Padding = new System.Windows.Forms.Padding(3); this.tpPlanList.Size = new System.Drawing.Size(1362, 270); this.tpPlanList.TabIndex = 0; this.tpPlanList.Text = "计划列表"; this.tpPlanList.UseVisualStyleBackColor = true; // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.tsbPrint, this.tsbOrderOperation, this.tslblOrderCount}); this.toolStrip1.Location = new System.Drawing.Point(3, 197); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1356, 70); this.toolStrip1.Stretch = true; this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // tsbPrint // this.tsbPrint.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrint.Image"))); this.tsbPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbPrint.ImageTransparentColor = System.Drawing.Color.White; this.tsbPrint.Name = "tsbPrint"; this.tsbPrint.Size = new System.Drawing.Size(114, 67); this.tsbPrint.Text = "打印(&P)"; this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click); // // tsbOrderOperation // this.tsbOrderOperation.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbOrderOperation.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiSuspendOrder, this.tsmiCancelSuspend, this.tsmiDeleteOrder}); this.tsbOrderOperation.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbOrderOperation.Image = global::QMAPP.WinForm.Resource1.edit; this.tsbOrderOperation.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbOrderOperation.ImageTransparentColor = System.Drawing.Color.White; this.tsbOrderOperation.Name = "tsbOrderOperation"; this.tsbOrderOperation.Size = new System.Drawing.Size(135, 67); this.tsbOrderOperation.Text = "工单操作"; // // tsmiSuspendOrder // this.tsmiSuspendOrder.Image = global::QMAPP.WinForm.Resource1.stop; this.tsmiSuspendOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); this.tsmiSuspendOrder.Name = "tsmiSuspendOrder"; this.tsmiSuspendOrder.Size = new System.Drawing.Size(184, 26); this.tsmiSuspendOrder.Text = "挂起工单"; this.tsmiSuspendOrder.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.tsmiSuspendOrder.Click += new System.EventHandler(this.tsmiSuspendOrder_Click); // // tsmiCancelSuspend // this.tsmiCancelSuspend.Image = global::QMAPP.WinForm.Resource1.back; this.tsmiCancelSuspend.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); this.tsmiCancelSuspend.Name = "tsmiCancelSuspend"; this.tsmiCancelSuspend.Size = new System.Drawing.Size(184, 26); this.tsmiCancelSuspend.Text = "取消挂起"; this.tsmiCancelSuspend.Click += new System.EventHandler(this.tsmiCancelSuspend_Click); // // tsmiDeleteOrder // this.tsmiDeleteOrder.Image = global::QMAPP.WinForm.Resource1.delete; this.tsmiDeleteOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); this.tsmiDeleteOrder.Name = "tsmiDeleteOrder"; this.tsmiDeleteOrder.Size = new System.Drawing.Size(184, 26); this.tsmiDeleteOrder.Text = "删除工单"; this.tsmiDeleteOrder.Click += new System.EventHandler(this.tsmiDeleteOrder_Click); // // tslblOrderCount // this.tslblOrderCount.Font = new System.Drawing.Font("微软雅黑", 14F); this.tslblOrderCount.Name = "tslblOrderCount"; this.tslblOrderCount.Size = new System.Drawing.Size(140, 67); this.tslblOrderCount.Text = "计划总数:100"; this.tslblOrderCount.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 25); this.label1.TabIndex = 10; this.label1.Text = "生产线"; // // cbRoutes // this.cbRoutes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRoutes.FormattingEnabled = true; this.cbRoutes.Location = new System.Drawing.Point(87, 10); this.cbRoutes.Name = "cbRoutes"; this.cbRoutes.Size = new System.Drawing.Size(359, 33); this.cbRoutes.TabIndex = 1; // // cbPlanFilter // this.cbPlanFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbPlanFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPlanFilter.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbPlanFilter.FormattingEnabled = true; this.cbPlanFilter.Items.AddRange(new object[] { "显示全部工单", "隐藏挂起工单", "只看挂起工单"}); this.cbPlanFilter.Location = new System.Drawing.Point(849, 66); this.cbPlanFilter.Name = "cbPlanFilter"; this.cbPlanFilter.Size = new System.Drawing.Size(175, 33); this.cbPlanFilter.TabIndex = 2; // // label10 // this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(781, 72); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 20); this.label10.TabIndex = 16; this.label10.Text = "工单过滤"; // // cbListRowcount // this.cbListRowcount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbListRowcount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbListRowcount.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbListRowcount.FormattingEnabled = true; this.cbListRowcount.Items.AddRange(new object[] { "20", "30", "40", "50", "100"}); this.cbListRowcount.Location = new System.Drawing.Point(1123, 66); this.cbListRowcount.Name = "cbListRowcount"; this.cbListRowcount.Size = new System.Drawing.Size(78, 33); this.cbListRowcount.TabIndex = 3; // // cbRefreshRate // this.cbRefreshRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbRefreshRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRefreshRate.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbRefreshRate.FormattingEnabled = true; this.cbRefreshRate.Items.AddRange(new object[] { "1s", "2s", "5s", "10s", "15s", "20s"}); this.cbRefreshRate.Location = new System.Drawing.Point(1300, 66); this.cbRefreshRate.Name = "cbRefreshRate"; this.cbRefreshRate.Size = new System.Drawing.Size(66, 33); this.cbRefreshRate.TabIndex = 4; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(1027, 72); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(93, 20); this.label8.TabIndex = 12; this.label8.Text = "列表显示行数"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(1204, 72); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(93, 20); this.label6.TabIndex = 13; this.label6.Text = "计划刷新频率"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(595, 64); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(175, 33); this.comboBox1.TabIndex = 17; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(524, 72); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 20); this.label2.TabIndex = 18; this.label2.Text = "门板位置"; // // toolStripButton1 // this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 12F); this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(146, 67); this.toolStripButton1.Text = "批量打印(&P)"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // TJPrintPlanLabel // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1378, 382); this.Controls.Add(this.label2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.cbPlanFilter); this.Controls.Add(this.label10); this.Controls.Add(this.cbListRowcount); this.Controls.Add(this.cbRefreshRate); this.Controls.Add(this.label8); this.Controls.Add(this.label6); this.Controls.Add(this.cbRoutes); this.Controls.Add(this.label1); this.Controls.Add(this.tpContent); this.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.Name = "TJPrintPlanLabel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "门板计划标签打印"; this.Load += new System.EventHandler(this.PrintPlanLabel_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).EndInit(); this.tpContent.ResumeLayout(false); this.tpPlanList.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dgvPlan; private System.Windows.Forms.DataGridViewTextBoxColumn dgcOrderNo; private System.Windows.Forms.DataGridViewTextBoxColumn dgcSeq; private System.Windows.Forms.DataGridViewTextBoxColumn dgcMaterialCode; private System.Windows.Forms.DataGridViewTextBoxColumn dgcMaterialName; private System.Windows.Forms.DataGridViewTextBoxColumn dgcState; private System.Windows.Forms.DataGridViewTextBoxColumn dgcPlanDate; private System.Windows.Forms.DataGridViewTextBoxColumn dgcShift; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.TabControl tpContent; private System.Windows.Forms.TabPage tpPlanList; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbRoutes; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbPrint; private System.Windows.Forms.ToolStripDropDownButton tsbOrderOperation; private System.Windows.Forms.ToolStripMenuItem tsmiSuspendOrder; private System.Windows.Forms.ToolStripMenuItem tsmiCancelSuspend; private System.Windows.Forms.ToolStripMenuItem tsmiDeleteOrder; private System.Windows.Forms.ToolStripLabel tslblOrderCount; private System.Windows.Forms.ComboBox cbPlanFilter; private System.Windows.Forms.Label label10; private System.Windows.Forms.ComboBox cbListRowcount; private System.Windows.Forms.ComboBox cbRefreshRate; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label6; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ToolStripButton toolStripButton1; } }