F_HR_0602.Designer.cs 25 KB

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