123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
-
- namespace WWPipeLine.MapTools.Conditions.Statistics
- {
- partial class GXMSRQStatistics
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- }
- }
|