F_TAT_0101.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0101
  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_0101));
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnDetail = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  43. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  45. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  46. this.lbxFineType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  47. this.lbxSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  48. this.lblFineType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lbxDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  51. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.dtpEndTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.lblEndTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.dtpEndTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  55. this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  56. this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  57. this.lbxAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  58. this.dtpStartTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  59. this.lblStartTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  63. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.dtpStartTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  65. this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  67. this.lblDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.dgvDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  69. this.colDefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.colDefectFineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.colSalaryTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.colDictionaryValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.colFineType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.colCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.colBeginAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.colEndAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.colRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.colAuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.colAuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.colAuditor = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.colAuditlDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.colOPTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.tsrOperate.SuspendLayout();
  84. this.gbxCondition.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // tsrOperate
  89. //
  90. this.tsrOperate.AutoSize = false;
  91. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  92. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  93. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  95. this.tsbtnAdd,
  96. this.tsbtnCopy,
  97. this.tsbtnEdit,
  98. this.tsbtnDetail,
  99. this.tsbtnApprover,
  100. this.tsbtnDisable,
  101. this.toolStripSeparator3,
  102. this.tsbtnAdaptive,
  103. this.tsbtnClose});
  104. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  105. this.tsrOperate.Name = "tsrOperate";
  106. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  107. this.tsrOperate.ShowItemToolTips = false;
  108. this.tsrOperate.Size = new System.Drawing.Size(1012, 35);
  109. this.tsrOperate.TabIndex = 1;
  110. //
  111. // tsbtnAdd
  112. //
  113. this.tsbtnAdd.AutoSize = false;
  114. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  116. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbtnAdd.Name = "tsbtnAdd";
  118. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  119. this.tsbtnAdd.Text = "新建(&N)";
  120. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  121. //
  122. // tsbtnCopy
  123. //
  124. this.tsbtnCopy.AutoSize = false;
  125. this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  127. this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.tsbtnCopy.Name = "tsbtnCopy";
  129. this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
  130. this.tsbtnCopy.Text = "复制(&P)";
  131. this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
  132. //
  133. // tsbtnEdit
  134. //
  135. this.tsbtnEdit.AutoSize = false;
  136. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  138. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.tsbtnEdit.Name = "tsbtnEdit";
  140. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  141. this.tsbtnEdit.Text = "编辑(&E)";
  142. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  143. //
  144. // tsbtnDetail
  145. //
  146. this.tsbtnDetail.AutoSize = false;
  147. this.tsbtnDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.tsbtnDetail.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  149. this.tsbtnDetail.ImageTransparentColor = System.Drawing.Color.Magenta;
  150. this.tsbtnDetail.Name = "tsbtnDetail";
  151. this.tsbtnDetail.Size = new System.Drawing.Size(60, 25);
  152. this.tsbtnDetail.Text = "明细(&O)";
  153. this.tsbtnDetail.Click += new System.EventHandler(this.tsbtnDetail_Click);
  154. //
  155. // tsbtnApprover
  156. //
  157. this.tsbtnApprover.AutoSize = false;
  158. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  160. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  161. this.tsbtnApprover.Name = "tsbtnApprover";
  162. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  163. this.tsbtnApprover.Text = "审核(&S)";
  164. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  165. //
  166. // tsbtnDisable
  167. //
  168. this.tsbtnDisable.AutoSize = false;
  169. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  171. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.tsbtnDisable.Name = "tsbtnDisable";
  173. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  174. this.tsbtnDisable.Text = "停用(&D)";
  175. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  176. //
  177. // toolStripSeparator3
  178. //
  179. this.toolStripSeparator3.AutoSize = false;
  180. this.toolStripSeparator3.Name = "toolStripSeparator3";
  181. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  182. //
  183. // tsbtnAdaptive
  184. //
  185. this.tsbtnAdaptive.AutoSize = false;
  186. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  188. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  190. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  191. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  192. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  193. //
  194. // tsbtnClose
  195. //
  196. this.tsbtnClose.AutoSize = false;
  197. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  199. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  200. this.tsbtnClose.Name = "tsbtnClose";
  201. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  202. this.tsbtnClose.Text = "关闭(&X)";
  203. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  204. //
  205. // gbxCondition
  206. //
  207. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  208. | System.Windows.Forms.AnchorStyles.Right)));
  209. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  210. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  211. this.gbxCondition.Controls.Add(this.lbxFineType);
  212. this.gbxCondition.Controls.Add(this.lbxSalaryType);
  213. this.gbxCondition.Controls.Add(this.lblFineType);
  214. this.gbxCondition.Controls.Add(this.lblSalaryType);
  215. this.gbxCondition.Controls.Add(this.lbxDefectFine);
  216. this.gbxCondition.Controls.Add(this.lblAuditStatus);
  217. this.gbxCondition.Controls.Add(this.dtpEndTimeAfter);
  218. this.gbxCondition.Controls.Add(this.lblEndTo);
  219. this.gbxCondition.Controls.Add(this.dtpEndTimeBetween);
  220. this.gbxCondition.Controls.Add(this.cbEndTime);
  221. this.gbxCondition.Controls.Add(this.cbStartTime);
  222. this.gbxCondition.Controls.Add(this.lbxAuditStatus);
  223. this.gbxCondition.Controls.Add(this.dtpStartTimeBetween);
  224. this.gbxCondition.Controls.Add(this.lblStartTo);
  225. this.gbxCondition.Controls.Add(this.btnClearCondition);
  226. this.gbxCondition.Controls.Add(this.btnSearch);
  227. this.gbxCondition.Controls.Add(this.txtRemarks);
  228. this.gbxCondition.Controls.Add(this.lblRemarks);
  229. this.gbxCondition.Controls.Add(this.dtpStartTimeAfter);
  230. this.gbxCondition.Controls.Add(this.lblDefectFine);
  231. this.gbxCondition.Controls.Add(this.txtDefectFineName);
  232. this.gbxCondition.Controls.Add(this.lblDefectFineName);
  233. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  235. this.gbxCondition.IsMustInput = false;
  236. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  237. this.gbxCondition.Name = "gbxCondition";
  238. this.gbxCondition.OriginalHeight = -1;
  239. this.gbxCondition.Size = new System.Drawing.Size(1000, 107);
  240. this.gbxCondition.TabIndex = 2;
  241. this.gbxCondition.TabStop = false;
  242. this.gbxCondition.Text = "查询条件 ▼";
  243. //
  244. // lbxFineType
  245. //
  246. this.lbxFineType.BackColor = System.Drawing.SystemColors.Window;
  247. this.lbxFineType.BackgroundColor = System.Drawing.SystemColors.Window;
  248. this.lbxFineType.DataSource = null;
  249. this.lbxFineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.lbxFineType.FormattingEnabled = true;
  251. //
  252. //
  253. //
  254. this.lbxFineType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.lbxFineType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.lbxFineType.ListBox.Location = new System.Drawing.Point(0, 0);
  257. this.lbxFineType.ListBox.Name = "";
  258. this.lbxFineType.ListBox.Size = new System.Drawing.Size(119, 136);
  259. this.lbxFineType.ListBox.TabIndex = 0;
  260. this.lbxFineType.Location = new System.Drawing.Point(804, 45);
  261. this.lbxFineType.Name = "lbxFineType";
  262. this.lbxFineType.Size = new System.Drawing.Size(121, 20);
  263. this.lbxFineType.TabIndex = 114;
  264. //
  265. // lbxSalaryType
  266. //
  267. this.lbxSalaryType.BackColor = System.Drawing.SystemColors.Window;
  268. this.lbxSalaryType.BackgroundColor = System.Drawing.SystemColors.Window;
  269. this.lbxSalaryType.DataSource = null;
  270. this.lbxSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.lbxSalaryType.FormattingEnabled = true;
  272. //
  273. //
  274. //
  275. this.lbxSalaryType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.lbxSalaryType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.lbxSalaryType.ListBox.Location = new System.Drawing.Point(0, 0);
  278. this.lbxSalaryType.ListBox.Name = "";
  279. this.lbxSalaryType.ListBox.Size = new System.Drawing.Size(119, 136);
  280. this.lbxSalaryType.ListBox.TabIndex = 0;
  281. this.lbxSalaryType.Location = new System.Drawing.Point(804, 21);
  282. this.lbxSalaryType.Name = "lbxSalaryType";
  283. this.lbxSalaryType.Size = new System.Drawing.Size(121, 20);
  284. this.lbxSalaryType.TabIndex = 113;
  285. //
  286. // lblFineType
  287. //
  288. this.lblFineType.AutoSize = true;
  289. this.lblFineType.BackColor = System.Drawing.Color.Transparent;
  290. this.lblFineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.lblFineType.ForeColor = System.Drawing.SystemColors.ControlText;
  292. this.lblFineType.Location = new System.Drawing.Point(745, 48);
  293. this.lblFineType.Name = "lblFineType";
  294. this.lblFineType.Size = new System.Drawing.Size(53, 12);
  295. this.lblFineType.TabIndex = 112;
  296. this.lblFineType.Text = "扣罚类型";
  297. //
  298. // lblSalaryType
  299. //
  300. this.lblSalaryType.AutoSize = true;
  301. this.lblSalaryType.BackColor = System.Drawing.Color.Transparent;
  302. this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText;
  304. this.lblSalaryType.Location = new System.Drawing.Point(745, 24);
  305. this.lblSalaryType.Name = "lblSalaryType";
  306. this.lblSalaryType.Size = new System.Drawing.Size(53, 12);
  307. this.lblSalaryType.TabIndex = 111;
  308. this.lblSalaryType.Text = "策略类型";
  309. //
  310. // lbxDefectFine
  311. //
  312. this.lbxDefectFine.BackColor = System.Drawing.SystemColors.Window;
  313. this.lbxDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
  314. this.lbxDefectFine.DataSource = null;
  315. this.lbxDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.lbxDefectFine.FormattingEnabled = true;
  317. //
  318. //
  319. //
  320. this.lbxDefectFine.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  321. this.lbxDefectFine.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.lbxDefectFine.ListBox.Location = new System.Drawing.Point(0, 0);
  323. this.lbxDefectFine.ListBox.Name = "";
  324. this.lbxDefectFine.ListBox.Size = new System.Drawing.Size(119, 136);
  325. this.lbxDefectFine.ListBox.TabIndex = 0;
  326. this.lbxDefectFine.Location = new System.Drawing.Point(251, 21);
  327. this.lbxDefectFine.Name = "lbxDefectFine";
  328. this.lbxDefectFine.Size = new System.Drawing.Size(121, 20);
  329. this.lbxDefectFine.TabIndex = 110;
  330. //
  331. // lblAuditStatus
  332. //
  333. this.lblAuditStatus.AutoSize = true;
  334. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  335. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  337. this.lblAuditStatus.Location = new System.Drawing.Point(6, 48);
  338. this.lblAuditStatus.Name = "lblAuditStatus";
  339. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  340. this.lblAuditStatus.TabIndex = 109;
  341. this.lblAuditStatus.Text = "审核状态";
  342. //
  343. // dtpEndTimeAfter
  344. //
  345. this.dtpEndTimeAfter.CustomFormat = "yyyy-MM";
  346. this.dtpEndTimeAfter.Enabled = false;
  347. this.dtpEndTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.dtpEndTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  349. this.dtpEndTimeAfter.Location = new System.Drawing.Point(618, 45);
  350. this.dtpEndTimeAfter.Name = "dtpEndTimeAfter";
  351. this.dtpEndTimeAfter.Size = new System.Drawing.Size(121, 21);
  352. this.dtpEndTimeAfter.TabIndex = 108;
  353. //
  354. // lblEndTo
  355. //
  356. this.lblEndTo.AutoSize = true;
  357. this.lblEndTo.BackColor = System.Drawing.Color.Transparent;
  358. this.lblEndTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.lblEndTo.ForeColor = System.Drawing.SystemColors.ControlText;
  360. this.lblEndTo.Location = new System.Drawing.Point(595, 49);
  361. this.lblEndTo.Name = "lblEndTo";
  362. this.lblEndTo.Size = new System.Drawing.Size(17, 12);
  363. this.lblEndTo.TabIndex = 107;
  364. this.lblEndTo.Text = "至";
  365. //
  366. // dtpEndTimeBetween
  367. //
  368. this.dtpEndTimeBetween.CustomFormat = "yyyy-MM";
  369. this.dtpEndTimeBetween.Enabled = false;
  370. this.dtpEndTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.dtpEndTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  372. this.dtpEndTimeBetween.Location = new System.Drawing.Point(468, 43);
  373. this.dtpEndTimeBetween.Name = "dtpEndTimeBetween";
  374. this.dtpEndTimeBetween.Size = new System.Drawing.Size(121, 21);
  375. this.dtpEndTimeBetween.TabIndex = 106;
  376. //
  377. // cbEndTime
  378. //
  379. this.cbEndTime.AutoSize = true;
  380. this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.cbEndTime.Location = new System.Drawing.Point(378, 48);
  382. this.cbEndTime.Name = "cbEndTime";
  383. this.cbEndTime.Size = new System.Drawing.Size(84, 16);
  384. this.cbEndTime.TabIndex = 105;
  385. this.cbEndTime.Text = "结束账务月";
  386. this.cbEndTime.UseVisualStyleBackColor = true;
  387. this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
  388. //
  389. // cbStartTime
  390. //
  391. this.cbStartTime.AutoSize = true;
  392. this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.cbStartTime.Location = new System.Drawing.Point(378, 23);
  394. this.cbStartTime.Name = "cbStartTime";
  395. this.cbStartTime.Size = new System.Drawing.Size(84, 16);
  396. this.cbStartTime.TabIndex = 104;
  397. this.cbStartTime.Text = "开始账务月";
  398. this.cbStartTime.UseVisualStyleBackColor = true;
  399. this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
  400. //
  401. // lbxAuditStatus
  402. //
  403. this.lbxAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  404. this.lbxAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  405. this.lbxAuditStatus.DataSource = null;
  406. this.lbxAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.lbxAuditStatus.FormattingEnabled = true;
  408. //
  409. //
  410. //
  411. this.lbxAuditStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  412. this.lbxAuditStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.lbxAuditStatus.ListBox.Location = new System.Drawing.Point(0, 0);
  414. this.lbxAuditStatus.ListBox.Name = "";
  415. this.lbxAuditStatus.ListBox.Size = new System.Drawing.Size(119, 136);
  416. this.lbxAuditStatus.ListBox.TabIndex = 0;
  417. this.lbxAuditStatus.Location = new System.Drawing.Point(65, 45);
  418. this.lbxAuditStatus.Name = "lbxAuditStatus";
  419. this.lbxAuditStatus.Size = new System.Drawing.Size(121, 20);
  420. this.lbxAuditStatus.TabIndex = 103;
  421. //
  422. // dtpStartTimeBetween
  423. //
  424. this.dtpStartTimeBetween.CustomFormat = "yyyy-MM";
  425. this.dtpStartTimeBetween.Enabled = false;
  426. this.dtpStartTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.dtpStartTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  428. this.dtpStartTimeBetween.Location = new System.Drawing.Point(468, 18);
  429. this.dtpStartTimeBetween.Name = "dtpStartTimeBetween";
  430. this.dtpStartTimeBetween.Size = new System.Drawing.Size(121, 21);
  431. this.dtpStartTimeBetween.TabIndex = 23;
  432. //
  433. // lblStartTo
  434. //
  435. this.lblStartTo.AutoSize = true;
  436. this.lblStartTo.BackColor = System.Drawing.Color.Transparent;
  437. this.lblStartTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.lblStartTo.ForeColor = System.Drawing.SystemColors.ControlText;
  439. this.lblStartTo.Location = new System.Drawing.Point(595, 22);
  440. this.lblStartTo.Name = "lblStartTo";
  441. this.lblStartTo.Size = new System.Drawing.Size(17, 12);
  442. this.lblStartTo.TabIndex = 22;
  443. this.lblStartTo.Text = "至";
  444. //
  445. // btnClearCondition
  446. //
  447. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  448. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  449. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  450. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  452. this.btnClearCondition.Location = new System.Drawing.Point(905, 72);
  453. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  454. this.btnClearCondition.Name = "btnClearCondition";
  455. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  456. this.btnClearCondition.TabIndex = 19;
  457. this.btnClearCondition.Text = "清空条件(&C)";
  458. this.btnClearCondition.UseVisualStyleBackColor = false;
  459. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  460. //
  461. // btnSearch
  462. //
  463. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  464. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  465. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  466. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.btnSearch.ForeColor = System.Drawing.Color.White;
  468. this.btnSearch.Location = new System.Drawing.Point(814, 72);
  469. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  470. this.btnSearch.Name = "btnSearch";
  471. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  472. this.btnSearch.TabIndex = 18;
  473. this.btnSearch.Text = "查询(&Q)";
  474. this.btnSearch.UseVisualStyleBackColor = false;
  475. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  476. //
  477. // txtRemarks
  478. //
  479. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  480. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  481. this.txtRemarks.ErrorMessage = "";
  482. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.txtRemarks.Location = new System.Drawing.Point(251, 44);
  484. this.txtRemarks.MaxLength = 500;
  485. this.txtRemarks.Name = "txtRemarks";
  486. this.txtRemarks.Size = new System.Drawing.Size(121, 21);
  487. this.txtRemarks.TabIndex = 16;
  488. //
  489. // lblRemarks
  490. //
  491. this.lblRemarks.AutoSize = true;
  492. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  493. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  495. this.lblRemarks.Location = new System.Drawing.Point(192, 48);
  496. this.lblRemarks.Name = "lblRemarks";
  497. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  498. this.lblRemarks.TabIndex = 15;
  499. this.lblRemarks.Text = "策略备注";
  500. //
  501. // dtpStartTimeAfter
  502. //
  503. this.dtpStartTimeAfter.CustomFormat = "yyyy-MM";
  504. this.dtpStartTimeAfter.Enabled = false;
  505. this.dtpStartTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.dtpStartTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  507. this.dtpStartTimeAfter.Location = new System.Drawing.Point(618, 18);
  508. this.dtpStartTimeAfter.Name = "dtpStartTimeAfter";
  509. this.dtpStartTimeAfter.Size = new System.Drawing.Size(121, 21);
  510. this.dtpStartTimeAfter.TabIndex = 6;
  511. //
  512. // lblDefectFine
  513. //
  514. this.lblDefectFine.AutoSize = true;
  515. this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
  516. this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. this.lblDefectFine.ForeColor = System.Drawing.SystemColors.ControlText;
  518. this.lblDefectFine.Location = new System.Drawing.Point(192, 24);
  519. this.lblDefectFine.Name = "lblDefectFine";
  520. this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
  521. this.lblDefectFine.TabIndex = 2;
  522. this.lblDefectFine.Text = "缺陷扣罚";
  523. //
  524. // txtDefectFineName
  525. //
  526. this.txtDefectFineName.BackColor = System.Drawing.SystemColors.Window;
  527. this.txtDefectFineName.BackgroundColor = System.Drawing.SystemColors.Window;
  528. this.txtDefectFineName.ErrorMessage = "";
  529. this.txtDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.txtDefectFineName.Location = new System.Drawing.Point(65, 18);
  531. this.txtDefectFineName.MaxLength = 70;
  532. this.txtDefectFineName.Name = "txtDefectFineName";
  533. this.txtDefectFineName.Size = new System.Drawing.Size(121, 21);
  534. this.txtDefectFineName.TabIndex = 1;
  535. //
  536. // lblDefectFineName
  537. //
  538. this.lblDefectFineName.AutoSize = true;
  539. this.lblDefectFineName.BackColor = System.Drawing.Color.Transparent;
  540. this.lblDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.lblDefectFineName.ForeColor = System.Drawing.SystemColors.ControlText;
  542. this.lblDefectFineName.Location = new System.Drawing.Point(6, 22);
  543. this.lblDefectFineName.Name = "lblDefectFineName";
  544. this.lblDefectFineName.Size = new System.Drawing.Size(53, 12);
  545. this.lblDefectFineName.TabIndex = 0;
  546. this.lblDefectFineName.Text = "策略名称";
  547. //
  548. // dgvDefectFine
  549. //
  550. this.dgvDefectFine.AllowUserToAddRows = false;
  551. this.dgvDefectFine.AllowUserToDeleteRows = false;
  552. this.dgvDefectFine.AllowUserToModifyRows = true;
  553. this.dgvDefectFine.AllowUserToOrderColumns = true;
  554. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  555. this.dgvDefectFine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  556. this.dgvDefectFine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  557. | System.Windows.Forms.AnchorStyles.Left)
  558. | System.Windows.Forms.AnchorStyles.Right)));
  559. this.dgvDefectFine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  560. this.dgvDefectFine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  561. this.dgvDefectFine.CellHeight = 23;
  562. this.dgvDefectFine.ChildNodeColumnName = null;
  563. this.dgvDefectFine.ChildNodeColumnText = null;
  564. this.dgvDefectFine.ColumnDeep = 1;
  565. this.dgvDefectFine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  566. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  567. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  568. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  570. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  571. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  572. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  573. this.dgvDefectFine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  574. this.dgvDefectFine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  575. this.dgvDefectFine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  576. this.colDefectFineID,
  577. this.colDefectFineName,
  578. this.colSalaryTypeName,
  579. this.colDictionaryValue,
  580. this.colFineType,
  581. this.colCoefficient,
  582. this.colBeginAccountMonth,
  583. this.colEndAccountMonth,
  584. this.colRemarks,
  585. this.colAuditStatusName,
  586. this.colAuditStatus,
  587. this.colAuditor,
  588. this.colAuditlDate,
  589. this.colOPTimeStamp});
  590. this.dgvDefectFine.ColumnTreeView = null;
  591. this.dgvDefectFine.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)));
  592. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  593. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  594. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  595. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  596. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  597. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  598. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  599. this.dgvDefectFine.DefaultCellStyle = dataGridViewCellStyle5;
  600. this.dgvDefectFine.DynamicColumnName = "";
  601. this.dgvDefectFine.EnableHeadersVisualStyles = false;
  602. this.dgvDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. this.dgvDefectFine.IsAutoCountSum = true;
  604. this.dgvDefectFine.IsAutoResizeColumns = false;
  605. this.dgvDefectFine.IsClickF12 = false;
  606. this.dgvDefectFine.IsSubTotalFlag = false;
  607. this.dgvDefectFine.Location = new System.Drawing.Point(0, 151);
  608. this.dgvDefectFine.MultiSelect = false;
  609. this.dgvDefectFine.Name = "dgvDefectFine";
  610. this.dgvDefectFine.ReadOnly = true;
  611. this.dgvDefectFine.RefreshAtHscroll = false;
  612. this.dgvDefectFine.RowHeadersWidth = 50;
  613. this.dgvDefectFine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  614. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  615. this.dgvDefectFine.RowsDefaultCellStyle = dataGridViewCellStyle6;
  616. this.dgvDefectFine.RowTemplate.Height = 21;
  617. this.dgvDefectFine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  618. this.dgvDefectFine.Size = new System.Drawing.Size(1000, 297);
  619. this.dgvDefectFine.SortOrderColumnName = null;
  620. this.dgvDefectFine.TabIndex = 21;
  621. this.dgvDefectFine.Tag = true;
  622. this.dgvDefectFine.TotalSumColumns = null;
  623. this.dgvDefectFine.ViewRowFilter = "";
  624. this.dgvDefectFine.VirtualMode = true;
  625. this.dgvDefectFine.SelectionChanged += new System.EventHandler(this.dgvDefectFine_SelectionChanged);
  626. //
  627. // colDefectFineID
  628. //
  629. this.colDefectFineID.DataPropertyName = "DefectFineID";
  630. this.colDefectFineID.HeaderText = "缺陷扣罚策略ID";
  631. this.colDefectFineID.Name = "colDefectFineID";
  632. this.colDefectFineID.ReadOnly = true;
  633. this.colDefectFineID.Visible = false;
  634. //
  635. // colDefectFineName
  636. //
  637. this.colDefectFineName.DataPropertyName = "DefectFineName";
  638. this.colDefectFineName.HeaderText = "策略名称";
  639. this.colDefectFineName.Name = "colDefectFineName";
  640. this.colDefectFineName.ReadOnly = true;
  641. //
  642. // colSalaryTypeName
  643. //
  644. this.colSalaryTypeName.DataPropertyName = "SalaryTypeName";
  645. this.colSalaryTypeName.HeaderText = "策略类型";
  646. this.colSalaryTypeName.Name = "colSalaryTypeName";
  647. this.colSalaryTypeName.ReadOnly = true;
  648. //
  649. // colDictionaryValue
  650. //
  651. this.colDictionaryValue.DataPropertyName = "DictionaryValue";
  652. this.colDictionaryValue.HeaderText = "缺陷扣罚";
  653. this.colDictionaryValue.Name = "colDictionaryValue";
  654. this.colDictionaryValue.ReadOnly = true;
  655. this.colDictionaryValue.Visible = false;
  656. //
  657. // colFineType
  658. //
  659. this.colFineType.DataPropertyName = "FineTypeName";
  660. this.colFineType.HeaderText = "扣罚类型";
  661. this.colFineType.Name = "colFineType";
  662. this.colFineType.ReadOnly = true;
  663. this.colFineType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  664. //
  665. // colCoefficient
  666. //
  667. this.colCoefficient.DataPropertyName = "Coefficient";
  668. this.colCoefficient.HeaderText = "扣罚系数(%)";
  669. this.colCoefficient.Name = "colCoefficient";
  670. this.colCoefficient.ReadOnly = true;
  671. //
  672. // colBeginAccountMonth
  673. //
  674. this.colBeginAccountMonth.DataPropertyName = "BeginAccountMonth";
  675. dataGridViewCellStyle3.Format = "yyyy-MM";
  676. this.colBeginAccountMonth.DefaultCellStyle = dataGridViewCellStyle3;
  677. this.colBeginAccountMonth.HeaderText = "开始账务月";
  678. this.colBeginAccountMonth.Name = "colBeginAccountMonth";
  679. this.colBeginAccountMonth.ReadOnly = true;
  680. //
  681. // colEndAccountMonth
  682. //
  683. this.colEndAccountMonth.DataPropertyName = "EndAccountMonth";
  684. dataGridViewCellStyle4.Format = "yyyy-MM";
  685. this.colEndAccountMonth.DefaultCellStyle = dataGridViewCellStyle4;
  686. this.colEndAccountMonth.HeaderText = "结束账务月";
  687. this.colEndAccountMonth.Name = "colEndAccountMonth";
  688. this.colEndAccountMonth.ReadOnly = true;
  689. //
  690. // colRemarks
  691. //
  692. this.colRemarks.DataPropertyName = "Remarks";
  693. this.colRemarks.HeaderText = "策略备注";
  694. this.colRemarks.Name = "colRemarks";
  695. this.colRemarks.ReadOnly = true;
  696. this.colRemarks.Width = 200;
  697. //
  698. // colAuditStatusName
  699. //
  700. this.colAuditStatusName.DataPropertyName = "AuditStatusName";
  701. this.colAuditStatusName.HeaderText = "审核状态";
  702. this.colAuditStatusName.Name = "colAuditStatusName";
  703. this.colAuditStatusName.ReadOnly = true;
  704. //
  705. // colAuditStatus
  706. //
  707. this.colAuditStatus.DataPropertyName = "AuditStatus";
  708. this.colAuditStatus.HeaderText = "审核状态(int)";
  709. this.colAuditStatus.Name = "colAuditStatus";
  710. this.colAuditStatus.ReadOnly = true;
  711. this.colAuditStatus.Visible = false;
  712. //
  713. // colAuditor
  714. //
  715. this.colAuditor.DataPropertyName = "UserName";
  716. this.colAuditor.HeaderText = "审核人";
  717. this.colAuditor.Name = "colAuditor";
  718. this.colAuditor.ReadOnly = true;
  719. //
  720. // colAuditlDate
  721. //
  722. this.colAuditlDate.DataPropertyName = "AuditlDate";
  723. this.colAuditlDate.HeaderText = "审核日期";
  724. this.colAuditlDate.Name = "colAuditlDate";
  725. this.colAuditlDate.ReadOnly = true;
  726. //
  727. // colOPTimeStamp
  728. //
  729. this.colOPTimeStamp.DataPropertyName = "OPTimeStamp";
  730. this.colOPTimeStamp.HeaderText = "OPTimeStamp";
  731. this.colOPTimeStamp.Name = "colOPTimeStamp";
  732. this.colOPTimeStamp.ReadOnly = true;
  733. this.colOPTimeStamp.Visible = false;
  734. //
  735. // F_TAT_0101
  736. //
  737. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  738. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  739. this.ClientSize = new System.Drawing.Size(1012, 460);
  740. this.Controls.Add(this.dgvDefectFine);
  741. this.Controls.Add(this.gbxCondition);
  742. this.Controls.Add(this.tsrOperate);
  743. this.Name = "F_TAT_0101";
  744. this.Text = "缺陷扣罚策略";
  745. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0101_FormClosed);
  746. this.Load += new System.EventHandler(this.F_TAT_0101_Load);
  747. this.tsrOperate.ResumeLayout(false);
  748. this.tsrOperate.PerformLayout();
  749. this.gbxCondition.ResumeLayout(false);
  750. this.gbxCondition.PerformLayout();
  751. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).EndInit();
  752. this.ResumeLayout(false);
  753. }
  754. #endregion
  755. private Basics.BaseControls.C_ToolStrip tsrOperate;
  756. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  757. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  758. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  759. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  760. private System.Windows.Forms.ToolStripButton tsbtnClose;
  761. private Basics.BaseControls.C_GroupBox gbxCondition;
  762. private Basics.BaseControls.C_Button btnClearCondition;
  763. private Basics.BaseControls.C_Button btnSearch;
  764. private Basics.BaseControls.C_TextBox txtRemarks;
  765. private Basics.BaseControls.C_Label lblRemarks;
  766. private Basics.BaseControls.C_DateTimePicker dtpStartTimeAfter;
  767. private Basics.BaseControls.C_Label lblDefectFine;
  768. private Basics.BaseControls.C_TextBox txtDefectFineName;
  769. private Basics.BaseControls.C_Label lblDefectFineName;
  770. private Basics.BaseControls.C_DateTimePicker dtpStartTimeBetween;
  771. private Basics.BaseControls.C_Label lblStartTo;
  772. private Basics.BaseControls.C_DataGridView dgvDefectFine;
  773. private Basics.BaseControls.DKListBoxComboBox lbxAuditStatus;
  774. private Basics.BaseControls.C_Label lblAuditStatus;
  775. private Basics.BaseControls.C_DateTimePicker dtpEndTimeAfter;
  776. private Basics.BaseControls.C_Label lblEndTo;
  777. private Basics.BaseControls.C_DateTimePicker dtpEndTimeBetween;
  778. private Basics.BaseControls.C_CheckBox cbEndTime;
  779. private Basics.BaseControls.C_CheckBox cbStartTime;
  780. private Basics.BaseControls.DKListBoxComboBox lbxDefectFine;
  781. private System.Windows.Forms.ToolStripButton tsbtnDetail;
  782. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  783. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  784. private Basics.BaseControls.DKListBoxComboBox lbxFineType;
  785. private Basics.BaseControls.DKListBoxComboBox lbxSalaryType;
  786. private Basics.BaseControls.C_Label lblFineType;
  787. private Basics.BaseControls.C_Label lblSalaryType;
  788. private System.Windows.Forms.ToolStripButton tsbtnCopy;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectFineID;
  790. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectFineName;
  791. private System.Windows.Forms.DataGridViewTextBoxColumn colSalaryTypeName;
  792. private System.Windows.Forms.DataGridViewTextBoxColumn colDictionaryValue;
  793. private System.Windows.Forms.DataGridViewTextBoxColumn colFineType;
  794. private System.Windows.Forms.DataGridViewTextBoxColumn colCoefficient;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn colBeginAccountMonth;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn colEndAccountMonth;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn colRemarks;
  798. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatusName;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatus;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditor;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditlDate;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn colOPTimeStamp;
  803. }
  804. }