using System.Drawing; using System.Windows.Forms; namespace HighWayIot.Winform.UserControlPages.ParamConfigPages { partial class ProductionScheduling { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.SchedulingDataGridView = new System.Windows.Forms.DataGridView(); this.SelectConfigButton = new System.Windows.Forms.Button(); this.ButtonPanel = new System.Windows.Forms.Panel(); this.UpdateConfigButton = new System.Windows.Forms.Button(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeviceNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RecipeName1 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.SpecName1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RecipeName2 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.SpecName2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.SchedulingDataGridView)).BeginInit(); this.ButtonPanel.SuspendLayout(); this.SuspendLayout(); // // SchedulingDataGridView // this.SchedulingDataGridView.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.SchedulingDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.SchedulingDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.DeviceNo, this.RecipeName1, this.SpecName1, this.RecipeName2, this.SpecName2}); this.SchedulingDataGridView.Location = new System.Drawing.Point(0, 65); this.SchedulingDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.SchedulingDataGridView.Name = "SchedulingDataGridView"; this.SchedulingDataGridView.RowHeadersVisible = false; this.SchedulingDataGridView.RowTemplate.Height = 25; this.SchedulingDataGridView.Size = new System.Drawing.Size(1105, 676); this.SchedulingDataGridView.TabIndex = 0; this.SchedulingDataGridView.Tag = ""; this.SchedulingDataGridView.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.SchedulingDataGridView_CellEnter); this.SchedulingDataGridView.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.SchedulingDataGridView_EditingControlShowing); // // SelectConfigButton // this.SelectConfigButton.Location = new System.Drawing.Point(11, 11); this.SelectConfigButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.SelectConfigButton.Name = "SelectConfigButton"; this.SelectConfigButton.Size = new System.Drawing.Size(103, 39); this.SelectConfigButton.TabIndex = 1; this.SelectConfigButton.Text = "查询配置信息"; this.SelectConfigButton.UseVisualStyleBackColor = true; this.SelectConfigButton.Click += new System.EventHandler(this.SelectConfigButton_Click); // // ButtonPanel // this.ButtonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ButtonPanel.Controls.Add(this.UpdateConfigButton); this.ButtonPanel.Controls.Add(this.SelectConfigButton); this.ButtonPanel.Location = new System.Drawing.Point(0, 0); this.ButtonPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ButtonPanel.Name = "ButtonPanel"; this.ButtonPanel.Size = new System.Drawing.Size(1105, 61); this.ButtonPanel.TabIndex = 4; // // UpdateConfigButton // this.UpdateConfigButton.Location = new System.Drawing.Point(120, 11); this.UpdateConfigButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.UpdateConfigButton.Name = "UpdateConfigButton"; this.UpdateConfigButton.Size = new System.Drawing.Size(103, 39); this.UpdateConfigButton.TabIndex = 2; this.UpdateConfigButton.Text = "修改配置信息"; this.UpdateConfigButton.UseVisualStyleBackColor = true; this.UpdateConfigButton.Click += new System.EventHandler(this.UpdateConfigButton_Click); // // Id // this.Id.DataPropertyName = "Id"; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Id.DefaultCellStyle = dataGridViewCellStyle7; this.Id.HeaderText = "ID"; this.Id.Name = "Id"; this.Id.ReadOnly = true; this.Id.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.Id.Width = 50; // // DeviceNo // this.DeviceNo.DataPropertyName = "DeviceNo"; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DeviceNo.DefaultCellStyle = dataGridViewCellStyle8; this.DeviceNo.HeaderText = "机台编号"; this.DeviceNo.Name = "DeviceNo"; this.DeviceNo.ReadOnly = true; this.DeviceNo.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // RecipeName1 // this.RecipeName1.DataPropertyName = "RecipeName1"; dataGridViewCellStyle9.BackColor = System.Drawing.Color.Transparent; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.Transparent; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black; this.RecipeName1.DefaultCellStyle = dataGridViewCellStyle9; this.RecipeName1.HeaderText = "成品代号 - 上模"; this.RecipeName1.Name = "RecipeName1"; this.RecipeName1.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.RecipeName1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.RecipeName1.Width = 150; // // SpecName1 // this.SpecName1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.SpecName1.DataPropertyName = "SpecName1"; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SpecName1.DefaultCellStyle = dataGridViewCellStyle10; this.SpecName1.HeaderText = "标称尺度 - 上模"; this.SpecName1.Name = "SpecName1"; this.SpecName1.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // RecipeName2 // this.RecipeName2.DataPropertyName = "RecipeName2"; dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.RecipeName2.DefaultCellStyle = dataGridViewCellStyle11; this.RecipeName2.HeaderText = "成品代号 - 下模"; this.RecipeName2.Name = "RecipeName2"; this.RecipeName2.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.RecipeName2.Width = 150; // // SpecName2 // this.SpecName2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.SpecName2.DataPropertyName = "SpecName2"; dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SpecName2.DefaultCellStyle = dataGridViewCellStyle12; this.SpecName2.HeaderText = "标称尺度 - 下模"; this.SpecName2.Name = "SpecName2"; this.SpecName2.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.SpecName2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // ProductionScheduling // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.Controls.Add(this.ButtonPanel); this.Controls.Add(this.SchedulingDataGridView); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "ProductionScheduling"; this.Size = new System.Drawing.Size(1105, 741); ((System.ComponentModel.ISupportInitialize)(this.SchedulingDataGridView)).EndInit(); this.ButtonPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DataGridView SchedulingDataGridView; private Button SelectConfigButton; private Panel ButtonPanel; private Button UpdateConfigButton; private DataGridViewTextBoxColumn Id; private DataGridViewTextBoxColumn DeviceNo; private DataGridViewComboBoxColumn RecipeName1; private DataGridViewTextBoxColumn SpecName1; private DataGridViewComboBoxColumn RecipeName2; private DataGridViewTextBoxColumn SpecName2; } }