GXMSRQStatistics.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 
  2. namespace WWPipeLine.MapTools.Conditions.Statistics
  3. {
  4. partial class GXMSRQStatistics
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.dpRQEnd = new Sunny.UI.UIDatePicker();
  30. this.dpRQStart = new Sunny.UI.UIDatePicker();
  31. this.uiLabel2 = new Sunny.UI.UILabel();
  32. this.uiLabel1 = new Sunny.UI.UILabel();
  33. this.SuspendLayout();
  34. //
  35. // dpRQEnd
  36. //
  37. this.dpRQEnd.FillColor = System.Drawing.Color.White;
  38. this.dpRQEnd.Font = new System.Drawing.Font("微软雅黑", 12F);
  39. this.dpRQEnd.Location = new System.Drawing.Point(19, 151);
  40. this.dpRQEnd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  41. this.dpRQEnd.MaxLength = 10;
  42. this.dpRQEnd.MinimumSize = new System.Drawing.Size(63, 0);
  43. this.dpRQEnd.Name = "dpRQEnd";
  44. this.dpRQEnd.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  45. this.dpRQEnd.Size = new System.Drawing.Size(150, 29);
  46. this.dpRQEnd.SymbolDropDown = 61555;
  47. this.dpRQEnd.SymbolNormal = 61555;
  48. this.dpRQEnd.TabIndex = 7;
  49. this.dpRQEnd.Text = "1900-01-01";
  50. this.dpRQEnd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  51. this.dpRQEnd.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  52. //
  53. // dpRQStart
  54. //
  55. this.dpRQStart.FillColor = System.Drawing.Color.White;
  56. this.dpRQStart.Font = new System.Drawing.Font("微软雅黑", 12F);
  57. this.dpRQStart.Location = new System.Drawing.Point(19, 60);
  58. this.dpRQStart.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  59. this.dpRQStart.MaxLength = 10;
  60. this.dpRQStart.MinimumSize = new System.Drawing.Size(63, 0);
  61. this.dpRQStart.Name = "dpRQStart";
  62. this.dpRQStart.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  63. this.dpRQStart.Size = new System.Drawing.Size(150, 29);
  64. this.dpRQStart.SymbolDropDown = 61555;
  65. this.dpRQStart.SymbolNormal = 61555;
  66. this.dpRQStart.TabIndex = 6;
  67. this.dpRQStart.Text = "1900-01-01";
  68. this.dpRQStart.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  69. this.dpRQStart.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  70. //
  71. // uiLabel2
  72. //
  73. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  74. this.uiLabel2.Location = new System.Drawing.Point(19, 123);
  75. this.uiLabel2.Name = "uiLabel2";
  76. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  77. this.uiLabel2.TabIndex = 5;
  78. this.uiLabel2.Text = "截止日期";
  79. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  80. //
  81. // uiLabel1
  82. //
  83. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  84. this.uiLabel1.Location = new System.Drawing.Point(19, 29);
  85. this.uiLabel1.Name = "uiLabel1";
  86. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  87. this.uiLabel1.TabIndex = 4;
  88. this.uiLabel1.Text = "起始日期";
  89. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  90. //
  91. // GXMSRQStatistics
  92. //
  93. this.Controls.Add(this.dpRQEnd);
  94. this.Controls.Add(this.dpRQStart);
  95. this.Controls.Add(this.uiLabel2);
  96. this.Controls.Add(this.uiLabel1);
  97. this.Name = "GXMSRQStatistics";
  98. this.Size = new System.Drawing.Size(200, 315);
  99. this.ResumeLayout(false);
  100. }
  101. #endregion
  102. private Sunny.UI.UIDatePicker dpRQEnd;
  103. private Sunny.UI.UIDatePicker dpRQStart;
  104. private Sunny.UI.UILabel uiLabel2;
  105. private Sunny.UI.UILabel uiLabel1;
  106. }
  107. }