F_HR_0702.Designer.cs 27 KB

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