namespace Mesnac.Action.ChemicalWeighing.Station { partial class FrmStation { /// /// 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(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.contextMenuStripMaterial = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemDel = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.DGVMaterialSet = new System.Windows.Forms.DataGridView(); this.StationSubName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Station_Weight_Medium = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Station_Weight_Low = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Station_Weight_Advance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Station_Speed_Hight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Station_Speed_Medium = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Station_Speed_Low = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtStationName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.dataGridViewComboEditBoxColumn1 = new Mesnac.Action.ChemicalWeighing.Technical.XlRecipe.DataGridViewComboEditBoxColumn(); this.contextMenuStripMaterial.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGVMaterialSet)).BeginInit(); this.SuspendLayout(); // // btnOk // this.btnOk.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOk.Location = new System.Drawing.Point(814, 622); this.btnOk.Margin = new System.Windows.Forms.Padding(4); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(108, 48); this.btnOk.TabIndex = 11; this.btnOk.Text = "确定(&O)"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(949, 622); this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(108, 48); this.btnCancel.TabIndex = 12; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = true; // // label24 // this.label24.AutoSize = true; this.label24.ForeColor = System.Drawing.Color.Red; this.label24.Location = new System.Drawing.Point(168, 59); this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(17, 18); this.label24.TabIndex = 3; this.label24.Text = "*"; // // label25 // this.label25.AutoSize = true; this.label25.ForeColor = System.Drawing.Color.Red; this.label25.Location = new System.Drawing.Point(168, 127); this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(17, 18); this.label25.TabIndex = 3; this.label25.Text = "*"; // // contextMenuStripMaterial // this.contextMenuStripMaterial.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStripMaterial.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemAdd, this.toolStripMenuItemDel}); this.contextMenuStripMaterial.Name = "contextMenuStripMaterial"; this.contextMenuStripMaterial.Size = new System.Drawing.Size(117, 64); // // toolStripMenuItemAdd // this.toolStripMenuItemAdd.Name = "toolStripMenuItemAdd"; this.toolStripMenuItemAdd.Size = new System.Drawing.Size(116, 30); this.toolStripMenuItemAdd.Text = "增加"; this.toolStripMenuItemAdd.Click += new System.EventHandler(this.toolStripMenuItemAdd_Click); // // toolStripMenuItemDel // this.toolStripMenuItemDel.Name = "toolStripMenuItemDel"; this.toolStripMenuItemDel.Size = new System.Drawing.Size(116, 30); this.toolStripMenuItemDel.Text = "删除"; this.toolStripMenuItemDel.Click += new System.EventHandler(this.toolStripMenuItemDel_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.DGVMaterialSet); this.groupBox1.Controls.Add(this.txtStationName); this.groupBox1.Controls.Add(this.label24); this.groupBox1.Controls.Add(this.label25); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(13, 13); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(1296, 601); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; // // DGVMaterialSet // this.DGVMaterialSet.AllowUserToAddRows = false; this.DGVMaterialSet.AllowUserToDeleteRows = false; this.DGVMaterialSet.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGVMaterialSet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGVMaterialSet.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.StationSubName, this.Station_Weight_Medium, this.Station_Weight_Low, this.Station_Weight_Advance, this.Station_Speed_Hight, this.Station_Speed_Medium, this.Station_Speed_Low}); this.DGVMaterialSet.ContextMenuStrip = this.contextMenuStripMaterial; this.DGVMaterialSet.Location = new System.Drawing.Point(205, 116); this.DGVMaterialSet.Margin = new System.Windows.Forms.Padding(4); this.DGVMaterialSet.Name = "DGVMaterialSet"; this.DGVMaterialSet.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.DGVMaterialSet.RowHeadersWidth = 62; this.DGVMaterialSet.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.DGVMaterialSet.RowTemplate.Height = 23; this.DGVMaterialSet.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGVMaterialSet.Size = new System.Drawing.Size(1062, 448); this.DGVMaterialSet.TabIndex = 12; this.DGVMaterialSet.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVMaterialSet_RowHeaderMouseClick); this.DGVMaterialSet.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.DGVMaterialSet_RowsAdded); // // StationSubName // this.StationSubName.HeaderText = "工位名称"; this.StationSubName.MinimumWidth = 8; this.StationSubName.Name = "StationSubName"; this.StationSubName.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.StationSubName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // Station_Weight_Medium // this.Station_Weight_Medium.HeaderText = "中速重量"; this.Station_Weight_Medium.MinimumWidth = 8; this.Station_Weight_Medium.Name = "Station_Weight_Medium"; // // Station_Weight_Low // this.Station_Weight_Low.HeaderText = "低速重量"; this.Station_Weight_Low.MinimumWidth = 8; this.Station_Weight_Low.Name = "Station_Weight_Low"; // // Station_Weight_Advance // this.Station_Weight_Advance.HeaderText = "提前量重量"; this.Station_Weight_Advance.MinimumWidth = 8; this.Station_Weight_Advance.Name = "Station_Weight_Advance"; // // Station_Speed_Hight // this.Station_Speed_Hight.HeaderText = "高速速度"; this.Station_Speed_Hight.MinimumWidth = 8; this.Station_Speed_Hight.Name = "Station_Speed_Hight"; // // Station_Speed_Medium // this.Station_Speed_Medium.HeaderText = "中速速度"; this.Station_Speed_Medium.MinimumWidth = 8; this.Station_Speed_Medium.Name = "Station_Speed_Medium"; // // Station_Speed_Low // this.Station_Speed_Low.HeaderText = "低速速度"; this.Station_Speed_Low.MinimumWidth = 8; this.Station_Speed_Low.Name = "Station_Speed_Low"; // // txtStationName // this.txtStationName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtStationName.Location = new System.Drawing.Point(205, 46); this.txtStationName.Margin = new System.Windows.Forms.Padding(4); this.txtStationName.Name = "txtStationName"; this.txtStationName.Size = new System.Drawing.Size(1062, 40); this.txtStationName.TabIndex = 11; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(32, 116); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(133, 29); this.label5.TabIndex = 1; this.label5.Text = "工位设置"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(32, 53); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(133, 29); this.label4.TabIndex = 1; this.label4.Text = "工位名称"; // // dataGridViewComboEditBoxColumn1 // this.dataGridViewComboEditBoxColumn1.HeaderText = "物料"; this.dataGridViewComboEditBoxColumn1.MinimumWidth = 8; this.dataGridViewComboEditBoxColumn1.Name = "dataGridViewComboEditBoxColumn1"; this.dataGridViewComboEditBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewComboEditBoxColumn1.Width = 167; // // FrmStation // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1363, 721); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.groupBox1); this.Name = "FrmStation"; this.Text = "工位管理"; this.Activated += new System.EventHandler(this.FrmPlan_Activated); this.Load += new System.EventHandler(this.FrmPlan_Load); this.contextMenuStripMaterial.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGVMaterialSet)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label25; private System.Windows.Forms.ContextMenuStrip contextMenuStripMaterial; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAdd; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDel; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtStationName; private Technical.XlRecipe.DataGridViewComboEditBoxColumn dataGridViewComboEditBoxColumn1; private System.Windows.Forms.DataGridView DGVMaterialSet; private System.Windows.Forms.DataGridViewTextBoxColumn StationSubName; private System.Windows.Forms.DataGridViewTextBoxColumn Station_Weight_Medium; private System.Windows.Forms.DataGridViewTextBoxColumn Station_Weight_Low; private System.Windows.Forms.DataGridViewTextBoxColumn Station_Weight_Advance; private System.Windows.Forms.DataGridViewTextBoxColumn Station_Speed_Hight; private System.Windows.Forms.DataGridViewTextBoxColumn Station_Speed_Medium; private System.Windows.Forms.DataGridViewTextBoxColumn Station_Speed_Low; } }