F_HR_0302.Designer.cs 24 KB

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