namespace Stone.WinModule.JISData { partial class frmJISASA { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.txtPackageGroupName = new System.Windows.Forms.ComboBox(); this.btnCheck = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.SuspendLayout(); // // dateTimePicker2 // this.dateTimePicker2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm"; this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker2.Location = new System.Drawing.Point(537, 8); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(140, 21); this.dateTimePicker2.TabIndex = 20; // // dateTimePicker1 // this.dateTimePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm"; this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker1.Location = new System.Drawing.Point(391, 8); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(140, 21); this.dateTimePicker1.TabIndex = 19; // // txtPackageGroupName // this.txtPackageGroupName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtPackageGroupName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtPackageGroupName.FormattingEnabled = true; this.txtPackageGroupName.Location = new System.Drawing.Point(310, 9); this.txtPackageGroupName.Name = "txtPackageGroupName"; this.txtPackageGroupName.Size = new System.Drawing.Size(74, 20); this.txtPackageGroupName.TabIndex = 21; // // btnCheck // this.btnCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCheck.Location = new System.Drawing.Point(208, 8); this.btnCheck.Name = "btnCheck"; this.btnCheck.Size = new System.Drawing.Size(96, 23); this.btnCheck.TabIndex = 22; this.btnCheck.Text = "订单导入校验"; this.btnCheck.UseVisualStyleBackColor = true; this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click); // // openFileDialog1 // this.openFileDialog1.DefaultExt = "*.csv"; this.openFileDialog1.Filter = "csv文件|*.csv"; // // frmJISASA // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(881, 562); this.Controls.Add(this.btnCheck); this.Controls.Add(this.txtPackageGroupName); this.Controls.Add(this.dateTimePicker2); this.Controls.Add(this.dateTimePicker1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "frmJISASA"; this.Load += new System.EventHandler(this.frmJISLog_Load); this.Controls.SetChildIndex(this.txtCode, 0); this.Controls.SetChildIndex(this.btnSerach, 0); this.Controls.SetChildIndex(this.dateTimePicker1, 0); this.Controls.SetChildIndex(this.dateTimePicker2, 0); this.Controls.SetChildIndex(this.txtPackageGroupName, 0); this.Controls.SetChildIndex(this.btnCheck, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.ComboBox txtPackageGroupName; private System.Windows.Forms.Button btnCheck; private System.Windows.Forms.OpenFileDialog openFileDialog1; } }