namespace Dongke.IBOSS.PRD.Client.SAPDataModule
{
partial class F_RPT_08011401
{
///
/// 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_RPT_08011401));
this.lblSyncDate = new Dongke.WinForm.Controls.LblLabel();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
this.lblCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtFilePath = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.tsbtnchooesfile = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.SuspendLayout();
//
// lblSyncDate
//
this.lblSyncDate.Location = new System.Drawing.Point(12, 16);
this.lblSyncDate.Name = "lblSyncDate";
this.lblSyncDate.Size = new System.Drawing.Size(53, 12);
this.lblSyncDate.TabIndex = 0;
this.lblSyncDate.Text = "开始日期";
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
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(313, 114);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "导出(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// dtpCreateTimeBegin
//
this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd";
this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpCreateTimeBegin.Location = new System.Drawing.Point(71, 12);
this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
this.dtpCreateTimeBegin.Size = new System.Drawing.Size(130, 21);
this.dtpCreateTimeBegin.TabIndex = 34;
//
// dtpCreateTimeEnd
//
this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd";
this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpCreateTimeEnd.Location = new System.Drawing.Point(266, 12);
this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
this.dtpCreateTimeEnd.Size = new System.Drawing.Size(129, 21);
this.dtpCreateTimeEnd.TabIndex = 36;
//
// lblLabel1
//
this.lblLabel1.Location = new System.Drawing.Point(207, 16);
this.lblLabel1.Name = "lblLabel1";
this.lblLabel1.Size = new System.Drawing.Size(53, 12);
this.lblLabel1.TabIndex = 37;
this.lblLabel1.Text = "结束日期";
//
// lblCheckType
//
this.lblCheckType.AutoSize = true;
this.lblCheckType.BackColor = System.Drawing.Color.Transparent;
this.lblCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCheckType.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblCheckType.Location = new System.Drawing.Point(12, 51);
this.lblCheckType.Name = "lblCheckType";
this.lblCheckType.Size = new System.Drawing.Size(53, 12);
this.lblCheckType.TabIndex = 39;
this.lblCheckType.Text = "检验类型";
//
// cmbCheckType
//
this.cmbCheckType.BackColor = System.Drawing.SystemColors.Window;
this.cmbCheckType.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbCheckType.FormattingEnabled = true;
this.cmbCheckType.Location = new System.Drawing.Point(71, 48);
this.cmbCheckType.Name = "cmbCheckType";
this.cmbCheckType.Size = new System.Drawing.Size(130, 20);
this.cmbCheckType.TabIndex = 38;
//
// 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(12, 84);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 40;
this.c_Label1.Text = "导出路径";
//
// txtFilePath
//
this.txtFilePath.BackColor = System.Drawing.SystemColors.Window;
this.txtFilePath.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtFilePath.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtFilePath.ErrorMessage = "";
this.txtFilePath.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtFilePath.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtFilePath.Location = new System.Drawing.Point(71, 81);
this.txtFilePath.MaxLength = 50;
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.Size = new System.Drawing.Size(324, 21);
this.txtFilePath.TabIndex = 41;
this.txtFilePath.TextValue = "";
//
// tsbtnchooesfile
//
this.tsbtnchooesfile.BackColor = System.Drawing.Color.Transparent;
this.tsbtnchooesfile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsbtnchooesfile.BackgroundImage")));
this.tsbtnchooesfile.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnchooesfile.ForeColor = System.Drawing.Color.White;
this.tsbtnchooesfile.Location = new System.Drawing.Point(71, 108);
this.tsbtnchooesfile.Name = "tsbtnchooesfile";
this.tsbtnchooesfile.Size = new System.Drawing.Size(71, 26);
this.tsbtnchooesfile.TabIndex = 42;
this.tsbtnchooesfile.Text = "选择";
this.tsbtnchooesfile.UseVisualStyleBackColor = false;
this.tsbtnchooesfile.Click += new System.EventHandler(this.tsbtnchooesfile_Click);
//
// F_RPT_08011401
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(410, 169);
this.Controls.Add(this.tsbtnchooesfile);
this.Controls.Add(this.txtFilePath);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.lblCheckType);
this.Controls.Add(this.cmbCheckType);
this.Controls.Add(this.lblLabel1);
this.Controls.Add(this.dtpCreateTimeEnd);
this.Controls.Add(this.dtpCreateTimeBegin);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.lblSyncDate);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_RPT_08011401";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "导出明细";
this.Load += new System.EventHandler(this.F_RPT_08011401_Load_1);
this.Controls.SetChildIndex(this.lblSyncDate, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.dtpCreateTimeBegin, 0);
this.Controls.SetChildIndex(this.dtpCreateTimeEnd, 0);
this.Controls.SetChildIndex(this.lblLabel1, 0);
this.Controls.SetChildIndex(this.cmbCheckType, 0);
this.Controls.SetChildIndex(this.lblCheckType, 0);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.txtFilePath, 0);
this.Controls.SetChildIndex(this.tsbtnchooesfile, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private WinForm.Controls.LblLabel lblSyncDate;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
private WinForm.Controls.LblLabel lblLabel1;
private Basics.BaseControls.C_Label lblCheckType;
private Basics.BaseControls.C_ComboBox cmbCheckType;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_TextBox txtFilePath;
private Basics.BaseControls.C_Button tsbtnchooesfile;
}
}