namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_2302 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2302)); 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(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblOrderDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); 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.lbldis = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtDisplayNo = new Dongke.WinForm.Controls.TxtNumerical(); 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 // 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.SystemColors.ControlText; this.lblOrganizationName.Location = new System.Drawing.Point(30, 66); this.lblOrganizationName.Name = "lblOrganizationName"; this.lblOrganizationName.Size = new System.Drawing.Size(65, 12); this.lblOrganizationName.TabIndex = 6; this.lblOrganizationName.Text = "生产订单号"; // // txtOrderNo // 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.Location = new System.Drawing.Point(101, 63); this.txtOrderNo.MaxLength = 100; this.txtOrderNo.Name = "txtOrderNo"; this.txtOrderNo.ReadOnly = true; this.txtOrderNo.Size = new System.Drawing.Size(297, 21); this.txtOrderNo.TabIndex = 7; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; 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, 229); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 14; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); 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, 229); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 15; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnClose_Click); // // lblOrderDate // this.lblOrderDate.AutoSize = true; 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(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 = 8; this.lblOrderDate.Text = "订单日期"; // // dtpOrderDateFrom // 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(101, 90); this.dtpOrderDateFrom.Name = "dtpOrderDateFrom"; 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 // this.lblRemarks.AutoSize = true; 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, 120); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); 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, 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(329, 102); this.txtRemarks.TabIndex = 13; // // lbldis // this.lbldis.AutoSize = true; 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(245, 94); this.lbldis.Name = "lbldis"; this.lbldis.Size = new System.Drawing.Size(53, 12); this.lbldis.TabIndex = 10; this.lbldis.Text = "显示顺序"; // // txtDisplayNo // this.txtDisplayNo.DataValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtDisplayNo.Location = new System.Drawing.Point(304, 90); this.txtDisplayNo.MaxValue = new decimal(new int[] { 9999, 0, 0, 0}); this.txtDisplayNo.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtDisplayNo.Name = "txtDisplayNo"; this.txtDisplayNo.Number = new System.Drawing.Point(4, 0); this.txtDisplayNo.ShowBorderColor = false; this.txtDisplayNo.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None; this.txtDisplayNo.ShowMustInputAlert = false; 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, 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.lblOrderDate); this.Controls.Add(this.dtpOrderDateFrom); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lbldis); this.Controls.Add(this.lblRemarks); this.Controls.Add(this.lblOrganizationName); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.txtOrderNo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_2302"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "FrmAddEditOrder"; this.Load += new System.EventHandler(this.F_PM_2302_Load); this.Click += new System.EventHandler(this.F_PM_2302_Load); this.Controls.SetChildIndex(this.txtOrderNo, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.lblOrganizationName, 0); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.lbldis, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0); this.Controls.SetChildIndex(this.lblOrderDate, 0); this.Controls.SetChildIndex(this.txtDisplayNo, 0); 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(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOrderNo; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Label lblOrderDate; private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; 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; } }