| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
-
- namespace Dongke.IBOSS.PRD.Client.PPModule
- {
- partial class F_PP_0302
- {
- /// <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_PP_0302));
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dkGroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
- this.planDayNo = new System.Windows.Forms.NumericUpDown();
- this.planYearNo = new System.Windows.Forms.NumericUpDown();
- this.planMonthNo = new System.Windows.Forms.NumericUpDown();
- this.planType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.planName = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblName = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.lblYear = new Dongke.WinForm.Controls.LblLabel();
- this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
- this.planRemarks = new Dongke.WinForm.Controls.TxtTextBox();
- this.dkGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.planDayNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.planYearNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.planMonthNo)).BeginInit();
- this.SuspendLayout();
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
- 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(350, 220);
- this.btnSave.Margin = new System.Windows.Forms.Padding(4);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(113, 38);
- this.btnSave.TabIndex = 8;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
- //
- // btnCancel
- //
- 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(471, 220);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(113, 38);
- this.btnCancel.TabIndex = 9;
- this.btnCancel.Text = "取消(&X)";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
- //
- // dkGroupBox1
- //
- this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
- this.dkGroupBox1.Controls.Add(this.planDayNo);
- this.dkGroupBox1.Controls.Add(this.planYearNo);
- this.dkGroupBox1.Controls.Add(this.planMonthNo);
- this.dkGroupBox1.Controls.Add(this.planType);
- this.dkGroupBox1.Controls.Add(this.planName);
- this.dkGroupBox1.Controls.Add(this.lblName);
- this.dkGroupBox1.Controls.Add(this.lblLabel1);
- this.dkGroupBox1.Controls.Add(this.lblYear);
- this.dkGroupBox1.Controls.Add(this.lblRemark);
- this.dkGroupBox1.Controls.Add(this.planRemarks);
- this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.dkGroupBox1.IsMustInput = false;
- this.dkGroupBox1.Location = new System.Drawing.Point(21, 21);
- this.dkGroupBox1.Name = "dkGroupBox1";
- this.dkGroupBox1.Size = new System.Drawing.Size(598, 183);
- this.dkGroupBox1.TabIndex = 21;
- this.dkGroupBox1.TabStop = false;
- this.dkGroupBox1.Text = "基础信息";
- //
- // planDayNo
- //
- this.planDayNo.Location = new System.Drawing.Point(246, 83);
- this.planDayNo.Maximum = new decimal(new int[] {
- 31,
- 0,
- 0,
- 0});
- this.planDayNo.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.planDayNo.Name = "planDayNo";
- this.planDayNo.Size = new System.Drawing.Size(60, 25);
- this.planDayNo.TabIndex = 30;
- this.planDayNo.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // planYearNo
- //
- this.planYearNo.Location = new System.Drawing.Point(104, 83);
- this.planYearNo.Maximum = new decimal(new int[] {
- 2029,
- 0,
- 0,
- 0});
- this.planYearNo.Minimum = new decimal(new int[] {
- 2015,
- 0,
- 0,
- 0});
- this.planYearNo.Name = "planYearNo";
- this.planYearNo.Size = new System.Drawing.Size(70, 25);
- this.planYearNo.TabIndex = 3;
- this.planYearNo.Value = new decimal(new int[] {
- 2019,
- 0,
- 0,
- 0});
- //
- // planMonthNo
- //
- this.planMonthNo.Location = new System.Drawing.Point(180, 83);
- this.planMonthNo.Maximum = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- this.planMonthNo.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.planMonthNo.Name = "planMonthNo";
- this.planMonthNo.Size = new System.Drawing.Size(60, 25);
- this.planMonthNo.TabIndex = 4;
- this.planMonthNo.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // planType
- //
- this.planType.BackColor = System.Drawing.SystemColors.Window;
- this.planType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.planType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.planType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.planType.FormattingEnabled = true;
- this.planType.Location = new System.Drawing.Point(404, 38);
- this.planType.Name = "planType";
- this.planType.Size = new System.Drawing.Size(159, 23);
- this.planType.TabIndex = 2;
- //
- // planName
- //
- this.planName.Location = new System.Drawing.Point(104, 35);
- this.planName.Margin = new System.Windows.Forms.Padding(4);
- this.planName.Name = "planName";
- this.planName.Size = new System.Drawing.Size(202, 25);
- this.planName.TabIndex = 1;
- //
- // lblName
- //
- this.lblName.Location = new System.Drawing.Point(29, 41);
- this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(67, 15);
- this.lblName.TabIndex = 29;
- this.lblName.Text = "计划名称";
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(329, 41);
- this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(67, 15);
- this.lblLabel1.TabIndex = 20;
- this.lblLabel1.Text = "计划类型";
- //
- // lblYear
- //
- this.lblYear.Location = new System.Drawing.Point(29, 88);
- this.lblYear.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblYear.Name = "lblYear";
- this.lblYear.Size = new System.Drawing.Size(67, 15);
- this.lblYear.TabIndex = 21;
- this.lblYear.Text = "计划时间";
- //
- // lblRemark
- //
- this.lblRemark.Location = new System.Drawing.Point(59, 131);
- this.lblRemark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblRemark.Name = "lblRemark";
- this.lblRemark.Size = new System.Drawing.Size(37, 15);
- this.lblRemark.TabIndex = 22;
- this.lblRemark.Text = "备注";
- //
- // planRemarks
- //
- this.planRemarks.Location = new System.Drawing.Point(104, 126);
- this.planRemarks.Margin = new System.Windows.Forms.Padding(4);
- this.planRemarks.Name = "planRemarks";
- this.planRemarks.Size = new System.Drawing.Size(459, 25);
- this.planRemarks.TabIndex = 6;
- //
- // F_PP_0302
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(647, 281);
- this.Controls.Add(this.dkGroupBox1);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.MaximizeBox = false;
- this.Name = "F_PP_0302";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "计划编辑";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0302_FormClosed);
- this.Load += new System.EventHandler(this.F_PP_0302_Load);
- this.dkGroupBox1.ResumeLayout(false);
- this.dkGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.planDayNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.planYearNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.planMonthNo)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.DKGroupBox dkGroupBox1;
- private WinForm.Controls.LblLabel lblLabel1;
- private WinForm.Controls.LblLabel lblYear;
- private WinForm.Controls.LblLabel lblRemark;
- private WinForm.Controls.LblLabel lblName;
- public WinForm.Controls.TxtTextBox planRemarks;
- public WinForm.Controls.TxtTextBox planName;
- public Basics.BaseControls.C_ComboBox planType;
- public System.Windows.Forms.NumericUpDown planMonthNo;
- public System.Windows.Forms.NumericUpDown planYearNo;
- public System.Windows.Forms.NumericUpDown planDayNo;
- }
- }
|