UCDateTimeSelectPan.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-08-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="UCDateTimeSelectPan.Designer.cs">
  7. // Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
  8. // </copyright>
  9. //
  10. // Blog: https://www.cnblogs.com/bfyx
  11. // GitHub:https://github.com/kwwwvagaa/NetWinformControl
  12. // gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
  13. //
  14. // If you use this code, please keep this note.
  15. // ***********************************************************************
  16. namespace HZH_Controls.Controls
  17. {
  18. /// <summary>
  19. /// Class UCDateTimeSelectPan.
  20. /// Implements the <see cref="System.Windows.Forms.UserControl" />
  21. /// </summary>
  22. /// <seealso cref="System.Windows.Forms.UserControl" />
  23. public partial class UCDateTimeSelectPan
  24. {
  25. /// <summary>
  26. /// 必需的设计器变量。
  27. /// </summary>
  28. private System.ComponentModel.IContainer components = null;
  29. /// <summary>
  30. /// 清理所有正在使用的资源。
  31. /// </summary>
  32. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  33. protected override void Dispose(bool disposing)
  34. {
  35. if (disposing && (components != null))
  36. {
  37. components.Dispose();
  38. }
  39. base.Dispose(disposing);
  40. }
  41. #region 组件设计器生成的代码
  42. /// <summary>
  43. /// 设计器支持所需的方法 - 不要
  44. /// 使用代码编辑器修改此方法的内容。
  45. /// </summary>
  46. private void InitializeComponent()
  47. {
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.btnMinute = new HZH_Controls.Controls.UCBtnExt();
  50. this.sp4 = new System.Windows.Forms.Panel();
  51. this.btnHour = new HZH_Controls.Controls.UCBtnExt();
  52. this.sp3 = new System.Windows.Forms.Panel();
  53. this.btnDay = new HZH_Controls.Controls.UCBtnExt();
  54. this.sp2 = new System.Windows.Forms.Panel();
  55. this.btnMonth = new HZH_Controls.Controls.UCBtnExt();
  56. this.sp1 = new System.Windows.Forms.Panel();
  57. this.btnYear = new HZH_Controls.Controls.UCBtnExt();
  58. this.panel2 = new System.Windows.Forms.Panel();
  59. this.btnCancel = new HZH_Controls.Controls.UCBtnExt();
  60. this.btnOk = new HZH_Controls.Controls.UCBtnExt();
  61. this.panMian = new System.Windows.Forms.Panel();
  62. this.panTime = new HZH_Controls.Controls.UCTimePanel();
  63. this.panRight = new System.Windows.Forms.Panel();
  64. this.panLeft = new System.Windows.Forms.Panel();
  65. this.ucSplitLine_H2 = new HZH_Controls.Controls.UCSplitLine_H();
  66. this.ucSplitLine_H1 = new HZH_Controls.Controls.UCSplitLine_H();
  67. this.panel3 = new System.Windows.Forms.Panel();
  68. this.panel1.SuspendLayout();
  69. this.panel2.SuspendLayout();
  70. this.panMian.SuspendLayout();
  71. this.panel3.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // panel1
  75. //
  76. this.panel1.Controls.Add(this.btnMinute);
  77. this.panel1.Controls.Add(this.sp4);
  78. this.panel1.Controls.Add(this.btnHour);
  79. this.panel1.Controls.Add(this.sp3);
  80. this.panel1.Controls.Add(this.btnDay);
  81. this.panel1.Controls.Add(this.sp2);
  82. this.panel1.Controls.Add(this.btnMonth);
  83. this.panel1.Controls.Add(this.sp1);
  84. this.panel1.Controls.Add(this.btnYear);
  85. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.panel1.Location = new System.Drawing.Point(9, 9);
  87. this.panel1.Name = "panel1";
  88. this.panel1.Padding = new System.Windows.Forms.Padding(10, 7, 10, 7);
  89. this.panel1.Size = new System.Drawing.Size(497, 45);
  90. this.panel1.TabIndex = 0;
  91. //
  92. // btnMinute
  93. //
  94. this.btnMinute.BackColor = System.Drawing.Color.Transparent;
  95. this.btnMinute.BtnBackColor = System.Drawing.Color.Transparent;
  96. this.btnMinute.BtnFont = new System.Drawing.Font("微软雅黑", 12F);
  97. this.btnMinute.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  98. this.btnMinute.BtnText = "30分";
  99. this.btnMinute.ConerRadius = 5;
  100. this.btnMinute.Cursor = System.Windows.Forms.Cursors.Hand;
  101. this.btnMinute.Dock = System.Windows.Forms.DockStyle.Left;
  102. this.btnMinute.FillColor = System.Drawing.Color.White;
  103. this.btnMinute.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  104. this.btnMinute.IsRadius = true;
  105. this.btnMinute.IsShowRect = true;
  106. this.btnMinute.IsShowTips = false;
  107. this.btnMinute.Location = new System.Drawing.Point(406, 7);
  108. this.btnMinute.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  109. this.btnMinute.Name = "btnMinute";
  110. this.btnMinute.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  111. this.btnMinute.RectWidth = 1;
  112. this.btnMinute.Size = new System.Drawing.Size(80, 31);
  113. this.btnMinute.TabIndex = 1;
  114. this.btnMinute.TabStop = false;
  115. this.btnMinute.TipsText = "";
  116. this.btnMinute.BtnClick += new System.EventHandler(this.btnTime_BtnClick);
  117. //
  118. // sp4
  119. //
  120. this.sp4.Dock = System.Windows.Forms.DockStyle.Left;
  121. this.sp4.Location = new System.Drawing.Point(387, 7);
  122. this.sp4.Name = "sp4";
  123. this.sp4.Size = new System.Drawing.Size(19, 31);
  124. this.sp4.TabIndex = 5;
  125. //
  126. // btnHour
  127. //
  128. this.btnHour.BackColor = System.Drawing.Color.Transparent;
  129. this.btnHour.BtnBackColor = System.Drawing.Color.Transparent;
  130. this.btnHour.BtnFont = new System.Drawing.Font("微软雅黑", 12F);
  131. this.btnHour.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  132. this.btnHour.BtnText = "12时";
  133. this.btnHour.ConerRadius = 5;
  134. this.btnHour.Cursor = System.Windows.Forms.Cursors.Hand;
  135. this.btnHour.Dock = System.Windows.Forms.DockStyle.Left;
  136. this.btnHour.FillColor = System.Drawing.Color.White;
  137. this.btnHour.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  138. this.btnHour.IsRadius = true;
  139. this.btnHour.IsShowRect = true;
  140. this.btnHour.IsShowTips = false;
  141. this.btnHour.Location = new System.Drawing.Point(307, 7);
  142. this.btnHour.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  143. this.btnHour.Name = "btnHour";
  144. this.btnHour.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  145. this.btnHour.RectWidth = 1;
  146. this.btnHour.Size = new System.Drawing.Size(80, 31);
  147. this.btnHour.TabIndex = 1;
  148. this.btnHour.TabStop = false;
  149. this.btnHour.TipsText = "";
  150. this.btnHour.BtnClick += new System.EventHandler(this.btnTime_BtnClick);
  151. //
  152. // sp3
  153. //
  154. this.sp3.Dock = System.Windows.Forms.DockStyle.Left;
  155. this.sp3.Location = new System.Drawing.Point(288, 7);
  156. this.sp3.Name = "sp3";
  157. this.sp3.Size = new System.Drawing.Size(19, 31);
  158. this.sp3.TabIndex = 4;
  159. //
  160. // btnDay
  161. //
  162. this.btnDay.BackColor = System.Drawing.Color.Transparent;
  163. this.btnDay.BtnBackColor = System.Drawing.Color.Transparent;
  164. this.btnDay.BtnFont = new System.Drawing.Font("微软雅黑", 12F);
  165. this.btnDay.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  166. this.btnDay.BtnText = "30日";
  167. this.btnDay.ConerRadius = 5;
  168. this.btnDay.Cursor = System.Windows.Forms.Cursors.Hand;
  169. this.btnDay.Dock = System.Windows.Forms.DockStyle.Left;
  170. this.btnDay.FillColor = System.Drawing.Color.White;
  171. this.btnDay.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  172. this.btnDay.IsRadius = true;
  173. this.btnDay.IsShowRect = true;
  174. this.btnDay.IsShowTips = false;
  175. this.btnDay.Location = new System.Drawing.Point(208, 7);
  176. this.btnDay.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  177. this.btnDay.Name = "btnDay";
  178. this.btnDay.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  179. this.btnDay.RectWidth = 1;
  180. this.btnDay.Size = new System.Drawing.Size(80, 31);
  181. this.btnDay.TabIndex = 1;
  182. this.btnDay.TabStop = false;
  183. this.btnDay.TipsText = "";
  184. this.btnDay.BtnClick += new System.EventHandler(this.btnTime_BtnClick);
  185. //
  186. // sp2
  187. //
  188. this.sp2.Dock = System.Windows.Forms.DockStyle.Left;
  189. this.sp2.Location = new System.Drawing.Point(189, 7);
  190. this.sp2.Name = "sp2";
  191. this.sp2.Size = new System.Drawing.Size(19, 31);
  192. this.sp2.TabIndex = 3;
  193. //
  194. // btnMonth
  195. //
  196. this.btnMonth.BackColor = System.Drawing.Color.Transparent;
  197. this.btnMonth.BtnBackColor = System.Drawing.Color.Transparent;
  198. this.btnMonth.BtnFont = new System.Drawing.Font("微软雅黑", 12F);
  199. this.btnMonth.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  200. this.btnMonth.BtnText = "12月";
  201. this.btnMonth.ConerRadius = 5;
  202. this.btnMonth.Cursor = System.Windows.Forms.Cursors.Hand;
  203. this.btnMonth.Dock = System.Windows.Forms.DockStyle.Left;
  204. this.btnMonth.FillColor = System.Drawing.Color.White;
  205. this.btnMonth.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  206. this.btnMonth.IsRadius = true;
  207. this.btnMonth.IsShowRect = true;
  208. this.btnMonth.IsShowTips = false;
  209. this.btnMonth.Location = new System.Drawing.Point(109, 7);
  210. this.btnMonth.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  211. this.btnMonth.Name = "btnMonth";
  212. this.btnMonth.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  213. this.btnMonth.RectWidth = 1;
  214. this.btnMonth.Size = new System.Drawing.Size(80, 31);
  215. this.btnMonth.TabIndex = 1;
  216. this.btnMonth.TabStop = false;
  217. this.btnMonth.TipsText = "";
  218. this.btnMonth.BtnClick += new System.EventHandler(this.btnTime_BtnClick);
  219. //
  220. // sp1
  221. //
  222. this.sp1.Dock = System.Windows.Forms.DockStyle.Left;
  223. this.sp1.Location = new System.Drawing.Point(90, 7);
  224. this.sp1.Name = "sp1";
  225. this.sp1.Size = new System.Drawing.Size(19, 31);
  226. this.sp1.TabIndex = 2;
  227. //
  228. // btnYear
  229. //
  230. this.btnYear.BackColor = System.Drawing.Color.Transparent;
  231. this.btnYear.BtnBackColor = System.Drawing.Color.Transparent;
  232. this.btnYear.BtnFont = new System.Drawing.Font("微软雅黑", 12F);
  233. this.btnYear.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  234. this.btnYear.BtnText = "2019年";
  235. this.btnYear.ConerRadius = 5;
  236. this.btnYear.Cursor = System.Windows.Forms.Cursors.Hand;
  237. this.btnYear.Dock = System.Windows.Forms.DockStyle.Left;
  238. this.btnYear.FillColor = System.Drawing.Color.White;
  239. this.btnYear.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  240. this.btnYear.IsRadius = true;
  241. this.btnYear.IsShowRect = true;
  242. this.btnYear.IsShowTips = false;
  243. this.btnYear.Location = new System.Drawing.Point(10, 7);
  244. this.btnYear.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  245. this.btnYear.Name = "btnYear";
  246. this.btnYear.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  247. this.btnYear.RectWidth = 1;
  248. this.btnYear.Size = new System.Drawing.Size(80, 31);
  249. this.btnYear.TabIndex = 1;
  250. this.btnYear.TabStop = false;
  251. this.btnYear.TipsText = "";
  252. this.btnYear.BtnClick += new System.EventHandler(this.btnTime_BtnClick);
  253. //
  254. // panel2
  255. //
  256. this.panel2.Controls.Add(this.btnCancel);
  257. this.panel2.Controls.Add(this.btnOk);
  258. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  259. this.panel2.Location = new System.Drawing.Point(9, 300);
  260. this.panel2.Name = "panel2";
  261. this.panel2.Size = new System.Drawing.Size(497, 54);
  262. this.panel2.TabIndex = 2;
  263. //
  264. // btnCancel
  265. //
  266. this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
  267. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  268. this.btnCancel.BtnBackColor = System.Drawing.Color.Transparent;
  269. this.btnCancel.BtnFont = new System.Drawing.Font("微软雅黑", 13F);
  270. this.btnCancel.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  271. this.btnCancel.BtnText = "取 消";
  272. this.btnCancel.ConerRadius = 5;
  273. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  274. this.btnCancel.FillColor = System.Drawing.Color.White;
  275. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  276. this.btnCancel.IsRadius = true;
  277. this.btnCancel.IsShowRect = true;
  278. this.btnCancel.IsShowTips = false;
  279. this.btnCancel.Location = new System.Drawing.Point(89, 9);
  280. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  281. this.btnCancel.Name = "btnCancel";
  282. this.btnCancel.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  283. this.btnCancel.RectWidth = 1;
  284. this.btnCancel.Size = new System.Drawing.Size(129, 36);
  285. this.btnCancel.TabIndex = 2;
  286. this.btnCancel.TabStop = false;
  287. this.btnCancel.TipsText = "";
  288. this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
  289. //
  290. // btnOk
  291. //
  292. this.btnOk.Anchor = System.Windows.Forms.AnchorStyles.None;
  293. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  294. this.btnOk.BtnBackColor = System.Drawing.Color.Transparent;
  295. this.btnOk.BtnFont = new System.Drawing.Font("微软雅黑", 13F);
  296. this.btnOk.BtnForeColor = System.Drawing.Color.White;
  297. this.btnOk.BtnText = "确 定";
  298. this.btnOk.ConerRadius = 5;
  299. this.btnOk.Cursor = System.Windows.Forms.Cursors.Hand;
  300. this.btnOk.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  301. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  302. this.btnOk.IsRadius = true;
  303. this.btnOk.IsShowRect = true;
  304. this.btnOk.IsShowTips = false;
  305. this.btnOk.Location = new System.Drawing.Point(307, 9);
  306. this.btnOk.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  307. this.btnOk.Name = "btnOk";
  308. this.btnOk.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  309. this.btnOk.RectWidth = 1;
  310. this.btnOk.Size = new System.Drawing.Size(129, 36);
  311. this.btnOk.TabIndex = 1;
  312. this.btnOk.TabStop = false;
  313. this.btnOk.TipsText = "";
  314. this.btnOk.BtnClick += new System.EventHandler(this.btnOk_BtnClick);
  315. //
  316. // panMian
  317. //
  318. this.panMian.Controls.Add(this.panTime);
  319. this.panMian.Controls.Add(this.panRight);
  320. this.panMian.Controls.Add(this.panLeft);
  321. this.panMian.Dock = System.Windows.Forms.DockStyle.Fill;
  322. this.panMian.Location = new System.Drawing.Point(9, 55);
  323. this.panMian.Name = "panMian";
  324. this.panMian.Size = new System.Drawing.Size(497, 244);
  325. this.panMian.TabIndex = 4;
  326. //
  327. // panTime
  328. //
  329. this.panTime.BackColor = System.Drawing.Color.White;
  330. this.panTime.Column = 0;
  331. this.panTime.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.panTime.FirstEvent = false;
  333. this.panTime.Location = new System.Drawing.Point(48, 0);
  334. this.panTime.Name = "panTime";
  335. this.panTime.Row = 0;
  336. this.panTime.SelectBtn = null;
  337. this.panTime.Size = new System.Drawing.Size(401, 244);
  338. this.panTime.Source = null;
  339. this.panTime.TabIndex = 0;
  340. //
  341. // panRight
  342. //
  343. this.panRight.BackgroundImage = global::HZH_Controls.Properties.Resources.dateRight;
  344. this.panRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  345. this.panRight.Dock = System.Windows.Forms.DockStyle.Right;
  346. this.panRight.Location = new System.Drawing.Point(449, 0);
  347. this.panRight.Name = "panRight";
  348. this.panRight.Size = new System.Drawing.Size(48, 244);
  349. this.panRight.TabIndex = 2;
  350. this.panRight.Visible = false;
  351. this.panRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panRight_MouseDown);
  352. //
  353. // panLeft
  354. //
  355. this.panLeft.BackgroundImage = global::HZH_Controls.Properties.Resources.datetLeft;
  356. this.panLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  357. this.panLeft.Dock = System.Windows.Forms.DockStyle.Left;
  358. this.panLeft.Location = new System.Drawing.Point(0, 0);
  359. this.panLeft.Name = "panLeft";
  360. this.panLeft.Size = new System.Drawing.Size(48, 244);
  361. this.panLeft.TabIndex = 1;
  362. this.panLeft.Visible = false;
  363. this.panLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panLeft_MouseDown);
  364. //
  365. // ucSplitLine_H2
  366. //
  367. this.ucSplitLine_H2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  368. this.ucSplitLine_H2.Dock = System.Windows.Forms.DockStyle.Bottom;
  369. this.ucSplitLine_H2.Location = new System.Drawing.Point(9, 299);
  370. this.ucSplitLine_H2.Name = "ucSplitLine_H2";
  371. this.ucSplitLine_H2.Size = new System.Drawing.Size(497, 1);
  372. this.ucSplitLine_H2.TabIndex = 3;
  373. this.ucSplitLine_H2.TabStop = false;
  374. //
  375. // ucSplitLine_H1
  376. //
  377. this.ucSplitLine_H1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  378. this.ucSplitLine_H1.Dock = System.Windows.Forms.DockStyle.Top;
  379. this.ucSplitLine_H1.Location = new System.Drawing.Point(9, 54);
  380. this.ucSplitLine_H1.Name = "ucSplitLine_H1";
  381. this.ucSplitLine_H1.Size = new System.Drawing.Size(497, 1);
  382. this.ucSplitLine_H1.TabIndex = 1;
  383. this.ucSplitLine_H1.TabStop = false;
  384. //
  385. // panel3
  386. //
  387. this.panel3.BackColor = System.Drawing.Color.White;
  388. this.panel3.Controls.Add(this.panMian);
  389. this.panel3.Controls.Add(this.ucSplitLine_H2);
  390. this.panel3.Controls.Add(this.panel2);
  391. this.panel3.Controls.Add(this.ucSplitLine_H1);
  392. this.panel3.Controls.Add(this.panel1);
  393. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.panel3.Location = new System.Drawing.Point(1, 1);
  395. this.panel3.Name = "panel3";
  396. this.panel3.Padding = new System.Windows.Forms.Padding(9);
  397. this.panel3.Size = new System.Drawing.Size(515, 363);
  398. this.panel3.TabIndex = 5;
  399. //
  400. // UCDateTimeSelectPan
  401. //
  402. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  403. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  404. this.Controls.Add(this.panel3);
  405. this.Name = "UCDateTimeSelectPan";
  406. this.Padding = new System.Windows.Forms.Padding(1);
  407. this.Size = new System.Drawing.Size(517, 365);
  408. this.Load += new System.EventHandler(this.UCDateTimePickerExt_Load);
  409. this.panel1.ResumeLayout(false);
  410. this.panel2.ResumeLayout(false);
  411. this.panMian.ResumeLayout(false);
  412. this.panel3.ResumeLayout(false);
  413. this.ResumeLayout(false);
  414. }
  415. #endregion
  416. /// <summary>
  417. /// The panel1
  418. /// </summary>
  419. private System.Windows.Forms.Panel panel1;
  420. /// <summary>
  421. /// The uc split line h1
  422. /// </summary>
  423. private UCSplitLine_H ucSplitLine_H1;
  424. /// <summary>
  425. /// The panel2
  426. /// </summary>
  427. private System.Windows.Forms.Panel panel2;
  428. /// <summary>
  429. /// The uc split line h2
  430. /// </summary>
  431. private UCSplitLine_H ucSplitLine_H2;
  432. /// <summary>
  433. /// The pan mian
  434. /// </summary>
  435. private System.Windows.Forms.Panel panMian;
  436. /// <summary>
  437. /// The BTN minute
  438. /// </summary>
  439. private UCBtnExt btnMinute;
  440. /// <summary>
  441. /// The BTN day
  442. /// </summary>
  443. private UCBtnExt btnDay;
  444. /// <summary>
  445. /// The BTN hour
  446. /// </summary>
  447. private UCBtnExt btnHour;
  448. /// <summary>
  449. /// The BTN month
  450. /// </summary>
  451. private UCBtnExt btnMonth;
  452. /// <summary>
  453. /// The BTN year
  454. /// </summary>
  455. private UCBtnExt btnYear;
  456. /// <summary>
  457. /// The pan time
  458. /// </summary>
  459. private UCTimePanel panTime;
  460. /// <summary>
  461. /// The BTN cancel
  462. /// </summary>
  463. private UCBtnExt btnCancel;
  464. /// <summary>
  465. /// The BTN ok
  466. /// </summary>
  467. private UCBtnExt btnOk;
  468. /// <summary>
  469. /// The pan right
  470. /// </summary>
  471. private System.Windows.Forms.Panel panRight;
  472. /// <summary>
  473. /// The pan left
  474. /// </summary>
  475. private System.Windows.Forms.Panel panLeft;
  476. /// <summary>
  477. /// The SP4
  478. /// </summary>
  479. private System.Windows.Forms.Panel sp4;
  480. /// <summary>
  481. /// The SP3
  482. /// </summary>
  483. private System.Windows.Forms.Panel sp3;
  484. /// <summary>
  485. /// The SP2
  486. /// </summary>
  487. private System.Windows.Forms.Panel sp2;
  488. /// <summary>
  489. /// The SP1
  490. /// </summary>
  491. private System.Windows.Forms.Panel sp1;
  492. /// <summary>
  493. /// The panel3
  494. /// </summary>
  495. private System.Windows.Forms.Panel panel3;
  496. }
  497. }