Frm_TowDateTime.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. namespace WCS_Client.UC
  2. {
  3. partial class Frm_TowDateTime
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_TowDateTime));
  29. this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
  30. this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
  31. this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
  32. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  33. this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
  34. this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
  35. this.panelEx1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panelEx1
  41. //
  42. this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
  43. this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  44. this.panelEx1.Controls.Add(this.buttonX2);
  45. this.panelEx1.Controls.Add(this.buttonX1);
  46. this.panelEx1.Controls.Add(this.labelX1);
  47. this.panelEx1.Controls.Add(this.dateTimeInput2);
  48. this.panelEx1.Controls.Add(this.dateTimeInput1);
  49. this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
  50. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  52. this.panelEx1.Name = "panelEx1";
  53. this.panelEx1.Size = new System.Drawing.Size(462, 75);
  54. this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
  55. this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  56. this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  57. this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  58. this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  59. this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  60. this.panelEx1.Style.GradientAngle = 90;
  61. this.panelEx1.TabIndex = 0;
  62. //
  63. // buttonX2
  64. //
  65. this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  66. this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  67. this.buttonX2.Location = new System.Drawing.Point(334, 43);
  68. this.buttonX2.Name = "buttonX2";
  69. this.buttonX2.Size = new System.Drawing.Size(75, 23);
  70. this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  71. this.buttonX2.TabIndex = 4;
  72. this.buttonX2.Text = "取消(&N)";
  73. this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
  74. //
  75. // buttonX1
  76. //
  77. this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  78. this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  79. this.buttonX1.Location = new System.Drawing.Point(74, 43);
  80. this.buttonX1.Name = "buttonX1";
  81. this.buttonX1.Size = new System.Drawing.Size(75, 23);
  82. this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  83. this.buttonX1.TabIndex = 3;
  84. this.buttonX1.Text = "选择(&Y)";
  85. this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
  86. //
  87. // labelX1
  88. //
  89. //
  90. //
  91. //
  92. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  93. this.labelX1.Location = new System.Drawing.Point(223, 13);
  94. this.labelX1.Name = "labelX1";
  95. this.labelX1.Size = new System.Drawing.Size(16, 23);
  96. this.labelX1.TabIndex = 2;
  97. this.labelX1.Text = "至";
  98. //
  99. // dateTimeInput2
  100. //
  101. //
  102. //
  103. //
  104. this.dateTimeInput2.BackgroundStyle.Class = "DateTimeInputBackground";
  105. this.dateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  106. this.dateTimeInput2.ButtonClear.Tooltip = "";
  107. this.dateTimeInput2.ButtonCustom.Tooltip = "";
  108. this.dateTimeInput2.ButtonCustom2.Tooltip = "";
  109. this.dateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
  110. this.dateTimeInput2.ButtonDropDown.Tooltip = "";
  111. this.dateTimeInput2.ButtonDropDown.Visible = true;
  112. this.dateTimeInput2.ButtonFreeText.Tooltip = "";
  113. this.dateTimeInput2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  114. this.dateTimeInput2.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
  115. this.dateTimeInput2.IsPopupCalendarOpen = false;
  116. this.dateTimeInput2.Location = new System.Drawing.Point(250, 14);
  117. //
  118. //
  119. //
  120. this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
  121. //
  122. //
  123. //
  124. this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  125. this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
  126. this.dateTimeInput2.MonthCalendar.ClearButtonVisible = true;
  127. //
  128. //
  129. //
  130. this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
  131. this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
  132. this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  133. this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  134. this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  135. this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
  136. this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  137. this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2015, 5, 1, 0, 0, 0, 0);
  138. this.dateTimeInput2.MonthCalendar.MarkedDates = new System.DateTime[0];
  139. this.dateTimeInput2.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
  140. //
  141. //
  142. //
  143. this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  144. this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
  145. this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  146. this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  147. this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true;
  148. this.dateTimeInput2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
  149. this.dateTimeInput2.Name = "dateTimeInput2";
  150. this.dateTimeInput2.Size = new System.Drawing.Size(200, 21);
  151. this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  152. this.dateTimeInput2.TabIndex = 1;
  153. this.dateTimeInput2.ValueChanged += new System.EventHandler(this.dateTimeInput2_ValueChanged);
  154. //
  155. // dateTimeInput1
  156. //
  157. //
  158. //
  159. //
  160. this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground";
  161. this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  162. this.dateTimeInput1.ButtonClear.Tooltip = "";
  163. this.dateTimeInput1.ButtonCustom.Tooltip = "";
  164. this.dateTimeInput1.ButtonCustom2.Tooltip = "";
  165. this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
  166. this.dateTimeInput1.ButtonDropDown.Tooltip = "";
  167. this.dateTimeInput1.ButtonDropDown.Visible = true;
  168. this.dateTimeInput1.ButtonFreeText.Tooltip = "";
  169. this.dateTimeInput1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  170. this.dateTimeInput1.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
  171. this.dateTimeInput1.IsPopupCalendarOpen = false;
  172. this.dateTimeInput1.Location = new System.Drawing.Point(12, 14);
  173. //
  174. //
  175. //
  176. this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
  177. //
  178. //
  179. //
  180. this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  181. this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
  182. this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true;
  183. //
  184. //
  185. //
  186. this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
  187. this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
  188. this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  189. this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  190. this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  191. this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
  192. this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  193. this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2015, 5, 1, 0, 0, 0, 0);
  194. this.dateTimeInput1.MonthCalendar.MarkedDates = new System.DateTime[0];
  195. this.dateTimeInput1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
  196. //
  197. //
  198. //
  199. this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  200. this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
  201. this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  202. this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  203. this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
  204. this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
  205. this.dateTimeInput1.Name = "dateTimeInput1";
  206. this.dateTimeInput1.Size = new System.Drawing.Size(200, 21);
  207. this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  208. this.dateTimeInput1.TabIndex = 0;
  209. this.dateTimeInput1.ValueChanged += new System.EventHandler(this.dateTimeInput1_ValueChanged);
  210. //
  211. // FrmTowDateTime
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(462, 75);
  216. this.Controls.Add(this.panelEx1);
  217. this.DoubleBuffered = true;
  218. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  219. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  220. this.MaximizeBox = false;
  221. this.MinimizeBox = false;
  222. this.Name = "FrmTowDateTime";
  223. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  224. this.Text = "日期区间选择";
  225. this.panelEx1.ResumeLayout(false);
  226. ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
  228. this.ResumeLayout(false);
  229. }
  230. #endregion
  231. private DevComponents.DotNetBar.PanelEx panelEx1;
  232. private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput1;
  233. private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput2;
  234. private DevComponents.DotNetBar.LabelX labelX1;
  235. private DevComponents.DotNetBar.ButtonX buttonX1;
  236. private DevComponents.DotNetBar.ButtonX buttonX2;
  237. }
  238. }