F_HR_0703.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0703
  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_0703));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  41. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.txtOther = new System.Windows.Forms.TextBox();
  46. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dgvStaffRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.TurnoverDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.ApplicantName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Reason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Suggestion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.ROriginalOrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.RTargetOrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ROriginalJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.RTargetJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ROriginalPostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.RTargetPostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ExProbationEndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ApprovalStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ApproverName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ApprovalDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.TurnoverDateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.StaffRecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.ApprovalStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.RecordType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.STAFFID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.SOPTIMESTAMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ROPTIMESTAMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.TargetOrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.TargetJobs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.TargetStaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.TargetPost = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.tsrOperate.SuspendLayout();
  84. this.gbxCondition.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffRecord)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // tsrOperate
  89. //
  90. this.tsrOperate.AutoSize = false;
  91. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  92. this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
  93. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  95. this.tsbtnApprover,
  96. this.tsbtnMoreCondition,
  97. this.toolStripSeparator1,
  98. this.tsbtnAdaptive,
  99. this.tsbtnClose});
  100. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  101. this.tsrOperate.Name = "tsrOperate";
  102. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  103. this.tsrOperate.ShowItemToolTips = false;
  104. this.tsrOperate.Size = new System.Drawing.Size(989, 35);
  105. this.tsrOperate.TabIndex = 0;
  106. this.tsrOperate.Text = "toolStrip1";
  107. //
  108. // tsbtnApprover
  109. //
  110. this.tsbtnApprover.AutoSize = false;
  111. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  113. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbtnApprover.Name = "tsbtnApprover";
  115. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  116. this.tsbtnApprover.Text = "审批(&N)";
  117. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  118. //
  119. // tsbtnMoreCondition
  120. //
  121. this.tsbtnMoreCondition.AutoSize = false;
  122. this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  124. this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  125. this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
  126. this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
  127. this.tsbtnMoreCondition.Text = "更多条件(&M)";
  128. this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
  129. //
  130. // toolStripSeparator1
  131. //
  132. this.toolStripSeparator1.AutoSize = false;
  133. this.toolStripSeparator1.Name = "toolStripSeparator1";
  134. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  135. //
  136. // tsbtnAdaptive
  137. //
  138. this.tsbtnAdaptive.AutoSize = false;
  139. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  141. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  143. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  144. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  145. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  146. //
  147. // tsbtnClose
  148. //
  149. this.tsbtnClose.AutoSize = false;
  150. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  152. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.tsbtnClose.Name = "tsbtnClose";
  154. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  155. this.tsbtnClose.Text = "关闭(&X)";
  156. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  157. //
  158. // gbxCondition
  159. //
  160. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  163. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  164. this.gbxCondition.Controls.Add(this.txtStaffCode);
  165. this.gbxCondition.Controls.Add(this.txtStaffName);
  166. this.gbxCondition.Controls.Add(this.btnSearch);
  167. this.gbxCondition.Controls.Add(this.btnClearCondition);
  168. this.gbxCondition.Controls.Add(this.txtOther);
  169. this.gbxCondition.Controls.Add(this.c_Label2);
  170. this.gbxCondition.Controls.Add(this.c_Label4);
  171. this.gbxCondition.Controls.Add(this.c_Label1);
  172. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  174. this.gbxCondition.IsMustInput = false;
  175. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  176. this.gbxCondition.Name = "gbxCondition";
  177. this.gbxCondition.OriginalHeight = -1;
  178. this.gbxCondition.Size = new System.Drawing.Size(977, 125);
  179. this.gbxCondition.TabIndex = 1;
  180. this.gbxCondition.TabStop = false;
  181. this.gbxCondition.Text = "查询条件 ▼";
  182. //
  183. // txtStaffCode
  184. //
  185. this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window;
  186. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  187. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  188. this.txtStaffCode.ErrorMessage = "";
  189. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  191. this.txtStaffCode.Location = new System.Drawing.Point(72, 20);
  192. this.txtStaffCode.MaxLength = 20;
  193. this.txtStaffCode.Name = "txtStaffCode";
  194. this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  195. this.txtStaffCode.Size = new System.Drawing.Size(196, 21);
  196. this.txtStaffCode.TabIndex = 1;
  197. this.txtStaffCode.TextValue = "";
  198. //
  199. // txtStaffName
  200. //
  201. this.txtStaffName.BackColor = System.Drawing.SystemColors.Window;
  202. this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
  203. this.txtStaffName.ErrorMessage = "";
  204. this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.txtStaffName.Location = new System.Drawing.Point(333, 20);
  206. this.txtStaffName.MinLength = 20;
  207. this.txtStaffName.Name = "txtStaffName";
  208. this.txtStaffName.Size = new System.Drawing.Size(196, 21);
  209. this.txtStaffName.TabIndex = 3;
  210. this.txtStaffName.TextValue = "";
  211. //
  212. // btnSearch
  213. //
  214. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  215. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  216. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  217. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.btnSearch.ForeColor = System.Drawing.Color.White;
  219. this.btnSearch.Location = new System.Drawing.Point(798, 85);
  220. this.btnSearch.Name = "btnSearch";
  221. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  222. this.btnSearch.TabIndex = 6;
  223. this.btnSearch.Text = "查询(&Q)";
  224. this.btnSearch.UseVisualStyleBackColor = false;
  225. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  226. //
  227. // btnClearCondition
  228. //
  229. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  230. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  231. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  232. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  234. this.btnClearCondition.Location = new System.Drawing.Point(889, 85);
  235. this.btnClearCondition.Name = "btnClearCondition";
  236. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  237. this.btnClearCondition.TabIndex = 7;
  238. this.btnClearCondition.Text = "清空条件(&C)";
  239. this.btnClearCondition.UseVisualStyleBackColor = false;
  240. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  241. //
  242. // txtOther
  243. //
  244. this.txtOther.Enabled = false;
  245. this.txtOther.Location = new System.Drawing.Point(72, 47);
  246. this.txtOther.Multiline = true;
  247. this.txtOther.Name = "txtOther";
  248. this.txtOther.Size = new System.Drawing.Size(457, 68);
  249. this.txtOther.TabIndex = 5;
  250. //
  251. // c_Label2
  252. //
  253. this.c_Label2.AutoSize = true;
  254. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  255. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  257. this.c_Label2.Location = new System.Drawing.Point(13, 50);
  258. this.c_Label2.Name = "c_Label2";
  259. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  260. this.c_Label2.TabIndex = 4;
  261. this.c_Label2.Text = "附件条件";
  262. //
  263. // c_Label4
  264. //
  265. this.c_Label4.AutoSize = true;
  266. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  267. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  269. this.c_Label4.Location = new System.Drawing.Point(274, 24);
  270. this.c_Label4.Name = "c_Label4";
  271. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  272. this.c_Label4.TabIndex = 2;
  273. this.c_Label4.Text = "员工姓名";
  274. //
  275. // c_Label1
  276. //
  277. this.c_Label1.AutoSize = true;
  278. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  279. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  281. this.c_Label1.Location = new System.Drawing.Point(13, 24);
  282. this.c_Label1.Name = "c_Label1";
  283. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  284. this.c_Label1.TabIndex = 0;
  285. this.c_Label1.Text = "员工编号";
  286. //
  287. // dgvStaffRecord
  288. //
  289. this.dgvStaffRecord.AllowUserToAddRows = false;
  290. this.dgvStaffRecord.AllowUserToDeleteRows = false;
  291. this.dgvStaffRecord.AllowUserToModifyRows = true;
  292. this.dgvStaffRecord.AllowUserToOrderColumns = true;
  293. this.dgvStaffRecord.AllowUserToResizeRows = false;
  294. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  295. this.dgvStaffRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  296. this.dgvStaffRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  297. | System.Windows.Forms.AnchorStyles.Left)
  298. | System.Windows.Forms.AnchorStyles.Right)));
  299. this.dgvStaffRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  300. this.dgvStaffRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  301. this.dgvStaffRecord.CellHeight = 23;
  302. this.dgvStaffRecord.ChildNodeColumnName = null;
  303. this.dgvStaffRecord.ChildNodeColumnText = null;
  304. this.dgvStaffRecord.ColumnDeep = 1;
  305. this.dgvStaffRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  306. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  307. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  308. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  310. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  311. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  312. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  313. this.dgvStaffRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  314. this.dgvStaffRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  315. this.dgvStaffRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  316. this.StaffCode,
  317. this.StaffName,
  318. this.OrganizationName,
  319. this.JobsName,
  320. this.TurnoverDate,
  321. this.ApplicantName,
  322. this.Reason,
  323. this.Suggestion,
  324. this.ROriginalOrganizationName,
  325. this.RTargetOrganizationName,
  326. this.ROriginalJobsName,
  327. this.RTargetJobsName,
  328. this.ROriginalPostName,
  329. this.RTargetPostName,
  330. this.ExProbationEndDate,
  331. this.ApprovalStatusName,
  332. this.ApproverName,
  333. this.ApprovalDate,
  334. this.Remarks,
  335. this.CreateTime,
  336. this.CreateUserName,
  337. this.UpdateTime,
  338. this.TurnoverDateName,
  339. this.StaffRecordID,
  340. this.ApprovalStatus,
  341. this.RecordType,
  342. this.STAFFID,
  343. this.SOPTIMESTAMP,
  344. this.ROPTIMESTAMP,
  345. this.TargetOrganizationID,
  346. this.TargetJobs,
  347. this.TargetStaffStatus,
  348. this.TargetPost});
  349. this.dgvStaffRecord.ColumnTreeView = null;
  350. this.dgvStaffRecord.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  351. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  352. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  353. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  355. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  356. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  357. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  358. this.dgvStaffRecord.DefaultCellStyle = dataGridViewCellStyle3;
  359. this.dgvStaffRecord.DynamicColumnName = "";
  360. this.dgvStaffRecord.EnableHeadersVisualStyles = false;
  361. this.dgvStaffRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.dgvStaffRecord.IsAutoCountSum = true;
  363. this.dgvStaffRecord.IsAutoResizeColumns = false;
  364. this.dgvStaffRecord.IsClickF12 = false;
  365. this.dgvStaffRecord.IsSubTotalFlag = false;
  366. this.dgvStaffRecord.Location = new System.Drawing.Point(0, 171);
  367. this.dgvStaffRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  368. this.dgvStaffRecord.MultiSelect = false;
  369. this.dgvStaffRecord.Name = "dgvStaffRecord";
  370. this.dgvStaffRecord.ReadOnly = true;
  371. this.dgvStaffRecord.RefreshAtHscroll = false;
  372. this.dgvStaffRecord.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  373. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  374. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  375. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  377. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  378. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  379. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  380. this.dgvStaffRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  381. this.dgvStaffRecord.RowHeadersWidth = 50;
  382. this.dgvStaffRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  383. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  384. this.dgvStaffRecord.RowsDefaultCellStyle = dataGridViewCellStyle5;
  385. this.dgvStaffRecord.RowTemplate.Height = 21;
  386. this.dgvStaffRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  387. this.dgvStaffRecord.Size = new System.Drawing.Size(977, 219);
  388. this.dgvStaffRecord.SortOrderColumnName = null;
  389. this.dgvStaffRecord.TabIndex = 2;
  390. this.dgvStaffRecord.Tag = true;
  391. this.dgvStaffRecord.TotalSumColumns = null;
  392. this.dgvStaffRecord.ViewRowFilter = "";
  393. this.dgvStaffRecord.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaffRecord_CellEnter);
  394. this.dgvStaffRecord.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffRecord_CellMouseDoubleClick);
  395. //
  396. // StaffCode
  397. //
  398. this.StaffCode.DataPropertyName = "STAFFCODE";
  399. this.StaffCode.HeaderText = "员工编号";
  400. this.StaffCode.Name = "StaffCode";
  401. this.StaffCode.ReadOnly = true;
  402. //
  403. // StaffName
  404. //
  405. this.StaffName.DataPropertyName = "STAFFNAME";
  406. this.StaffName.HeaderText = "员工姓名";
  407. this.StaffName.Name = "StaffName";
  408. this.StaffName.ReadOnly = true;
  409. //
  410. // OrganizationName
  411. //
  412. this.OrganizationName.DataPropertyName = "SOrganizationname";
  413. this.OrganizationName.HeaderText = "组织机构";
  414. this.OrganizationName.Name = "OrganizationName";
  415. this.OrganizationName.ReadOnly = true;
  416. //
  417. // JobsName
  418. //
  419. this.JobsName.DataPropertyName = "SJobsname";
  420. this.JobsName.HeaderText = "工种";
  421. this.JobsName.Name = "JobsName";
  422. this.JobsName.ReadOnly = true;
  423. //
  424. // TurnoverDate
  425. //
  426. this.TurnoverDate.DataPropertyName = "TurnoverDate";
  427. this.TurnoverDate.HeaderText = "调整日期";
  428. this.TurnoverDate.Name = "TurnoverDate";
  429. this.TurnoverDate.ReadOnly = true;
  430. //
  431. // ApplicantName
  432. //
  433. this.ApplicantName.DataPropertyName = "RApplicantName";
  434. this.ApplicantName.HeaderText = "申请人";
  435. this.ApplicantName.Name = "ApplicantName";
  436. this.ApplicantName.ReadOnly = true;
  437. //
  438. // Reason
  439. //
  440. this.Reason.DataPropertyName = "REASON";
  441. this.Reason.HeaderText = "调整原因";
  442. this.Reason.Name = "Reason";
  443. this.Reason.ReadOnly = true;
  444. //
  445. // Suggestion
  446. //
  447. this.Suggestion.DataPropertyName = "SUGGESTION";
  448. this.Suggestion.HeaderText = "部门意见";
  449. this.Suggestion.Name = "Suggestion";
  450. this.Suggestion.ReadOnly = true;
  451. //
  452. // ROriginalOrganizationName
  453. //
  454. this.ROriginalOrganizationName.DataPropertyName = "ROriginalOrganizationName";
  455. this.ROriginalOrganizationName.HeaderText = "调整前部门";
  456. this.ROriginalOrganizationName.Name = "ROriginalOrganizationName";
  457. this.ROriginalOrganizationName.ReadOnly = true;
  458. //
  459. // RTargetOrganizationName
  460. //
  461. this.RTargetOrganizationName.DataPropertyName = "RTargetOrganizationName";
  462. this.RTargetOrganizationName.HeaderText = "调整后部门";
  463. this.RTargetOrganizationName.Name = "RTargetOrganizationName";
  464. this.RTargetOrganizationName.ReadOnly = true;
  465. //
  466. // ROriginalJobsName
  467. //
  468. this.ROriginalJobsName.DataPropertyName = "ROriginalJobsName";
  469. this.ROriginalJobsName.HeaderText = "调整前工种";
  470. this.ROriginalJobsName.Name = "ROriginalJobsName";
  471. this.ROriginalJobsName.ReadOnly = true;
  472. //
  473. // RTargetJobsName
  474. //
  475. this.RTargetJobsName.DataPropertyName = "RTargetJobsName";
  476. this.RTargetJobsName.HeaderText = "调整后工种";
  477. this.RTargetJobsName.Name = "RTargetJobsName";
  478. this.RTargetJobsName.ReadOnly = true;
  479. //
  480. // ROriginalPostName
  481. //
  482. this.ROriginalPostName.DataPropertyName = "ROriginalPostName";
  483. this.ROriginalPostName.HeaderText = "调整前职务";
  484. this.ROriginalPostName.Name = "ROriginalPostName";
  485. this.ROriginalPostName.ReadOnly = true;
  486. //
  487. // RTargetPostName
  488. //
  489. this.RTargetPostName.DataPropertyName = "RTargetPostName";
  490. this.RTargetPostName.HeaderText = "调整后职务";
  491. this.RTargetPostName.Name = "RTargetPostName";
  492. this.RTargetPostName.ReadOnly = true;
  493. //
  494. // ExProbationEndDate
  495. //
  496. this.ExProbationEndDate.DataPropertyName = "ExProbationEndDate";
  497. this.ExProbationEndDate.HeaderText = "试用结束日期";
  498. this.ExProbationEndDate.Name = "ExProbationEndDate";
  499. this.ExProbationEndDate.ReadOnly = true;
  500. //
  501. // ApprovalStatusName
  502. //
  503. this.ApprovalStatusName.DataPropertyName = "RApprovalStatusName";
  504. this.ApprovalStatusName.HeaderText = "审批状态";
  505. this.ApprovalStatusName.Name = "ApprovalStatusName";
  506. this.ApprovalStatusName.ReadOnly = true;
  507. //
  508. // ApproverName
  509. //
  510. this.ApproverName.DataPropertyName = "RApproverName";
  511. this.ApproverName.HeaderText = "审批人";
  512. this.ApproverName.Name = "ApproverName";
  513. this.ApproverName.ReadOnly = true;
  514. //
  515. // ApprovalDate
  516. //
  517. this.ApprovalDate.DataPropertyName = "ApprovalDate";
  518. this.ApprovalDate.HeaderText = "审批日期";
  519. this.ApprovalDate.Name = "ApprovalDate";
  520. this.ApprovalDate.ReadOnly = true;
  521. //
  522. // Remarks
  523. //
  524. this.Remarks.DataPropertyName = "Remarks";
  525. this.Remarks.HeaderText = "备注";
  526. this.Remarks.Name = "Remarks";
  527. this.Remarks.ReadOnly = true;
  528. //
  529. // CreateTime
  530. //
  531. this.CreateTime.DataPropertyName = "CreateTime";
  532. this.CreateTime.HeaderText = "创建时间";
  533. this.CreateTime.Name = "CreateTime";
  534. this.CreateTime.ReadOnly = true;
  535. //
  536. // CreateUserName
  537. //
  538. this.CreateUserName.DataPropertyName = "RCreateUserName";
  539. this.CreateUserName.HeaderText = "创建人";
  540. this.CreateUserName.Name = "CreateUserName";
  541. this.CreateUserName.ReadOnly = true;
  542. //
  543. // UpdateTime
  544. //
  545. this.UpdateTime.DataPropertyName = "UpdateTime";
  546. this.UpdateTime.HeaderText = "修改时间";
  547. this.UpdateTime.Name = "UpdateTime";
  548. this.UpdateTime.ReadOnly = true;
  549. //
  550. // TurnoverDateName
  551. //
  552. this.TurnoverDateName.DataPropertyName = "RUpdateUserName";
  553. this.TurnoverDateName.HeaderText = "修改人";
  554. this.TurnoverDateName.Name = "TurnoverDateName";
  555. this.TurnoverDateName.ReadOnly = true;
  556. //
  557. // StaffRecordID
  558. //
  559. this.StaffRecordID.DataPropertyName = "StaffRecordID";
  560. this.StaffRecordID.HeaderText = "部门调整ID";
  561. this.StaffRecordID.Name = "StaffRecordID";
  562. this.StaffRecordID.ReadOnly = true;
  563. this.StaffRecordID.Visible = false;
  564. //
  565. // ApprovalStatus
  566. //
  567. this.ApprovalStatus.DataPropertyName = "ApprovalStatus";
  568. this.ApprovalStatus.HeaderText = "ApprovalStatus";
  569. this.ApprovalStatus.Name = "ApprovalStatus";
  570. this.ApprovalStatus.ReadOnly = true;
  571. this.ApprovalStatus.Visible = false;
  572. //
  573. // RecordType
  574. //
  575. this.RecordType.DataPropertyName = "RecordType";
  576. this.RecordType.HeaderText = "RecordType";
  577. this.RecordType.Name = "RecordType";
  578. this.RecordType.ReadOnly = true;
  579. this.RecordType.Visible = false;
  580. //
  581. // STAFFID
  582. //
  583. this.STAFFID.DataPropertyName = "STAFFID";
  584. this.STAFFID.HeaderText = "STAFFID";
  585. this.STAFFID.Name = "STAFFID";
  586. this.STAFFID.ReadOnly = true;
  587. this.STAFFID.Visible = false;
  588. //
  589. // SOPTIMESTAMP
  590. //
  591. this.SOPTIMESTAMP.DataPropertyName = "SOPTIMESTAMP";
  592. this.SOPTIMESTAMP.HeaderText = "SOPTIMESTAMP";
  593. this.SOPTIMESTAMP.Name = "SOPTIMESTAMP";
  594. this.SOPTIMESTAMP.ReadOnly = true;
  595. this.SOPTIMESTAMP.Visible = false;
  596. //
  597. // ROPTIMESTAMP
  598. //
  599. this.ROPTIMESTAMP.DataPropertyName = "ROPTIMESTAMP";
  600. this.ROPTIMESTAMP.HeaderText = "ROPTIMESTAMP";
  601. this.ROPTIMESTAMP.Name = "ROPTIMESTAMP";
  602. this.ROPTIMESTAMP.ReadOnly = true;
  603. this.ROPTIMESTAMP.Visible = false;
  604. //
  605. // TargetOrganizationID
  606. //
  607. this.TargetOrganizationID.DataPropertyName = "TargetOrganizationID";
  608. this.TargetOrganizationID.HeaderText = "TargetOrganizationID";
  609. this.TargetOrganizationID.Name = "TargetOrganizationID";
  610. this.TargetOrganizationID.ReadOnly = true;
  611. this.TargetOrganizationID.Visible = false;
  612. //
  613. // TargetJobs
  614. //
  615. this.TargetJobs.DataPropertyName = "TargetJobs";
  616. this.TargetJobs.HeaderText = "TargetJobs";
  617. this.TargetJobs.Name = "TargetJobs";
  618. this.TargetJobs.ReadOnly = true;
  619. this.TargetJobs.Visible = false;
  620. //
  621. // TargetStaffStatus
  622. //
  623. this.TargetStaffStatus.DataPropertyName = "TargetStaffStatus";
  624. this.TargetStaffStatus.HeaderText = "TargetStaffStatus";
  625. this.TargetStaffStatus.Name = "TargetStaffStatus";
  626. this.TargetStaffStatus.ReadOnly = true;
  627. this.TargetStaffStatus.Visible = false;
  628. //
  629. // TargetPost
  630. //
  631. this.TargetPost.DataPropertyName = "TargetPost";
  632. this.TargetPost.HeaderText = "TargetPost";
  633. this.TargetPost.Name = "TargetPost";
  634. this.TargetPost.ReadOnly = true;
  635. this.TargetPost.Visible = false;
  636. //
  637. // F_HR_0703
  638. //
  639. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  640. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  641. this.ClientSize = new System.Drawing.Size(989, 391);
  642. this.Controls.Add(this.dgvStaffRecord);
  643. this.Controls.Add(this.gbxCondition);
  644. this.Controls.Add(this.tsrOperate);
  645. this.MaximizeBox = false;
  646. this.MinimizeBox = false;
  647. this.Name = "F_HR_0703";
  648. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  649. this.Text = "F_HR_0703";
  650. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0703_FormClosed);
  651. this.Load += new System.EventHandler(this.F_HR_0703_Load);
  652. this.tsrOperate.ResumeLayout(false);
  653. this.tsrOperate.PerformLayout();
  654. this.gbxCondition.ResumeLayout(false);
  655. this.gbxCondition.PerformLayout();
  656. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffRecord)).EndInit();
  657. this.ResumeLayout(false);
  658. }
  659. #endregion
  660. private Basics.BaseControls.C_ToolStrip tsrOperate;
  661. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  662. private System.Windows.Forms.ToolStripButton tsbtnMoreCondition;
  663. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  664. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  665. private System.Windows.Forms.ToolStripButton tsbtnClose;
  666. private Basics.BaseControls.C_GroupBox gbxCondition;
  667. private Basics.BaseControls.C_TextBox txtStaffName;
  668. private Basics.BaseControls.C_Button btnSearch;
  669. private Basics.BaseControls.C_Button btnClearCondition;
  670. private System.Windows.Forms.TextBox txtOther;
  671. private Basics.BaseControls.C_Label c_Label2;
  672. private Basics.BaseControls.C_Label c_Label4;
  673. private Basics.BaseControls.C_Label c_Label1;
  674. private Basics.BaseControls.C_DataGridView dgvStaffRecord;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDate;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn ApplicantName;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn Reason;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn Suggestion;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalOrganizationName;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn RTargetOrganizationName;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalJobsName;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn RTargetJobsName;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalPostName;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn RTargetPostName;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn ExProbationEndDate;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalStatusName;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn ApproverName;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalDate;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDateName;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn StaffRecordID;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalStatus;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn RecordType;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFID;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn SOPTIMESTAMP;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn ROPTIMESTAMP;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn TargetOrganizationID;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn TargetJobs;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn TargetStaffStatus;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn TargetPost;
  708. private Basics.BaseControls.C_TextBox txtStaffCode;
  709. }
  710. }