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.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.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.Name = "lblOrganizationName"; this.lblOrganizationName.Size = new System.Drawing.Size(41, 12); this.lblOrganizationName.TabIndex = 0; this.lblOrganizationName.Text = "订单号"; // // txtOrderNo // this.txtOrderNo.BackColor = System.Drawing.Color.Yellow; 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.MaxLength = 100; this.txtOrderNo.Name = "txtOrderNo"; this.txtOrderNo.Size = new System.Drawing.Size(129, 21); this.txtOrderNo.TabIndex = 1; // // 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(222, 105); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 6; 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(313, 105); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 7; 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(213, 15); 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.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(271, 12); this.dtpOrderDateFrom.Name = "dtpOrderDateFrom"; this.dtpOrderDateFrom.Size = new System.Drawing.Size(120, 21); this.dtpOrderDateFrom.TabIndex = 3; 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(36, 42); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 4; 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(71, 39); 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(320, 56); this.txtRemarks.TabIndex = 5; // // 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(410, 160); this.Controls.Add(this.lblOrderDate); this.Controls.Add(this.dtpOrderDateFrom); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); 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.btnCancel, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0); this.Controls.SetChildIndex(this.lblOrderDate, 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; } }