namespace Dongke.IBOSS.PRD.Client.PAMModule
{
partial class F_PAM_0605
{
///
/// 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_PAM_0605));
this.c_Button1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
this.lblDescription = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// c_Button1
//
this.c_Button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.c_Button1.BackColor = System.Drawing.Color.Gray;
this.c_Button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_Button1.BackgroundImage")));
this.c_Button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Button1.ForeColor = System.Drawing.Color.White;
this.c_Button1.Location = new System.Drawing.Point(403, 118);
this.c_Button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.c_Button1.Name = "c_Button1";
this.c_Button1.Size = new System.Drawing.Size(85, 30);
this.c_Button1.TabIndex = 4;
this.c_Button1.Text = "反结算(&S)";
this.c_Button1.UseVisualStyleBackColor = false;
this.c_Button1.Click += new System.EventHandler(this.c_Button1_Click);
//
// dtpStartTime
//
this.dtpStartTime.CustomFormat = "yyyy-MM";
this.dtpStartTime.Enabled = false;
this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStartTime.Location = new System.Drawing.Point(82, 20);
this.dtpStartTime.Name = "dtpStartTime";
this.dtpStartTime.ShowUpDown = true;
this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
this.dtpStartTime.TabIndex = 30;
this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
this.dtpStartTime.ValueChanged += new System.EventHandler(this.dtpStartTime_ValueChanged);
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label1.Location = new System.Drawing.Point(21, 24);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 38;
this.c_Label1.Text = "会计账期";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblTo);
this.groupBox1.Controls.Add(this.dtpEndTime);
this.groupBox1.Controls.Add(this.lblDescription);
this.groupBox1.Controls.Add(this.dateTimePicker1);
this.groupBox1.Controls.Add(this.lblCreateTime);
this.groupBox1.Controls.Add(this.c_Label1);
this.groupBox1.Controls.Add(this.dtpStartTime);
this.groupBox1.Location = new System.Drawing.Point(14, 8);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(570, 100);
this.groupBox1.TabIndex = 39;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "反结算账期";
//
// lblTo
//
this.lblTo.AutoSize = true;
this.lblTo.BackColor = System.Drawing.Color.Transparent;
this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblTo.Location = new System.Drawing.Point(227, 59);
this.lblTo.Name = "lblTo";
this.lblTo.Size = new System.Drawing.Size(17, 12);
this.lblTo.TabIndex = 42;
this.lblTo.Text = "至";
//
// dtpEndTime
//
this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
this.dtpEndTime.Enabled = false;
this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpEndTime.Location = new System.Drawing.Point(261, 55);
this.dtpEndTime.Name = "dtpEndTime";
this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
this.dtpEndTime.TabIndex = 40;
this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
//
// lblDescription
//
this.lblDescription.AutoSize = true;
this.lblDescription.BackColor = System.Drawing.Color.Transparent;
this.lblDescription.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDescription.ForeColor = System.Drawing.Color.Red;
this.lblDescription.Location = new System.Drawing.Point(227, 24);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(29, 12);
this.lblDescription.TabIndex = 38;
this.lblDescription.Text = "说明";
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Enabled = false;
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(82, 55);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(134, 21);
this.dateTimePicker1.TabIndex = 39;
this.dateTimePicker1.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
//
// lblCreateTime
//
this.lblCreateTime.AutoSize = true;
this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblCreateTime.Location = new System.Drawing.Point(21, 59);
this.lblCreateTime.Name = "lblCreateTime";
this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
this.lblCreateTime.TabIndex = 41;
this.lblCreateTime.Text = "账务日期";
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Gray;
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(494, 118);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 40;
this.btnCancel.Text = "关闭(&C)";
this.btnCancel.UseVisualStyleBackColor = false;
//
// F_PAM_0605
//
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(596, 185);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.c_Button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_PAM_0605";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed);
this.Load += new System.EventHandler(this.F_PAM_0201_Load);
this.Controls.SetChildIndex(this.c_Button1, 0);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button c_Button1;
private System.Windows.Forms.DateTimePicker dtpStartTime;
private Basics.BaseControls.C_Label c_Label1;
private System.Windows.Forms.GroupBox groupBox1;
private Basics.BaseControls.C_Label lblTo;
private System.Windows.Forms.DateTimePicker dtpEndTime;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private Basics.BaseControls.C_Label lblCreateTime;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Label lblDescription;
}
}