F_TAT_0803.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0803
  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(F_TAT_0803));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.dgvPunishMode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.FinesRulesID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.BeginAbsentDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.EndAbsentDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.PunishAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  40. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.lblRestmMode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.lblRestDays = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.lblPunishMode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lblPunishSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.palSalaryType = new System.Windows.Forms.Panel();
  46. this.cbday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  47. this.cbWeek = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  48. this.txtday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  49. this.SelWeek = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.cbPunishSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  52. this.cbBasicSalaryScale = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvPunishMode)).BeginInit();
  54. this.palSalaryType.SuspendLayout();
  55. this.panel1.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // btnSubmit
  59. //
  60. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  61. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  62. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  63. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  65. this.btnSubmit.Location = new System.Drawing.Point(288, 351);
  66. this.btnSubmit.Name = "btnSubmit";
  67. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  68. this.btnSubmit.TabIndex = 27;
  69. this.btnSubmit.Text = "提交(&S)";
  70. this.btnSubmit.UseVisualStyleBackColor = false;
  71. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  72. //
  73. // btnClose
  74. //
  75. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
  76. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  77. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  78. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  79. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.btnClose.ForeColor = System.Drawing.Color.White;
  81. this.btnClose.Location = new System.Drawing.Point(379, 351);
  82. this.btnClose.Name = "btnClose";
  83. this.btnClose.Size = new System.Drawing.Size(85, 30);
  84. this.btnClose.TabIndex = 28;
  85. this.btnClose.Text = "关闭(&C)";
  86. this.btnClose.UseVisualStyleBackColor = false;
  87. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  88. //
  89. // dgvPunishMode
  90. //
  91. this.dgvPunishMode.AllowUserToModifyRows = true;
  92. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  93. this.dgvPunishMode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  94. this.dgvPunishMode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  95. this.dgvPunishMode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  96. this.dgvPunishMode.CellHeight = 25;
  97. this.dgvPunishMode.ChildNodeColumnName = null;
  98. this.dgvPunishMode.ChildNodeColumnText = null;
  99. this.dgvPunishMode.ColumnDeep = 1;
  100. this.dgvPunishMode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  101. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  102. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  103. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  105. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  106. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  107. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  108. this.dgvPunishMode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  109. this.dgvPunishMode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  110. this.dgvPunishMode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  111. this.FinesRulesID,
  112. this.BeginAbsentDays,
  113. this.EndAbsentDays,
  114. this.PunishAmount,
  115. this.isHave});
  116. this.dgvPunishMode.ColumnTreeView = null;
  117. this.dgvPunishMode.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  118. this.dgvPunishMode.DynamicColumnName = "";
  119. this.dgvPunishMode.EnableHeadersVisualStyles = false;
  120. this.dgvPunishMode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.dgvPunishMode.IsAutoCountSum = true;
  122. this.dgvPunishMode.IsAutoResizeColumns = false;
  123. this.dgvPunishMode.IsClickF12 = false;
  124. this.dgvPunishMode.IsSubTotalFlag = false;
  125. this.dgvPunishMode.Location = new System.Drawing.Point(71, 186);
  126. this.dgvPunishMode.Name = "dgvPunishMode";
  127. this.dgvPunishMode.RefreshAtHscroll = false;
  128. this.dgvPunishMode.RowHeadersWidth = 50;
  129. this.dgvPunishMode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  130. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  131. this.dgvPunishMode.RowsDefaultCellStyle = dataGridViewCellStyle4;
  132. this.dgvPunishMode.RowTemplate.Height = 25;
  133. this.dgvPunishMode.Size = new System.Drawing.Size(393, 159);
  134. this.dgvPunishMode.SortOrderColumnName = null;
  135. this.dgvPunishMode.TabIndex = 29;
  136. this.dgvPunishMode.Tag = true;
  137. this.dgvPunishMode.TotalSumColumns = null;
  138. this.dgvPunishMode.ViewRowFilter = "";
  139. //
  140. // FinesRulesID
  141. //
  142. this.FinesRulesID.DataPropertyName = "FinesRulesID";
  143. this.FinesRulesID.HeaderText = "扣罚ID";
  144. this.FinesRulesID.Name = "FinesRulesID";
  145. this.FinesRulesID.Visible = false;
  146. //
  147. // BeginAbsentDays
  148. //
  149. this.BeginAbsentDays.DataPropertyName = "BeginAbsentDays";
  150. this.BeginAbsentDays.HeaderText = "开始缺勤天数";
  151. this.BeginAbsentDays.Name = "BeginAbsentDays";
  152. this.BeginAbsentDays.Width = 110;
  153. //
  154. // EndAbsentDays
  155. //
  156. this.EndAbsentDays.DataPropertyName = "EndAbsentDays";
  157. this.EndAbsentDays.HeaderText = "结束缺勤天数";
  158. this.EndAbsentDays.Name = "EndAbsentDays";
  159. this.EndAbsentDays.Width = 110;
  160. //
  161. // PunishAmount
  162. //
  163. this.PunishAmount.DataPropertyName = "PunishAmount";
  164. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  165. this.PunishAmount.DefaultCellStyle = dataGridViewCellStyle3;
  166. this.PunishAmount.HeaderText = "扣罚金额";
  167. this.PunishAmount.MaxValue = new decimal(new int[] {
  168. 0,
  169. 0,
  170. 0,
  171. 0});
  172. this.PunishAmount.MinValue = new decimal(new int[] {
  173. 0,
  174. 0,
  175. 0,
  176. 0});
  177. this.PunishAmount.Name = "PunishAmount";
  178. this.PunishAmount.Number = new System.Drawing.Point(0, 0);
  179. //
  180. // isHave
  181. //
  182. this.isHave.DataPropertyName = "isHave";
  183. this.isHave.HeaderText = "isHave";
  184. this.isHave.Name = "isHave";
  185. this.isHave.Visible = false;
  186. //
  187. // lblRestmMode
  188. //
  189. this.lblRestmMode.AutoSize = true;
  190. this.lblRestmMode.BackColor = System.Drawing.Color.Transparent;
  191. this.lblRestmMode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.lblRestmMode.Location = new System.Drawing.Point(15, 17);
  193. this.lblRestmMode.Name = "lblRestmMode";
  194. this.lblRestmMode.Size = new System.Drawing.Size(53, 12);
  195. this.lblRestmMode.TabIndex = 30;
  196. this.lblRestmMode.Text = "休息方式";
  197. //
  198. // lblRestDays
  199. //
  200. this.lblRestDays.AutoSize = true;
  201. this.lblRestDays.BackColor = System.Drawing.Color.Transparent;
  202. this.lblRestDays.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.lblRestDays.Location = new System.Drawing.Point(222, 16);
  204. this.lblRestDays.Name = "lblRestDays";
  205. this.lblRestDays.Size = new System.Drawing.Size(53, 12);
  206. this.lblRestDays.TabIndex = 31;
  207. this.lblRestDays.Text = "休息天数";
  208. //
  209. // lblPunishMode
  210. //
  211. this.lblPunishMode.AutoSize = true;
  212. this.lblPunishMode.BackColor = System.Drawing.Color.Transparent;
  213. this.lblPunishMode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.lblPunishMode.Location = new System.Drawing.Point(222, 49);
  215. this.lblPunishMode.Name = "lblPunishMode";
  216. this.lblPunishMode.Size = new System.Drawing.Size(53, 12);
  217. this.lblPunishMode.TabIndex = 33;
  218. this.lblPunishMode.Text = "扣罚方式";
  219. //
  220. // lblPunishSetting
  221. //
  222. this.lblPunishSetting.AutoSize = true;
  223. this.lblPunishSetting.BackColor = System.Drawing.Color.Transparent;
  224. this.lblPunishSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.lblPunishSetting.Location = new System.Drawing.Point(12, 186);
  226. this.lblPunishSetting.Name = "lblPunishSetting";
  227. this.lblPunishSetting.Size = new System.Drawing.Size(53, 12);
  228. this.lblPunishSetting.TabIndex = 34;
  229. this.lblPunishSetting.Text = "阶梯扣罚";
  230. //
  231. // palSalaryType
  232. //
  233. this.palSalaryType.BackColor = System.Drawing.Color.Transparent;
  234. this.palSalaryType.Controls.Add(this.cbday);
  235. this.palSalaryType.Controls.Add(this.cbWeek);
  236. this.palSalaryType.Location = new System.Drawing.Point(71, 12);
  237. this.palSalaryType.Name = "palSalaryType";
  238. this.palSalaryType.Size = new System.Drawing.Size(145, 21);
  239. this.palSalaryType.TabIndex = 131;
  240. //
  241. // cbday
  242. //
  243. this.cbday.AutoSize = true;
  244. this.cbday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.cbday.Location = new System.Drawing.Point(68, 2);
  246. this.cbday.Name = "cbday";
  247. this.cbday.Size = new System.Drawing.Size(59, 16);
  248. this.cbday.TabIndex = 8;
  249. this.cbday.TabStop = true;
  250. this.cbday.Text = "按天数";
  251. this.cbday.UseVisualStyleBackColor = true;
  252. this.cbday.Click += new System.EventHandler(this.cbday_Click);
  253. //
  254. // cbWeek
  255. //
  256. this.cbWeek.AutoSize = true;
  257. this.cbWeek.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.cbWeek.Location = new System.Drawing.Point(3, 3);
  259. this.cbWeek.Name = "cbWeek";
  260. this.cbWeek.Size = new System.Drawing.Size(59, 16);
  261. this.cbWeek.TabIndex = 7;
  262. this.cbWeek.TabStop = true;
  263. this.cbWeek.Text = "按星期";
  264. this.cbWeek.UseVisualStyleBackColor = true;
  265. this.cbWeek.Click += new System.EventHandler(this.cbWeek_Click);
  266. //
  267. // txtday
  268. //
  269. this.txtday.BackColor = System.Drawing.SystemColors.Window;
  270. this.txtday.BackgroundColor = System.Drawing.SystemColors.Window;
  271. this.txtday.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  272. this.txtday.ErrorMessage = "";
  273. this.txtday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.txtday.Location = new System.Drawing.Point(281, 12);
  275. this.txtday.Name = "txtday";
  276. this.txtday.Size = new System.Drawing.Size(183, 21);
  277. this.txtday.TabIndex = 132;
  278. this.txtday.TextValue = "";
  279. //
  280. // SelWeek
  281. //
  282. this.SelWeek.BackColor = System.Drawing.SystemColors.Window;
  283. this.SelWeek.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SelWeek.BackgroundImage")));
  284. this.SelWeek.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  285. this.SelWeek.DataSource = null;
  286. this.SelWeek.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.SelWeek.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  288. this.SelWeek.Location = new System.Drawing.Point(24, 49);
  289. this.SelWeek.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  290. this.SelWeek.Name = "SelWeek";
  291. this.SelWeek.SelectedIndex = -1;
  292. this.SelWeek.SelectedValues = new object[0];
  293. this.SelWeek.Size = new System.Drawing.Size(192, 119);
  294. this.SelWeek.TabIndex = 133;
  295. this.SelWeek.Title = "选中出勤";
  296. this.SelWeek.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  297. this.SelWeek.ValueMember = "StaffStatusID";
  298. //
  299. // panel1
  300. //
  301. this.panel1.BackColor = System.Drawing.Color.Transparent;
  302. this.panel1.Controls.Add(this.cbPunishSetting);
  303. this.panel1.Controls.Add(this.cbBasicSalaryScale);
  304. this.panel1.Location = new System.Drawing.Point(281, 46);
  305. this.panel1.Name = "panel1";
  306. this.panel1.Size = new System.Drawing.Size(183, 21);
  307. this.panel1.TabIndex = 134;
  308. //
  309. // cbPunishSetting
  310. //
  311. this.cbPunishSetting.AutoSize = true;
  312. this.cbPunishSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.cbPunishSetting.Location = new System.Drawing.Point(104, 2);
  314. this.cbPunishSetting.Name = "cbPunishSetting";
  315. this.cbPunishSetting.Size = new System.Drawing.Size(71, 16);
  316. this.cbPunishSetting.TabIndex = 8;
  317. this.cbPunishSetting.TabStop = true;
  318. this.cbPunishSetting.Text = "阶梯扣罚";
  319. this.cbPunishSetting.UseVisualStyleBackColor = true;
  320. this.cbPunishSetting.Click += new System.EventHandler(this.cbPunishSetting_Click);
  321. //
  322. // cbBasicSalaryScale
  323. //
  324. this.cbBasicSalaryScale.AutoSize = true;
  325. this.cbBasicSalaryScale.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.cbBasicSalaryScale.Location = new System.Drawing.Point(3, 3);
  327. this.cbBasicSalaryScale.Name = "cbBasicSalaryScale";
  328. this.cbBasicSalaryScale.Size = new System.Drawing.Size(95, 16);
  329. this.cbBasicSalaryScale.TabIndex = 7;
  330. this.cbBasicSalaryScale.TabStop = true;
  331. this.cbBasicSalaryScale.Text = "基本工资比例";
  332. this.cbBasicSalaryScale.UseVisualStyleBackColor = true;
  333. this.cbBasicSalaryScale.Click += new System.EventHandler(this.cbBasicSalaryScale_Click);
  334. //
  335. // F_TAT_0803
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  339. this.ClientSize = new System.Drawing.Size(484, 409);
  340. this.Controls.Add(this.panel1);
  341. this.Controls.Add(this.SelWeek);
  342. this.Controls.Add(this.txtday);
  343. this.Controls.Add(this.palSalaryType);
  344. this.Controls.Add(this.lblPunishSetting);
  345. this.Controls.Add(this.lblPunishMode);
  346. this.Controls.Add(this.lblRestDays);
  347. this.Controls.Add(this.lblRestmMode);
  348. this.Controls.Add(this.dgvPunishMode);
  349. this.Controls.Add(this.btnClose);
  350. this.Controls.Add(this.btnSubmit);
  351. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  352. this.IsSaveFormSize = false;
  353. this.MaximizeBox = false;
  354. this.MinimizeBox = false;
  355. this.Name = "F_TAT_0803";
  356. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  357. this.Text = "出勤考核扣款明细";
  358. this.Load += new System.EventHandler(this.F_TAT_0803_Load);
  359. this.Controls.SetChildIndex(this.btnSubmit, 0);
  360. this.Controls.SetChildIndex(this.btnClose, 0);
  361. this.Controls.SetChildIndex(this.dgvPunishMode, 0);
  362. this.Controls.SetChildIndex(this.lblRestmMode, 0);
  363. this.Controls.SetChildIndex(this.lblRestDays, 0);
  364. this.Controls.SetChildIndex(this.lblPunishMode, 0);
  365. this.Controls.SetChildIndex(this.lblPunishSetting, 0);
  366. this.Controls.SetChildIndex(this.palSalaryType, 0);
  367. this.Controls.SetChildIndex(this.txtday, 0);
  368. this.Controls.SetChildIndex(this.SelWeek, 0);
  369. this.Controls.SetChildIndex(this.panel1, 0);
  370. ((System.ComponentModel.ISupportInitialize)(this.dgvPunishMode)).EndInit();
  371. this.palSalaryType.ResumeLayout(false);
  372. this.palSalaryType.PerformLayout();
  373. this.panel1.ResumeLayout(false);
  374. this.panel1.PerformLayout();
  375. this.ResumeLayout(false);
  376. this.PerformLayout();
  377. }
  378. #endregion
  379. private Basics.BaseControls.C_Button btnSubmit;
  380. private Basics.BaseControls.C_Button btnClose;
  381. private Basics.BaseControls.C_DataGridView dgvPunishMode;
  382. private Basics.BaseControls.C_Label lblRestmMode;
  383. private Basics.BaseControls.C_Label lblRestDays;
  384. private Basics.BaseControls.C_Label lblPunishMode;
  385. private Basics.BaseControls.C_Label lblPunishSetting;
  386. private System.Windows.Forms.Panel palSalaryType;
  387. private Basics.BaseControls.C_RadioButton cbday;
  388. private Basics.BaseControls.C_RadioButton cbWeek;
  389. private Basics.BaseControls.C_TXT_Code txtday;
  390. private Basics.BaseControls.C_ValidCheckedBoxList SelWeek;
  391. private System.Windows.Forms.Panel panel1;
  392. private Basics.BaseControls.C_RadioButton cbPunishSetting;
  393. private Basics.BaseControls.C_RadioButton cbBasicSalaryScale;
  394. private System.Windows.Forms.DataGridViewTextBoxColumn FinesRulesID;
  395. private System.Windows.Forms.DataGridViewTextBoxColumn BeginAbsentDays;
  396. private System.Windows.Forms.DataGridViewTextBoxColumn EndAbsentDays;
  397. private Basics.BaseControls.C_DGV_Column_Digital PunishAmount;
  398. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  399. }
  400. }