FrmFinancialExpenses.Designer.cs 31 KB

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