F_HR_0503.Designer.cs 37 KB

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