F_HR_0402.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0402
  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. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  29. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity2 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0402));
  31. this.dkUserName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  32. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtOrganizationID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.dkUserApplicant = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  39. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.dtRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  41. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtSuggestion = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.SuspendLayout();
  50. //
  51. // dkUserName
  52. //
  53. this.dkUserName.DataSource = null;
  54. this.dkUserName.Enabled = true;
  55. this.dkUserName.IsMustInput = true;
  56. this.dkUserName.Location = new System.Drawing.Point(12, 12);
  57. this.dkUserName.Name = "dkUserName";
  58. this.dkUserName.PurviewType = ((byte)(0));
  59. this.dkUserName.Size = new System.Drawing.Size(230, 21);
  60. dkStaffEntity1.AccountID = 0;
  61. dkStaffEntity1.ExProbationEndDate = new System.DateTime(((long)(0)));
  62. dkStaffEntity1.Jobs = 0;
  63. dkStaffEntity1.JobsName = null;
  64. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  65. dkStaffEntity1.OrganizationID = 0;
  66. dkStaffEntity1.OrganizationName = null;
  67. dkStaffEntity1.Post = 0;
  68. dkStaffEntity1.PostName = null;
  69. dkStaffEntity1.StaffCode = null;
  70. dkStaffEntity1.StaffID = 0;
  71. dkStaffEntity1.StaffName = null;
  72. dkStaffEntity1.StaffStatus = 0;
  73. dkStaffEntity1.UserCode = null;
  74. dkStaffEntity1.UserID = 0;
  75. dkStaffEntity1.UserName = null;
  76. dkStaffEntity1.ValueFlag = false;
  77. this.dkUserName.StaffEntity = dkStaffEntity1;
  78. this.dkUserName.TabIndex = 0;
  79. this.dkUserName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  80. this.dkUserName.UserCode = "";
  81. this.dkUserName.UserName = null;
  82. this.dkUserName.UserRow = null;
  83. this.dkUserName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  84. this.dkUserName.UserValueChanged += new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox.TextBoxChangedHandle(this.dkUserName_UserValueChanged);
  85. //
  86. // c_Label1
  87. //
  88. this.c_Label1.AutoSize = true;
  89. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  90. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  92. this.c_Label1.Location = new System.Drawing.Point(259, 16);
  93. this.c_Label1.Name = "c_Label1";
  94. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  95. this.c_Label1.TabIndex = 2;
  96. this.c_Label1.Text = "员工编号";
  97. //
  98. // txtStaffCode
  99. //
  100. this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window;
  101. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  102. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  103. this.txtStaffCode.Enabled = false;
  104. this.txtStaffCode.ErrorMessage = "";
  105. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  107. this.txtStaffCode.Location = new System.Drawing.Point(318, 12);
  108. this.txtStaffCode.Name = "txtStaffCode";
  109. this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  110. this.txtStaffCode.Size = new System.Drawing.Size(170, 21);
  111. this.txtStaffCode.TabIndex = 0;
  112. this.txtStaffCode.TextValue = "";
  113. //
  114. // c_Label2
  115. //
  116. this.c_Label2.AutoSize = true;
  117. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  118. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  120. this.c_Label2.Location = new System.Drawing.Point(13, 43);
  121. this.c_Label2.Name = "c_Label2";
  122. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  123. this.c_Label2.TabIndex = 4;
  124. this.c_Label2.Text = "所属部门";
  125. //
  126. // txtOrganizationID
  127. //
  128. this.txtOrganizationID.BackColor = System.Drawing.SystemColors.Window;
  129. this.txtOrganizationID.BackgroundColor = System.Drawing.SystemColors.Window;
  130. this.txtOrganizationID.Enabled = false;
  131. this.txtOrganizationID.ErrorMessage = "";
  132. this.txtOrganizationID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.txtOrganizationID.Location = new System.Drawing.Point(72, 39);
  134. this.txtOrganizationID.Name = "txtOrganizationID";
  135. this.txtOrganizationID.Size = new System.Drawing.Size(170, 21);
  136. this.txtOrganizationID.TabIndex = 1;
  137. //
  138. // c_Label3
  139. //
  140. this.c_Label3.AutoSize = true;
  141. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  142. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  144. this.c_Label3.Location = new System.Drawing.Point(283, 43);
  145. this.c_Label3.Name = "c_Label3";
  146. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  147. this.c_Label3.TabIndex = 6;
  148. this.c_Label3.Text = "工种";
  149. //
  150. // txtJobs
  151. //
  152. this.txtJobs.BackColor = System.Drawing.SystemColors.Window;
  153. this.txtJobs.BackgroundColor = System.Drawing.SystemColors.Window;
  154. this.txtJobs.Enabled = false;
  155. this.txtJobs.ErrorMessage = "";
  156. this.txtJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.txtJobs.Location = new System.Drawing.Point(318, 39);
  158. this.txtJobs.Name = "txtJobs";
  159. this.txtJobs.Size = new System.Drawing.Size(170, 21);
  160. this.txtJobs.TabIndex = 2;
  161. //
  162. // dkUserApplicant
  163. //
  164. this.dkUserApplicant.DataSource = null;
  165. this.dkUserApplicant.Enabled = true;
  166. this.dkUserApplicant.IsMustInput = false;
  167. this.dkUserApplicant.Location = new System.Drawing.Point(13, 66);
  168. this.dkUserApplicant.Name = "dkUserApplicant";
  169. this.dkUserApplicant.PurviewType = ((byte)(0));
  170. this.dkUserApplicant.Size = new System.Drawing.Size(230, 21);
  171. dkStaffEntity2.AccountID = 0;
  172. dkStaffEntity2.ExProbationEndDate = new System.DateTime(((long)(0)));
  173. dkStaffEntity2.Jobs = 0;
  174. dkStaffEntity2.JobsName = null;
  175. dkStaffEntity2.OPTimeStamp = new System.DateTime(((long)(0)));
  176. dkStaffEntity2.OrganizationID = 0;
  177. dkStaffEntity2.OrganizationName = null;
  178. dkStaffEntity2.Post = 0;
  179. dkStaffEntity2.PostName = null;
  180. dkStaffEntity2.StaffCode = null;
  181. dkStaffEntity2.StaffID = 0;
  182. dkStaffEntity2.StaffName = null;
  183. dkStaffEntity2.StaffStatus = 0;
  184. dkStaffEntity2.UserCode = null;
  185. dkStaffEntity2.UserID = 0;
  186. dkStaffEntity2.UserName = null;
  187. dkStaffEntity2.ValueFlag = false;
  188. this.dkUserApplicant.StaffEntity = dkStaffEntity2;
  189. this.dkUserApplicant.TabIndex = 1;
  190. this.dkUserApplicant.Title = " 申请人";
  191. this.dkUserApplicant.TxtUserBackColor = System.Drawing.SystemColors.Control;
  192. this.dkUserApplicant.UserCode = "";
  193. this.dkUserApplicant.UserName = null;
  194. this.dkUserApplicant.UserRow = null;
  195. this.dkUserApplicant.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  196. //
  197. // c_Label4
  198. //
  199. this.c_Label4.AutoSize = true;
  200. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  201. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.c_Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  203. this.c_Label4.IsMustInput = true;
  204. this.c_Label4.Location = new System.Drawing.Point(259, 70);
  205. this.c_Label4.Name = "c_Label4";
  206. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  207. this.c_Label4.TabIndex = 9;
  208. this.c_Label4.Text = "离职日期";
  209. //
  210. // dtRecordDate
  211. //
  212. this.dtRecordDate.CustomFormat = "yyyy-MM-dd";
  213. this.dtRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.dtRecordDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  215. this.dtRecordDate.Location = new System.Drawing.Point(318, 66);
  216. this.dtRecordDate.Name = "dtRecordDate";
  217. this.dtRecordDate.Size = new System.Drawing.Size(170, 21);
  218. this.dtRecordDate.TabIndex = 2;
  219. //
  220. // c_Label5
  221. //
  222. this.c_Label5.AutoSize = true;
  223. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  224. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.c_Label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  226. this.c_Label5.IsMustInput = true;
  227. this.c_Label5.Location = new System.Drawing.Point(13, 95);
  228. this.c_Label5.Name = "c_Label5";
  229. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  230. this.c_Label5.TabIndex = 11;
  231. this.c_Label5.Text = "离职原因";
  232. //
  233. // txtReason
  234. //
  235. this.txtReason.BackColor = System.Drawing.Color.Yellow;
  236. this.txtReason.BackgroundColor = System.Drawing.SystemColors.Window;
  237. this.txtReason.ErrorMessage = "";
  238. this.txtReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.txtReason.IsMustInput = true;
  240. this.txtReason.Location = new System.Drawing.Point(72, 93);
  241. this.txtReason.MaxLength = 500;
  242. this.txtReason.Multiline = true;
  243. this.txtReason.Name = "txtReason";
  244. this.txtReason.Size = new System.Drawing.Size(416, 91);
  245. this.txtReason.TabIndex = 3;
  246. //
  247. // c_Label6
  248. //
  249. this.c_Label6.AutoSize = true;
  250. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  251. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.c_Label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  253. this.c_Label6.IsMustInput = true;
  254. this.c_Label6.Location = new System.Drawing.Point(13, 192);
  255. this.c_Label6.Name = "c_Label6";
  256. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  257. this.c_Label6.TabIndex = 13;
  258. this.c_Label6.Text = "部门意见";
  259. //
  260. // txtSuggestion
  261. //
  262. this.txtSuggestion.BackColor = System.Drawing.Color.Yellow;
  263. this.txtSuggestion.BackgroundColor = System.Drawing.SystemColors.Window;
  264. this.txtSuggestion.ErrorMessage = "";
  265. this.txtSuggestion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.txtSuggestion.IsMustInput = true;
  267. this.txtSuggestion.Location = new System.Drawing.Point(72, 190);
  268. this.txtSuggestion.MaxLength = 500;
  269. this.txtSuggestion.Multiline = true;
  270. this.txtSuggestion.Name = "txtSuggestion";
  271. this.txtSuggestion.Size = new System.Drawing.Size(416, 95);
  272. this.txtSuggestion.TabIndex = 4;
  273. //
  274. // c_Label7
  275. //
  276. this.c_Label7.AutoSize = true;
  277. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  278. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
  280. this.c_Label7.Location = new System.Drawing.Point(37, 293);
  281. this.c_Label7.Name = "c_Label7";
  282. this.c_Label7.Size = new System.Drawing.Size(29, 12);
  283. this.c_Label7.TabIndex = 15;
  284. this.c_Label7.Text = "备注";
  285. //
  286. // txtRemarks
  287. //
  288. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  289. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  290. this.txtRemarks.ErrorMessage = "";
  291. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.txtRemarks.Location = new System.Drawing.Point(72, 291);
  293. this.txtRemarks.MaxLength = 500;
  294. this.txtRemarks.Multiline = true;
  295. this.txtRemarks.Name = "txtRemarks";
  296. this.txtRemarks.Size = new System.Drawing.Size(416, 95);
  297. this.txtRemarks.TabIndex = 5;
  298. //
  299. // btnSave
  300. //
  301. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  302. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  303. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.btnSave.ForeColor = System.Drawing.Color.White;
  305. this.btnSave.Location = new System.Drawing.Point(312, 392);
  306. this.btnSave.Name = "btnSave";
  307. this.btnSave.Size = new System.Drawing.Size(85, 30);
  308. this.btnSave.TabIndex = 6;
  309. this.btnSave.Text = "保存";
  310. this.btnSave.UseVisualStyleBackColor = false;
  311. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  312. //
  313. // btnCancel
  314. //
  315. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  316. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  317. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  318. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.btnCancel.ForeColor = System.Drawing.Color.White;
  320. this.btnCancel.Location = new System.Drawing.Point(403, 392);
  321. this.btnCancel.Name = "btnCancel";
  322. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  323. this.btnCancel.TabIndex = 7;
  324. this.btnCancel.Text = "关闭";
  325. this.btnCancel.UseVisualStyleBackColor = false;
  326. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  327. //
  328. // F_HR_0402
  329. //
  330. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  331. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  332. this.CancelButton = this.btnCancel;
  333. this.ClientSize = new System.Drawing.Size(504, 447);
  334. this.Controls.Add(this.btnCancel);
  335. this.Controls.Add(this.btnSave);
  336. this.Controls.Add(this.txtRemarks);
  337. this.Controls.Add(this.c_Label7);
  338. this.Controls.Add(this.txtSuggestion);
  339. this.Controls.Add(this.c_Label6);
  340. this.Controls.Add(this.txtReason);
  341. this.Controls.Add(this.c_Label5);
  342. this.Controls.Add(this.dtRecordDate);
  343. this.Controls.Add(this.c_Label4);
  344. this.Controls.Add(this.dkUserApplicant);
  345. this.Controls.Add(this.txtJobs);
  346. this.Controls.Add(this.c_Label3);
  347. this.Controls.Add(this.txtOrganizationID);
  348. this.Controls.Add(this.c_Label2);
  349. this.Controls.Add(this.txtStaffCode);
  350. this.Controls.Add(this.c_Label1);
  351. this.Controls.Add(this.dkUserName);
  352. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  353. this.IsSaveFormSize = false;
  354. this.MaximizeBox = false;
  355. this.MinimizeBox = false;
  356. this.Name = "F_HR_0402";
  357. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  358. this.StatusSizingGrip = false;
  359. this.Text = "F_HR_0402";
  360. this.Load += new System.EventHandler(this.F_HR_0402_Load);
  361. this.Controls.SetChildIndex(this.dkUserName, 0);
  362. this.Controls.SetChildIndex(this.c_Label1, 0);
  363. this.Controls.SetChildIndex(this.txtStaffCode, 0);
  364. this.Controls.SetChildIndex(this.c_Label2, 0);
  365. this.Controls.SetChildIndex(this.txtOrganizationID, 0);
  366. this.Controls.SetChildIndex(this.c_Label3, 0);
  367. this.Controls.SetChildIndex(this.txtJobs, 0);
  368. this.Controls.SetChildIndex(this.dkUserApplicant, 0);
  369. this.Controls.SetChildIndex(this.c_Label4, 0);
  370. this.Controls.SetChildIndex(this.dtRecordDate, 0);
  371. this.Controls.SetChildIndex(this.c_Label5, 0);
  372. this.Controls.SetChildIndex(this.txtReason, 0);
  373. this.Controls.SetChildIndex(this.c_Label6, 0);
  374. this.Controls.SetChildIndex(this.txtSuggestion, 0);
  375. this.Controls.SetChildIndex(this.c_Label7, 0);
  376. this.Controls.SetChildIndex(this.txtRemarks, 0);
  377. this.Controls.SetChildIndex(this.btnSave, 0);
  378. this.Controls.SetChildIndex(this.btnCancel, 0);
  379. this.ResumeLayout(false);
  380. this.PerformLayout();
  381. }
  382. #endregion
  383. private Controls.dkStaffSearchBox dkUserName;
  384. private Basics.BaseControls.C_Label c_Label1;
  385. private Basics.BaseControls.C_TextBox txtStaffCode;
  386. private Basics.BaseControls.C_Label c_Label2;
  387. private Basics.BaseControls.C_TextBox txtOrganizationID;
  388. private Basics.BaseControls.C_Label c_Label3;
  389. private Basics.BaseControls.C_TextBox txtJobs;
  390. private Controls.dkStaffSearchBox dkUserApplicant;
  391. private Basics.BaseControls.C_Label c_Label4;
  392. private Basics.BaseControls.C_DateTimePicker dtRecordDate;
  393. private Basics.BaseControls.C_Label c_Label5;
  394. private Basics.BaseControls.C_TextBox txtReason;
  395. private Basics.BaseControls.C_Label c_Label6;
  396. private Basics.BaseControls.C_TextBox txtSuggestion;
  397. private Basics.BaseControls.C_Label c_Label7;
  398. private Basics.BaseControls.C_TextBox txtRemarks;
  399. private Basics.BaseControls.C_Button btnSave;
  400. private Basics.BaseControls.C_Button btnCancel;
  401. }
  402. }