F_HR_0603.Designer.cs 36 KB

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