F_HR_0601.Designer.cs 38 KB

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