| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_2302
- {
- /// <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(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;
- }
- }
|