417 lines
19 KiB
C#
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;
|
|
}
|
|
} |