| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
-
- namespace Dongke.IBOSS.PRD.Client.PPModule
- {
- partial class F_PP_0102
- {
- /// <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_0102));
- 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.planYearNo = new System.Windows.Forms.NumericUpDown();
- this.planEndMonth = new System.Windows.Forms.NumericUpDown();
- this.planStartMonth = 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.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel2 = 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.cbActive = new System.Windows.Forms.CheckBox();
- this.dkGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.planYearNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.planEndMonth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.planStartMonth)).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(423, 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(544, 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.planYearNo);
- this.dkGroupBox1.Controls.Add(this.planEndMonth);
- this.dkGroupBox1.Controls.Add(this.planStartMonth);
- 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.lblLabel3);
- this.dkGroupBox1.Controls.Add(this.lblLabel2);
- 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(636, 183);
- this.dkGroupBox1.TabIndex = 21;
- this.dkGroupBox1.TabStop = false;
- this.dkGroupBox1.Text = "基础信息";
- //
- // 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(159, 25);
- this.planYearNo.TabIndex = 3;
- this.planYearNo.Value = new decimal(new int[] {
- 2019,
- 0,
- 0,
- 0});
- //
- // planEndMonth
- //
- this.planEndMonth.Location = new System.Drawing.Point(518, 83);
- this.planEndMonth.Maximum = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- this.planEndMonth.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.planEndMonth.Name = "planEndMonth";
- this.planEndMonth.Size = new System.Drawing.Size(77, 25);
- this.planEndMonth.TabIndex = 5;
- this.planEndMonth.Value = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- //
- // planStartMonth
- //
- this.planStartMonth.Location = new System.Drawing.Point(361, 83);
- this.planStartMonth.Maximum = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- this.planStartMonth.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.planStartMonth.Name = "planStartMonth";
- this.planStartMonth.Size = new System.Drawing.Size(77, 25);
- this.planStartMonth.TabIndex = 4;
- this.planStartMonth.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(361, 38);
- this.planType.Name = "planType";
- this.planType.Size = new System.Drawing.Size(238, 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(159, 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(286, 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 = "计划类型";
- //
- // lblLabel3
- //
- this.lblLabel3.Location = new System.Drawing.Point(459, 90);
- this.lblLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLabel3.Name = "lblLabel3";
- this.lblLabel3.Size = new System.Drawing.Size(52, 15);
- this.lblLabel3.TabIndex = 21;
- this.lblLabel3.Text = "结束月";
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(301, 87);
- this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(52, 15);
- this.lblLabel2.TabIndex = 21;
- this.lblLabel2.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(495, 25);
- this.planRemarks.TabIndex = 6;
- //
- // cbActive
- //
- this.cbActive.AutoSize = true;
- this.cbActive.Enabled = false;
- this.cbActive.Location = new System.Drawing.Point(53, 231);
- this.cbActive.Name = "cbActive";
- this.cbActive.Size = new System.Drawing.Size(194, 19);
- this.cbActive.TabIndex = 7;
- this.cbActive.Text = "同步生成月计划、日计划";
- this.cbActive.UseVisualStyleBackColor = true;
- //
- // F_PP_0102
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(687, 281);
- this.Controls.Add(this.cbActive);
- 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_0102";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "计划编辑";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0102_FormClosed);
- this.Load += new System.EventHandler(this.F_PP_0102_Load);
- this.dkGroupBox1.ResumeLayout(false);
- this.dkGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.planYearNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.planEndMonth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.planStartMonth)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #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 lblLabel3;
- private WinForm.Controls.LblLabel lblLabel2;
- private WinForm.Controls.LblLabel lblName;
- private System.Windows.Forms.CheckBox cbActive;
- public WinForm.Controls.TxtTextBox planRemarks;
- public WinForm.Controls.TxtTextBox planName;
- public Basics.BaseControls.C_ComboBox planType;
- public System.Windows.Forms.NumericUpDown planEndMonth;
- public System.Windows.Forms.NumericUpDown planStartMonth;
- public System.Windows.Forms.NumericUpDown planYearNo;
- }
- }
|