frmTimeupdate.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. namespace LYFZ.Software.UI.TimeAndAttendance
  2. {
  3. partial class frmTimeupdate
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimeupdate));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.skinPanel1 = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
  35. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.mskSecondTimeEnd = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
  38. this.mskSecondTimeStart = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
  39. this.mskFirstTimeEnd = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
  40. this.mskFirstTimeStart = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
  41. this.txtClassName = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.btnClassCountDelete = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnClassCountAdd = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnClassCountUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.plExMainContainer.SuspendLayout();
  53. this.plFormMainContent.SuspendLayout();
  54. this.panelEx1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  56. this.skinPanel1.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.Controls.Add(this.panelEx1);
  62. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  63. this.plExMainContainer.Size = new System.Drawing.Size(840, 495);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(840, 495);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(841, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(808, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(781, 0);
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx1.BorderWidth = 1;
  88. this.panelEx1.Controls.Add(this.dgvData);
  89. this.panelEx1.Controls.Add(this.skinPanel1);
  90. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  92. this.panelEx1.Name = "panelEx1";
  93. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  94. this.panelEx1.Size = new System.Drawing.Size(830, 475);
  95. this.panelEx1.TabIndex = 0;
  96. //
  97. // dgvData
  98. //
  99. this.dgvData.AllowUserToAddRows = false;
  100. this.dgvData.AllowUserToDeleteRows = false;
  101. this.dgvData.AllowUserToResizeRows = false;
  102. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  103. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  104. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  105. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  107. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  109. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  112. this.dgvData.ColumnHeadersHeight = 24;
  113. this.dgvData.dgvColumnHeadersHeight = 24;
  114. this.dgvData.dgvCurrentColumnOriginalSet = "";
  115. this.dgvData.dgvCurrentColumnWidth = "";
  116. this.dgvData.dgvCurrentHideColumn = null;
  117. this.dgvData.dgvFixedHideColumn = null;
  118. this.dgvData.dgvGuidName = null;
  119. this.dgvData.dgvUserEmployeeID = null;
  120. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.dgvData.EnableHeadersVisualStyles = false;
  122. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  123. this.dgvData.ImageHeight = 15;
  124. this.dgvData.ImageWidth = 15;
  125. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  126. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  127. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  128. this.dgvData.IsCompleteBonding = false;
  129. this.dgvData.IsCopyCellValue = true;
  130. this.dgvData.IsShowSerialNumber = true;
  131. this.dgvData.IsSortedRedraw = true;
  132. this.dgvData.IsSortMode = false;
  133. this.dgvData.Location = new System.Drawing.Point(2, 2);
  134. this.dgvData.Name = "dgvData";
  135. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  136. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  137. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  139. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  140. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  141. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  142. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  143. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  144. this.dgvData.RowHeadersWidth = 30;
  145. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  146. this.dgvData.RowTemplate.Height = 23;
  147. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  148. this.dgvData.Size = new System.Drawing.Size(556, 471);
  149. this.dgvData.TabIndex = 1;
  150. this.dgvData.ViceCount = 1;
  151. //
  152. // skinPanel1
  153. //
  154. this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
  155. this.skinPanel1.Controls.Add(this.labelEx9);
  156. this.skinPanel1.Controls.Add(this.labelEx8);
  157. this.skinPanel1.Controls.Add(this.mskSecondTimeEnd);
  158. this.skinPanel1.Controls.Add(this.mskSecondTimeStart);
  159. this.skinPanel1.Controls.Add(this.mskFirstTimeEnd);
  160. this.skinPanel1.Controls.Add(this.mskFirstTimeStart);
  161. this.skinPanel1.Controls.Add(this.txtClassName);
  162. this.skinPanel1.Controls.Add(this.labelEx7);
  163. this.skinPanel1.Controls.Add(this.labelEx6);
  164. this.skinPanel1.Controls.Add(this.labelEx5);
  165. this.skinPanel1.Controls.Add(this.labelEx4);
  166. this.skinPanel1.Controls.Add(this.labelEx3);
  167. this.skinPanel1.Controls.Add(this.labelEx2);
  168. this.skinPanel1.Controls.Add(this.labelEx1);
  169. this.skinPanel1.Controls.Add(this.btnClassCountDelete);
  170. this.skinPanel1.Controls.Add(this.btnClassCountAdd);
  171. this.skinPanel1.Controls.Add(this.btnClassCountUpdate);
  172. this.skinPanel1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  173. this.skinPanel1.Dock = System.Windows.Forms.DockStyle.Right;
  174. this.skinPanel1.DownBack = null;
  175. this.skinPanel1.Location = new System.Drawing.Point(558, 2);
  176. this.skinPanel1.MouseBack = null;
  177. this.skinPanel1.Name = "skinPanel1";
  178. this.skinPanel1.NormlBack = null;
  179. this.skinPanel1.Size = new System.Drawing.Size(270, 471);
  180. this.skinPanel1.TabIndex = 0;
  181. //
  182. // labelEx9
  183. //
  184. this.labelEx9.AutoSize = true;
  185. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  186. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  187. this.labelEx9.Location = new System.Drawing.Point(20, 183);
  188. this.labelEx9.Name = "labelEx9";
  189. this.labelEx9.Size = new System.Drawing.Size(56, 17);
  190. this.labelEx9.TabIndex = 57;
  191. this.labelEx9.Text = "第二班段";
  192. //
  193. // labelEx8
  194. //
  195. this.labelEx8.AutoSize = true;
  196. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  197. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  198. this.labelEx8.Location = new System.Drawing.Point(20, 81);
  199. this.labelEx8.Name = "labelEx8";
  200. this.labelEx8.Size = new System.Drawing.Size(56, 17);
  201. this.labelEx8.TabIndex = 56;
  202. this.labelEx8.Text = "第一班段";
  203. //
  204. // mskSecondTimeEnd
  205. //
  206. this.mskSecondTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  207. this.mskSecondTimeEnd.Location = new System.Drawing.Point(84, 268);
  208. this.mskSecondTimeEnd.Mask = "00:00";
  209. this.mskSecondTimeEnd.Name = "mskSecondTimeEnd";
  210. this.mskSecondTimeEnd.PromptChar = ' ';
  211. this.mskSecondTimeEnd.Size = new System.Drawing.Size(105, 23);
  212. this.mskSecondTimeEnd.TabIndex = 55;
  213. //
  214. // mskSecondTimeStart
  215. //
  216. this.mskSecondTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  217. this.mskSecondTimeStart.Location = new System.Drawing.Point(84, 232);
  218. this.mskSecondTimeStart.Mask = "00:00";
  219. this.mskSecondTimeStart.Name = "mskSecondTimeStart";
  220. this.mskSecondTimeStart.PromptChar = ' ';
  221. this.mskSecondTimeStart.Size = new System.Drawing.Size(105, 23);
  222. this.mskSecondTimeStart.TabIndex = 54;
  223. //
  224. // mskFirstTimeEnd
  225. //
  226. this.mskFirstTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  227. this.mskFirstTimeEnd.Location = new System.Drawing.Point(84, 140);
  228. this.mskFirstTimeEnd.Mask = "00:00";
  229. this.mskFirstTimeEnd.Name = "mskFirstTimeEnd";
  230. this.mskFirstTimeEnd.PromptChar = ' ';
  231. this.mskFirstTimeEnd.Size = new System.Drawing.Size(105, 23);
  232. this.mskFirstTimeEnd.TabIndex = 53;
  233. //
  234. // mskFirstTimeStart
  235. //
  236. this.mskFirstTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  237. this.mskFirstTimeStart.Location = new System.Drawing.Point(84, 104);
  238. this.mskFirstTimeStart.Mask = "00:00";
  239. this.mskFirstTimeStart.Name = "mskFirstTimeStart";
  240. this.mskFirstTimeStart.PromptChar = ' ';
  241. this.mskFirstTimeStart.Size = new System.Drawing.Size(105, 23);
  242. this.mskFirstTimeStart.TabIndex = 52;
  243. //
  244. // txtClassName
  245. //
  246. this.txtClassName.BackColor = System.Drawing.Color.Transparent;
  247. this.txtClassName.Icon = null;
  248. this.txtClassName.IconIsButton = false;
  249. this.txtClassName.IsPasswordChat = '\0';
  250. this.txtClassName.IsSystemPasswordChar = false;
  251. this.txtClassName.Lines = new string[0];
  252. this.txtClassName.Location = new System.Drawing.Point(84, 43);
  253. this.txtClassName.Margin = new System.Windows.Forms.Padding(0);
  254. this.txtClassName.MaxLength = 32767;
  255. this.txtClassName.MinimumSize = new System.Drawing.Size(0, 26);
  256. this.txtClassName.MouseBack = null;
  257. this.txtClassName.Multiline = false;
  258. this.txtClassName.Name = "txtClassName";
  259. this.txtClassName.NormlBack = null;
  260. this.txtClassName.Padding = new System.Windows.Forms.Padding(5);
  261. this.txtClassName.ReadOnly = false;
  262. this.txtClassName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  263. this.txtClassName.Size = new System.Drawing.Size(105, 26);
  264. this.txtClassName.TabIndex = 11;
  265. this.txtClassName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  266. this.txtClassName.WaterColor = System.Drawing.Color.DarkGray;
  267. this.txtClassName.WaterText = "";
  268. this.txtClassName.WordWrap = true;
  269. //
  270. // labelEx7
  271. //
  272. this.labelEx7.AutoSize = true;
  273. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  274. this.labelEx7.ForeColor = System.Drawing.Color.Red;
  275. this.labelEx7.Location = new System.Drawing.Point(10, 12);
  276. this.labelEx7.Name = "labelEx7";
  277. this.labelEx7.Size = new System.Drawing.Size(48, 19);
  278. this.labelEx7.TabIndex = 22;
  279. this.labelEx7.Text = "时间段";
  280. //
  281. // labelEx6
  282. //
  283. this.labelEx6.AutoSize = true;
  284. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  285. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  286. this.labelEx6.Location = new System.Drawing.Point(20, 203);
  287. this.labelEx6.Name = "labelEx6";
  288. this.labelEx6.Size = new System.Drawing.Size(212, 17);
  289. this.labelEx6.TabIndex = 21;
  290. this.labelEx6.Text = "多时段班次,如只有一班次,以下空出";
  291. //
  292. // labelEx5
  293. //
  294. this.labelEx5.AutoSize = true;
  295. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  296. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  297. this.labelEx5.Location = new System.Drawing.Point(20, 271);
  298. this.labelEx5.Name = "labelEx5";
  299. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  300. this.labelEx5.TabIndex = 20;
  301. this.labelEx5.Text = "下班时间:";
  302. //
  303. // labelEx4
  304. //
  305. this.labelEx4.AutoSize = true;
  306. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  307. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  308. this.labelEx4.Location = new System.Drawing.Point(20, 235);
  309. this.labelEx4.Name = "labelEx4";
  310. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  311. this.labelEx4.TabIndex = 18;
  312. this.labelEx4.Text = "上班时间:";
  313. //
  314. // labelEx3
  315. //
  316. this.labelEx3.AutoSize = true;
  317. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  318. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  319. this.labelEx3.Location = new System.Drawing.Point(15, 143);
  320. this.labelEx3.Name = "labelEx3";
  321. this.labelEx3.Size = new System.Drawing.Size(73, 17);
  322. this.labelEx3.TabIndex = 16;
  323. this.labelEx3.Text = "*下班时间:";
  324. //
  325. // labelEx2
  326. //
  327. this.labelEx2.AutoSize = true;
  328. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  329. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  330. this.labelEx2.Location = new System.Drawing.Point(15, 107);
  331. this.labelEx2.Name = "labelEx2";
  332. this.labelEx2.Size = new System.Drawing.Size(248, 17);
  333. this.labelEx2.TabIndex = 14;
  334. this.labelEx2.Text = "*上班时间: 格式:08:00";
  335. //
  336. // labelEx1
  337. //
  338. this.labelEx1.AutoSize = true;
  339. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  340. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  341. this.labelEx1.Location = new System.Drawing.Point(15, 48);
  342. this.labelEx1.Name = "labelEx1";
  343. this.labelEx1.Size = new System.Drawing.Size(73, 17);
  344. this.labelEx1.TabIndex = 12;
  345. this.labelEx1.Text = "*班次名称:";
  346. //
  347. // btnClassCountDelete
  348. //
  349. this.btnClassCountDelete.BackColor = System.Drawing.Color.Transparent;
  350. this.btnClassCountDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClassCountDelete.BackImg")));
  351. this.btnClassCountDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  352. this.btnClassCountDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  353. this.btnClassCountDelete.ForeColor = System.Drawing.Color.White;
  354. this.btnClassCountDelete.IsCustomBackImg = false;
  355. this.btnClassCountDelete.IsShowText = true;
  356. this.btnClassCountDelete.Location = new System.Drawing.Point(84, 399);
  357. this.btnClassCountDelete.Name = "btnClassCountDelete";
  358. this.btnClassCountDelete.Size = new System.Drawing.Size(100, 28);
  359. this.btnClassCountDelete.TabIndex = 9;
  360. this.btnClassCountDelete.Text = " 删除班次";
  361. this.btnClassCountDelete.UseVisualStyleBackColor = false;
  362. //
  363. // btnClassCountAdd
  364. //
  365. this.btnClassCountAdd.BackColor = System.Drawing.Color.Transparent;
  366. this.btnClassCountAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClassCountAdd.BackImg")));
  367. this.btnClassCountAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  368. this.btnClassCountAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  369. this.btnClassCountAdd.ForeColor = System.Drawing.Color.White;
  370. this.btnClassCountAdd.IsCustomBackImg = false;
  371. this.btnClassCountAdd.IsShowText = true;
  372. this.btnClassCountAdd.Location = new System.Drawing.Point(84, 312);
  373. this.btnClassCountAdd.Name = "btnClassCountAdd";
  374. this.btnClassCountAdd.Size = new System.Drawing.Size(100, 28);
  375. this.btnClassCountAdd.TabIndex = 8;
  376. this.btnClassCountAdd.Text = " 添加班次";
  377. this.btnClassCountAdd.UseVisualStyleBackColor = false;
  378. //
  379. // btnClassCountUpdate
  380. //
  381. this.btnClassCountUpdate.BackColor = System.Drawing.Color.Transparent;
  382. this.btnClassCountUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClassCountUpdate.BackImg")));
  383. this.btnClassCountUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  384. this.btnClassCountUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  385. this.btnClassCountUpdate.ForeColor = System.Drawing.Color.White;
  386. this.btnClassCountUpdate.IsCustomBackImg = false;
  387. this.btnClassCountUpdate.IsShowText = true;
  388. this.btnClassCountUpdate.Location = new System.Drawing.Point(84, 355);
  389. this.btnClassCountUpdate.Name = "btnClassCountUpdate";
  390. this.btnClassCountUpdate.Size = new System.Drawing.Size(100, 28);
  391. this.btnClassCountUpdate.TabIndex = 7;
  392. this.btnClassCountUpdate.Text = " 清空新建";
  393. this.btnClassCountUpdate.UseVisualStyleBackColor = false;
  394. //
  395. // frmTimeupdate
  396. //
  397. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  398. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  399. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  400. this.ClientSize = new System.Drawing.Size(840, 560);
  401. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  402. this.IsUserControlsSize = false;
  403. this.MaximizeBox = false;
  404. this.Name = "frmTimeupdate";
  405. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  406. this.Text = "时间设置";
  407. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  408. this.plExMainContainer.ResumeLayout(false);
  409. this.plFormMainContent.ResumeLayout(false);
  410. this.panelEx1.ResumeLayout(false);
  411. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  412. this.skinPanel1.ResumeLayout(false);
  413. this.skinPanel1.PerformLayout();
  414. this.ResumeLayout(false);
  415. }
  416. #endregion
  417. private ComponentLibrary.PanelEx panelEx1;
  418. private OtherExpansion.SkinControl.SkinPanel skinPanel1;
  419. private ComponentLibrary.LabelEx labelEx7;
  420. private ComponentLibrary.LabelEx labelEx6;
  421. private ComponentLibrary.LabelEx labelEx5;
  422. private ComponentLibrary.LabelEx labelEx4;
  423. private ComponentLibrary.LabelEx labelEx3;
  424. private ComponentLibrary.LabelEx labelEx2;
  425. private ComponentLibrary.LabelEx labelEx1;
  426. protected internal ComponentLibrary.MaskedTextTimeEx mskSecondTimeEnd;
  427. protected internal ComponentLibrary.MaskedTextTimeEx mskSecondTimeStart;
  428. protected internal ComponentLibrary.MaskedTextTimeEx mskFirstTimeEnd;
  429. protected internal ComponentLibrary.MaskedTextTimeEx mskFirstTimeStart;
  430. protected internal ComponentLibrary.DataGridViewEc dgvData;
  431. protected internal ComponentLibrary.TextBoxEx txtClassName;
  432. protected internal ComponentLibrary.ButtonEx btnClassCountDelete;
  433. protected internal ComponentLibrary.ButtonEx btnClassCountAdd;
  434. protected internal ComponentLibrary.ButtonEx btnClassCountUpdate;
  435. private ComponentLibrary.LabelEx labelEx9;
  436. private ComponentLibrary.LabelEx labelEx8;
  437. }
  438. }