|
|
@@ -28,10 +28,6 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2302));
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
@@ -40,16 +36,14 @@
|
|
|
this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
- this.scbSAPCode1 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
|
|
|
- this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
- this.dgvOrderDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
- this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.lbldis = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.txtDisplayNo = new Dongke.WinForm.Controls.TxtNumerical();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).BeginInit();
|
|
|
+ this.txtVBELN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
|
|
|
+ this.lblVBELN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.lblPOSNR = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.txtPOSNR = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
|
|
|
+ this.txtSummary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
+ this.lblSummary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// lblOrganizationName
|
|
|
@@ -57,25 +51,24 @@
|
|
|
this.lblOrganizationName.AutoSize = true;
|
|
|
this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblOrganizationName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.lblOrganizationName.IsMustInput = true;
|
|
|
- this.lblOrganizationName.Location = new System.Drawing.Point(26, 15);
|
|
|
+ this.lblOrganizationName.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.lblOrganizationName.Location = new System.Drawing.Point(30, 66);
|
|
|
this.lblOrganizationName.Name = "lblOrganizationName";
|
|
|
- this.lblOrganizationName.Size = new System.Drawing.Size(41, 12);
|
|
|
- this.lblOrganizationName.TabIndex = 0;
|
|
|
- this.lblOrganizationName.Text = "订单号";
|
|
|
+ this.lblOrganizationName.Size = new System.Drawing.Size(65, 12);
|
|
|
+ this.lblOrganizationName.TabIndex = 6;
|
|
|
+ this.lblOrganizationName.Text = "生产订单号";
|
|
|
//
|
|
|
// txtOrderNo
|
|
|
//
|
|
|
- this.txtOrderNo.BackColor = System.Drawing.Color.Yellow;
|
|
|
+ this.txtOrderNo.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtOrderNo.IsMustInput = true;
|
|
|
- this.txtOrderNo.Location = new System.Drawing.Point(71, 12);
|
|
|
+ this.txtOrderNo.Location = new System.Drawing.Point(101, 63);
|
|
|
this.txtOrderNo.MaxLength = 100;
|
|
|
this.txtOrderNo.Name = "txtOrderNo";
|
|
|
- this.txtOrderNo.Size = new System.Drawing.Size(329, 21);
|
|
|
- this.txtOrderNo.TabIndex = 1;
|
|
|
+ this.txtOrderNo.ReadOnly = true;
|
|
|
+ this.txtOrderNo.Size = new System.Drawing.Size(297, 21);
|
|
|
+ this.txtOrderNo.TabIndex = 7;
|
|
|
//
|
|
|
// btnSave
|
|
|
//
|
|
|
@@ -84,10 +77,10 @@
|
|
|
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
|
|
|
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSave.Location = new System.Drawing.Point(224, 391);
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(224, 229);
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
this.btnSave.Size = new System.Drawing.Size(85, 30);
|
|
|
- this.btnSave.TabIndex = 11;
|
|
|
+ this.btnSave.TabIndex = 14;
|
|
|
this.btnSave.Text = "保存";
|
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
@@ -100,10 +93,10 @@
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnCancel.Location = new System.Drawing.Point(315, 391);
|
|
|
+ this.btnCancel.Location = new System.Drawing.Point(315, 229);
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
this.btnCancel.Size = new System.Drawing.Size(85, 30);
|
|
|
- this.btnCancel.TabIndex = 12;
|
|
|
+ this.btnCancel.TabIndex = 15;
|
|
|
this.btnCancel.Text = "关闭";
|
|
|
this.btnCancel.UseVisualStyleBackColor = false;
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
@@ -114,11 +107,11 @@
|
|
|
this.lblOrderDate.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblOrderDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblOrderDate.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblOrderDate.Location = new System.Drawing.Point(13, 42);
|
|
|
+ this.lblOrderDate.Location = new System.Drawing.Point(42, 94);
|
|
|
this.lblOrderDate.Name = "lblOrderDate";
|
|
|
this.lblOrderDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
this.lblOrderDate.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblOrderDate.TabIndex = 2;
|
|
|
+ this.lblOrderDate.TabIndex = 8;
|
|
|
this.lblOrderDate.Text = "订单日期";
|
|
|
//
|
|
|
// dtpOrderDateFrom
|
|
|
@@ -126,10 +119,10 @@
|
|
|
this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
|
|
|
this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpOrderDateFrom.Location = new System.Drawing.Point(71, 39);
|
|
|
+ this.dtpOrderDateFrom.Location = new System.Drawing.Point(101, 90);
|
|
|
this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
|
|
|
- this.dtpOrderDateFrom.Size = new System.Drawing.Size(127, 21);
|
|
|
- this.dtpOrderDateFrom.TabIndex = 3;
|
|
|
+ this.dtpOrderDateFrom.Size = new System.Drawing.Size(138, 21);
|
|
|
+ this.dtpOrderDateFrom.TabIndex = 9;
|
|
|
this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
|
|
|
//
|
|
|
// lblRemarks
|
|
|
@@ -138,137 +131,23 @@
|
|
|
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblRemarks.Location = new System.Drawing.Point(34, 69);
|
|
|
+ this.lblRemarks.Location = new System.Drawing.Point(34, 120);
|
|
|
this.lblRemarks.Name = "lblRemarks";
|
|
|
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
|
|
|
- this.lblRemarks.TabIndex = 6;
|
|
|
+ this.lblRemarks.TabIndex = 12;
|
|
|
this.lblRemarks.Text = "备注";
|
|
|
//
|
|
|
// txtRemarks
|
|
|
//
|
|
|
this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtRemarks.Location = new System.Drawing.Point(69, 66);
|
|
|
+ this.txtRemarks.Location = new System.Drawing.Point(69, 117);
|
|
|
this.txtRemarks.MaxLength = 500;
|
|
|
this.txtRemarks.Multiline = true;
|
|
|
this.txtRemarks.Name = "txtRemarks";
|
|
|
this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
|
- this.txtRemarks.Size = new System.Drawing.Size(331, 51);
|
|
|
- this.txtRemarks.TabIndex = 7;
|
|
|
- //
|
|
|
- // scbSAPCode1
|
|
|
- //
|
|
|
- this.scbSAPCode1.CheckedData = null;
|
|
|
- this.scbSAPCode1.Location = new System.Drawing.Point(71, 123);
|
|
|
- this.scbSAPCode1.MultiSelect = true;
|
|
|
- this.scbSAPCode1.Name = "scbSAPCode1";
|
|
|
- this.scbSAPCode1.Size = new System.Drawing.Size(329, 21);
|
|
|
- this.scbSAPCode1.TabIndex = 9;
|
|
|
- this.scbSAPCode1.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbSAPCode1_TextValueChanged);
|
|
|
- //
|
|
|
- // lblLabel6
|
|
|
- //
|
|
|
- this.lblLabel6.Location = new System.Drawing.Point(14, 127);
|
|
|
- this.lblLabel6.MustInput = true;
|
|
|
- this.lblLabel6.Name = "lblLabel6";
|
|
|
- this.lblLabel6.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblLabel6.TabIndex = 8;
|
|
|
- this.lblLabel6.Text = "物料编码";
|
|
|
- //
|
|
|
- // dgvOrderDetail
|
|
|
- //
|
|
|
- this.dgvOrderDetail.AllowUserToModifyRows = true;
|
|
|
- this.dgvOrderDetail.AllowUserToOrderColumns = true;
|
|
|
- this.dgvOrderDetail.AllowUserToResizeRows = false;
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dgvOrderDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
- this.dgvOrderDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
- this.dgvOrderDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
- this.dgvOrderDetail.CellHeight = 23;
|
|
|
- this.dgvOrderDetail.ChildNodeColumnName = null;
|
|
|
- this.dgvOrderDetail.ChildNodeColumnText = null;
|
|
|
- this.dgvOrderDetail.ColumnDeep = 1;
|
|
|
- this.dgvOrderDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvOrderDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
- this.dgvOrderDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
- this.dgvOrderDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.MaterialCode,
|
|
|
- this.GoodsCode,
|
|
|
- this.LogoName,
|
|
|
- this.dataGridViewTextBoxColumn4});
|
|
|
- this.dgvOrderDetail.ColumnTreeView = null;
|
|
|
- this.dgvOrderDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
|
|
|
- this.dgvOrderDetail.DynamicColumnName = "";
|
|
|
- this.dgvOrderDetail.EnableHeadersVisualStyles = false;
|
|
|
- this.dgvOrderDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dgvOrderDetail.FormatQuantityColumns = null;
|
|
|
- this.dgvOrderDetail.HorizontalMergeColumn = null;
|
|
|
- this.dgvOrderDetail.IsAutoCountSum = true;
|
|
|
- this.dgvOrderDetail.IsAutoResizeColumns = false;
|
|
|
- this.dgvOrderDetail.IsClickF12 = false;
|
|
|
- this.dgvOrderDetail.IsOpenMergeCellFlag = false;
|
|
|
- this.dgvOrderDetail.IsSubTotalFlag = false;
|
|
|
- this.dgvOrderDetail.IsTopDeep = false;
|
|
|
- this.dgvOrderDetail.Location = new System.Drawing.Point(10, 150);
|
|
|
- this.dgvOrderDetail.MergeColumnNames = null;
|
|
|
- this.dgvOrderDetail.MergeDetailColumnNames = null;
|
|
|
- this.dgvOrderDetail.MergeDetailOnlyColumn = null;
|
|
|
- this.dgvOrderDetail.MergeOnlyColumn = null;
|
|
|
- this.dgvOrderDetail.MultiSelect = false;
|
|
|
- this.dgvOrderDetail.Name = "dgvOrderDetail";
|
|
|
- this.dgvOrderDetail.RefreshAtHscroll = false;
|
|
|
- this.dgvOrderDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- this.dgvOrderDetail.RowHeadersWidth = 50;
|
|
|
- this.dgvOrderDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.dgvOrderDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
- this.dgvOrderDetail.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
- this.dgvOrderDetail.RowTemplate.Height = 21;
|
|
|
- this.dgvOrderDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvOrderDetail.Size = new System.Drawing.Size(388, 236);
|
|
|
- this.dgvOrderDetail.SortOrderColumnName = null;
|
|
|
- this.dgvOrderDetail.TabIndex = 10;
|
|
|
- this.dgvOrderDetail.Tag = true;
|
|
|
- this.dgvOrderDetail.TotalSumColumns = null;
|
|
|
- this.dgvOrderDetail.ViewRowFilter = "";
|
|
|
- //
|
|
|
- // MaterialCode
|
|
|
- //
|
|
|
- this.MaterialCode.DataPropertyName = "MaterialCode";
|
|
|
- this.MaterialCode.HeaderText = "物料编码";
|
|
|
- this.MaterialCode.Name = "MaterialCode";
|
|
|
- //
|
|
|
- // GoodsCode
|
|
|
- //
|
|
|
- this.GoodsCode.DataPropertyName = "GoodsCode";
|
|
|
- this.GoodsCode.HeaderText = "产品编码";
|
|
|
- this.GoodsCode.Name = "GoodsCode";
|
|
|
- this.GoodsCode.ReadOnly = true;
|
|
|
- //
|
|
|
- // LogoName
|
|
|
- //
|
|
|
- this.LogoName.DataPropertyName = "LogoName";
|
|
|
- this.LogoName.HeaderText = "商标";
|
|
|
- this.LogoName.Name = "LogoName";
|
|
|
- this.LogoName.ReadOnly = true;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn4
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn4.DataPropertyName = "OrderID";
|
|
|
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
- this.dataGridViewTextBoxColumn4.HeaderText = "OrderID";
|
|
|
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn4.Visible = false;
|
|
|
+ this.txtRemarks.Size = new System.Drawing.Size(329, 102);
|
|
|
+ this.txtRemarks.TabIndex = 13;
|
|
|
//
|
|
|
// lbldis
|
|
|
//
|
|
|
@@ -276,10 +155,10 @@
|
|
|
this.lbldis.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lbldis.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lbldis.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lbldis.Location = new System.Drawing.Point(289, 43);
|
|
|
+ this.lbldis.Location = new System.Drawing.Point(245, 94);
|
|
|
this.lbldis.Name = "lbldis";
|
|
|
this.lbldis.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lbldis.TabIndex = 4;
|
|
|
+ this.lbldis.TabIndex = 10;
|
|
|
this.lbldis.Text = "显示顺序";
|
|
|
//
|
|
|
// txtDisplayNo
|
|
|
@@ -289,7 +168,7 @@
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
|
- this.txtDisplayNo.Location = new System.Drawing.Point(348, 39);
|
|
|
+ this.txtDisplayNo.Location = new System.Drawing.Point(304, 90);
|
|
|
this.txtDisplayNo.MaxValue = new decimal(new int[] {
|
|
|
9999,
|
|
|
0,
|
|
|
@@ -305,19 +184,128 @@
|
|
|
this.txtDisplayNo.ShowBorderColor = false;
|
|
|
this.txtDisplayNo.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
|
|
|
this.txtDisplayNo.ShowMustInputAlert = false;
|
|
|
- this.txtDisplayNo.Size = new System.Drawing.Size(52, 21);
|
|
|
- this.txtDisplayNo.TabIndex = 5;
|
|
|
+ this.txtDisplayNo.Size = new System.Drawing.Size(94, 21);
|
|
|
+ this.txtDisplayNo.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // txtVBELN
|
|
|
+ //
|
|
|
+ this.txtVBELN.AllowNegative = false;
|
|
|
+ this.txtVBELN.BackColor = System.Drawing.Color.Yellow;
|
|
|
+ this.txtVBELN.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtVBELN.ErrorMessage = "必须输入项目";
|
|
|
+ this.txtVBELN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtVBELN.HasComma = false;
|
|
|
+ this.txtVBELN.HasError = true;
|
|
|
+ this.txtVBELN.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtVBELN.IsMustInput = true;
|
|
|
+ this.txtVBELN.Location = new System.Drawing.Point(101, 9);
|
|
|
+ this.txtVBELN.MaxLength = 10;
|
|
|
+ this.txtVBELN.MaxValue = new decimal(new int[] {
|
|
|
+ 1410065407,
|
|
|
+ 2,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.txtVBELN.MinValue = new decimal(new int[] {
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.txtVBELN.Name = "txtVBELN";
|
|
|
+ this.txtVBELN.Size = new System.Drawing.Size(162, 21);
|
|
|
+ this.txtVBELN.TabIndex = 1;
|
|
|
+ this.txtVBELN.TextChanged += new System.EventHandler(this.txtVBELN_TextChanged);
|
|
|
+ //
|
|
|
+ // lblVBELN
|
|
|
+ //
|
|
|
+ this.lblVBELN.AutoSize = true;
|
|
|
+ this.lblVBELN.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblVBELN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblVBELN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.lblVBELN.IsMustInput = true;
|
|
|
+ this.lblVBELN.Location = new System.Drawing.Point(12, 12);
|
|
|
+ this.lblVBELN.Name = "lblVBELN";
|
|
|
+ this.lblVBELN.Size = new System.Drawing.Size(83, 12);
|
|
|
+ this.lblVBELN.TabIndex = 0;
|
|
|
+ this.lblVBELN.Text = "SAP销售订单号";
|
|
|
+ //
|
|
|
+ // lblPOSNR
|
|
|
+ //
|
|
|
+ this.lblPOSNR.AutoSize = true;
|
|
|
+ this.lblPOSNR.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblPOSNR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblPOSNR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.lblPOSNR.IsMustInput = true;
|
|
|
+ this.lblPOSNR.Location = new System.Drawing.Point(269, 12);
|
|
|
+ this.lblPOSNR.Name = "lblPOSNR";
|
|
|
+ this.lblPOSNR.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.lblPOSNR.TabIndex = 2;
|
|
|
+ this.lblPOSNR.Text = "行号";
|
|
|
+ //
|
|
|
+ // txtPOSNR
|
|
|
+ //
|
|
|
+ this.txtPOSNR.AllowNegative = false;
|
|
|
+ this.txtPOSNR.BackColor = System.Drawing.Color.Yellow;
|
|
|
+ this.txtPOSNR.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtPOSNR.ErrorMessage = "必须输入项目";
|
|
|
+ this.txtPOSNR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtPOSNR.HasComma = false;
|
|
|
+ this.txtPOSNR.HasError = true;
|
|
|
+ this.txtPOSNR.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtPOSNR.IsMustInput = true;
|
|
|
+ this.txtPOSNR.Location = new System.Drawing.Point(304, 9);
|
|
|
+ this.txtPOSNR.MaxLength = 6;
|
|
|
+ this.txtPOSNR.MaxValue = new decimal(new int[] {
|
|
|
+ 999999,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.txtPOSNR.MinValue = new decimal(new int[] {
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.txtPOSNR.Name = "txtPOSNR";
|
|
|
+ this.txtPOSNR.Size = new System.Drawing.Size(94, 21);
|
|
|
+ this.txtPOSNR.TabIndex = 3;
|
|
|
+ this.txtPOSNR.TextChanged += new System.EventHandler(this.txtVBELN_TextChanged);
|
|
|
+ //
|
|
|
+ // txtSummary
|
|
|
+ //
|
|
|
+ this.txtSummary.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtSummary.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtSummary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtSummary.Location = new System.Drawing.Point(101, 36);
|
|
|
+ this.txtSummary.MaxLength = 100;
|
|
|
+ this.txtSummary.Name = "txtSummary";
|
|
|
+ this.txtSummary.Size = new System.Drawing.Size(297, 21);
|
|
|
+ this.txtSummary.TabIndex = 5;
|
|
|
+ this.txtSummary.TextChanged += new System.EventHandler(this.txtVBELN_TextChanged);
|
|
|
+ //
|
|
|
+ // lblSummary
|
|
|
+ //
|
|
|
+ this.lblSummary.AutoSize = true;
|
|
|
+ this.lblSummary.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblSummary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblSummary.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.lblSummary.Location = new System.Drawing.Point(42, 39);
|
|
|
+ this.lblSummary.Name = "lblSummary";
|
|
|
+ this.lblSummary.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblSummary.TabIndex = 4;
|
|
|
+ this.lblSummary.Text = "订单描述";
|
|
|
//
|
|
|
// F_PM_2302
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.CancelButton = this.btnCancel;
|
|
|
- this.ClientSize = new System.Drawing.Size(412, 446);
|
|
|
+ this.ClientSize = new System.Drawing.Size(412, 284);
|
|
|
+ this.Controls.Add(this.lblSummary);
|
|
|
+ this.Controls.Add(this.txtSummary);
|
|
|
+ this.Controls.Add(this.lblPOSNR);
|
|
|
+ this.Controls.Add(this.txtPOSNR);
|
|
|
+ this.Controls.Add(this.lblVBELN);
|
|
|
+ this.Controls.Add(this.txtVBELN);
|
|
|
this.Controls.Add(this.txtDisplayNo);
|
|
|
- this.Controls.Add(this.scbSAPCode1);
|
|
|
- this.Controls.Add(this.lblLabel6);
|
|
|
- this.Controls.Add(this.dgvOrderDetail);
|
|
|
this.Controls.Add(this.lblOrderDate);
|
|
|
this.Controls.Add(this.dtpOrderDateFrom);
|
|
|
this.Controls.Add(this.btnSave);
|
|
|
@@ -346,11 +334,13 @@
|
|
|
this.Controls.SetChildIndex(this.btnSave, 0);
|
|
|
this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0);
|
|
|
this.Controls.SetChildIndex(this.lblOrderDate, 0);
|
|
|
- this.Controls.SetChildIndex(this.dgvOrderDetail, 0);
|
|
|
- this.Controls.SetChildIndex(this.lblLabel6, 0);
|
|
|
- this.Controls.SetChildIndex(this.scbSAPCode1, 0);
|
|
|
this.Controls.SetChildIndex(this.txtDisplayNo, 0);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).EndInit();
|
|
|
+ this.Controls.SetChildIndex(this.txtVBELN, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblVBELN, 0);
|
|
|
+ this.Controls.SetChildIndex(this.txtPOSNR, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblPOSNR, 0);
|
|
|
+ this.Controls.SetChildIndex(this.txtSummary, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblSummary, 0);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -366,14 +356,13 @@
|
|
|
private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
|
|
|
private Basics.BaseControls.C_Label lblRemarks;
|
|
|
private Basics.BaseControls.C_TextBox txtRemarks;
|
|
|
- private Controls.SearchBox.ScbSAPCode scbSAPCode1;
|
|
|
- private WinForm.Controls.LblLabel lblLabel6;
|
|
|
- private Basics.BaseControls.C_DataGridView dgvOrderDetail;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
private Basics.BaseControls.C_Label lbldis;
|
|
|
private WinForm.Controls.TxtNumerical txtDisplayNo;
|
|
|
+ private Basics.BaseControls.C_TXT_Digital txtVBELN;
|
|
|
+ private Basics.BaseControls.C_Label lblVBELN;
|
|
|
+ private Basics.BaseControls.C_Label lblPOSNR;
|
|
|
+ private Basics.BaseControls.C_TXT_Digital txtPOSNR;
|
|
|
+ private Basics.BaseControls.C_TextBox txtSummary;
|
|
|
+ private Basics.BaseControls.C_Label lblSummary;
|
|
|
}
|
|
|
}
|