namespace WarM { partial class Sc_SellSumReportBySumMaterDlg { /// /// 必需的设计器变量。 /// 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.dtpHEDate = new System.Windows.Forms.DateTimePicker(); this.dtpHBDate = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.cmdCancel = new System.Windows.Forms.Button(); this.cmdOK = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.grdSell = new System.Windows.Forms.DataGridView(); this.grdWh = new System.Windows.Forms.DataGridView(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdSell)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdWh)).BeginInit(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.dtpHEDate); this.groupBox2.Controls.Add(this.dtpHBDate); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.cmdCancel); this.groupBox2.Controls.Add(this.cmdOK); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Location = new System.Drawing.Point(12, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(644, 99); this.groupBox2.TabIndex = 40; this.groupBox2.TabStop = false; // // dtpHEDate // this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHEDate.Location = new System.Drawing.Point(264, 23); this.dtpHEDate.Name = "dtpHEDate"; this.dtpHEDate.Size = new System.Drawing.Size(113, 21); this.dtpHEDate.TabIndex = 51; // // dtpHBDate // this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHBDate.Location = new System.Drawing.Point(72, 15); this.dtpHBDate.Name = "dtpHBDate"; this.dtpHBDate.Size = new System.Drawing.Size(106, 21); this.dtpHBDate.TabIndex = 50; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(203, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 49; this.label1.Text = "结束日期:"; // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(566, 23); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(62, 28); this.cmdCancel.TabIndex = 44; this.cmdCancel.Text = "取消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(478, 23); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(68, 28); this.cmdOK.TabIndex = 43; this.cmdOK.Text = "确定"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 33; this.label2.Text = "开始日期:"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitContainer1.Location = new System.Drawing.Point(0, 117); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.grdSell); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.grdWh); this.splitContainer1.Size = new System.Drawing.Size(668, 308); this.splitContainer1.SplitterDistance = 320; this.splitContainer1.TabIndex = 41; // // grdSell // this.grdSell.AllowUserToAddRows = false; this.grdSell.AllowUserToDeleteRows = false; this.grdSell.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.grdSell.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdSell.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSell.Dock = System.Windows.Forms.DockStyle.Fill; this.grdSell.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdSell.Location = new System.Drawing.Point(0, 0); this.grdSell.Name = "grdSell"; this.grdSell.ReadOnly = true; this.grdSell.RowHeadersWidth = 30; this.grdSell.RowTemplate.Height = 23; this.grdSell.Size = new System.Drawing.Size(320, 308); this.grdSell.TabIndex = 45; // // grdWh // this.grdWh.AllowUserToAddRows = false; this.grdWh.AllowUserToDeleteRows = false; this.grdWh.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.grdWh.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdWh.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdWh.Dock = System.Windows.Forms.DockStyle.Fill; this.grdWh.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdWh.Location = new System.Drawing.Point(0, 0); this.grdWh.Name = "grdWh"; this.grdWh.ReadOnly = true; this.grdWh.RowHeadersWidth = 30; this.grdWh.RowTemplate.Height = 23; this.grdWh.Size = new System.Drawing.Size(344, 308); this.grdWh.TabIndex = 45; // // Sc_SellSumReportBySumMaterDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(668, 425); this.ControlBox = false; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.groupBox2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Sc_SellSumReportBySumMaterDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "过滤条件"; this.Activated += new System.EventHandler(this.Sc_SellSumReportBySumMaterDlg_Activated); this.Load += new System.EventHandler(this.Sc_SellSumReportBySumMaterDlg_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdSell)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdWh)).EndInit(); this.ResumeLayout(false); } #endregion public System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.Label label2; private System.Windows.Forms.SplitContainer splitContainer1; public System.Windows.Forms.DataGridView grdSell; public System.Windows.Forms.DataGridView grdWh; private System.Windows.Forms.Label label1; public System.Windows.Forms.DateTimePicker dtpHEDate; public System.Windows.Forms.DateTimePicker dtpHBDate; } }