F_TAT_0103.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0103
  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_0103));
  29. this.lblDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.lbxDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  32. this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  35. this.lblCoefficient = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtCoefficient = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  37. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.lblFineType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.cbCoefficient = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  43. this.cbMoney = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  44. this.palFineType = new System.Windows.Forms.Panel();
  45. this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.palSalaryType = new System.Windows.Forms.Panel();
  47. this.cbTrial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  48. this.cbCeremonial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  49. this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.palFineType.SuspendLayout();
  52. this.palSalaryType.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // lblDefectFineName
  56. //
  57. this.lblDefectFineName.AutoSize = true;
  58. this.lblDefectFineName.BackColor = System.Drawing.Color.Transparent;
  59. this.lblDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.lblDefectFineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  61. this.lblDefectFineName.IsMustInput = true;
  62. this.lblDefectFineName.Location = new System.Drawing.Point(12, 9);
  63. this.lblDefectFineName.Name = "lblDefectFineName";
  64. this.lblDefectFineName.Size = new System.Drawing.Size(53, 12);
  65. this.lblDefectFineName.TabIndex = 0;
  66. this.lblDefectFineName.Text = "策略名称";
  67. //
  68. // txtDefectFineName
  69. //
  70. this.txtDefectFineName.BackColor = System.Drawing.Color.Yellow;
  71. this.txtDefectFineName.BackgroundColor = System.Drawing.SystemColors.Window;
  72. this.txtDefectFineName.ErrorMessage = "";
  73. this.txtDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.txtDefectFineName.IsMustInput = true;
  75. this.txtDefectFineName.Location = new System.Drawing.Point(71, 6);
  76. this.txtDefectFineName.MaxLength = 20;
  77. this.txtDefectFineName.Name = "txtDefectFineName";
  78. this.txtDefectFineName.Size = new System.Drawing.Size(170, 21);
  79. this.txtDefectFineName.TabIndex = 1;
  80. this.txtDefectFineName.TextValue = "";
  81. //
  82. // lbxDefectFine
  83. //
  84. this.lbxDefectFine.BackColor = System.Drawing.Color.Yellow;
  85. this.lbxDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
  86. this.lbxDefectFine.DataSource = null;
  87. this.lbxDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.lbxDefectFine.FormattingEnabled = true;
  89. this.lbxDefectFine.IsMustInput = true;
  90. //
  91. //
  92. //
  93. this.lbxDefectFine.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.lbxDefectFine.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.lbxDefectFine.ListBox.Location = new System.Drawing.Point(0, 0);
  96. this.lbxDefectFine.ListBox.Name = "";
  97. this.lbxDefectFine.ListBox.Size = new System.Drawing.Size(151, 136);
  98. this.lbxDefectFine.ListBox.TabIndex = 0;
  99. this.lbxDefectFine.Location = new System.Drawing.Point(322, 7);
  100. this.lbxDefectFine.Name = "lbxDefectFine";
  101. this.lbxDefectFine.Size = new System.Drawing.Size(153, 20);
  102. this.lbxDefectFine.TabIndex = 2;
  103. //
  104. // lblDefectFine
  105. //
  106. this.lblDefectFine.AutoSize = true;
  107. this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
  108. this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.lblDefectFine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  110. this.lblDefectFine.IsMustInput = true;
  111. this.lblDefectFine.Location = new System.Drawing.Point(263, 10);
  112. this.lblDefectFine.Name = "lblDefectFine";
  113. this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
  114. this.lblDefectFine.TabIndex = 114;
  115. this.lblDefectFine.Text = "缺陷扣罚";
  116. //
  117. // lblStartTime
  118. //
  119. this.lblStartTime.AutoSize = true;
  120. this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
  121. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
  123. this.lblStartTime.Location = new System.Drawing.Point(12, 37);
  124. this.lblStartTime.Name = "lblStartTime";
  125. this.lblStartTime.Size = new System.Drawing.Size(53, 12);
  126. this.lblStartTime.TabIndex = 115;
  127. this.lblStartTime.Text = "开始时间";
  128. //
  129. // dtpStartTime
  130. //
  131. this.dtpStartTime.CustomFormat = "yyyy-MM";
  132. this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  134. this.dtpStartTime.Location = new System.Drawing.Point(71, 33);
  135. this.dtpStartTime.Name = "dtpStartTime";
  136. this.dtpStartTime.Size = new System.Drawing.Size(170, 21);
  137. this.dtpStartTime.TabIndex = 3;
  138. //
  139. // lblCoefficient
  140. //
  141. this.lblCoefficient.AutoSize = true;
  142. this.lblCoefficient.BackColor = System.Drawing.Color.Transparent;
  143. this.lblCoefficient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.lblCoefficient.Location = new System.Drawing.Point(245, 64);
  145. this.lblCoefficient.Name = "lblCoefficient";
  146. this.lblCoefficient.Size = new System.Drawing.Size(71, 12);
  147. this.lblCoefficient.TabIndex = 119;
  148. this.lblCoefficient.Text = "扣罚系数(%)";
  149. //
  150. // txtCoefficient
  151. //
  152. this.txtCoefficient.BackColor = System.Drawing.SystemColors.Window;
  153. this.txtCoefficient.BackgroundColor = System.Drawing.SystemColors.Window;
  154. this.txtCoefficient.Enabled = false;
  155. this.txtCoefficient.ErrorMessage = "";
  156. this.txtCoefficient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.txtCoefficient.ImeMode = System.Windows.Forms.ImeMode.Off;
  158. this.txtCoefficient.Location = new System.Drawing.Point(322, 60);
  159. this.txtCoefficient.MaxLength = 5;
  160. this.txtCoefficient.MaxValue = new decimal(new int[] {
  161. -1,
  162. -1,
  163. -1,
  164. 0});
  165. this.txtCoefficient.MinValue = new decimal(new int[] {
  166. -1,
  167. -1,
  168. -1,
  169. -2147483648});
  170. this.txtCoefficient.Name = "txtCoefficient";
  171. this.txtCoefficient.Number = new System.Drawing.Point(2, 2);
  172. this.txtCoefficient.Size = new System.Drawing.Size(153, 21);
  173. this.txtCoefficient.TabIndex = 6;
  174. this.txtCoefficient.TextValue = "";
  175. //
  176. // lblRemarks
  177. //
  178. this.lblRemarks.AutoSize = true;
  179. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  180. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.lblRemarks.Location = new System.Drawing.Point(12, 117);
  182. this.lblRemarks.Name = "lblRemarks";
  183. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  184. this.lblRemarks.TabIndex = 121;
  185. this.lblRemarks.Text = "策略备注";
  186. //
  187. // txtRemarks
  188. //
  189. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  190. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  191. this.txtRemarks.ErrorMessage = "";
  192. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.txtRemarks.Location = new System.Drawing.Point(71, 114);
  194. this.txtRemarks.Multiline = true;
  195. this.txtRemarks.Name = "txtRemarks";
  196. this.txtRemarks.Size = new System.Drawing.Size(403, 119);
  197. this.txtRemarks.TabIndex = 9;
  198. this.txtRemarks.TextValue = "";
  199. //
  200. // btnSubmit
  201. //
  202. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  203. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  204. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  205. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  207. this.btnSubmit.Location = new System.Drawing.Point(298, 239);
  208. this.btnSubmit.Name = "btnSubmit";
  209. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  210. this.btnSubmit.TabIndex = 10;
  211. this.btnSubmit.Text = "提交(&S)";
  212. this.btnSubmit.UseVisualStyleBackColor = false;
  213. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  214. //
  215. // btnClose
  216. //
  217. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
  218. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  219. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  220. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  221. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.btnClose.ForeColor = System.Drawing.Color.White;
  223. this.btnClose.Location = new System.Drawing.Point(389, 239);
  224. this.btnClose.Name = "btnClose";
  225. this.btnClose.Size = new System.Drawing.Size(85, 30);
  226. this.btnClose.TabIndex = 11;
  227. this.btnClose.Text = "关闭(&C)";
  228. this.btnClose.UseVisualStyleBackColor = false;
  229. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  230. //
  231. // lblFineType
  232. //
  233. this.lblFineType.AutoSize = true;
  234. this.lblFineType.BackColor = System.Drawing.Color.Transparent;
  235. this.lblFineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.lblFineType.ForeColor = System.Drawing.SystemColors.ControlText;
  237. this.lblFineType.Location = new System.Drawing.Point(12, 63);
  238. this.lblFineType.Name = "lblFineType";
  239. this.lblFineType.Size = new System.Drawing.Size(53, 12);
  240. this.lblFineType.TabIndex = 125;
  241. this.lblFineType.Text = "扣罚类型";
  242. //
  243. // cbCoefficient
  244. //
  245. this.cbCoefficient.AutoSize = true;
  246. this.cbCoefficient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.cbCoefficient.Location = new System.Drawing.Point(3, 2);
  248. this.cbCoefficient.Name = "cbCoefficient";
  249. this.cbCoefficient.Size = new System.Drawing.Size(47, 16);
  250. this.cbCoefficient.TabIndex = 4;
  251. this.cbCoefficient.TabStop = true;
  252. this.cbCoefficient.Text = "系数";
  253. this.cbCoefficient.UseVisualStyleBackColor = true;
  254. this.cbCoefficient.CheckedChanged += new System.EventHandler(this.cbCoefficient_CheckedChanged);
  255. //
  256. // cbMoney
  257. //
  258. this.cbMoney.AutoSize = true;
  259. this.cbMoney.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.cbMoney.Location = new System.Drawing.Point(56, 2);
  261. this.cbMoney.Name = "cbMoney";
  262. this.cbMoney.Size = new System.Drawing.Size(47, 16);
  263. this.cbMoney.TabIndex = 5;
  264. this.cbMoney.TabStop = true;
  265. this.cbMoney.Text = "金额";
  266. this.cbMoney.UseVisualStyleBackColor = true;
  267. this.cbMoney.CheckedChanged += new System.EventHandler(this.cbMoney_CheckedChanged);
  268. //
  269. // palFineType
  270. //
  271. this.palFineType.BackColor = System.Drawing.Color.Transparent;
  272. this.palFineType.Controls.Add(this.cbCoefficient);
  273. this.palFineType.Controls.Add(this.cbMoney);
  274. this.palFineType.Location = new System.Drawing.Point(70, 60);
  275. this.palFineType.Name = "palFineType";
  276. this.palFineType.Size = new System.Drawing.Size(169, 21);
  277. this.palFineType.TabIndex = 128;
  278. //
  279. // lblSalaryType
  280. //
  281. this.lblSalaryType.AutoSize = true;
  282. this.lblSalaryType.BackColor = System.Drawing.Color.Transparent;
  283. this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText;
  285. this.lblSalaryType.Location = new System.Drawing.Point(11, 91);
  286. this.lblSalaryType.Name = "lblSalaryType";
  287. this.lblSalaryType.Size = new System.Drawing.Size(53, 12);
  288. this.lblSalaryType.TabIndex = 129;
  289. this.lblSalaryType.Text = "策略类型";
  290. //
  291. // palSalaryType
  292. //
  293. this.palSalaryType.BackColor = System.Drawing.Color.Transparent;
  294. this.palSalaryType.Controls.Add(this.cbTrial);
  295. this.palSalaryType.Controls.Add(this.cbCeremonial);
  296. this.palSalaryType.Location = new System.Drawing.Point(70, 87);
  297. this.palSalaryType.Name = "palSalaryType";
  298. this.palSalaryType.Size = new System.Drawing.Size(228, 21);
  299. this.palSalaryType.TabIndex = 129;
  300. //
  301. // cbTrial
  302. //
  303. this.cbTrial.AutoSize = true;
  304. this.cbTrial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.cbTrial.Location = new System.Drawing.Point(104, 3);
  306. this.cbTrial.Name = "cbTrial";
  307. this.cbTrial.Size = new System.Drawing.Size(95, 16);
  308. this.cbTrial.TabIndex = 8;
  309. this.cbTrial.TabStop = true;
  310. this.cbTrial.Text = "试用员工策略";
  311. this.cbTrial.UseVisualStyleBackColor = true;
  312. //
  313. // cbCeremonial
  314. //
  315. this.cbCeremonial.AutoSize = true;
  316. this.cbCeremonial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.cbCeremonial.Location = new System.Drawing.Point(3, 3);
  318. this.cbCeremonial.Name = "cbCeremonial";
  319. this.cbCeremonial.Size = new System.Drawing.Size(95, 16);
  320. this.cbCeremonial.TabIndex = 7;
  321. this.cbCeremonial.TabStop = true;
  322. this.cbCeremonial.Text = "正式员工策略";
  323. this.cbCeremonial.UseVisualStyleBackColor = true;
  324. //
  325. // btnPass
  326. //
  327. this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
  328. this.btnPass.BackColor = System.Drawing.Color.Transparent;
  329. this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
  330. this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.btnPass.ForeColor = System.Drawing.Color.White;
  332. this.btnPass.Location = new System.Drawing.Point(70, 239);
  333. this.btnPass.Name = "btnPass";
  334. this.btnPass.Size = new System.Drawing.Size(85, 30);
  335. this.btnPass.TabIndex = 130;
  336. this.btnPass.Text = "审批通过(&S)";
  337. this.btnPass.UseVisualStyleBackColor = false;
  338. this.btnPass.Visible = false;
  339. this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
  340. //
  341. // btnReturn
  342. //
  343. this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
  344. this.btnReturn.BackColor = System.Drawing.Color.Transparent;
  345. this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
  346. this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.btnReturn.ForeColor = System.Drawing.Color.White;
  348. this.btnReturn.Location = new System.Drawing.Point(161, 239);
  349. this.btnReturn.Name = "btnReturn";
  350. this.btnReturn.Size = new System.Drawing.Size(85, 30);
  351. this.btnReturn.TabIndex = 131;
  352. this.btnReturn.Text = "审批驳回(&S)";
  353. this.btnReturn.UseVisualStyleBackColor = false;
  354. this.btnReturn.Visible = false;
  355. this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
  356. //
  357. // F_TAT_0103
  358. //
  359. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  360. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  361. this.ClientSize = new System.Drawing.Size(492, 294);
  362. this.Controls.Add(this.btnReturn);
  363. this.Controls.Add(this.btnPass);
  364. this.Controls.Add(this.palSalaryType);
  365. this.Controls.Add(this.lblSalaryType);
  366. this.Controls.Add(this.palFineType);
  367. this.Controls.Add(this.lblFineType);
  368. this.Controls.Add(this.btnClose);
  369. this.Controls.Add(this.btnSubmit);
  370. this.Controls.Add(this.txtRemarks);
  371. this.Controls.Add(this.lblRemarks);
  372. this.Controls.Add(this.txtCoefficient);
  373. this.Controls.Add(this.lblCoefficient);
  374. this.Controls.Add(this.dtpStartTime);
  375. this.Controls.Add(this.lblStartTime);
  376. this.Controls.Add(this.lblDefectFine);
  377. this.Controls.Add(this.lbxDefectFine);
  378. this.Controls.Add(this.txtDefectFineName);
  379. this.Controls.Add(this.lblDefectFineName);
  380. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  381. this.IsSaveFormSize = false;
  382. this.MaximizeBox = false;
  383. this.MinimizeBox = false;
  384. this.Name = "F_TAT_0103";
  385. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  386. this.Text = "F_TAT_0103";
  387. this.Load += new System.EventHandler(this.F_TAT_0103_Load);
  388. this.Controls.SetChildIndex(this.lblDefectFineName, 0);
  389. this.Controls.SetChildIndex(this.txtDefectFineName, 0);
  390. this.Controls.SetChildIndex(this.lbxDefectFine, 0);
  391. this.Controls.SetChildIndex(this.lblDefectFine, 0);
  392. this.Controls.SetChildIndex(this.lblStartTime, 0);
  393. this.Controls.SetChildIndex(this.dtpStartTime, 0);
  394. this.Controls.SetChildIndex(this.lblCoefficient, 0);
  395. this.Controls.SetChildIndex(this.txtCoefficient, 0);
  396. this.Controls.SetChildIndex(this.lblRemarks, 0);
  397. this.Controls.SetChildIndex(this.txtRemarks, 0);
  398. this.Controls.SetChildIndex(this.btnSubmit, 0);
  399. this.Controls.SetChildIndex(this.btnClose, 0);
  400. this.Controls.SetChildIndex(this.lblFineType, 0);
  401. this.Controls.SetChildIndex(this.palFineType, 0);
  402. this.Controls.SetChildIndex(this.lblSalaryType, 0);
  403. this.Controls.SetChildIndex(this.palSalaryType, 0);
  404. this.Controls.SetChildIndex(this.btnPass, 0);
  405. this.Controls.SetChildIndex(this.btnReturn, 0);
  406. this.palFineType.ResumeLayout(false);
  407. this.palFineType.PerformLayout();
  408. this.palSalaryType.ResumeLayout(false);
  409. this.palSalaryType.PerformLayout();
  410. this.ResumeLayout(false);
  411. this.PerformLayout();
  412. }
  413. #endregion
  414. private Basics.BaseControls.C_Label lblDefectFineName;
  415. private Basics.BaseControls.C_TextBox txtDefectFineName;
  416. private Basics.BaseControls.DKListBoxComboBox lbxDefectFine;
  417. private Basics.BaseControls.C_Label lblDefectFine;
  418. private Basics.BaseControls.C_Label lblStartTime;
  419. private Basics.BaseControls.C_DateTimePicker dtpStartTime;
  420. private Basics.BaseControls.C_Label lblCoefficient;
  421. private Basics.BaseControls.C_TXT_Digital txtCoefficient;
  422. private Basics.BaseControls.C_Label lblRemarks;
  423. private Basics.BaseControls.C_TextBox txtRemarks;
  424. private Basics.BaseControls.C_Button btnSubmit;
  425. private Basics.BaseControls.C_Button btnClose;
  426. private Basics.BaseControls.C_Label lblFineType;
  427. private Basics.BaseControls.C_RadioButton cbCoefficient;
  428. private Basics.BaseControls.C_RadioButton cbMoney;
  429. private System.Windows.Forms.Panel palFineType;
  430. private Basics.BaseControls.C_Label lblSalaryType;
  431. private System.Windows.Forms.Panel palSalaryType;
  432. private Basics.BaseControls.C_RadioButton cbCeremonial;
  433. private Basics.BaseControls.C_RadioButton cbTrial;
  434. private Basics.BaseControls.C_Button btnPass;
  435. private Basics.BaseControls.C_Button btnReturn;
  436. }
  437. }