F_HR_0202.Designer.cs 22 KB

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