namespace WWPipeLine.MapTools.Conditions.Statistics { partial class GXMSRQStatistics { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.dpRQEnd = new Sunny.UI.UIDatePicker(); this.dpRQStart = new Sunny.UI.UIDatePicker(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.SuspendLayout(); // // dpRQEnd // this.dpRQEnd.FillColor = System.Drawing.Color.White; this.dpRQEnd.Font = new System.Drawing.Font("微软雅黑", 12F); this.dpRQEnd.Location = new System.Drawing.Point(19, 151); this.dpRQEnd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dpRQEnd.MaxLength = 10; this.dpRQEnd.MinimumSize = new System.Drawing.Size(63, 0); this.dpRQEnd.Name = "dpRQEnd"; this.dpRQEnd.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dpRQEnd.Size = new System.Drawing.Size(150, 29); this.dpRQEnd.SymbolDropDown = 61555; this.dpRQEnd.SymbolNormal = 61555; this.dpRQEnd.TabIndex = 7; this.dpRQEnd.Text = "1900-01-01"; this.dpRQEnd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dpRQEnd.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0); // // dpRQStart // this.dpRQStart.FillColor = System.Drawing.Color.White; this.dpRQStart.Font = new System.Drawing.Font("微软雅黑", 12F); this.dpRQStart.Location = new System.Drawing.Point(19, 60); this.dpRQStart.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dpRQStart.MaxLength = 10; this.dpRQStart.MinimumSize = new System.Drawing.Size(63, 0); this.dpRQStart.Name = "dpRQStart"; this.dpRQStart.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dpRQStart.Size = new System.Drawing.Size(150, 29); this.dpRQStart.SymbolDropDown = 61555; this.dpRQStart.SymbolNormal = 61555; this.dpRQStart.TabIndex = 6; this.dpRQStart.Text = "1900-01-01"; this.dpRQStart.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dpRQStart.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0); // // uiLabel2 // this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel2.Location = new System.Drawing.Point(19, 123); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(100, 23); this.uiLabel2.TabIndex = 5; this.uiLabel2.Text = "截止日期"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel1 // this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel1.Location = new System.Drawing.Point(19, 29); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(100, 23); this.uiLabel1.TabIndex = 4; this.uiLabel1.Text = "起始日期"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // GXMSRQStatistics // this.Controls.Add(this.dpRQEnd); this.Controls.Add(this.dpRQStart); this.Controls.Add(this.uiLabel2); this.Controls.Add(this.uiLabel1); this.Name = "GXMSRQStatistics"; this.Size = new System.Drawing.Size(200, 315); this.ResumeLayout(false); } #endregion private Sunny.UI.UIDatePicker dpRQEnd; private Sunny.UI.UIDatePicker dpRQStart; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UILabel uiLabel1; } }