FrmCashExpenditures.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. namespace LYFZ.Software.UI.FinancialManagement
  2. {
  3. partial class FrmCashExpenditures
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCashExpenditures));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.btnEntry = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnReport = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  39. this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.dtpDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  41. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.dtpDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  43. this.panelQuery = new LYFZ.ComponentLibrary.PanelEx();
  44. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.panelConditionQuery = new LYFZ.ComponentLibrary.PanelEx();
  46. this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  53. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
  55. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.panelEx1.SuspendLayout();
  59. this.flowLayoutPanel1.SuspendLayout();
  60. this.panelEx14.SuspendLayout();
  61. this.panelQuery.SuspendLayout();
  62. this.panelConditionQuery.SuspendLayout();
  63. this.panelEx2.SuspendLayout();
  64. this.panelEx3.SuspendLayout();
  65. this.panelEx4.SuspendLayout();
  66. this.panelEx5.SuspendLayout();
  67. this.panelEx6.SuspendLayout();
  68. this.panelEx7.SuspendLayout();
  69. this.panelClose.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // plExMainContainer
  74. //
  75. this.plExMainContainer.AutoScroll = true;
  76. this.plExMainContainer.Controls.Add(this.panelEx1);
  77. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  78. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  79. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  80. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  81. //
  82. // btnAppFormMaximize
  83. //
  84. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  85. //
  86. // btnAppFormExit
  87. //
  88. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  89. //
  90. // btnAppFormMinimize
  91. //
  92. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  93. //
  94. // btnEntry
  95. //
  96. this.btnEntry.BackColor = System.Drawing.Color.Transparent;
  97. this.btnEntry.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEntry.BackImg")));
  98. this.btnEntry.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  99. this.btnEntry.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  100. this.btnEntry.ForeColor = System.Drawing.Color.White;
  101. this.btnEntry.IsCustomBackImg = false;
  102. this.btnEntry.IsShowText = true;
  103. this.btnEntry.Location = new System.Drawing.Point(2, 2);
  104. this.btnEntry.Name = "btnEntry";
  105. this.btnEntry.Size = new System.Drawing.Size(85, 26);
  106. this.btnEntry.TabIndex = 173;
  107. this.btnEntry.Text = " 录 入";
  108. this.btnEntry.UseVisualStyleBackColor = false;
  109. //
  110. // btnClose
  111. //
  112. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  113. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  114. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  115. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  116. this.btnClose.ForeColor = System.Drawing.Color.White;
  117. this.btnClose.IsCustomBackImg = false;
  118. this.btnClose.IsShowText = true;
  119. this.btnClose.Location = new System.Drawing.Point(2, 2);
  120. this.btnClose.Name = "btnClose";
  121. this.btnClose.Size = new System.Drawing.Size(85, 26);
  122. this.btnClose.TabIndex = 174;
  123. this.btnClose.Text = " 关 闭";
  124. this.btnClose.UseVisualStyleBackColor = false;
  125. //
  126. // btnUpdate
  127. //
  128. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  129. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  130. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  131. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  132. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  133. this.btnUpdate.IsCustomBackImg = false;
  134. this.btnUpdate.IsShowText = true;
  135. this.btnUpdate.Location = new System.Drawing.Point(2, 2);
  136. this.btnUpdate.Name = "btnUpdate";
  137. this.btnUpdate.Size = new System.Drawing.Size(85, 26);
  138. this.btnUpdate.TabIndex = 177;
  139. this.btnUpdate.Text = " 修 改";
  140. this.btnUpdate.UseVisualStyleBackColor = false;
  141. //
  142. // btnDelete
  143. //
  144. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  145. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  146. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  147. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  148. this.btnDelete.ForeColor = System.Drawing.Color.White;
  149. this.btnDelete.IsCustomBackImg = false;
  150. this.btnDelete.IsShowText = true;
  151. this.btnDelete.Location = new System.Drawing.Point(2, 2);
  152. this.btnDelete.Name = "btnDelete";
  153. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  154. this.btnDelete.TabIndex = 178;
  155. this.btnDelete.Text = " 删 除";
  156. this.btnDelete.UseVisualStyleBackColor = false;
  157. //
  158. // btnPrint
  159. //
  160. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  161. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  162. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  163. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  164. this.btnPrint.ForeColor = System.Drawing.Color.White;
  165. this.btnPrint.IsCustomBackImg = false;
  166. this.btnPrint.IsShowText = true;
  167. this.btnPrint.Location = new System.Drawing.Point(2, 2);
  168. this.btnPrint.Name = "btnPrint";
  169. this.btnPrint.Size = new System.Drawing.Size(85, 26);
  170. this.btnPrint.TabIndex = 179;
  171. this.btnPrint.Text = " 打印单据";
  172. this.btnPrint.UseVisualStyleBackColor = false;
  173. //
  174. // btnReport
  175. //
  176. this.btnReport.BackColor = System.Drawing.Color.Transparent;
  177. this.btnReport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReport.BackImg")));
  178. this.btnReport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  179. this.btnReport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  180. this.btnReport.ForeColor = System.Drawing.Color.White;
  181. this.btnReport.IsCustomBackImg = false;
  182. this.btnReport.IsShowText = true;
  183. this.btnReport.Location = new System.Drawing.Point(2, 2);
  184. this.btnReport.Name = "btnReport";
  185. this.btnReport.Size = new System.Drawing.Size(85, 26);
  186. this.btnReport.TabIndex = 180;
  187. this.btnReport.Text = " 报 表";
  188. this.btnReport.UseVisualStyleBackColor = false;
  189. //
  190. // panelEx1
  191. //
  192. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  193. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  194. this.panelEx1.BorderWidth = 1;
  195. this.panelEx1.Controls.Add(this.dgvData);
  196. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  197. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  199. this.panelEx1.Name = "panelEx1";
  200. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  201. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  202. this.panelEx1.TabIndex = 4;
  203. //
  204. // flowLayoutPanel1
  205. //
  206. this.flowLayoutPanel1.Controls.Add(this.panelEx14);
  207. this.flowLayoutPanel1.Controls.Add(this.panelQuery);
  208. this.flowLayoutPanel1.Controls.Add(this.panelConditionQuery);
  209. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  210. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  211. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  212. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  213. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  214. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  215. this.flowLayoutPanel1.Controls.Add(this.panelClose);
  216. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  217. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  218. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  219. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  220. this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 40);
  221. this.flowLayoutPanel1.TabIndex = 226;
  222. //
  223. // panelEx14
  224. //
  225. this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  226. this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  227. this.panelEx14.BorderWidth = 1;
  228. this.panelEx14.Controls.Add(this.dtpDateTimeEnd);
  229. this.panelEx14.Controls.Add(this.labelEx1);
  230. this.panelEx14.Controls.Add(this.dtpDateTimeStart);
  231. this.panelEx14.Location = new System.Drawing.Point(1, 5);
  232. this.panelEx14.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  233. this.panelEx14.Name = "panelEx14";
  234. this.panelEx14.Size = new System.Drawing.Size(230, 30);
  235. this.panelEx14.TabIndex = 228;
  236. //
  237. // dtpDateTimeEnd
  238. //
  239. this.dtpDateTimeEnd.CustomFormat = " ";
  240. this.dtpDateTimeEnd.DateValue = "";
  241. this.dtpDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  242. this.dtpDateTimeEnd.IsShowTime = false;
  243. this.dtpDateTimeEnd.Location = new System.Drawing.Point(124, 5);
  244. this.dtpDateTimeEnd.Name = "dtpDateTimeEnd";
  245. this.dtpDateTimeEnd.Size = new System.Drawing.Size(95, 21);
  246. this.dtpDateTimeEnd.TabIndex = 5;
  247. //
  248. // labelEx1
  249. //
  250. this.labelEx1.AutoSize = true;
  251. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  252. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  253. this.labelEx1.Location = new System.Drawing.Point(101, 7);
  254. this.labelEx1.Name = "labelEx1";
  255. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  256. this.labelEx1.TabIndex = 4;
  257. this.labelEx1.Text = "—";
  258. //
  259. // dtpDateTimeStart
  260. //
  261. this.dtpDateTimeStart.CustomFormat = " ";
  262. this.dtpDateTimeStart.DateValue = "";
  263. this.dtpDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  264. this.dtpDateTimeStart.IsShowTime = false;
  265. this.dtpDateTimeStart.Location = new System.Drawing.Point(4, 5);
  266. this.dtpDateTimeStart.Name = "dtpDateTimeStart";
  267. this.dtpDateTimeStart.Size = new System.Drawing.Size(95, 21);
  268. this.dtpDateTimeStart.TabIndex = 3;
  269. //
  270. // panelQuery
  271. //
  272. this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  273. this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  274. this.panelQuery.BorderWidth = 1;
  275. this.panelQuery.Controls.Add(this.btnQuery);
  276. this.panelQuery.Location = new System.Drawing.Point(233, 5);
  277. this.panelQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  278. this.panelQuery.Name = "panelQuery";
  279. this.panelQuery.Size = new System.Drawing.Size(90, 30);
  280. this.panelQuery.TabIndex = 234;
  281. //
  282. // btnQuery
  283. //
  284. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  285. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  286. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  287. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  288. this.btnQuery.ForeColor = System.Drawing.Color.White;
  289. this.btnQuery.IsCustomBackImg = false;
  290. this.btnQuery.IsShowText = true;
  291. this.btnQuery.Location = new System.Drawing.Point(2, 2);
  292. this.btnQuery.Name = "btnQuery";
  293. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  294. this.btnQuery.TabIndex = 211;
  295. this.btnQuery.Text = " 查 询";
  296. this.btnQuery.UseVisualStyleBackColor = false;
  297. //
  298. // panelConditionQuery
  299. //
  300. this.panelConditionQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  301. this.panelConditionQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  302. this.panelConditionQuery.BorderWidth = 1;
  303. this.panelConditionQuery.Controls.Add(this.btnConditionQuery);
  304. this.panelConditionQuery.Location = new System.Drawing.Point(325, 5);
  305. this.panelConditionQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  306. this.panelConditionQuery.Name = "panelConditionQuery";
  307. this.panelConditionQuery.Size = new System.Drawing.Size(90, 30);
  308. this.panelConditionQuery.TabIndex = 235;
  309. //
  310. // btnConditionQuery
  311. //
  312. this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
  313. this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
  314. this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  315. this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  316. this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
  317. this.btnConditionQuery.IsCustomBackImg = false;
  318. this.btnConditionQuery.IsShowText = true;
  319. this.btnConditionQuery.Location = new System.Drawing.Point(2, 2);
  320. this.btnConditionQuery.Name = "btnConditionQuery";
  321. this.btnConditionQuery.Size = new System.Drawing.Size(85, 26);
  322. this.btnConditionQuery.TabIndex = 211;
  323. this.btnConditionQuery.Text = " 条件查询";
  324. this.btnConditionQuery.UseVisualStyleBackColor = false;
  325. //
  326. // panelEx2
  327. //
  328. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  329. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  330. this.panelEx2.BorderWidth = 1;
  331. this.panelEx2.Controls.Add(this.btnEntry);
  332. this.panelEx2.Location = new System.Drawing.Point(417, 5);
  333. this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  334. this.panelEx2.Name = "panelEx2";
  335. this.panelEx2.Size = new System.Drawing.Size(90, 30);
  336. this.panelEx2.TabIndex = 225;
  337. //
  338. // panelEx3
  339. //
  340. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  341. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  342. this.panelEx3.BorderWidth = 1;
  343. this.panelEx3.Controls.Add(this.btnUpdate);
  344. this.panelEx3.Location = new System.Drawing.Point(509, 5);
  345. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  346. this.panelEx3.Name = "panelEx3";
  347. this.panelEx3.Size = new System.Drawing.Size(90, 30);
  348. this.panelEx3.TabIndex = 226;
  349. //
  350. // panelEx4
  351. //
  352. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  353. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  354. this.panelEx4.BorderWidth = 1;
  355. this.panelEx4.Controls.Add(this.btnDelete);
  356. this.panelEx4.Location = new System.Drawing.Point(601, 5);
  357. this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  358. this.panelEx4.Name = "panelEx4";
  359. this.panelEx4.Size = new System.Drawing.Size(90, 30);
  360. this.panelEx4.TabIndex = 226;
  361. //
  362. // panelEx5
  363. //
  364. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  365. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  366. this.panelEx5.BorderWidth = 1;
  367. this.panelEx5.Controls.Add(this.btnPrint);
  368. this.panelEx5.Location = new System.Drawing.Point(693, 5);
  369. this.panelEx5.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  370. this.panelEx5.Name = "panelEx5";
  371. this.panelEx5.Size = new System.Drawing.Size(90, 30);
  372. this.panelEx5.TabIndex = 227;
  373. //
  374. // panelEx6
  375. //
  376. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  377. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  378. this.panelEx6.BorderWidth = 1;
  379. this.panelEx6.Controls.Add(this.btnReport);
  380. this.panelEx6.Location = new System.Drawing.Point(785, 5);
  381. this.panelEx6.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  382. this.panelEx6.Name = "panelEx6";
  383. this.panelEx6.Size = new System.Drawing.Size(90, 30);
  384. this.panelEx6.TabIndex = 228;
  385. //
  386. // panelEx7
  387. //
  388. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  389. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  390. this.panelEx7.BorderWidth = 1;
  391. this.panelEx7.Controls.Add(this.btnExport);
  392. this.panelEx7.Location = new System.Drawing.Point(1, 39);
  393. this.panelEx7.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  394. this.panelEx7.Name = "panelEx7";
  395. this.panelEx7.Size = new System.Drawing.Size(90, 30);
  396. this.panelEx7.TabIndex = 236;
  397. //
  398. // btnExport
  399. //
  400. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  401. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  402. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  403. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  404. this.btnExport.ForeColor = System.Drawing.Color.White;
  405. this.btnExport.IsCustomBackImg = false;
  406. this.btnExport.IsShowText = true;
  407. this.btnExport.Location = new System.Drawing.Point(2, 2);
  408. this.btnExport.Name = "btnExport";
  409. this.btnExport.Size = new System.Drawing.Size(85, 26);
  410. this.btnExport.TabIndex = 174;
  411. this.btnExport.Text = " 导 出";
  412. this.btnExport.UseVisualStyleBackColor = false;
  413. //
  414. // panelClose
  415. //
  416. this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  417. this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  418. this.panelClose.BorderWidth = 1;
  419. this.panelClose.Controls.Add(this.btnClose);
  420. this.panelClose.Location = new System.Drawing.Point(93, 39);
  421. this.panelClose.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  422. this.panelClose.Name = "panelClose";
  423. this.panelClose.Size = new System.Drawing.Size(90, 30);
  424. this.panelClose.TabIndex = 229;
  425. //
  426. // dgvData
  427. //
  428. this.dgvData.AllowUserToAddRows = false;
  429. this.dgvData.AllowUserToDeleteRows = false;
  430. this.dgvData.AllowUserToResizeRows = false;
  431. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  432. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  433. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  434. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  435. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  437. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  438. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  439. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  440. this.dgvData.ColumnHeadersHeight = 24;
  441. this.dgvData.dgvColumnHeadersHeight = 24;
  442. this.dgvData.dgvCurrentColumnOriginalSet = "";
  443. this.dgvData.dgvCurrentColumnWidth = "";
  444. this.dgvData.dgvCurrentHideColumn = null;
  445. this.dgvData.dgvFixedHideColumn = "";
  446. this.dgvData.dgvGuidName = null;
  447. this.dgvData.dgvUserEmployeeID = null;
  448. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  449. this.dgvData.EnableHeadersVisualStyles = false;
  450. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  451. this.dgvData.ImageHeight = 15;
  452. this.dgvData.ImageWidth = 15;
  453. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  454. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  455. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  456. this.dgvData.IsCompleteBonding = false;
  457. this.dgvData.IsCopyCellValue = true;
  458. this.dgvData.IsShowSerialNumber = true;
  459. this.dgvData.IsSortedRedraw = true;
  460. this.dgvData.IsSortMode = false;
  461. this.dgvData.Location = new System.Drawing.Point(2, 42);
  462. this.dgvData.Name = "dgvData";
  463. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  464. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  465. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  467. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  468. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  469. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  470. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  471. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  472. this.dgvData.RowHeadersWidth = 40;
  473. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  474. this.dgvData.RowTemplate.Height = 23;
  475. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  476. this.dgvData.Size = new System.Drawing.Size(896, 441);
  477. this.dgvData.StrSecondStageNull = "";
  478. this.dgvData.StrValueNullColumn = "";
  479. this.dgvData.TabIndex = 227;
  480. this.dgvData.ViceCount = 1;
  481. //
  482. // FrmCashExpenditures
  483. //
  484. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  485. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  486. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  487. this.ClientSize = new System.Drawing.Size(910, 610);
  488. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  489. this.IsShowUcNavigationTool = true;
  490. this.Name = "FrmCashExpenditures";
  491. this.Text = "费用支出录入";
  492. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  493. this.plExMainContainer.ResumeLayout(false);
  494. this.plFormMainContent.ResumeLayout(false);
  495. this.panelEx1.ResumeLayout(false);
  496. this.flowLayoutPanel1.ResumeLayout(false);
  497. this.panelEx14.ResumeLayout(false);
  498. this.panelEx14.PerformLayout();
  499. this.panelQuery.ResumeLayout(false);
  500. this.panelConditionQuery.ResumeLayout(false);
  501. this.panelEx2.ResumeLayout(false);
  502. this.panelEx3.ResumeLayout(false);
  503. this.panelEx4.ResumeLayout(false);
  504. this.panelEx5.ResumeLayout(false);
  505. this.panelEx6.ResumeLayout(false);
  506. this.panelEx7.ResumeLayout(false);
  507. this.panelClose.ResumeLayout(false);
  508. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  509. this.ResumeLayout(false);
  510. }
  511. #endregion
  512. private ComponentLibrary.PanelEx panelEx1;
  513. protected ComponentLibrary.ButtonEx btnReport;
  514. protected ComponentLibrary.ButtonEx btnPrint;
  515. protected ComponentLibrary.ButtonEx btnDelete;
  516. protected ComponentLibrary.ButtonEx btnUpdate;
  517. protected ComponentLibrary.ButtonEx btnClose;
  518. protected ComponentLibrary.ButtonEx btnEntry;
  519. private ComponentLibrary.PanelEx panelEx2;
  520. private ComponentLibrary.PanelEx panelEx3;
  521. private ComponentLibrary.PanelEx panelEx4;
  522. private ComponentLibrary.PanelEx panelEx5;
  523. private ComponentLibrary.PanelEx panelEx6;
  524. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  525. protected internal ComponentLibrary.PanelEx panelEx14;
  526. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeEnd;
  527. private ComponentLibrary.LabelEx labelEx1;
  528. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeStart;
  529. protected internal ComponentLibrary.PanelEx panelClose;
  530. protected internal ComponentLibrary.PanelEx panelQuery;
  531. protected internal ComponentLibrary.ButtonEx btnQuery;
  532. protected internal ComponentLibrary.PanelEx panelConditionQuery;
  533. protected internal ComponentLibrary.ButtonEx btnConditionQuery;
  534. protected internal ComponentLibrary.PanelEx panelEx7;
  535. protected ComponentLibrary.ButtonEx btnExport;
  536. protected internal ComponentLibrary.DataGridViewEc dgvData;
  537. }
  538. }