namespace Mesnac.Action.ChemicalWeighing.Technical.PmtRecipe { partial class SetCratParamForm { /// /// 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.DGVMaterialSet = new System.Windows.Forms.DataGridView(); this.Index_Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnMaterial = new Mesnac.Action.ChemicalWeighing.Technical.PmtRecipe.DataGridViewComboEditBoxColumn(); this.ColumnSetWeight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.dataGridViewComboEditBoxColumn1 = new Mesnac.Action.ChemicalWeighing.Technical.PmtRecipe.DataGridViewComboEditBoxColumn(); this.contextMenuStripMaterial = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemDel = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.DGVMaterialSet)).BeginInit(); this.contextMenuStripMaterial.SuspendLayout(); this.SuspendLayout(); // // 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.Index_Id, this.ColumnMaterial, this.ColumnSetWeight}); this.DGVMaterialSet.ContextMenuStrip = this.contextMenuStripMaterial; this.DGVMaterialSet.Location = new System.Drawing.Point(12, 12); this.DGVMaterialSet.Name = "DGVMaterialSet"; this.DGVMaterialSet.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; 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(434, 388); this.DGVMaterialSet.TabIndex = 9; this.DGVMaterialSet.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVMaterialSet_RowHeaderMouseClick); this.DGVMaterialSet.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.DGVMaterialSet_RowsAdded); // // Index_Id // this.Index_Id.HeaderText = "序号"; this.Index_Id.Name = "Index_Id"; // // ColumnMaterial // this.ColumnMaterial.HeaderText = "参数名称"; this.ColumnMaterial.Name = "ColumnMaterial"; this.ColumnMaterial.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // ColumnSetWeight // this.ColumnSetWeight.HeaderText = "参数值"; this.ColumnSetWeight.Name = "ColumnSetWeight"; // // 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(343, 406); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 32); this.btnCancel.TabIndex = 11; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = true; // // 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(254, 406); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(72, 32); this.btnOk.TabIndex = 10; this.btnOk.Text = "确定(&O)"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // dataGridViewComboEditBoxColumn1 // this.dataGridViewComboEditBoxColumn1.HeaderText = "参数名称"; this.dataGridViewComboEditBoxColumn1.Name = "dataGridViewComboEditBoxColumn1"; this.dataGridViewComboEditBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewComboEditBoxColumn1.Width = 131; // // 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(101, 48); // // toolStripMenuItemAdd // this.toolStripMenuItemAdd.Name = "toolStripMenuItemAdd"; this.toolStripMenuItemAdd.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItemAdd.Text = "增加"; this.toolStripMenuItemAdd.Click += new System.EventHandler(this.toolStripMenuItemAdd_Click); // // toolStripMenuItemDel // this.toolStripMenuItemDel.Name = "toolStripMenuItemDel"; this.toolStripMenuItemDel.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItemDel.Text = "删除"; this.toolStripMenuItemDel.Click += new System.EventHandler(this.toolStripMenuItemDel_Click); // // SetCratParamForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(458, 450); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.DGVMaterialSet); this.Name = "SetCratParamForm"; this.Text = "设置工艺参数"; this.Load += new System.EventHandler(this.Form_Load); ((System.ComponentModel.ISupportInitialize)(this.DGVMaterialSet)).EndInit(); this.contextMenuStripMaterial.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView DGVMaterialSet; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.DataGridViewTextBoxColumn Index_Id; private DataGridViewComboEditBoxColumn ColumnMaterial; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSetWeight; private DataGridViewComboEditBoxColumn dataGridViewComboEditBoxColumn1; private System.Windows.Forms.ContextMenuStrip contextMenuStripMaterial; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAdd; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDel; } }