namespace Dongke.IBOSS.PRD.Client.PPModule
{
partial class F_PP_0102
{
///
/// 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_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;
}
}