F_PM_1106.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1106
  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_PM_1106));
  29. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.comSettlementFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  39. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.comRAPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  41. this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  43. this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.RAPTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.REASON = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.RAPDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.RAPAMOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.AuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.AuditorUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.AuditlDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.SettlementFlagName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.RAPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.AUDITSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.OPTIMESTAMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  59. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  60. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  61. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  62. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  63. this.gbxCondition.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
  65. this.tsrOperate.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // gbxCondition
  69. //
  70. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  73. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  74. this.gbxCondition.Controls.Add(this.btnSearch);
  75. this.gbxCondition.Controls.Add(this.btnClearCondition);
  76. this.gbxCondition.Controls.Add(this.comSettlementFlag);
  77. this.gbxCondition.Controls.Add(this.c_Label3);
  78. this.gbxCondition.Controls.Add(this.comRAPType);
  79. this.gbxCondition.Controls.Add(this.lblStaffCode);
  80. this.gbxCondition.Controls.Add(this.dkStaffName);
  81. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  83. this.gbxCondition.IsMustInput = false;
  84. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  85. this.gbxCondition.Name = "gbxCondition";
  86. this.gbxCondition.OriginalHeight = -1;
  87. this.gbxCondition.Size = new System.Drawing.Size(941, 55);
  88. this.gbxCondition.TabIndex = 1;
  89. this.gbxCondition.TabStop = false;
  90. this.gbxCondition.Text = "查询条件 ▼";
  91. //
  92. // btnSearch
  93. //
  94. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  95. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  96. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  97. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.btnSearch.ForeColor = System.Drawing.Color.White;
  99. this.btnSearch.Location = new System.Drawing.Point(758, 20);
  100. this.btnSearch.Name = "btnSearch";
  101. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  102. this.btnSearch.TabIndex = 23;
  103. this.btnSearch.Text = "查询(&Q)";
  104. this.btnSearch.UseVisualStyleBackColor = false;
  105. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  106. //
  107. // btnClearCondition
  108. //
  109. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  110. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  111. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  112. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  114. this.btnClearCondition.Location = new System.Drawing.Point(849, 20);
  115. this.btnClearCondition.Name = "btnClearCondition";
  116. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  117. this.btnClearCondition.TabIndex = 24;
  118. this.btnClearCondition.Text = "清空条件(&C)";
  119. this.btnClearCondition.UseVisualStyleBackColor = false;
  120. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  121. //
  122. // comSettlementFlag
  123. //
  124. this.comSettlementFlag.BackgroundColor = System.Drawing.SystemColors.Window;
  125. this.comSettlementFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.comSettlementFlag.FormattingEnabled = true;
  127. this.comSettlementFlag.Location = new System.Drawing.Point(527, 23);
  128. this.comSettlementFlag.Name = "comSettlementFlag";
  129. this.comSettlementFlag.Size = new System.Drawing.Size(140, 20);
  130. this.comSettlementFlag.TabIndex = 22;
  131. //
  132. // c_Label3
  133. //
  134. this.c_Label3.AutoSize = true;
  135. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  136. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  138. this.c_Label3.Location = new System.Drawing.Point(468, 27);
  139. this.c_Label3.Name = "c_Label3";
  140. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  141. this.c_Label3.TabIndex = 21;
  142. this.c_Label3.Text = "结算标识";
  143. //
  144. // comRAPType
  145. //
  146. this.comRAPType.BackgroundColor = System.Drawing.SystemColors.Window;
  147. this.comRAPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.comRAPType.FormattingEnabled = true;
  149. this.comRAPType.Location = new System.Drawing.Point(311, 23);
  150. this.comRAPType.Name = "comRAPType";
  151. this.comRAPType.Size = new System.Drawing.Size(140, 20);
  152. this.comRAPType.TabIndex = 17;
  153. //
  154. // lblStaffCode
  155. //
  156. this.lblStaffCode.AutoSize = true;
  157. this.lblStaffCode.BackColor = System.Drawing.Color.Transparent;
  158. this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lblStaffCode.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this.lblStaffCode.Location = new System.Drawing.Point(252, 27);
  161. this.lblStaffCode.Name = "lblStaffCode";
  162. this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
  163. this.lblStaffCode.TabIndex = 16;
  164. this.lblStaffCode.Text = "奖惩类型";
  165. //
  166. // dkStaffName
  167. //
  168. this.dkStaffName.DataSource = null;
  169. this.dkStaffName.Enabled = true;
  170. this.dkStaffName.IsMustInput = false;
  171. this.dkStaffName.Location = new System.Drawing.Point(13, 22);
  172. this.dkStaffName.Name = "dkStaffName";
  173. this.dkStaffName.PurviewType = ((byte)(0));
  174. this.dkStaffName.Size = new System.Drawing.Size(223, 21);
  175. dkStaffEntity1.AccountID = 0;
  176. dkStaffEntity1.ExProbationEndDate = null;
  177. dkStaffEntity1.Jobs = 0;
  178. dkStaffEntity1.JobsName = null;
  179. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  180. dkStaffEntity1.OrganizationID = 0;
  181. dkStaffEntity1.OrganizationName = null;
  182. dkStaffEntity1.Post = 0;
  183. dkStaffEntity1.PostName = null;
  184. dkStaffEntity1.StaffCode = null;
  185. dkStaffEntity1.StaffID = 0;
  186. dkStaffEntity1.StaffName = null;
  187. dkStaffEntity1.StaffStatus = 0;
  188. dkStaffEntity1.UserCode = null;
  189. dkStaffEntity1.UserID = 0;
  190. dkStaffEntity1.UserName = null;
  191. dkStaffEntity1.ValueFlag = false;
  192. this.dkStaffName.StaffEntity = dkStaffEntity1;
  193. this.dkStaffName.TabIndex = 5;
  194. this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  195. this.dkStaffName.UserCode = "";
  196. this.dkStaffName.UserName = null;
  197. this.dkStaffName.UserRow = null;
  198. this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  199. //
  200. // dgvStaff
  201. //
  202. this.dgvStaff.AllowUserToAddRows = false;
  203. this.dgvStaff.AllowUserToDeleteRows = false;
  204. this.dgvStaff.AllowUserToModifyRows = true;
  205. this.dgvStaff.AllowUserToOrderColumns = true;
  206. this.dgvStaff.AllowUserToResizeRows = false;
  207. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  208. this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  209. this.dgvStaff.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  210. | System.Windows.Forms.AnchorStyles.Left)
  211. | System.Windows.Forms.AnchorStyles.Right)));
  212. this.dgvStaff.BorderStyle = System.Windows.Forms.BorderStyle.None;
  213. this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  214. this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  215. this.dgvStaff.CellHeight = 23;
  216. this.dgvStaff.ChildNodeColumnName = null;
  217. this.dgvStaff.ChildNodeColumnText = null;
  218. this.dgvStaff.ColumnDeep = 1;
  219. this.dgvStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  220. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  221. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  222. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  224. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  225. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  226. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  227. this.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  228. this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  229. this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  230. this.StaffCode,
  231. this.StaffName,
  232. this.RAPTypeName,
  233. this.REASON,
  234. this.RAPDATE,
  235. this.RAPAMOUNT,
  236. this.REMARKS,
  237. this.AuditStatusName,
  238. this.AuditorUserName,
  239. this.AuditlDate,
  240. this.SettlementFlagName,
  241. this.RAPID,
  242. this.AUDITSTATUS,
  243. this.OPTIMESTAMP});
  244. this.dgvStaff.ColumnTreeView = null;
  245. this.dgvStaff.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)));
  246. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  247. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  248. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  250. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  251. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  252. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  253. this.dgvStaff.DefaultCellStyle = dataGridViewCellStyle3;
  254. this.dgvStaff.DynamicColumnName = "";
  255. this.dgvStaff.EnableHeadersVisualStyles = false;
  256. this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.dgvStaff.IsAutoCountSum = true;
  258. this.dgvStaff.IsAutoResizeColumns = false;
  259. this.dgvStaff.IsClickF12 = false;
  260. this.dgvStaff.IsSubTotalFlag = false;
  261. this.dgvStaff.Location = new System.Drawing.Point(0, 98);
  262. this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  263. this.dgvStaff.MultiSelect = false;
  264. this.dgvStaff.Name = "dgvStaff";
  265. this.dgvStaff.ReadOnly = true;
  266. this.dgvStaff.RefreshAtHscroll = false;
  267. this.dgvStaff.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  268. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  269. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  270. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  272. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  273. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  274. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  275. this.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  276. this.dgvStaff.RowHeadersWidth = 50;
  277. this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  278. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  279. this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle5;
  280. this.dgvStaff.RowTemplate.Height = 21;
  281. this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  282. this.dgvStaff.Size = new System.Drawing.Size(941, 509);
  283. this.dgvStaff.SortOrderColumnName = null;
  284. this.dgvStaff.TabIndex = 12;
  285. this.dgvStaff.Tag = true;
  286. this.dgvStaff.TotalSumColumns = null;
  287. this.dgvStaff.ViewRowFilter = "";
  288. this.dgvStaff.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaff_CellEnter);
  289. this.dgvStaff.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaff_CellMouseDoubleClick);
  290. //
  291. // StaffCode
  292. //
  293. this.StaffCode.DataPropertyName = "StaffCode";
  294. this.StaffCode.HeaderText = "员工编号";
  295. this.StaffCode.Name = "StaffCode";
  296. this.StaffCode.ReadOnly = true;
  297. //
  298. // StaffName
  299. //
  300. this.StaffName.DataPropertyName = "StaffName";
  301. this.StaffName.HeaderText = "员工姓名";
  302. this.StaffName.Name = "StaffName";
  303. this.StaffName.ReadOnly = true;
  304. //
  305. // RAPTypeName
  306. //
  307. this.RAPTypeName.DataPropertyName = "RAPTypeName";
  308. this.RAPTypeName.HeaderText = "奖惩类型";
  309. this.RAPTypeName.Name = "RAPTypeName";
  310. this.RAPTypeName.ReadOnly = true;
  311. //
  312. // REASON
  313. //
  314. this.REASON.DataPropertyName = "REASON";
  315. this.REASON.HeaderText = "奖惩原因";
  316. this.REASON.Name = "REASON";
  317. this.REASON.ReadOnly = true;
  318. //
  319. // RAPDATE
  320. //
  321. this.RAPDATE.DataPropertyName = "RAPDATE";
  322. this.RAPDATE.HeaderText = "奖惩日期";
  323. this.RAPDATE.Name = "RAPDATE";
  324. this.RAPDATE.ReadOnly = true;
  325. //
  326. // RAPAMOUNT
  327. //
  328. this.RAPAMOUNT.DataPropertyName = "RAPAMOUNT";
  329. this.RAPAMOUNT.HeaderText = "奖惩金额";
  330. this.RAPAMOUNT.Name = "RAPAMOUNT";
  331. this.RAPAMOUNT.ReadOnly = true;
  332. //
  333. // REMARKS
  334. //
  335. this.REMARKS.DataPropertyName = "REMARKS";
  336. this.REMARKS.HeaderText = "备注";
  337. this.REMARKS.Name = "REMARKS";
  338. this.REMARKS.ReadOnly = true;
  339. //
  340. // AuditStatusName
  341. //
  342. this.AuditStatusName.DataPropertyName = "AuditStatusName";
  343. this.AuditStatusName.HeaderText = "审核状态";
  344. this.AuditStatusName.Name = "AuditStatusName";
  345. this.AuditStatusName.ReadOnly = true;
  346. //
  347. // AuditorUserName
  348. //
  349. this.AuditorUserName.DataPropertyName = "AuditorUserName";
  350. this.AuditorUserName.HeaderText = "审核人";
  351. this.AuditorUserName.Name = "AuditorUserName";
  352. this.AuditorUserName.ReadOnly = true;
  353. //
  354. // AuditlDate
  355. //
  356. this.AuditlDate.DataPropertyName = "AuditlDate";
  357. this.AuditlDate.HeaderText = "审核日期";
  358. this.AuditlDate.Name = "AuditlDate";
  359. this.AuditlDate.ReadOnly = true;
  360. //
  361. // SettlementFlagName
  362. //
  363. this.SettlementFlagName.DataPropertyName = "SettlementFlagName";
  364. this.SettlementFlagName.HeaderText = "工资结算标识";
  365. this.SettlementFlagName.Name = "SettlementFlagName";
  366. this.SettlementFlagName.ReadOnly = true;
  367. //
  368. // RAPID
  369. //
  370. this.RAPID.DataPropertyName = "RAPID";
  371. this.RAPID.HeaderText = "RAPID";
  372. this.RAPID.Name = "RAPID";
  373. this.RAPID.ReadOnly = true;
  374. this.RAPID.Visible = false;
  375. //
  376. // AUDITSTATUS
  377. //
  378. this.AUDITSTATUS.DataPropertyName = "AUDITSTATUS";
  379. this.AUDITSTATUS.HeaderText = "AUDITSTATUS";
  380. this.AUDITSTATUS.Name = "AUDITSTATUS";
  381. this.AUDITSTATUS.ReadOnly = true;
  382. this.AUDITSTATUS.Visible = false;
  383. //
  384. // OPTIMESTAMP
  385. //
  386. this.OPTIMESTAMP.DataPropertyName = "OPTIMESTAMP";
  387. this.OPTIMESTAMP.HeaderText = "OPTIMESTAMP";
  388. this.OPTIMESTAMP.Name = "OPTIMESTAMP";
  389. this.OPTIMESTAMP.ReadOnly = true;
  390. this.OPTIMESTAMP.Visible = false;
  391. //
  392. // tsrOperate
  393. //
  394. this.tsrOperate.AutoSize = false;
  395. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  396. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  397. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  399. this.tsbtnApprover,
  400. this.toolStripSeparator1,
  401. this.tsbtnAdaptive,
  402. this.tsbtnClose});
  403. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  404. this.tsrOperate.Name = "tsrOperate";
  405. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  406. this.tsrOperate.ShowItemToolTips = false;
  407. this.tsrOperate.Size = new System.Drawing.Size(953, 35);
  408. this.tsrOperate.TabIndex = 0;
  409. this.tsrOperate.Text = "toolStrip1";
  410. //
  411. // tsbtnApprover
  412. //
  413. this.tsbtnApprover.AutoSize = false;
  414. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  416. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  417. this.tsbtnApprover.Name = "tsbtnApprover";
  418. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  419. this.tsbtnApprover.Text = "审批(&O)";
  420. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  421. //
  422. // toolStripSeparator1
  423. //
  424. this.toolStripSeparator1.AutoSize = false;
  425. this.toolStripSeparator1.Name = "toolStripSeparator1";
  426. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  427. //
  428. // tsbtnAdaptive
  429. //
  430. this.tsbtnAdaptive.AutoSize = false;
  431. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  433. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  434. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  435. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  436. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  437. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  438. //
  439. // tsbtnClose
  440. //
  441. this.tsbtnClose.AutoSize = false;
  442. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  444. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  445. this.tsbtnClose.Name = "tsbtnClose";
  446. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  447. this.tsbtnClose.Text = "关闭(&X)";
  448. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  449. //
  450. // F_PM_1106
  451. //
  452. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  453. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  454. this.ClientSize = new System.Drawing.Size(953, 618);
  455. this.Controls.Add(this.dgvStaff);
  456. this.Controls.Add(this.gbxCondition);
  457. this.Controls.Add(this.tsrOperate);
  458. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  459. this.MaximizeBox = false;
  460. this.MinimizeBox = false;
  461. this.Name = "F_PM_1106";
  462. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  463. this.Text = "进度奖惩审核";
  464. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1106_FormClosed);
  465. this.Load += new System.EventHandler(this.F_PM_1106_Load);
  466. this.gbxCondition.ResumeLayout(false);
  467. this.gbxCondition.PerformLayout();
  468. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
  469. this.tsrOperate.ResumeLayout(false);
  470. this.tsrOperate.PerformLayout();
  471. this.ResumeLayout(false);
  472. }
  473. #endregion
  474. private Basics.BaseControls.C_GroupBox gbxCondition;
  475. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip tsrOperate;
  476. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  477. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  478. private System.Windows.Forms.ToolStripButton tsbtnClose;
  479. private Basics.BaseControls.C_DataGridView dgvStaff;
  480. private Controls.dkStaffSearchBox dkStaffName;
  481. private Basics.BaseControls.C_ComboBox comRAPType;
  482. private Basics.BaseControls.C_Label lblStaffCode;
  483. private Basics.BaseControls.C_ComboBox comSettlementFlag;
  484. private Basics.BaseControls.C_Label c_Label3;
  485. private Basics.BaseControls.C_Button btnSearch;
  486. private Basics.BaseControls.C_Button btnClearCondition;
  487. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn RAPTypeName;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn REASON;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn RAPDATE;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn RAPAMOUNT;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatusName;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn AuditorUserName;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn AuditlDate;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlagName;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn RAPID;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn AUDITSTATUS;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn OPTIMESTAMP;
  502. }
  503. }