FrmStaffAwardPunish.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. namespace LYFZ.Software.UI.FinancialManagement
  2. {
  3. partial class FrmStaffAwardPunish
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStaffAwardPunish));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.panelEx17 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.dtpDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  36. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.dtpDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  38. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.cmbtreevPenaltyAndRewardName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.btnEntry = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
  51. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  53. this.chkPenalty = new LYFZ.ComponentLibrary.CheckBoxEx();
  54. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  55. this.chkReward = new LYFZ.ComponentLibrary.CheckBoxEx();
  56. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkExecuteNot = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.panelExecuteOK = new LYFZ.ComponentLibrary.PanelEx();
  59. this.chkExecuteOK = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  61. this.btn_print = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.plExMainContainer.SuspendLayout();
  63. this.plFormMainContent.SuspendLayout();
  64. this.panelEx2.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  66. this.flowLayoutPanel1.SuspendLayout();
  67. this.panelEx17.SuspendLayout();
  68. this.panelEx1.SuspendLayout();
  69. this.panelEx10.SuspendLayout();
  70. this.panelEx7.SuspendLayout();
  71. this.panelEx8.SuspendLayout();
  72. this.panelEx9.SuspendLayout();
  73. this.panelClose.SuspendLayout();
  74. this.panelEx3.SuspendLayout();
  75. this.panelEx4.SuspendLayout();
  76. this.panelEx5.SuspendLayout();
  77. this.panelExecuteOK.SuspendLayout();
  78. this.panelEx6.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // plExMainContainer
  82. //
  83. this.plExMainContainer.AutoScroll = true;
  84. this.plExMainContainer.Controls.Add(this.panelEx2);
  85. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  86. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  87. this.plExMainContainer.Size = new System.Drawing.Size(901, 505);
  88. //
  89. // plFormMainContent
  90. //
  91. this.plFormMainContent.Size = new System.Drawing.Size(901, 545);
  92. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  93. //
  94. // btnAppFormMaximize
  95. //
  96. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  97. this.btnAppFormMaximize.Location = new System.Drawing.Point(842, 0);
  98. //
  99. // btnAppFormExit
  100. //
  101. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  102. this.btnAppFormExit.Location = new System.Drawing.Point(869, 0);
  103. //
  104. // btnAppFormMinimize
  105. //
  106. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  107. this.btnAppFormMinimize.Location = new System.Drawing.Point(815, 0);
  108. //
  109. // panelEx2
  110. //
  111. this.panelEx2.BorderColor = System.Drawing.SystemColors.Control;
  112. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  113. this.panelEx2.BorderWidth = 1;
  114. this.panelEx2.Controls.Add(this.dgvData);
  115. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  116. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  118. this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
  119. this.panelEx2.Name = "panelEx2";
  120. this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
  121. this.panelEx2.Size = new System.Drawing.Size(891, 485);
  122. this.panelEx2.TabIndex = 194;
  123. //
  124. // dgvData
  125. //
  126. this.dgvData.AllowUserToAddRows = false;
  127. this.dgvData.AllowUserToDeleteRows = false;
  128. this.dgvData.AllowUserToResizeRows = false;
  129. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  130. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  132. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  133. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  138. this.dgvData.ColumnHeadersHeight = 24;
  139. this.dgvData.dgvColumnHeadersHeight = 24;
  140. this.dgvData.dgvCurrentColumnOriginalSet = "";
  141. this.dgvData.dgvCurrentColumnWidth = "";
  142. this.dgvData.dgvCurrentHideColumn = null;
  143. this.dgvData.dgvFixedHideColumn = "";
  144. this.dgvData.dgvGuidName = null;
  145. this.dgvData.dgvUserEmployeeID = null;
  146. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.dgvData.EnableHeadersVisualStyles = false;
  148. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  149. this.dgvData.ImageHeight = 15;
  150. this.dgvData.ImageWidth = 15;
  151. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  152. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  153. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  154. this.dgvData.IsCompleteBonding = false;
  155. this.dgvData.IsCopyCellValue = true;
  156. this.dgvData.IsShowSerialNumber = true;
  157. this.dgvData.IsSortedRedraw = true;
  158. this.dgvData.IsSortMode = false;
  159. this.dgvData.Location = new System.Drawing.Point(2, 41);
  160. this.dgvData.Name = "dgvData";
  161. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  162. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  163. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  165. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  166. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  167. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  168. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  169. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  170. this.dgvData.RowHeadersWidth = 40;
  171. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  172. this.dgvData.RowTemplate.Height = 23;
  173. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  174. this.dgvData.Size = new System.Drawing.Size(887, 442);
  175. this.dgvData.StrSecondStageNull = "";
  176. this.dgvData.StrValueNullColumn = "";
  177. this.dgvData.TabIndex = 233;
  178. this.dgvData.ViceCount = 1;
  179. //
  180. // flowLayoutPanel1
  181. //
  182. this.flowLayoutPanel1.Controls.Add(this.panelEx17);
  183. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  184. this.flowLayoutPanel1.Controls.Add(this.panelEx10);
  185. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  186. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  187. this.flowLayoutPanel1.Controls.Add(this.panelEx8);
  188. this.flowLayoutPanel1.Controls.Add(this.panelEx9);
  189. this.flowLayoutPanel1.Controls.Add(this.panelClose);
  190. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  191. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  192. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  193. this.flowLayoutPanel1.Controls.Add(this.panelExecuteOK);
  194. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  195. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  196. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  197. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(1, 3, 1, 1);
  198. this.flowLayoutPanel1.Size = new System.Drawing.Size(887, 39);
  199. this.flowLayoutPanel1.TabIndex = 227;
  200. //
  201. // panelEx17
  202. //
  203. this.panelEx17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  204. this.panelEx17.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  205. this.panelEx17.BorderWidth = 1;
  206. this.panelEx17.Controls.Add(this.dtpDateTimeEnd);
  207. this.panelEx17.Controls.Add(this.labelEx2);
  208. this.panelEx17.Controls.Add(this.dtpDateTimeStart);
  209. this.panelEx17.Controls.Add(this.labelEx3);
  210. this.panelEx17.Location = new System.Drawing.Point(2, 5);
  211. this.panelEx17.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  212. this.panelEx17.Name = "panelEx17";
  213. this.panelEx17.Size = new System.Drawing.Size(280, 30);
  214. this.panelEx17.TabIndex = 240;
  215. //
  216. // dtpDateTimeEnd
  217. //
  218. this.dtpDateTimeEnd.CustomFormat = " ";
  219. this.dtpDateTimeEnd.DateValue = "";
  220. this.dtpDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  221. this.dtpDateTimeEnd.IsShowTime = false;
  222. this.dtpDateTimeEnd.Location = new System.Drawing.Point(179, 5);
  223. this.dtpDateTimeEnd.Name = "dtpDateTimeEnd";
  224. this.dtpDateTimeEnd.Size = new System.Drawing.Size(95, 21);
  225. this.dtpDateTimeEnd.TabIndex = 5;
  226. //
  227. // labelEx2
  228. //
  229. this.labelEx2.AutoSize = true;
  230. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  231. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  232. this.labelEx2.Location = new System.Drawing.Point(156, 7);
  233. this.labelEx2.Name = "labelEx2";
  234. this.labelEx2.Size = new System.Drawing.Size(21, 17);
  235. this.labelEx2.TabIndex = 4;
  236. this.labelEx2.Text = "—";
  237. //
  238. // dtpDateTimeStart
  239. //
  240. this.dtpDateTimeStart.CustomFormat = " ";
  241. this.dtpDateTimeStart.DateValue = "";
  242. this.dtpDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  243. this.dtpDateTimeStart.IsShowTime = false;
  244. this.dtpDateTimeStart.Location = new System.Drawing.Point(59, 5);
  245. this.dtpDateTimeStart.Name = "dtpDateTimeStart";
  246. this.dtpDateTimeStart.Size = new System.Drawing.Size(95, 21);
  247. this.dtpDateTimeStart.TabIndex = 3;
  248. //
  249. // labelEx3
  250. //
  251. this.labelEx3.AutoSize = true;
  252. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  253. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  254. this.labelEx3.Location = new System.Drawing.Point(4, 7);
  255. this.labelEx3.Name = "labelEx3";
  256. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  257. this.labelEx3.TabIndex = 241;
  258. this.labelEx3.Text = "时间段:";
  259. //
  260. // panelEx1
  261. //
  262. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  263. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  264. this.panelEx1.BorderWidth = 1;
  265. this.panelEx1.Controls.Add(this.cmbtreevPenaltyAndRewardName);
  266. this.panelEx1.Controls.Add(this.labelEx1);
  267. this.panelEx1.Location = new System.Drawing.Point(284, 5);
  268. this.panelEx1.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  269. this.panelEx1.Name = "panelEx1";
  270. this.panelEx1.Size = new System.Drawing.Size(210, 30);
  271. this.panelEx1.TabIndex = 225;
  272. //
  273. // cmbtreevPenaltyAndRewardName
  274. //
  275. this.cmbtreevPenaltyAndRewardName.AfterSelectLevelFirstNode = true;
  276. this.cmbtreevPenaltyAndRewardName.DropDownHeight = 220;
  277. this.cmbtreevPenaltyAndRewardName.DropDownShow = false;
  278. this.cmbtreevPenaltyAndRewardName.FormattingEnabled = true;
  279. this.cmbtreevPenaltyAndRewardName.IntegralHeight = false;
  280. this.cmbtreevPenaltyAndRewardName.IsNodeMouseClick = true;
  281. this.cmbtreevPenaltyAndRewardName.IsSelectParentNode = false;
  282. this.cmbtreevPenaltyAndRewardName.Location = new System.Drawing.Point(68, 6);
  283. this.cmbtreevPenaltyAndRewardName.Name = "cmbtreevPenaltyAndRewardName";
  284. this.cmbtreevPenaltyAndRewardName.ReadOnly = true;
  285. this.cmbtreevPenaltyAndRewardName.SelectedNode = null;
  286. this.cmbtreevPenaltyAndRewardName.Size = new System.Drawing.Size(134, 20);
  287. this.cmbtreevPenaltyAndRewardName.StrGetName = "";
  288. this.cmbtreevPenaltyAndRewardName.StrGetTagName = "";
  289. this.cmbtreevPenaltyAndRewardName.StrKey = null;
  290. this.cmbtreevPenaltyAndRewardName.TabIndex = 215;
  291. //
  292. // labelEx1
  293. //
  294. this.labelEx1.AutoSize = true;
  295. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  296. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  297. this.labelEx1.Location = new System.Drawing.Point(2, 7);
  298. this.labelEx1.Name = "labelEx1";
  299. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  300. this.labelEx1.TabIndex = 216;
  301. this.labelEx1.Text = "奖罚人员:";
  302. //
  303. // panelEx10
  304. //
  305. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  306. this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  307. this.panelEx10.BorderWidth = 1;
  308. this.panelEx10.Controls.Add(this.btnQuery);
  309. this.panelEx10.Location = new System.Drawing.Point(496, 5);
  310. this.panelEx10.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  311. this.panelEx10.Name = "panelEx10";
  312. this.panelEx10.Size = new System.Drawing.Size(90, 30);
  313. this.panelEx10.TabIndex = 241;
  314. //
  315. // btnQuery
  316. //
  317. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  318. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  319. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  320. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  321. this.btnQuery.ForeColor = System.Drawing.Color.White;
  322. this.btnQuery.IsCustomBackImg = false;
  323. this.btnQuery.IsShowText = true;
  324. this.btnQuery.Location = new System.Drawing.Point(2, 2);
  325. this.btnQuery.Name = "btnQuery";
  326. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  327. this.btnQuery.TabIndex = 226;
  328. this.btnQuery.Text = " 查 询";
  329. this.btnQuery.UseVisualStyleBackColor = false;
  330. //
  331. // panelEx7
  332. //
  333. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  334. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  335. this.panelEx7.BorderWidth = 1;
  336. this.panelEx7.Controls.Add(this.btnEntry);
  337. this.panelEx7.Location = new System.Drawing.Point(588, 5);
  338. this.panelEx7.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  339. this.panelEx7.Name = "panelEx7";
  340. this.panelEx7.Size = new System.Drawing.Size(90, 30);
  341. this.panelEx7.TabIndex = 230;
  342. //
  343. // btnEntry
  344. //
  345. this.btnEntry.BackColor = System.Drawing.Color.Transparent;
  346. this.btnEntry.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEntry.BackImg")));
  347. this.btnEntry.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  348. this.btnEntry.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  349. this.btnEntry.ForeColor = System.Drawing.Color.White;
  350. this.btnEntry.IsCustomBackImg = false;
  351. this.btnEntry.IsShowText = true;
  352. this.btnEntry.Location = new System.Drawing.Point(2, 2);
  353. this.btnEntry.Name = "btnEntry";
  354. this.btnEntry.Size = new System.Drawing.Size(85, 26);
  355. this.btnEntry.TabIndex = 210;
  356. this.btnEntry.Text = "录入";
  357. this.btnEntry.UseVisualStyleBackColor = false;
  358. //
  359. // panelEx8
  360. //
  361. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  362. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  363. this.panelEx8.BorderWidth = 1;
  364. this.panelEx8.Controls.Add(this.btnUpdate);
  365. this.panelEx8.Location = new System.Drawing.Point(772, 5);
  366. this.panelEx8.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  367. this.panelEx8.Name = "panelEx8";
  368. this.panelEx8.Size = new System.Drawing.Size(90, 30);
  369. this.panelEx8.TabIndex = 231;
  370. //
  371. // btnUpdate
  372. //
  373. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  374. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  375. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  376. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  377. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  378. this.btnUpdate.IsCustomBackImg = false;
  379. this.btnUpdate.IsShowText = true;
  380. this.btnUpdate.Location = new System.Drawing.Point(2, 2);
  381. this.btnUpdate.Name = "btnUpdate";
  382. this.btnUpdate.Size = new System.Drawing.Size(85, 26);
  383. this.btnUpdate.TabIndex = 221;
  384. this.btnUpdate.Text = "修改";
  385. this.btnUpdate.UseVisualStyleBackColor = false;
  386. //
  387. // panelEx9
  388. //
  389. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  390. this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  391. this.panelEx9.BorderWidth = 1;
  392. this.panelEx9.Controls.Add(this.btnDelete);
  393. this.panelEx9.Location = new System.Drawing.Point(2, 39);
  394. this.panelEx9.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  395. this.panelEx9.Name = "panelEx9";
  396. this.panelEx9.Size = new System.Drawing.Size(90, 30);
  397. this.panelEx9.TabIndex = 232;
  398. //
  399. // btnDelete
  400. //
  401. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  402. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  403. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  404. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  405. this.btnDelete.ForeColor = System.Drawing.Color.White;
  406. this.btnDelete.IsCustomBackImg = false;
  407. this.btnDelete.IsShowText = true;
  408. this.btnDelete.Location = new System.Drawing.Point(2, 2);
  409. this.btnDelete.Name = "btnDelete";
  410. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  411. this.btnDelete.TabIndex = 214;
  412. this.btnDelete.Text = "删除";
  413. this.btnDelete.UseVisualStyleBackColor = false;
  414. //
  415. // panelClose
  416. //
  417. this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  418. this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  419. this.panelClose.BorderWidth = 1;
  420. this.panelClose.Controls.Add(this.btnClose);
  421. this.panelClose.Location = new System.Drawing.Point(94, 39);
  422. this.panelClose.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  423. this.panelClose.Name = "panelClose";
  424. this.panelClose.Size = new System.Drawing.Size(90, 30);
  425. this.panelClose.TabIndex = 233;
  426. //
  427. // btnClose
  428. //
  429. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  430. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  431. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  432. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  433. this.btnClose.ForeColor = System.Drawing.Color.White;
  434. this.btnClose.IsCustomBackImg = false;
  435. this.btnClose.IsShowText = true;
  436. this.btnClose.Location = new System.Drawing.Point(2, 2);
  437. this.btnClose.Name = "btnClose";
  438. this.btnClose.Size = new System.Drawing.Size(85, 26);
  439. this.btnClose.TabIndex = 211;
  440. this.btnClose.Text = "关闭";
  441. this.btnClose.UseVisualStyleBackColor = false;
  442. //
  443. // panelEx3
  444. //
  445. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  446. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  447. this.panelEx3.BorderWidth = 1;
  448. this.panelEx3.Controls.Add(this.chkPenalty);
  449. this.panelEx3.Location = new System.Drawing.Point(186, 39);
  450. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  451. this.panelEx3.Name = "panelEx3";
  452. this.panelEx3.Size = new System.Drawing.Size(65, 30);
  453. this.panelEx3.TabIndex = 226;
  454. //
  455. // chkPenalty
  456. //
  457. this.chkPenalty.AutoSize = true;
  458. this.chkPenalty.BackColor = System.Drawing.Color.Transparent;
  459. this.chkPenalty.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  460. this.chkPenalty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  461. this.chkPenalty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  462. this.chkPenalty.Fourstates = false;
  463. this.chkPenalty.IsGreenTick = false;
  464. this.chkPenalty.Location = new System.Drawing.Point(4, 5);
  465. this.chkPenalty.Name = "chkPenalty";
  466. this.chkPenalty.Size = new System.Drawing.Size(51, 21);
  467. this.chkPenalty.TabIndex = 228;
  468. this.chkPenalty.Text = "惩罚";
  469. this.chkPenalty.UseVisualStyleBackColor = false;
  470. //
  471. // panelEx4
  472. //
  473. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  474. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  475. this.panelEx4.BorderWidth = 1;
  476. this.panelEx4.Controls.Add(this.chkReward);
  477. this.panelEx4.Location = new System.Drawing.Point(253, 39);
  478. this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  479. this.panelEx4.Name = "panelEx4";
  480. this.panelEx4.Size = new System.Drawing.Size(65, 30);
  481. this.panelEx4.TabIndex = 227;
  482. //
  483. // chkReward
  484. //
  485. this.chkReward.AutoSize = true;
  486. this.chkReward.BackColor = System.Drawing.Color.Transparent;
  487. this.chkReward.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  488. this.chkReward.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  489. this.chkReward.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  490. this.chkReward.Fourstates = false;
  491. this.chkReward.IsGreenTick = false;
  492. this.chkReward.Location = new System.Drawing.Point(4, 5);
  493. this.chkReward.Name = "chkReward";
  494. this.chkReward.Size = new System.Drawing.Size(51, 21);
  495. this.chkReward.TabIndex = 229;
  496. this.chkReward.Text = "奖励";
  497. this.chkReward.UseVisualStyleBackColor = false;
  498. //
  499. // panelEx5
  500. //
  501. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  502. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  503. this.panelEx5.BorderWidth = 1;
  504. this.panelEx5.Controls.Add(this.chkExecuteNot);
  505. this.panelEx5.Location = new System.Drawing.Point(320, 39);
  506. this.panelEx5.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  507. this.panelEx5.Name = "panelEx5";
  508. this.panelEx5.Size = new System.Drawing.Size(80, 30);
  509. this.panelEx5.TabIndex = 228;
  510. //
  511. // chkExecuteNot
  512. //
  513. this.chkExecuteNot.AutoSize = true;
  514. this.chkExecuteNot.BackColor = System.Drawing.Color.Transparent;
  515. this.chkExecuteNot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  516. this.chkExecuteNot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  517. this.chkExecuteNot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  518. this.chkExecuteNot.Fourstates = false;
  519. this.chkExecuteNot.IsGreenTick = false;
  520. this.chkExecuteNot.Location = new System.Drawing.Point(4, 5);
  521. this.chkExecuteNot.Name = "chkExecuteNot";
  522. this.chkExecuteNot.Size = new System.Drawing.Size(75, 21);
  523. this.chkExecuteNot.TabIndex = 230;
  524. this.chkExecuteNot.Text = "现金执行";
  525. this.chkExecuteNot.UseVisualStyleBackColor = false;
  526. //
  527. // panelExecuteOK
  528. //
  529. this.panelExecuteOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  530. this.panelExecuteOK.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  531. this.panelExecuteOK.BorderWidth = 1;
  532. this.panelExecuteOK.Controls.Add(this.chkExecuteOK);
  533. this.panelExecuteOK.Location = new System.Drawing.Point(402, 39);
  534. this.panelExecuteOK.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  535. this.panelExecuteOK.Name = "panelExecuteOK";
  536. this.panelExecuteOK.Size = new System.Drawing.Size(80, 30);
  537. this.panelExecuteOK.TabIndex = 229;
  538. //
  539. // chkExecuteOK
  540. //
  541. this.chkExecuteOK.AutoSize = true;
  542. this.chkExecuteOK.BackColor = System.Drawing.Color.Transparent;
  543. this.chkExecuteOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  544. this.chkExecuteOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  545. this.chkExecuteOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  546. this.chkExecuteOK.Fourstates = false;
  547. this.chkExecuteOK.IsGreenTick = false;
  548. this.chkExecuteOK.Location = new System.Drawing.Point(4, 5);
  549. this.chkExecuteOK.Name = "chkExecuteOK";
  550. this.chkExecuteOK.Size = new System.Drawing.Size(75, 21);
  551. this.chkExecuteOK.TabIndex = 231;
  552. this.chkExecuteOK.Text = "薪资执行";
  553. this.chkExecuteOK.UseVisualStyleBackColor = false;
  554. //
  555. // panelEx6
  556. //
  557. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  558. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  559. this.panelEx6.BorderWidth = 1;
  560. this.panelEx6.Controls.Add(this.btn_print);
  561. this.panelEx6.Location = new System.Drawing.Point(680, 5);
  562. this.panelEx6.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  563. this.panelEx6.Name = "panelEx6";
  564. this.panelEx6.Size = new System.Drawing.Size(90, 30);
  565. this.panelEx6.TabIndex = 229;
  566. //
  567. // btn_print
  568. //
  569. this.btn_print.BackColor = System.Drawing.Color.Transparent;
  570. this.btn_print.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_print.BackImg")));
  571. this.btn_print.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  572. this.btn_print.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  573. this.btn_print.ForeColor = System.Drawing.Color.White;
  574. this.btn_print.IsCustomBackImg = false;
  575. this.btn_print.IsShowText = true;
  576. this.btn_print.Location = new System.Drawing.Point(3, 2);
  577. this.btn_print.Name = "btn_print";
  578. this.btn_print.Size = new System.Drawing.Size(85, 26);
  579. this.btn_print.TabIndex = 221;
  580. this.btn_print.Text = "打印";
  581. this.btn_print.UseVisualStyleBackColor = false;
  582. //
  583. // FrmStaffAwardPunish
  584. //
  585. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  586. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  587. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  588. this.ClientSize = new System.Drawing.Size(901, 610);
  589. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  590. this.IsShowUcNavigationTool = true;
  591. this.Name = "FrmStaffAwardPunish";
  592. this.Text = "员工奖罚";
  593. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  594. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  595. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  596. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  597. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  598. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  599. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  600. this.plExMainContainer.ResumeLayout(false);
  601. this.plFormMainContent.ResumeLayout(false);
  602. this.panelEx2.ResumeLayout(false);
  603. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  604. this.flowLayoutPanel1.ResumeLayout(false);
  605. this.panelEx17.ResumeLayout(false);
  606. this.panelEx17.PerformLayout();
  607. this.panelEx1.ResumeLayout(false);
  608. this.panelEx1.PerformLayout();
  609. this.panelEx10.ResumeLayout(false);
  610. this.panelEx7.ResumeLayout(false);
  611. this.panelEx8.ResumeLayout(false);
  612. this.panelEx9.ResumeLayout(false);
  613. this.panelClose.ResumeLayout(false);
  614. this.panelEx3.ResumeLayout(false);
  615. this.panelEx3.PerformLayout();
  616. this.panelEx4.ResumeLayout(false);
  617. this.panelEx4.PerformLayout();
  618. this.panelEx5.ResumeLayout(false);
  619. this.panelEx5.PerformLayout();
  620. this.panelExecuteOK.ResumeLayout(false);
  621. this.panelExecuteOK.PerformLayout();
  622. this.panelEx6.ResumeLayout(false);
  623. this.ResumeLayout(false);
  624. }
  625. #endregion
  626. private ComponentLibrary.PanelEx panelEx2;
  627. protected ComponentLibrary.ButtonEx btnDelete;
  628. protected ComponentLibrary.ButtonEx btnClose;
  629. protected ComponentLibrary.ButtonEx btnEntry;
  630. protected ComponentLibrary.ButtonEx btnUpdate;
  631. private ComponentLibrary.PanelEx panelEx1;
  632. private ComponentLibrary.LabelEx labelEx1;
  633. private ComponentLibrary.PanelEx panelEx3;
  634. private ComponentLibrary.PanelEx panelEx4;
  635. private ComponentLibrary.PanelEx panelEx5;
  636. private ComponentLibrary.PanelEx panelEx7;
  637. private ComponentLibrary.PanelEx panelEx8;
  638. private ComponentLibrary.PanelEx panelEx9;
  639. protected internal ComponentLibrary.PanelEx panelEx17;
  640. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeEnd;
  641. private ComponentLibrary.LabelEx labelEx2;
  642. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeStart;
  643. private ComponentLibrary.LabelEx labelEx3;
  644. protected internal ComponentLibrary.PanelEx panelClose;
  645. protected internal ComponentLibrary.CheckBoxEx chkPenalty;
  646. protected internal ComponentLibrary.CheckBoxEx chkReward;
  647. protected internal ComponentLibrary.CheckBoxEx chkExecuteNot;
  648. protected internal ComponentLibrary.CheckBoxEx chkExecuteOK;
  649. protected internal ComponentLibrary.PanelEx panelEx10;
  650. protected internal ComponentLibrary.ButtonEx btnQuery;
  651. protected internal ComponentLibrary.PanelEx panelExecuteOK;
  652. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  653. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevPenaltyAndRewardName;
  654. protected internal ComponentLibrary.DataGridViewEc dgvData;
  655. protected internal ComponentLibrary.PanelEx panelEx6;
  656. protected ComponentLibrary.ButtonEx btn_print;
  657. }
  658. }