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.
619 lines
34 KiB
619 lines
34 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
|
|
partial class FormICSLotSplitIn
|
|
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSLotSplitIn));
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.txtNowNum = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtNowPackQty = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtNowQty = new DevExpress.XtraEditors.TextEdit();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtLOTNORemainQTY = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.grdDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODQTY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colNGQTY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOTStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
|
|
this.btnLot = new DevExpress.XtraEditors.SimpleButton();
|
|
this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
|
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
|
|
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowNum.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowPackQty.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowQty.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.Controls.Add(this.txtNowNum);
|
|
this.groupControl1.Controls.Add(this.txtNowPackQty);
|
|
this.groupControl1.Controls.Add(this.txtNowQty);
|
|
this.groupControl1.Controls.Add(this.label4);
|
|
this.groupControl1.Controls.Add(this.label3);
|
|
this.groupControl1.Controls.Add(this.txtLOTNORemainQTY);
|
|
this.groupControl1.Controls.Add(this.label5);
|
|
this.groupControl1.Controls.Add(this.label1);
|
|
this.groupControl1.Controls.Add(this.grdDetail);
|
|
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupControl1.Location = new System.Drawing.Point(0, 39);
|
|
this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.ShowCaption = false;
|
|
this.groupControl1.Size = new System.Drawing.Size(1224, 492);
|
|
this.groupControl1.TabIndex = 14;
|
|
this.groupControl1.Text = "详细信息";
|
|
//
|
|
// txtNowNum
|
|
//
|
|
this.txtNowNum.Location = new System.Drawing.Point(859, 69);
|
|
this.txtNowNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtNowNum.Name = "txtNowNum";
|
|
this.txtNowNum.Properties.Mask.EditMask = "f4";
|
|
this.txtNowNum.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtNowNum.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtNowNum.Size = new System.Drawing.Size(141, 24);
|
|
this.txtNowNum.TabIndex = 11;
|
|
this.txtNowNum.Visible = false;
|
|
this.txtNowNum.EditValueChanged += new System.EventHandler(this.txtNowNum_EditValueChanged);
|
|
//
|
|
// txtNowPackQty
|
|
//
|
|
this.txtNowPackQty.Location = new System.Drawing.Point(496, 69);
|
|
this.txtNowPackQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtNowPackQty.Name = "txtNowPackQty";
|
|
this.txtNowPackQty.Properties.Mask.EditMask = "f4";
|
|
this.txtNowPackQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtNowPackQty.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtNowPackQty.Size = new System.Drawing.Size(141, 24);
|
|
this.txtNowPackQty.TabIndex = 10;
|
|
this.txtNowPackQty.Visible = false;
|
|
this.txtNowPackQty.EditValueChanged += new System.EventHandler(this.txtNowQty_EditValueChanged);
|
|
//
|
|
// txtNowQty
|
|
//
|
|
this.txtNowQty.Location = new System.Drawing.Point(181, 69);
|
|
this.txtNowQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtNowQty.Name = "txtNowQty";
|
|
this.txtNowQty.Properties.Mask.EditMask = "f4";
|
|
this.txtNowQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtNowQty.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtNowQty.Size = new System.Drawing.Size(141, 24);
|
|
this.txtNowQty.TabIndex = 9;
|
|
this.txtNowQty.Visible = false;
|
|
this.txtNowQty.EditValueChanged += new System.EventHandler(this.txtNowQty_EditValueChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(759, 73);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(103, 18);
|
|
this.label4.TabIndex = 8;
|
|
this.label4.Text = "本次生成张数:";
|
|
this.label4.Visible = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(44, 22);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(133, 18);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "跟踪单未分批数量:";
|
|
//
|
|
// txtLOTNORemainQTY
|
|
//
|
|
this.txtLOTNORemainQTY.Enabled = false;
|
|
this.txtLOTNORemainQTY.Location = new System.Drawing.Point(181, 19);
|
|
this.txtLOTNORemainQTY.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
this.txtLOTNORemainQTY.Name = "txtLOTNORemainQTY";
|
|
this.txtLOTNORemainQTY.Size = new System.Drawing.Size(140, 26);
|
|
this.txtLOTNORemainQTY.TabIndex = 5;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(409, 73);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(88, 18);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "跟踪单数量:";
|
|
this.label5.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(74, 72);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(103, 18);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "本次生成总数:";
|
|
this.label1.Visible = false;
|
|
//
|
|
// grdDetail
|
|
//
|
|
this.grdDetail.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.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.grdDetail.Location = new System.Drawing.Point(2, 105);
|
|
this.grdDetail.MainView = this.grvDetail;
|
|
this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.grdDetail.Name = "grdDetail";
|
|
this.grdDetail.Size = new System.Drawing.Size(1221, 382);
|
|
this.grdDetail.TabIndex = 0;
|
|
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.grvDetail,
|
|
this.grvAdvDetail});
|
|
//
|
|
// grvDetail
|
|
//
|
|
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colID,
|
|
this.colisSelect,
|
|
this.colMOCODE,
|
|
this.colLOTNO,
|
|
this.colLOTQTY,
|
|
this.colGOODQTY,
|
|
this.colNGQTY,
|
|
this.colLOTStatus,
|
|
this.colMUSERName,
|
|
this.colMTIME});
|
|
this.grvDetail.GridControl = this.grdDetail;
|
|
this.grvDetail.IndicatorWidth = 40;
|
|
this.grvDetail.Name = "grvDetail";
|
|
this.grvDetail.OptionsBehavior.Editable = false;
|
|
this.grvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvDetail.OptionsView.ShowFooter = true;
|
|
this.grvDetail.OptionsView.ShowGroupPanel = false;
|
|
this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
|
|
this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
|
|
//
|
|
// colID
|
|
//
|
|
this.colID.Caption = "guid";
|
|
this.colID.FieldName = "ID";
|
|
this.colID.Name = "colID";
|
|
//
|
|
// colisSelect
|
|
//
|
|
this.colisSelect.Caption = "选择";
|
|
this.colisSelect.FieldName = "isSelect";
|
|
this.colisSelect.Name = "colisSelect";
|
|
this.colisSelect.Visible = true;
|
|
this.colisSelect.VisibleIndex = 0;
|
|
this.colisSelect.Width = 68;
|
|
//
|
|
// colMOCODE
|
|
//
|
|
this.colMOCODE.Caption = "工单代码";
|
|
this.colMOCODE.FieldName = "MOCODE";
|
|
this.colMOCODE.Name = "colMOCODE";
|
|
this.colMOCODE.OptionsColumn.AllowEdit = false;
|
|
this.colMOCODE.OptionsColumn.ReadOnly = true;
|
|
this.colMOCODE.Visible = true;
|
|
this.colMOCODE.VisibleIndex = 1;
|
|
//
|
|
// colLOTNO
|
|
//
|
|
this.colLOTNO.Caption = "产品跟踪单号";
|
|
this.colLOTNO.FieldName = "LOTNO";
|
|
this.colLOTNO.Name = "colLOTNO";
|
|
this.colLOTNO.OptionsColumn.AllowEdit = false;
|
|
this.colLOTNO.OptionsColumn.ReadOnly = true;
|
|
this.colLOTNO.Visible = true;
|
|
this.colLOTNO.VisibleIndex = 2;
|
|
//
|
|
// colLOTQTY
|
|
//
|
|
this.colLOTQTY.Caption = "跟踪单数量";
|
|
this.colLOTQTY.FieldName = "LOTQTY";
|
|
this.colLOTQTY.Name = "colLOTQTY";
|
|
this.colLOTQTY.OptionsColumn.AllowEdit = false;
|
|
this.colLOTQTY.OptionsColumn.ReadOnly = true;
|
|
this.colLOTQTY.Visible = true;
|
|
this.colLOTQTY.VisibleIndex = 3;
|
|
//
|
|
// colGOODQTY
|
|
//
|
|
this.colGOODQTY.Caption = "合格数量";
|
|
this.colGOODQTY.FieldName = "GOODQTY";
|
|
this.colGOODQTY.Name = "colGOODQTY";
|
|
this.colGOODQTY.OptionsColumn.AllowEdit = false;
|
|
this.colGOODQTY.OptionsColumn.ReadOnly = true;
|
|
this.colGOODQTY.Visible = true;
|
|
this.colGOODQTY.VisibleIndex = 4;
|
|
//
|
|
// colNGQTY
|
|
//
|
|
this.colNGQTY.Caption = "不合格数量";
|
|
this.colNGQTY.FieldName = "NGQTY";
|
|
this.colNGQTY.Name = "colNGQTY";
|
|
this.colNGQTY.OptionsColumn.AllowEdit = false;
|
|
this.colNGQTY.OptionsColumn.ReadOnly = true;
|
|
this.colNGQTY.Visible = true;
|
|
this.colNGQTY.VisibleIndex = 5;
|
|
//
|
|
// colLOTStatus
|
|
//
|
|
this.colLOTStatus.Caption = "状态";
|
|
this.colLOTStatus.FieldName = "LOTStatus";
|
|
this.colLOTStatus.Name = "colLOTStatus";
|
|
this.colLOTStatus.OptionsColumn.AllowEdit = false;
|
|
this.colLOTStatus.OptionsColumn.ReadOnly = true;
|
|
this.colLOTStatus.Visible = true;
|
|
this.colLOTStatus.VisibleIndex = 6;
|
|
//
|
|
// colMUSERName
|
|
//
|
|
this.colMUSERName.Caption = "维护人";
|
|
this.colMUSERName.FieldName = "MUSERName";
|
|
this.colMUSERName.Name = "colMUSERName";
|
|
this.colMUSERName.OptionsColumn.AllowEdit = false;
|
|
this.colMUSERName.OptionsColumn.ReadOnly = true;
|
|
this.colMUSERName.Visible = true;
|
|
this.colMUSERName.VisibleIndex = 7;
|
|
this.colMUSERName.Width = 96;
|
|
//
|
|
// colMTIME
|
|
//
|
|
this.colMTIME.Caption = "维护时间";
|
|
this.colMTIME.FieldName = "MTIME";
|
|
this.colMTIME.Name = "colMTIME";
|
|
this.colMTIME.OptionsColumn.AllowEdit = false;
|
|
this.colMTIME.OptionsColumn.ReadOnly = true;
|
|
this.colMTIME.Visible = true;
|
|
this.colMTIME.VisibleIndex = 8;
|
|
this.colMTIME.Width = 125;
|
|
//
|
|
// grvAdvDetail
|
|
//
|
|
this.grvAdvDetail.GridControl = this.grdDetail;
|
|
this.grvAdvDetail.Name = "grvAdvDetail";
|
|
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
|
|
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvAdvDetail.OptionsView.ShowFooter = true;
|
|
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// btnLot
|
|
//
|
|
this.btnLot.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnLot.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnLot.Appearance.Options.UseFont = true;
|
|
this.btnLot.Appearance.Options.UseForeColor = true;
|
|
this.btnLot.Appearance.Options.UseTextOptions = true;
|
|
this.btnLot.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnLot.Image = ((System.Drawing.Image)(resources.GetObject("btnLot.Image")));
|
|
this.btnLot.Location = new System.Drawing.Point(145, 0);
|
|
this.btnLot.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnLot.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnLot.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnLot.Name = "btnLot";
|
|
this.btnLot.Size = new System.Drawing.Size(63, 39);
|
|
this.btnLot.TabIndex = 50;
|
|
this.btnLot.Text = "分批";
|
|
this.btnLot.Click += new System.EventHandler(this.btnLot_Click);
|
|
//
|
|
// repDate
|
|
//
|
|
this.repDate.AutoHeight = false;
|
|
this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repDate.Mask.EditMask = "yyyy-MM-dd";
|
|
this.repDate.Mask.UseMaskAsDisplayFormat = true;
|
|
this.repDate.Name = "repDate";
|
|
this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
//
|
|
// rptPage
|
|
//
|
|
this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.rptPage.Appearance.Options.UseBackColor = true;
|
|
this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.rptPage.isInit = false;
|
|
this.rptPage.Location = new System.Drawing.Point(0, 531);
|
|
this.rptPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.rptPage.Name = "rptPage";
|
|
this.rptPage.PageIndex = 1;
|
|
this.rptPage.PageSize = 10000;
|
|
this.rptPage.RecordNum = 0;
|
|
this.rptPage.Size = new System.Drawing.Size(1224, 33);
|
|
this.rptPage.TabIndex = 15;
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Appearance.Options.UseFont = true;
|
|
this.btnExit.Appearance.Options.UseForeColor = true;
|
|
this.btnExit.Appearance.Options.UseTextOptions = true;
|
|
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
|
|
this.btnExit.Location = new System.Drawing.Point(563, 0);
|
|
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(63, 39);
|
|
this.btnExit.TabIndex = 10;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.btnCancelAll);
|
|
this.panelControl3.Controls.Add(this.btnPrint);
|
|
this.panelControl3.Controls.Add(this.btnSelectAll);
|
|
this.panelControl3.Controls.Add(this.btnLot);
|
|
this.panelControl3.Controls.Add(this.btnFalsh);
|
|
this.panelControl3.Controls.Add(this.btnOutPut);
|
|
this.panelControl3.Controls.Add(this.lblTitle);
|
|
this.panelControl3.Controls.Add(this.btnClose);
|
|
this.panelControl3.Controls.Add(this.btnExit);
|
|
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(1224, 39);
|
|
this.panelControl3.TabIndex = 13;
|
|
//
|
|
// btnCancelAll
|
|
//
|
|
this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancelAll.Appearance.Options.UseFont = true;
|
|
this.btnCancelAll.Appearance.Options.UseForeColor = true;
|
|
this.btnCancelAll.Appearance.Options.UseTextOptions = true;
|
|
this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
|
|
this.btnCancelAll.Location = new System.Drawing.Point(271, 0);
|
|
this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnCancelAll.Name = "btnCancelAll";
|
|
this.btnCancelAll.Size = new System.Drawing.Size(65, 39);
|
|
this.btnCancelAll.TabIndex = 24;
|
|
this.btnCancelAll.Text = "全消";
|
|
this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
|
this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnPrint.Appearance.Options.UseBackColor = true;
|
|
this.btnPrint.Appearance.Options.UseFont = true;
|
|
this.btnPrint.Appearance.Options.UseForeColor = true;
|
|
this.btnPrint.Appearance.Options.UseTextOptions = true;
|
|
this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
|
|
this.btnPrint.Location = new System.Drawing.Point(335, 0);
|
|
this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(91, 39);
|
|
this.btnPrint.TabIndex = 123;
|
|
this.btnPrint.Text = "打印条码";
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnSelectAll
|
|
//
|
|
this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnSelectAll.Appearance.Options.UseFont = true;
|
|
this.btnSelectAll.Appearance.Options.UseForeColor = true;
|
|
this.btnSelectAll.Appearance.Options.UseTextOptions = true;
|
|
this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
|
|
this.btnSelectAll.Location = new System.Drawing.Point(206, 0);
|
|
this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnSelectAll.Name = "btnSelectAll";
|
|
this.btnSelectAll.Size = new System.Drawing.Size(65, 39);
|
|
this.btnSelectAll.TabIndex = 23;
|
|
this.btnSelectAll.Text = "全选";
|
|
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
|
|
//
|
|
// btnFalsh
|
|
//
|
|
this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnFalsh.Appearance.Options.UseFont = true;
|
|
this.btnFalsh.Appearance.Options.UseForeColor = true;
|
|
this.btnFalsh.Appearance.Options.UseTextOptions = true;
|
|
this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
|
|
this.btnFalsh.Location = new System.Drawing.Point(497, 0);
|
|
this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnFalsh.Name = "btnFalsh";
|
|
this.btnFalsh.Size = new System.Drawing.Size(66, 39);
|
|
this.btnFalsh.TabIndex = 49;
|
|
this.btnFalsh.Text = "刷新";
|
|
this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
|
|
//
|
|
// btnOutPut
|
|
//
|
|
this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOutPut.Appearance.Options.UseFont = true;
|
|
this.btnOutPut.Appearance.Options.UseForeColor = true;
|
|
this.btnOutPut.Appearance.Options.UseTextOptions = true;
|
|
this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
|
|
this.btnOutPut.Location = new System.Drawing.Point(425, 0);
|
|
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnOutPut.Name = "btnOutPut";
|
|
this.btnOutPut.Size = new System.Drawing.Size(72, 39);
|
|
this.btnOutPut.TabIndex = 48;
|
|
this.btnOutPut.Text = "导出";
|
|
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblTitle.Location = new System.Drawing.Point(3, 5);
|
|
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(117, 30);
|
|
this.lblTitle.TabIndex = 19;
|
|
this.lblTitle.Text = "跟踪单信息";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(1194, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(30, 39);
|
|
this.btnClose.TabIndex = 14;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormICSLotSplitIn
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1224, 564);
|
|
this.Controls.Add(this.groupControl1);
|
|
this.Controls.Add(this.rptPage);
|
|
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 = "FormICSLotSplitIn";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "工单批次信息";
|
|
this.Load += new System.EventHandler(this.FormICSLotSplitInCollection_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
this.groupControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowNum.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowPackQty.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowQty.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private DevExpress.XtraGrid.GridControl grdDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
|
|
private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
|
|
private DevExpress.XtraEditors.SimpleButton btnOutPut;
|
|
private DevExpress.XtraEditors.SimpleButton btnFalsh;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colNGQTY;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOTStatus;
|
|
private DevExpress.XtraEditors.SimpleButton btnLot;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label5;
|
|
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancelAll;
|
|
private DevExpress.XtraEditors.SimpleButton btnSelectAll;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtLOTNORemainQTY;
|
|
private System.Windows.Forms.Label label4;
|
|
private DevExpress.XtraEditors.TextEdit txtNowPackQty;
|
|
private DevExpress.XtraEditors.TextEdit txtNowQty;
|
|
private DevExpress.XtraEditors.TextEdit txtNowNum;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODQTY;
|
|
}
|
|
}
|