namespace QMAPP.WinForm.Forms.SendPlan { partial class SendPlanPrintForm { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SendPlanPrintForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = 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.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.panel2 = new System.Windows.Forms.Panel(); this.lblCounts = new System.Windows.Forms.Label(); this.txtCode = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.comType = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.panelSearch = new System.Windows.Forms.Panel(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.stbAdd = new System.Windows.Forms.ToolStripButton(); this.stbDelete = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.DGView = new System.Windows.Forms.DataGridView(); this.EPIDERMISCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SKELETONCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStrip1.SuspendLayout(); this.panel2.SuspendLayout(); this.panelSearch.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSearch, this.tsbSave}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(984, 70); this.toolStrip1.Stretch = true; this.toolStrip1.TabIndex = 14; this.toolStrip1.Text = "toolStrip1"; // // tsbSearch // this.tsbSearch.AutoSize = false; this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image"))); this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSearch.Name = "tsbSearch"; this.tsbSearch.Size = new System.Drawing.Size(100, 60); this.tsbSearch.Text = "查询"; this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click); // // tsbSave // this.tsbSave.AutoSize = false; this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image"))); this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(100, 60); this.tsbSave.Text = "保存"; this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click); // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.InactiveBorder; this.panel2.Controls.Add(this.lblCounts); this.panel2.Controls.Add(this.txtCode); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.comType); this.panel2.Controls.Add(this.label6); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel2.Location = new System.Drawing.Point(0, 70); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(984, 120); this.panel2.TabIndex = 15; // // lblCounts // this.lblCounts.AutoSize = true; this.lblCounts.Location = new System.Drawing.Point(415, 22); this.lblCounts.Name = "lblCounts"; this.lblCounts.Size = new System.Drawing.Size(15, 17); this.lblCounts.TabIndex = 6; this.lblCounts.Text = "0"; // // txtCode // this.txtCode.Font = new System.Drawing.Font("宋体", 11F); this.txtCode.Location = new System.Drawing.Point(144, 68); this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(140, 24); this.txtCode.TabIndex = 5; this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(48, 70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(39, 20); this.label1.TabIndex = 0; this.label1.Text = "条码"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(48, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(69, 20); this.label4.TabIndex = 0; this.label4.Text = "料架类别"; // // comType // this.comType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comType.Font = new System.Drawing.Font("宋体", 11F); this.comType.FormattingEnabled = true; this.comType.Location = new System.Drawing.Point(144, 19); this.comType.Name = "comType"; this.comType.Size = new System.Drawing.Size(140, 23); this.comType.TabIndex = 2; this.comType.SelectedIndexChanged += new System.EventHandler(this.comType_SelectedIndexChanged); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(348, 20); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(39, 20); this.label6.TabIndex = 4; this.label6.Text = "容量"; // // panelSearch // this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder; this.panelSearch.Controls.Add(this.toolStrip2); this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top; this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelSearch.Location = new System.Drawing.Point(0, 190); this.panelSearch.Name = "panelSearch"; this.panelSearch.Size = new System.Drawing.Size(984, 60); this.panelSearch.TabIndex = 17; // // toolStrip2 // this.toolStrip2.AutoSize = false; this.toolStrip2.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.stbAdd, this.stbDelete}); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(984, 60); this.toolStrip2.Stretch = true; this.toolStrip2.TabIndex = 15; this.toolStrip2.Text = "toolStrip2"; // // stbAdd // this.stbAdd.Font = new System.Drawing.Font("微软雅黑", 12F); this.stbAdd.Image = ((System.Drawing.Image)(resources.GetObject("stbAdd.Image"))); this.stbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.stbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.stbAdd.Name = "stbAdd"; this.stbAdd.Size = new System.Drawing.Size(94, 57); this.stbAdd.Text = "添加"; this.stbAdd.Click += new System.EventHandler(this.stbAdd_Click); // // stbDelete // this.stbDelete.Font = new System.Drawing.Font("微软雅黑", 12F); this.stbDelete.Image = ((System.Drawing.Image)(resources.GetObject("stbDelete.Image"))); this.stbDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.stbDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.stbDelete.Name = "stbDelete"; this.stbDelete.Size = new System.Drawing.Size(94, 57); this.stbDelete.Text = "删除"; this.stbDelete.Click += new System.EventHandler(this.stbDelete_Click); // // panel1 // this.panel1.Controls.Add(this.DGView); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 250); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(984, 392); this.panel1.TabIndex = 18; // // DGView // this.DGView.AllowUserToAddRows = false; this.DGView.AllowUserToDeleteRows = false; this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, 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.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.EPIDERMISCODE, this.SKELETONCODE, this.Pid}); this.DGView.Dock = System.Windows.Forms.DockStyle.Fill; this.DGView.Location = new System.Drawing.Point(0, 0); this.DGView.Name = "DGView"; this.DGView.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.DGView.RowTemplate.Height = 23; this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGView.Size = new System.Drawing.Size(984, 392); this.DGView.TabIndex = 3; // // EPIDERMISCODE // this.EPIDERMISCODE.DataPropertyName = "EPIDERMISCODE"; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.EPIDERMISCODE.DefaultCellStyle = dataGridViewCellStyle2; this.EPIDERMISCODE.HeaderText = "表皮条码"; this.EPIDERMISCODE.Name = "EPIDERMISCODE"; this.EPIDERMISCODE.ReadOnly = true; // // SKELETONCODE // this.SKELETONCODE.DataPropertyName = "SKELETONCODE"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F); this.SKELETONCODE.DefaultCellStyle = dataGridViewCellStyle3; this.SKELETONCODE.HeaderText = "骨架条码"; this.SKELETONCODE.Name = "SKELETONCODE"; this.SKELETONCODE.ReadOnly = true; // // Pid // this.Pid.DataPropertyName = "PID"; this.Pid.HeaderText = "Pid"; this.Pid.Name = "Pid"; this.Pid.ReadOnly = true; this.Pid.Visible = false; // // SendPlanPrintForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 642); this.Controls.Add(this.panel1); this.Controls.Add(this.panelSearch); this.Controls.Add(this.panel2); this.Controls.Add(this.toolStrip1); this.Name = "SendPlanPrintForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "发运管理"; this.Load += new System.EventHandler(this.Form_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SendPlanPrintForm_KeyDown); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panelSearch.ResumeLayout(false); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comType; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panelSearch; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridView DGView; private System.Windows.Forms.Label lblCount; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStripButton stbAdd; private System.Windows.Forms.ToolStripButton stbDelete; private System.Windows.Forms.DataGridViewTextBoxColumn EPIDERMISCODE; private System.Windows.Forms.DataGridViewTextBoxColumn SKELETONCODE; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; private System.Windows.Forms.Label lblCounts; } }