TaskHistoryTimeEditor.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class TaskHistoryTimeEditor
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  29. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  31. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  32. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  33. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  34. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  35. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  36. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  38. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  39. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  40. this.layoutControl1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // layoutControl1
  54. //
  55. this.layoutControl1.Controls.Add(this.btnOk);
  56. this.layoutControl1.Controls.Add(this.btnCancel);
  57. this.layoutControl1.Controls.Add(this.txtStartTime);
  58. this.layoutControl1.Controls.Add(this.txtEndTime);
  59. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  61. this.layoutControl1.Name = "layoutControl1";
  62. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  63. this.layoutControl1.Root = this.Root;
  64. this.layoutControl1.Size = new System.Drawing.Size(258, 160);
  65. this.layoutControl1.TabIndex = 0;
  66. this.layoutControl1.Text = "layoutControl1";
  67. //
  68. // btnOk
  69. //
  70. this.btnOk.Location = new System.Drawing.Point(131, 104);
  71. this.btnOk.Name = "btnOk";
  72. this.btnOk.Size = new System.Drawing.Size(105, 22);
  73. this.btnOk.StyleController = this.layoutControl1;
  74. this.btnOk.TabIndex = 8;
  75. this.btnOk.Text = "确定";
  76. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  77. //
  78. // btnCancel
  79. //
  80. this.btnCancel.Location = new System.Drawing.Point(22, 104);
  81. this.btnCancel.Name = "btnCancel";
  82. this.btnCancel.Size = new System.Drawing.Size(105, 22);
  83. this.btnCancel.StyleController = this.layoutControl1;
  84. this.btnCancel.TabIndex = 7;
  85. this.btnCancel.Text = "取消";
  86. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  87. //
  88. // Root
  89. //
  90. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  91. this.Root.GroupBordersVisible = false;
  92. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  93. this.emptySpaceItem1,
  94. this.layoutControlItem4,
  95. this.layoutControlItem5,
  96. this.layoutControlItem2,
  97. this.layoutControlItem1});
  98. this.Root.Name = "Root";
  99. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  100. this.Root.Size = new System.Drawing.Size(258, 160);
  101. this.Root.TextVisible = false;
  102. //
  103. // emptySpaceItem1
  104. //
  105. this.emptySpaceItem1.AllowHotTrack = false;
  106. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 108);
  107. this.emptySpaceItem1.Name = "emptySpaceItem1";
  108. this.emptySpaceItem1.Size = new System.Drawing.Size(218, 12);
  109. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  110. //
  111. // layoutControlItem4
  112. //
  113. this.layoutControlItem4.Control = this.btnCancel;
  114. this.layoutControlItem4.Location = new System.Drawing.Point(0, 82);
  115. this.layoutControlItem4.Name = "layoutControlItem4";
  116. this.layoutControlItem4.Size = new System.Drawing.Size(109, 26);
  117. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  118. this.layoutControlItem4.TextVisible = false;
  119. //
  120. // layoutControlItem5
  121. //
  122. this.layoutControlItem5.Control = this.btnOk;
  123. this.layoutControlItem5.Location = new System.Drawing.Point(109, 82);
  124. this.layoutControlItem5.Name = "layoutControlItem5";
  125. this.layoutControlItem5.Size = new System.Drawing.Size(109, 26);
  126. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  127. this.layoutControlItem5.TextVisible = false;
  128. //
  129. // txtStartTime
  130. //
  131. this.txtStartTime.EditValue = null;
  132. this.txtStartTime.Location = new System.Drawing.Point(22, 39);
  133. this.txtStartTime.Name = "txtStartTime";
  134. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  135. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  136. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  137. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  138. this.txtStartTime.Size = new System.Drawing.Size(214, 20);
  139. this.txtStartTime.StyleController = this.layoutControl1;
  140. this.txtStartTime.TabIndex = 9;
  141. //
  142. // layoutControlItem2
  143. //
  144. this.layoutControlItem2.Control = this.txtStartTime;
  145. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  146. this.layoutControlItem2.Name = "layoutControlItem2";
  147. this.layoutControlItem2.Size = new System.Drawing.Size(218, 41);
  148. this.layoutControlItem2.Text = "开始时间";
  149. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  150. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  151. //
  152. // txtEndTime
  153. //
  154. this.txtEndTime.EditValue = null;
  155. this.txtEndTime.Location = new System.Drawing.Point(22, 80);
  156. this.txtEndTime.Name = "txtEndTime";
  157. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  158. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  159. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  160. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  161. this.txtEndTime.Size = new System.Drawing.Size(214, 20);
  162. this.txtEndTime.StyleController = this.layoutControl1;
  163. this.txtEndTime.TabIndex = 10;
  164. //
  165. // layoutControlItem1
  166. //
  167. this.layoutControlItem1.Control = this.txtEndTime;
  168. this.layoutControlItem1.Location = new System.Drawing.Point(0, 41);
  169. this.layoutControlItem1.Name = "layoutControlItem1";
  170. this.layoutControlItem1.Size = new System.Drawing.Size(218, 41);
  171. this.layoutControlItem1.Text = "结束";
  172. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  173. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  174. //
  175. // TaskHistoryTimeEditor
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.ClientSize = new System.Drawing.Size(258, 160);
  180. this.Controls.Add(this.layoutControl1);
  181. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  182. this.Name = "TaskHistoryTimeEditor";
  183. this.Text = "历史任务时间段选择";
  184. this.Load += new System.EventHandler(this.SatEditor_Load);
  185. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  186. this.layoutControl1.ResumeLayout(false);
  187. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  197. this.ResumeLayout(false);
  198. }
  199. #endregion
  200. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  201. private DevExpress.XtraLayout.LayoutControlGroup Root;
  202. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  203. private DevExpress.XtraEditors.SimpleButton btnOk;
  204. private DevExpress.XtraEditors.SimpleButton btnCancel;
  205. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  206. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  207. private DevExpress.XtraEditors.DateEdit txtStartTime;
  208. private DevExpress.XtraEditors.DateEdit txtEndTime;
  209. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  210. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  211. }
  212. }