FrmSearchRecord.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. namespace LYFZ.Software.UI.FinancialManagement.Payroll
  2. {
  3. partial class FrmSearchRecord
  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(FrmSearchRecord));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.dgvAll = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  49. this.txtTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  50. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  52. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.plExMainContainer.SuspendLayout();
  61. this.plFormMainContent.SuspendLayout();
  62. this.panelEx3.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvAll)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // plExMainContainer
  68. //
  69. this.plExMainContainer.Controls.Add(this.panelEx3);
  70. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  71. this.plExMainContainer.Size = new System.Drawing.Size(810, 545);
  72. //
  73. // plFormMainContent
  74. //
  75. this.plFormMainContent.Size = new System.Drawing.Size(810, 545);
  76. //
  77. // btnAppFormMaximize
  78. //
  79. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  80. this.btnAppFormMaximize.Location = new System.Drawing.Point(751, 0);
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. this.btnAppFormExit.Location = new System.Drawing.Point(778, 0);
  86. //
  87. // btnAppFormMinimize
  88. //
  89. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  90. this.btnAppFormMinimize.Location = new System.Drawing.Point(724, 0);
  91. //
  92. // panelEx3
  93. //
  94. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  95. this.panelEx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  96. this.panelEx3.BorderWidth = 1;
  97. this.panelEx3.Controls.Add(this.btnExPort);
  98. this.panelEx3.Controls.Add(this.dgvAll);
  99. this.panelEx3.Controls.Add(this.btnDelete);
  100. this.panelEx3.Controls.Add(this.btnSelect);
  101. this.panelEx3.Controls.Add(this.labelEx2);
  102. this.panelEx3.Controls.Add(this.txtTimeStart);
  103. this.panelEx3.Controls.Add(this.txtTimeEnd);
  104. this.panelEx3.Controls.Add(this.panelEx2);
  105. this.panelEx3.Controls.Add(this.dgv);
  106. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.panelEx3.Location = new System.Drawing.Point(10, 10);
  108. this.panelEx3.Name = "panelEx3";
  109. this.panelEx3.Size = new System.Drawing.Size(790, 525);
  110. this.panelEx3.TabIndex = 7;
  111. //
  112. // btnExPort
  113. //
  114. this.btnExPort.BackColor = System.Drawing.Color.Transparent;
  115. this.btnExPort.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExPort.BackImg")));
  116. this.btnExPort.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  117. this.btnExPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  118. this.btnExPort.ForeColor = System.Drawing.Color.White;
  119. this.btnExPort.IsCustomBackImg = false;
  120. this.btnExPort.IsShowText = true;
  121. this.btnExPort.Location = new System.Drawing.Point(425, 7);
  122. this.btnExPort.Name = "btnExPort";
  123. this.btnExPort.Size = new System.Drawing.Size(85, 28);
  124. this.btnExPort.TabIndex = 311;
  125. this.btnExPort.Text = " 导 出";
  126. this.btnExPort.UseVisualStyleBackColor = false;
  127. //
  128. // dgvAll
  129. //
  130. this.dgvAll.AllowUserToAddRows = false;
  131. this.dgvAll.AllowUserToDeleteRows = false;
  132. this.dgvAll.AllowUserToResizeRows = false;
  133. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  134. this.dgvAll.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  135. this.dgvAll.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  136. | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.dgvAll.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  139. this.dgvAll.BackgroundColor = System.Drawing.Color.White;
  140. this.dgvAll.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  141. this.dgvAll.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  142. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  143. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  144. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  146. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  147. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  148. this.dgvAll.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  149. this.dgvAll.ColumnHeadersHeight = 24;
  150. this.dgvAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  151. this.dgvAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  152. this.Column1,
  153. this.dataGridViewTextBoxColumn3,
  154. this.dataGridViewTextBoxColumn5,
  155. this.dataGridViewTextBoxColumn6,
  156. this.dataGridViewTextBoxColumn7});
  157. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  158. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  159. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  161. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  162. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  163. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  164. this.dgvAll.DefaultCellStyle = dataGridViewCellStyle3;
  165. this.dgvAll.EnableHeadersVisualStyles = false;
  166. this.dgvAll.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  167. this.dgvAll.GridViewUniquelyIdentify = resources.GetString("dgvAll.GridViewUniquelyIdentify");
  168. this.dgvAll.IsCompleteBonding = false;
  169. this.dgvAll.Location = new System.Drawing.Point(5, 50);
  170. this.dgvAll.MultiSelect = false;
  171. this.dgvAll.Name = "dgvAll";
  172. this.dgvAll.ReadOnly = true;
  173. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  174. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  175. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  177. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  178. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  179. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  180. this.dgvAll.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  181. this.dgvAll.RowHeadersVisible = false;
  182. this.dgvAll.RowTemplate.Height = 23;
  183. this.dgvAll.RowTemplate.ReadOnly = true;
  184. this.dgvAll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  185. this.dgvAll.Size = new System.Drawing.Size(780, 465);
  186. this.dgvAll.TabIndex = 310;
  187. //
  188. // Column1
  189. //
  190. this.Column1.HeaderText = "员工编号";
  191. this.Column1.Name = "Column1";
  192. this.Column1.ReadOnly = true;
  193. this.Column1.Visible = false;
  194. //
  195. // dataGridViewTextBoxColumn3
  196. //
  197. this.dataGridViewTextBoxColumn3.HeaderText = "员工姓名";
  198. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  199. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  200. //
  201. // dataGridViewTextBoxColumn5
  202. //
  203. this.dataGridViewTextBoxColumn5.HeaderText = "业绩金额";
  204. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  205. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  206. //
  207. // dataGridViewTextBoxColumn6
  208. //
  209. this.dataGridViewTextBoxColumn6.HeaderText = "计件提成";
  210. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  211. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  212. //
  213. // dataGridViewTextBoxColumn7
  214. //
  215. this.dataGridViewTextBoxColumn7.HeaderText = "提成工资";
  216. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  217. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  218. //
  219. // btnDelete
  220. //
  221. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  222. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  223. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  224. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btnDelete.ForeColor = System.Drawing.Color.White;
  226. this.btnDelete.IsCustomBackImg = false;
  227. this.btnDelete.IsShowText = true;
  228. this.btnDelete.Location = new System.Drawing.Point(334, 7);
  229. this.btnDelete.Name = "btnDelete";
  230. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  231. this.btnDelete.TabIndex = 309;
  232. this.btnDelete.Text = " 删 除";
  233. this.btnDelete.UseVisualStyleBackColor = false;
  234. //
  235. // btnSelect
  236. //
  237. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  238. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  239. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  240. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  241. this.btnSelect.ForeColor = System.Drawing.Color.White;
  242. this.btnSelect.IsCustomBackImg = false;
  243. this.btnSelect.IsShowText = true;
  244. this.btnSelect.Location = new System.Drawing.Point(243, 7);
  245. this.btnSelect.Name = "btnSelect";
  246. this.btnSelect.Size = new System.Drawing.Size(85, 28);
  247. this.btnSelect.TabIndex = 308;
  248. this.btnSelect.Text = " 查 询";
  249. this.btnSelect.UseVisualStyleBackColor = false;
  250. //
  251. // labelEx2
  252. //
  253. this.labelEx2.AutoSize = true;
  254. this.labelEx2.BackColor = System.Drawing.Color.WhiteSmoke;
  255. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  256. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  257. this.labelEx2.Location = new System.Drawing.Point(111, 13);
  258. this.labelEx2.Name = "labelEx2";
  259. this.labelEx2.Size = new System.Drawing.Size(21, 17);
  260. this.labelEx2.TabIndex = 307;
  261. this.labelEx2.Text = "—";
  262. //
  263. // txtTimeStart
  264. //
  265. this.txtTimeStart.CustomFormat = " ";
  266. this.txtTimeStart.DateValue = "";
  267. this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  268. this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  269. this.txtTimeStart.IsShowTime = false;
  270. this.txtTimeStart.Location = new System.Drawing.Point(14, 10);
  271. this.txtTimeStart.Name = "txtTimeStart";
  272. this.txtTimeStart.Size = new System.Drawing.Size(95, 23);
  273. this.txtTimeStart.TabIndex = 306;
  274. //
  275. // txtTimeEnd
  276. //
  277. this.txtTimeEnd.CustomFormat = " ";
  278. this.txtTimeEnd.DateValue = "";
  279. this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  280. this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  281. this.txtTimeEnd.IsShowTime = false;
  282. this.txtTimeEnd.Location = new System.Drawing.Point(134, 10);
  283. this.txtTimeEnd.Name = "txtTimeEnd";
  284. this.txtTimeEnd.Size = new System.Drawing.Size(95, 23);
  285. this.txtTimeEnd.TabIndex = 305;
  286. //
  287. // panelEx2
  288. //
  289. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  292. this.panelEx2.BorderWidth = 1;
  293. this.panelEx2.Location = new System.Drawing.Point(-1, 42);
  294. this.panelEx2.Name = "panelEx2";
  295. this.panelEx2.Size = new System.Drawing.Size(791, 1);
  296. this.panelEx2.TabIndex = 202;
  297. //
  298. // dgv
  299. //
  300. this.dgv.AllowUserToAddRows = false;
  301. this.dgv.AllowUserToDeleteRows = false;
  302. this.dgv.AllowUserToResizeRows = false;
  303. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  304. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  305. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  306. | System.Windows.Forms.AnchorStyles.Left)
  307. | System.Windows.Forms.AnchorStyles.Right)));
  308. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  309. this.dgv.BackgroundColor = System.Drawing.Color.White;
  310. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  311. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  312. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  313. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  314. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  316. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  317. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  318. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  319. this.dgv.ColumnHeadersHeight = 24;
  320. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  321. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  322. this.ID,
  323. this.Column2,
  324. this.Column3,
  325. this.Column4,
  326. this.Column5,
  327. this.Column6,
  328. this.Column7,
  329. this.Column8});
  330. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  331. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  332. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  334. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  335. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  336. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  337. this.dgv.DefaultCellStyle = dataGridViewCellStyle7;
  338. this.dgv.EnableHeadersVisualStyles = false;
  339. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  340. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  341. this.dgv.IsCompleteBonding = false;
  342. this.dgv.Location = new System.Drawing.Point(5, 50);
  343. this.dgv.MultiSelect = false;
  344. this.dgv.Name = "dgv";
  345. this.dgv.ReadOnly = true;
  346. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  347. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  348. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  350. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  351. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  352. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  353. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  354. this.dgv.RowHeadersVisible = false;
  355. this.dgv.RowTemplate.Height = 23;
  356. this.dgv.RowTemplate.ReadOnly = true;
  357. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  358. this.dgv.Size = new System.Drawing.Size(780, 465);
  359. this.dgv.TabIndex = 197;
  360. //
  361. // ID
  362. //
  363. this.ID.HeaderText = "编号";
  364. this.ID.Name = "ID";
  365. this.ID.ReadOnly = true;
  366. this.ID.Visible = false;
  367. //
  368. // Column2
  369. //
  370. this.Column2.HeaderText = "录入时间";
  371. this.Column2.Name = "Column2";
  372. this.Column2.ReadOnly = true;
  373. //
  374. // Column3
  375. //
  376. this.Column3.HeaderText = "员工";
  377. this.Column3.Name = "Column3";
  378. this.Column3.ReadOnly = true;
  379. //
  380. // Column4
  381. //
  382. this.Column4.HeaderText = "提成方案";
  383. this.Column4.Name = "Column4";
  384. this.Column4.ReadOnly = true;
  385. //
  386. // Column5
  387. //
  388. this.Column5.HeaderText = "业绩金额";
  389. this.Column5.Name = "Column5";
  390. this.Column5.ReadOnly = true;
  391. //
  392. // Column6
  393. //
  394. this.Column6.HeaderText = "计件提成";
  395. this.Column6.Name = "Column6";
  396. this.Column6.ReadOnly = true;
  397. //
  398. // Column7
  399. //
  400. this.Column7.HeaderText = "提成工资";
  401. this.Column7.Name = "Column7";
  402. this.Column7.ReadOnly = true;
  403. //
  404. // Column8
  405. //
  406. this.Column8.HeaderText = "录入人";
  407. this.Column8.Name = "Column8";
  408. this.Column8.ReadOnly = true;
  409. //
  410. // FrmSearchRecord
  411. //
  412. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  413. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  414. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  415. this.ClientSize = new System.Drawing.Size(810, 610);
  416. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  417. this.Name = "FrmSearchRecord";
  418. this.Text = "查看记录";
  419. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  420. this.plExMainContainer.ResumeLayout(false);
  421. this.plFormMainContent.ResumeLayout(false);
  422. this.panelEx3.ResumeLayout(false);
  423. this.panelEx3.PerformLayout();
  424. ((System.ComponentModel.ISupportInitialize)(this.dgvAll)).EndInit();
  425. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  426. this.ResumeLayout(false);
  427. }
  428. #endregion
  429. private ComponentLibrary.PanelEx panelEx3;
  430. private ComponentLibrary.PanelEx panelEx2;
  431. protected ComponentLibrary.DataGridViewEx dgv;
  432. protected ComponentLibrary.ButtonEx btnDelete;
  433. protected ComponentLibrary.ButtonEx btnSelect;
  434. private ComponentLibrary.LabelEx labelEx2;
  435. protected ComponentLibrary.DateTimePickerEx txtTimeStart;
  436. protected ComponentLibrary.DateTimePickerEx txtTimeEnd;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  445. protected ComponentLibrary.DataGridViewEx dgvAll;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  451. protected ComponentLibrary.ButtonEx btnExPort;
  452. }
  453. }