You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
582 lines
33 KiB
582 lines
33 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSOrderBoard
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.labTime = new DevExpress.XtraEditors.LabelControl();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.grdAll = new DevExpress.XtraGrid.GridControl();
|
|
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.订单状态 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.产品跟踪单号 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.生产工单号 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.工单行号 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.产品编码 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.产品名称 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.预计开工时间 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.预计完工时间 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.产品工序 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.下道工序 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.跟踪单数量 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.工单数量 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.工单完成率 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.生产部门 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.最新操作人员 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.是否正常 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.实际完工时间 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.invcode = new System.Windows.Forms.TextBox();
|
|
this.mocode = new System.Windows.Forms.TextBox();
|
|
this.btnSearch = new System.Windows.Forms.Button();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.RefreshTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.timer = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdAll)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.tableLayoutPanel1);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(1045, 77);
|
|
this.panelControl3.TabIndex = 15;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 343F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Controls.Add(this.labTime, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblTitle, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1045, 77);
|
|
this.tableLayoutPanel1.TabIndex = 13;
|
|
//
|
|
// labTime
|
|
//
|
|
this.labTime.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.labTime.Appearance.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labTime.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labTime.Location = new System.Drawing.Point(915, 21);
|
|
this.labTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labTime.Name = "labTime";
|
|
this.labTime.Size = new System.Drawing.Size(127, 35);
|
|
this.labTime.TabIndex = 0;
|
|
this.labTime.Text = "2017-3-30";
|
|
this.labTime.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(369, 16);
|
|
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(306, 45);
|
|
this.lblTitle.TabIndex = 0;
|
|
this.lblTitle.Text = "产品跟踪单状态看板";
|
|
this.lblTitle.Click += new System.EventHandler(this.lblTitle_Click);
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
this.tableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.tableLayoutPanel3.ColumnCount = 2;
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 1F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel3.Controls.Add(this.labelControl1, 1, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.pictureBox1, 0, 0);
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
this.tableLayoutPanel3.RowCount = 1;
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(351, 77);
|
|
this.tableLayoutPanel3.TabIndex = 3;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl1.Location = new System.Drawing.Point(4, 21);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(312, 35);
|
|
this.labelControl1.TabIndex = 3;
|
|
this.labelControl1.Text = "昆山华恒焊接股份有限公司";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 13);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(1, 51);
|
|
this.pictureBox1.TabIndex = 4;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Appearance.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|
this.panelControl4.Appearance.Options.UseBackColor = true;
|
|
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl4.Location = new System.Drawing.Point(0, 464);
|
|
this.panelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(1044, 1);
|
|
this.panelControl4.TabIndex = 30;
|
|
//
|
|
// grdAll
|
|
//
|
|
this.grdAll.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grdAll.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.grdAll.Location = new System.Drawing.Point(0, 0);
|
|
this.grdAll.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Style3D;
|
|
this.grdAll.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.grdAll.MainView = this.grvDetail;
|
|
this.grdAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.grdAll.Name = "grdAll";
|
|
this.grdAll.Size = new System.Drawing.Size(1044, 338);
|
|
this.grdAll.TabIndex = 35;
|
|
this.grdAll.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.grvDetail});
|
|
//
|
|
// grvDetail
|
|
//
|
|
this.grvDetail.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
|
|
this.grvDetail.Appearance.Empty.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
|
|
this.grvDetail.Appearance.Empty.Options.UseBackColor = true;
|
|
this.grvDetail.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.grvDetail.Appearance.EvenRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.grvDetail.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.grvDetail.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.grvDetail.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.grvDetail.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.grvDetail.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold);
|
|
this.grvDetail.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.White;
|
|
this.grvDetail.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
|
this.grvDetail.Appearance.HeaderPanel.Options.UseBackColor = true;
|
|
this.grvDetail.Appearance.HeaderPanel.Options.UseBorderColor = true;
|
|
this.grvDetail.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.grvDetail.Appearance.HeaderPanel.Options.UseForeColor = true;
|
|
this.grvDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.grvDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.grvDetail.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.grvDetail.Appearance.HorzLine.BackColor = System.Drawing.Color.Transparent;
|
|
this.grvDetail.Appearance.HorzLine.BackColor2 = System.Drawing.Color.Transparent;
|
|
this.grvDetail.Appearance.HorzLine.Options.UseBackColor = true;
|
|
this.grvDetail.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
|
|
this.grvDetail.Appearance.OddRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
|
|
this.grvDetail.Appearance.OddRow.Options.UseBackColor = true;
|
|
this.grvDetail.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.grvDetail.Appearance.Row.ForeColor = System.Drawing.Color.White;
|
|
this.grvDetail.Appearance.Row.Options.UseFont = true;
|
|
this.grvDetail.Appearance.Row.Options.UseForeColor = true;
|
|
this.grvDetail.Appearance.Row.Options.UseTextOptions = true;
|
|
this.grvDetail.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.grvDetail.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.grvDetail.Appearance.VertLine.BackColor = System.Drawing.Color.Transparent;
|
|
this.grvDetail.Appearance.VertLine.BackColor2 = System.Drawing.Color.Transparent;
|
|
this.grvDetail.Appearance.VertLine.Options.UseBackColor = true;
|
|
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.订单状态,
|
|
this.产品跟踪单号,
|
|
this.生产工单号,
|
|
this.工单行号,
|
|
this.产品编码,
|
|
this.产品名称,
|
|
this.预计开工时间,
|
|
this.预计完工时间,
|
|
this.产品工序,
|
|
this.下道工序,
|
|
this.跟踪单数量,
|
|
this.工单数量,
|
|
this.工单完成率,
|
|
this.生产部门,
|
|
this.最新操作人员,
|
|
this.是否正常,
|
|
this.实际完工时间});
|
|
this.grvDetail.GridControl = this.grdAll;
|
|
this.grvDetail.IndicatorWidth = 35;
|
|
this.grvDetail.Name = "grvDetail";
|
|
this.grvDetail.OptionsBehavior.Editable = false;
|
|
this.grvDetail.OptionsBehavior.ReadOnly = true;
|
|
this.grvDetail.OptionsCustomization.AllowFilter = false;
|
|
this.grvDetail.OptionsCustomization.AllowGroup = false;
|
|
this.grvDetail.OptionsCustomization.AllowQuickHideColumns = false;
|
|
this.grvDetail.OptionsCustomization.AllowSort = false;
|
|
this.grvDetail.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.grvDetail.OptionsSelection.EnableAppearanceFocusedRow = false;
|
|
this.grvDetail.OptionsView.ColumnAutoWidth = false;
|
|
this.grvDetail.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.grvDetail.OptionsView.EnableAppearanceOddRow = true;
|
|
this.grvDetail.OptionsView.RowAutoHeight = true;
|
|
this.grvDetail.OptionsView.ShowGroupPanel = false;
|
|
this.grvDetail.OptionsView.ShowIndicator = false;
|
|
//
|
|
// 订单状态
|
|
//
|
|
this.订单状态.Caption = "订单状态";
|
|
this.订单状态.FieldName = "订单状态";
|
|
this.订单状态.Name = "订单状态";
|
|
this.订单状态.Visible = true;
|
|
this.订单状态.VisibleIndex = 0;
|
|
//
|
|
// 产品跟踪单号
|
|
//
|
|
this.产品跟踪单号.Caption = "产品跟踪单号";
|
|
this.产品跟踪单号.FieldName = "产品跟踪单号";
|
|
this.产品跟踪单号.Name = "产品跟踪单号";
|
|
this.产品跟踪单号.Visible = true;
|
|
this.产品跟踪单号.VisibleIndex = 1;
|
|
//
|
|
// 生产工单号
|
|
//
|
|
this.生产工单号.Caption = "生产工单号";
|
|
this.生产工单号.FieldName = "生产工单号";
|
|
this.生产工单号.Name = "生产工单号";
|
|
this.生产工单号.Visible = true;
|
|
this.生产工单号.VisibleIndex = 2;
|
|
//
|
|
// 工单行号
|
|
//
|
|
this.工单行号.Caption = "工单行号";
|
|
this.工单行号.FieldName = "工单行号";
|
|
this.工单行号.Name = "工单行号";
|
|
this.工单行号.Visible = true;
|
|
this.工单行号.VisibleIndex = 3;
|
|
//
|
|
// 产品编码
|
|
//
|
|
this.产品编码.Caption = "产品编码";
|
|
this.产品编码.FieldName = "产品编码";
|
|
this.产品编码.Name = "产品编码";
|
|
this.产品编码.Visible = true;
|
|
this.产品编码.VisibleIndex = 4;
|
|
//
|
|
// 产品名称
|
|
//
|
|
this.产品名称.Caption = "产品名称";
|
|
this.产品名称.FieldName = "产品名称";
|
|
this.产品名称.Name = "产品名称";
|
|
this.产品名称.Visible = true;
|
|
this.产品名称.VisibleIndex = 5;
|
|
//
|
|
// 预计开工时间
|
|
//
|
|
this.预计开工时间.Caption = "预计开工时间";
|
|
this.预计开工时间.FieldName = "预计开工时间";
|
|
this.预计开工时间.Name = "预计开工时间";
|
|
this.预计开工时间.Visible = true;
|
|
this.预计开工时间.VisibleIndex = 6;
|
|
//
|
|
// 预计完工时间
|
|
//
|
|
this.预计完工时间.Caption = "预计完工时间";
|
|
this.预计完工时间.FieldName = "预计完工时间";
|
|
this.预计完工时间.Name = "预计完工时间";
|
|
this.预计完工时间.Visible = true;
|
|
this.预计完工时间.VisibleIndex = 7;
|
|
//
|
|
// 产品工序
|
|
//
|
|
this.产品工序.Caption = "产品工序";
|
|
this.产品工序.FieldName = "产品工序";
|
|
this.产品工序.Name = "产品工序";
|
|
this.产品工序.Visible = true;
|
|
this.产品工序.VisibleIndex = 8;
|
|
//
|
|
// 下道工序
|
|
//
|
|
this.下道工序.Caption = "下道工序";
|
|
this.下道工序.FieldName = "下道工序";
|
|
this.下道工序.Name = "下道工序";
|
|
this.下道工序.Visible = true;
|
|
this.下道工序.VisibleIndex = 10;
|
|
//
|
|
// 跟踪单数量
|
|
//
|
|
this.跟踪单数量.Caption = "跟踪单数量";
|
|
this.跟踪单数量.FieldName = "跟踪单数量";
|
|
this.跟踪单数量.Name = "跟踪单数量";
|
|
this.跟踪单数量.Visible = true;
|
|
this.跟踪单数量.VisibleIndex = 11;
|
|
//
|
|
// 工单数量
|
|
//
|
|
this.工单数量.Caption = "工单数量";
|
|
this.工单数量.FieldName = "工单数量";
|
|
this.工单数量.Name = "工单数量";
|
|
this.工单数量.Visible = true;
|
|
this.工单数量.VisibleIndex = 12;
|
|
//
|
|
// 工单完成率
|
|
//
|
|
this.工单完成率.Caption = "工序完成率";
|
|
this.工单完成率.FieldName = "工序完成率";
|
|
this.工单完成率.Name = "工单完成率";
|
|
this.工单完成率.Visible = true;
|
|
this.工单完成率.VisibleIndex = 13;
|
|
//
|
|
// 生产部门
|
|
//
|
|
this.生产部门.Caption = "生产部门";
|
|
this.生产部门.FieldName = "生产部门";
|
|
this.生产部门.Name = "生产部门";
|
|
this.生产部门.Visible = true;
|
|
this.生产部门.VisibleIndex = 14;
|
|
//
|
|
// 最新操作人员
|
|
//
|
|
this.最新操作人员.Caption = "最新操作人员";
|
|
this.最新操作人员.FieldName = "最新操作人员";
|
|
this.最新操作人员.Name = "最新操作人员";
|
|
this.最新操作人员.Visible = true;
|
|
this.最新操作人员.VisibleIndex = 15;
|
|
//
|
|
// 是否正常
|
|
//
|
|
this.是否正常.Caption = "是否正常";
|
|
this.是否正常.FieldName = "是否正常";
|
|
this.是否正常.Name = "是否正常";
|
|
this.是否正常.Visible = true;
|
|
this.是否正常.VisibleIndex = 16;
|
|
//
|
|
// 实际完工时间
|
|
//
|
|
this.实际完工时间.Caption = "实际完工时间";
|
|
this.实际完工时间.FieldName = "实际完工时间";
|
|
this.实际完工时间.Name = "实际完工时间";
|
|
this.实际完工时间.Visible = true;
|
|
this.实际完工时间.VisibleIndex = 9;
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
|
|
this.splitContainerControl1.Appearance.Options.UseBackColor = true;
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 77);
|
|
this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
this.splitContainerControl1.Panel1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
|
|
this.splitContainerControl1.Panel1.Appearance.Options.UseBackColor = true;
|
|
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.invcode);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.mocode);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.btnSearch);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.grdAll);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1044, 387);
|
|
this.splitContainerControl1.SplitterPosition = 44;
|
|
this.splitContainerControl1.TabIndex = 37;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// invcode
|
|
//
|
|
this.invcode.Location = new System.Drawing.Point(473, 11);
|
|
this.invcode.Name = "invcode";
|
|
this.invcode.Size = new System.Drawing.Size(183, 26);
|
|
this.invcode.TabIndex = 212;
|
|
//
|
|
// mocode
|
|
//
|
|
this.mocode.Location = new System.Drawing.Point(148, 11);
|
|
this.mocode.Name = "mocode";
|
|
this.mocode.Size = new System.Drawing.Size(183, 26);
|
|
this.mocode.TabIndex = 211;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
|
|
this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
this.btnSearch.Location = new System.Drawing.Point(711, 4);
|
|
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(96, 38);
|
|
this.btnSearch.TabIndex = 210;
|
|
this.btnSearch.Text = "查询";
|
|
this.btnSearch.UseVisualStyleBackColor = false;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl3.Location = new System.Drawing.Point(368, 7);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(110, 30);
|
|
this.labelControl3.TabIndex = 208;
|
|
this.labelControl3.Text = "存货编码:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl2.Location = new System.Drawing.Point(24, 8);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(132, 30);
|
|
this.labelControl2.TabIndex = 208;
|
|
this.labelControl2.Text = "生产订单号:";
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Appearance.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|
this.panelControl2.Appearance.Options.UseBackColor = true;
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panelControl2.Location = new System.Drawing.Point(1044, 77);
|
|
this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(1, 388);
|
|
this.panelControl2.TabIndex = 28;
|
|
//
|
|
// RefreshTimer
|
|
//
|
|
this.RefreshTimer.Tick += new System.EventHandler(this.RefreshTimer_Tick);
|
|
//
|
|
// timer
|
|
//
|
|
this.timer.Interval = 1000;
|
|
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
|
//
|
|
// FormICSOrderBoard
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1045, 465);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Controls.Add(this.panelControl4);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.panelControl3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormICSOrderBoard";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Load += new System.EventHandler(this.FormICSOrderBoard_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdAll)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private DevExpress.XtraGrid.GridControl grdAll;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private System.Windows.Forms.Timer RefreshTimer;
|
|
private DevExpress.XtraEditors.LabelControl labTime;
|
|
private System.Windows.Forms.Timer timer;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private System.Windows.Forms.Button btnSearch;
|
|
private System.Windows.Forms.TextBox invcode;
|
|
private System.Windows.Forms.TextBox mocode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 订单状态;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 产品跟踪单号;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 生产工单号;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 工单行号;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 产品编码;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 产品名称;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 预计开工时间;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 预计完工时间;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 产品工序;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 下道工序;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 跟踪单数量;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 工单数量;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 工单完成率;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 生产部门;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 最新操作人员;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 是否正常;
|
|
private DevExpress.XtraGrid.Columns.GridColumn 实际完工时间;
|
|
}
|
|
}
|