TaskHistoryTimeEditor.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. namespace DW5S.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.components = new System.ComponentModel.Container();
  29. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  32. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  33. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  34. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  35. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  36. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.itemStart = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  40. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  41. this.layoutControl1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.itemStart)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // layoutControl1
  55. //
  56. this.layoutControl1.Controls.Add(this.btnOk);
  57. this.layoutControl1.Controls.Add(this.btnCancel);
  58. this.layoutControl1.Controls.Add(this.txtStartTime);
  59. this.layoutControl1.Controls.Add(this.txtEndTime);
  60. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  62. this.layoutControl1.Name = "layoutControl1";
  63. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  64. this.layoutControl1.Root = this.Root;
  65. this.layoutControl1.Size = new System.Drawing.Size(207, 156);
  66. this.layoutControl1.TabIndex = 0;
  67. this.layoutControl1.Text = "layoutControl1";
  68. //
  69. // btnOk
  70. //
  71. this.btnOk.Location = new System.Drawing.Point(116, 118);
  72. this.btnOk.Name = "btnOk";
  73. this.btnOk.Size = new System.Drawing.Size(79, 23);
  74. this.btnOk.StyleController = this.layoutControl1;
  75. this.btnOk.TabIndex = 8;
  76. this.btnOk.Text = "确定";
  77. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  78. //
  79. // btnCancel
  80. //
  81. this.btnCancel.Location = new System.Drawing.Point(17, 118);
  82. this.btnCancel.Name = "btnCancel";
  83. this.btnCancel.Size = new System.Drawing.Size(79, 23);
  84. this.btnCancel.StyleController = this.layoutControl1;
  85. this.btnCancel.TabIndex = 7;
  86. this.btnCancel.Text = "取消";
  87. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  88. //
  89. // txtStartTime
  90. //
  91. this.txtStartTime.EditValue = null;
  92. this.txtStartTime.Location = new System.Drawing.Point(17, 29);
  93. this.txtStartTime.Name = "txtStartTime";
  94. this.txtStartTime.Properties.AutoHeight = false;
  95. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  96. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  97. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  98. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  99. this.txtStartTime.Size = new System.Drawing.Size(178, 22);
  100. this.txtStartTime.StyleController = this.layoutControl1;
  101. this.txtStartTime.TabIndex = 9;
  102. //
  103. // txtEndTime
  104. //
  105. this.txtEndTime.EditValue = null;
  106. this.txtEndTime.Location = new System.Drawing.Point(17, 82);
  107. this.txtEndTime.Name = "txtEndTime";
  108. this.txtEndTime.Properties.AutoHeight = false;
  109. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  110. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  111. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  112. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  113. this.txtEndTime.Size = new System.Drawing.Size(178, 22);
  114. this.txtEndTime.StyleController = this.layoutControl1;
  115. this.txtEndTime.TabIndex = 10;
  116. //
  117. // Root
  118. //
  119. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  120. this.Root.GroupBordersVisible = false;
  121. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  122. this.layoutControlItem4,
  123. this.layoutControlItem5,
  124. this.itemStart,
  125. this.itemEnd});
  126. this.Root.Name = "Root";
  127. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 10, 10, 10);
  128. this.Root.Size = new System.Drawing.Size(207, 156);
  129. this.Root.TextVisible = false;
  130. //
  131. // layoutControlItem4
  132. //
  133. this.layoutControlItem4.Control = this.btnCancel;
  134. this.layoutControlItem4.Location = new System.Drawing.Point(0, 96);
  135. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 37);
  136. this.layoutControlItem4.MinSize = new System.Drawing.Size(43, 37);
  137. this.layoutControlItem4.Name = "layoutControlItem4";
  138. this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 12, 2);
  139. this.layoutControlItem4.Size = new System.Drawing.Size(91, 40);
  140. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  141. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  142. this.layoutControlItem4.TextVisible = false;
  143. //
  144. // layoutControlItem5
  145. //
  146. this.layoutControlItem5.Control = this.btnOk;
  147. this.layoutControlItem5.Location = new System.Drawing.Point(91, 96);
  148. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 37);
  149. this.layoutControlItem5.MinSize = new System.Drawing.Size(43, 37);
  150. this.layoutControlItem5.Name = "layoutControlItem5";
  151. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 2, 12, 2);
  152. this.layoutControlItem5.Size = new System.Drawing.Size(91, 40);
  153. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  154. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  155. this.layoutControlItem5.TextVisible = false;
  156. //
  157. // itemStart
  158. //
  159. this.itemStart.Control = this.txtStartTime;
  160. this.itemStart.Location = new System.Drawing.Point(0, 0);
  161. this.itemStart.MaxSize = new System.Drawing.Size(0, 43);
  162. this.itemStart.MinSize = new System.Drawing.Size(54, 43);
  163. this.itemStart.Name = "itemStart";
  164. this.itemStart.Size = new System.Drawing.Size(182, 43);
  165. this.itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  166. this.itemStart.Text = "开始时间";
  167. this.itemStart.TextLocation = DevExpress.Utils.Locations.Top;
  168. this.itemStart.TextSize = new System.Drawing.Size(48, 14);
  169. //
  170. // itemEnd
  171. //
  172. this.itemEnd.Control = this.txtEndTime;
  173. this.itemEnd.Location = new System.Drawing.Point(0, 43);
  174. this.itemEnd.MaxSize = new System.Drawing.Size(0, 53);
  175. this.itemEnd.MinSize = new System.Drawing.Size(54, 53);
  176. this.itemEnd.Name = "itemEnd";
  177. this.itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  178. this.itemEnd.Size = new System.Drawing.Size(182, 53);
  179. this.itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  180. this.itemEnd.Text = "结束时间";
  181. this.itemEnd.TextLocation = DevExpress.Utils.Locations.Top;
  182. this.itemEnd.TextSize = new System.Drawing.Size(48, 14);
  183. //
  184. // dxErrorProvider1
  185. //
  186. this.dxErrorProvider1.ContainerControl = this;
  187. //
  188. // TaskHistoryTimeEditor
  189. //
  190. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  191. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192. this.ClientSize = new System.Drawing.Size(207, 156);
  193. this.Controls.Add(this.layoutControl1);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  195. this.Name = "TaskHistoryTimeEditor";
  196. this.Load += new System.EventHandler(this.SatEditor_Load);
  197. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  198. this.layoutControl1.ResumeLayout(false);
  199. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.itemStart)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).EndInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
  209. this.ResumeLayout(false);
  210. }
  211. #endregion
  212. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  213. private DevExpress.XtraLayout.LayoutControlGroup Root;
  214. private DevExpress.XtraEditors.SimpleButton btnOk;
  215. private DevExpress.XtraEditors.SimpleButton btnCancel;
  216. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  217. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  218. private DevExpress.XtraEditors.DateEdit txtStartTime;
  219. private DevExpress.XtraEditors.DateEdit txtEndTime;
  220. private DevExpress.XtraLayout.LayoutControlItem itemStart;
  221. private DevExpress.XtraLayout.LayoutControlItem itemEnd;
  222. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
  223. }
  224. }