namespace Dongke.IBOSS.PRD.Client.PPModule { partial class F_PP_0202 { /// /// 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_PP_0202)); 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.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.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.dkGroupBox1.SuspendLayout(); ((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(336, 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(457, 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.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.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(549, 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}); // // planMonthNo // this.planMonthNo.Location = new System.Drawing.Point(361, 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(159, 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(361, 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(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 = "计划类型"; // // 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(416, 25); this.planRemarks.TabIndex = 6; // // F_PP_0202 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(598, 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_0202"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "计划编辑"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0202_FormClosed); this.Load += new System.EventHandler(this.F_PP_0202_Load); this.dkGroupBox1.ResumeLayout(false); this.dkGroupBox1.PerformLayout(); ((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 lblLabel2; 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; } }