F_HR_0701.Designer.cs 40 KB

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