Files
2-BeiqiFutian-MesProject/MisDataFun/MisDataFun/OrderForm.Designer.cs
2026-05-29 13:44:10 +08:00

417 lines
19 KiB
C#

namespace MisDataFun
{
partial class OrderForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.dataGridView_Order = new System.Windows.Forms.DataGridView();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.线 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.线 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridView_OrderOpNameToMobyList = new System.Windows.Forms.DataGridView();
this.comboBox_OpName = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.button_LoadToOpName = new System.Windows.Forms.Button();
this.ID1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.线1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Order)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView_OrderOpNameToMobyList)).BeginInit();
this.SuspendLayout();
//
// dataGridView_Order
//
this.dataGridView_Order.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView_Order.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.线,
this.线,
this.,
this.});
this.dataGridView_Order.Location = new System.Drawing.Point(18, 102);
this.dataGridView_Order.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView_Order.MultiSelect = false;
this.dataGridView_Order.Name = "dataGridView_Order";
this.dataGridView_Order.ReadOnly = true;
this.dataGridView_Order.RowHeadersWidth = 62;
this.dataGridView_Order.RowTemplate.Height = 23;
this.dataGridView_Order.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView_Order.Size = new System.Drawing.Size(1731, 258);
this.dataGridView_Order.TabIndex = 0;
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "ID";
this.ID.MinimumWidth = 8;
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Width = 70;
//
// 订单号
//
this..DataPropertyName = "订单号";
this..HeaderText = "订单号";
this..MinimumWidth = 8;
this..Name = "订单号";
this..ReadOnly = true;
this..Width = 150;
//
// 序号
//
this..DataPropertyName = "序号";
this..HeaderText = "序号";
this..MinimumWidth = 8;
this..Name = "序号";
this..ReadOnly = true;
this..Width = 70;
//
// 订单类型
//
this..DataPropertyName = "订单类型";
this..HeaderText = "订单类型";
this..MinimumWidth = 8;
this..Name = "订单类型";
this..ReadOnly = true;
this..Width = 150;
//
// 生产日期
//
this..DataPropertyName = "生产日期";
this..HeaderText = "生产日期";
this..MinimumWidth = 8;
this..Name = "生产日期";
this..ReadOnly = true;
this..Width = 150;
//
// 班次
//
this..DataPropertyName = "班次";
this..HeaderText = "班次";
this..MinimumWidth = 8;
this..Name = "班次";
this..ReadOnly = true;
this..Width = 70;
//
// 零件号
//
this..DataPropertyName = "零件号";
this..HeaderText = "零件号";
this..MinimumWidth = 8;
this..Name = "零件号";
this..ReadOnly = true;
this..Width = 150;
//
// 数量
//
this..DataPropertyName = "数量";
this..HeaderText = "数量";
this..MinimumWidth = 8;
this..Name = "数量";
this..ReadOnly = true;
this..Width = 70;
//
// 上线数量
//
this.线.DataPropertyName = "上线数量";
this.线.HeaderText = "上线数量";
this.线.MinimumWidth = 8;
this.线.Name = "上线数量";
this.线.ReadOnly = true;
this.线.Width = 150;
//
// 下线数量
//
this.线.DataPropertyName = "下线数量";
this.线.HeaderText = "下线数量";
this.线.MinimumWidth = 8;
this.线.Name = "下线数量";
this.线.ReadOnly = true;
this.线.Width = 150;
//
// 订单状态
//
this..DataPropertyName = "订单状态";
this..HeaderText = "订单状态";
this..MinimumWidth = 8;
this..Name = "订单状态";
this..ReadOnly = true;
this..Width = 150;
//
// 备注
//
this..DataPropertyName = "备注";
this..HeaderText = "备注";
this..MinimumWidth = 8;
this..Name = "备注";
this..ReadOnly = true;
this..Width = 150;
//
// dataGridView_OrderOpNameToMobyList
//
this.dataGridView_OrderOpNameToMobyList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView_OrderOpNameToMobyList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID1,
this.1,
this.1,
this.1,
this.1,
this.1,
this.1,
this.1,
this.1,
this.线1,
this.1,
this.1});
this.dataGridView_OrderOpNameToMobyList.Location = new System.Drawing.Point(18, 394);
this.dataGridView_OrderOpNameToMobyList.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView_OrderOpNameToMobyList.MultiSelect = false;
this.dataGridView_OrderOpNameToMobyList.Name = "dataGridView_OrderOpNameToMobyList";
this.dataGridView_OrderOpNameToMobyList.ReadOnly = true;
this.dataGridView_OrderOpNameToMobyList.RowHeadersWidth = 62;
this.dataGridView_OrderOpNameToMobyList.RowTemplate.Height = 23;
this.dataGridView_OrderOpNameToMobyList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView_OrderOpNameToMobyList.Size = new System.Drawing.Size(1731, 342);
this.dataGridView_OrderOpNameToMobyList.TabIndex = 0;
//
// comboBox_OpName
//
this.comboBox_OpName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_OpName.FormattingEnabled = true;
this.comboBox_OpName.Location = new System.Drawing.Point(166, 46);
this.comboBox_OpName.Margin = new System.Windows.Forms.Padding(4);
this.comboBox_OpName.Name = "comboBox_OpName";
this.comboBox_OpName.Size = new System.Drawing.Size(260, 26);
this.comboBox_OpName.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 51);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(98, 18);
this.label1.TabIndex = 2;
this.label1.Text = "上线工位号";
//
// button_LoadToOpName
//
this.button_LoadToOpName.Location = new System.Drawing.Point(534, 42);
this.button_LoadToOpName.Margin = new System.Windows.Forms.Padding(4);
this.button_LoadToOpName.Name = "button_LoadToOpName";
this.button_LoadToOpName.Size = new System.Drawing.Size(244, 34);
this.button_LoadToOpName.TabIndex = 3;
this.button_LoadToOpName.Text = "订单下达到上线工位";
this.button_LoadToOpName.UseVisualStyleBackColor = true;
this.button_LoadToOpName.Click += new System.EventHandler(this.button_LoadToOpName_Click);
//
// ID1
//
this.ID1.DataPropertyName = "ID";
this.ID1.HeaderText = "ID";
this.ID1.MinimumWidth = 8;
this.ID1.Name = "ID1";
this.ID1.ReadOnly = true;
this.ID1.Width = 150;
//
// 工位号1
//
this.1.DataPropertyName = "工位号";
this.1.HeaderText = "工位号";
this.1.MinimumWidth = 8;
this.1.Name = "工位号1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 订单号1
//
this.1.DataPropertyName = "订单号";
this.1.HeaderText = "订单号";
this.1.MinimumWidth = 8;
this.1.Name = "订单号1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 序号1
//
this.1.DataPropertyName = "序号";
this.1.HeaderText = "序号";
this.1.MinimumWidth = 8;
this.1.Name = "序号1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 订单类型1
//
this.1.DataPropertyName = "订单类型";
this.1.HeaderText = "订单类型";
this.1.MinimumWidth = 8;
this.1.Name = "订单类型1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 生产日期1
//
this.1.DataPropertyName = "生产日期";
this.1.HeaderText = "生产日期";
this.1.MinimumWidth = 8;
this.1.Name = "生产日期1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 订单班次1
//
this.1.DataPropertyName = "订单班次";
this.1.HeaderText = "订单班次";
this.1.MinimumWidth = 8;
this.1.Name = "订单班次1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 零件号1
//
this.1.DataPropertyName = "零件号";
this.1.HeaderText = "零件号";
this.1.MinimumWidth = 8;
this.1.Name = "零件号1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 数量1
//
this.1.DataPropertyName = "数量";
this.1.HeaderText = "数量";
this.1.MinimumWidth = 8;
this.1.Name = "数量1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 上线数量1
//
this.线1.DataPropertyName = "上线数量";
this.线1.HeaderText = "上线数量";
this.线1.MinimumWidth = 8;
this.线1.Name = "上线数量1";
this.线1.ReadOnly = true;
this.线1.Width = 150;
//
// 备注1
//
this.1.DataPropertyName = "备注";
this.1.HeaderText = "备注";
this.1.MinimumWidth = 8;
this.1.Name = "备注1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// 操作时间1
//
this.1.DataPropertyName = "操作时间";
this.1.HeaderText = "操作时间";
this.1.MinimumWidth = 8;
this.1.Name = "操作时间1";
this.1.ReadOnly = true;
this.1.Width = 150;
//
// OrderForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1767, 754);
this.Controls.Add(this.button_LoadToOpName);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBox_OpName);
this.Controls.Add(this.dataGridView_OrderOpNameToMobyList);
this.Controls.Add(this.dataGridView_Order);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "OrderForm";
this.Text = "OrderForm";
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Order)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView_OrderOpNameToMobyList)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView_Order;
private System.Windows.Forms.ComboBox comboBox_OpName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button_LoadToOpName;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn 线;
private System.Windows.Forms.DataGridViewTextBoxColumn 线;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridView dataGridView_OrderOpNameToMobyList;
private System.Windows.Forms.DataGridViewTextBoxColumn ID1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 线1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
private System.Windows.Forms.DataGridViewTextBoxColumn 1;
}
}