FrmMonthFinance.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmMonthFinance
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMonthFinance));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.dgvMonth = new LYFZ.ComponentLibrary.DataGridViewEx();
  39. this.DayNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.TotalPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.OrdersPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.FundsPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.LatePaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.OtherIncome = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Mcrr_RechargeAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.PreliminaryResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.LateResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.TotalPerformance = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Expenditure = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
  53. this.CtvTsorder_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  54. this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  55. this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  56. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.cmbProjectSearch = new LYFZ.ComponentLibrary.ComboBoxEx();
  58. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.txtTotalExpenditure = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  61. this.txtLateResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  62. this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  63. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.txtTotalRevenue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  67. this.txtPreliminaryResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  68. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.btnSeeDetails = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  72. this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  73. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  75. this.plExMainContainer.SuspendLayout();
  76. this.plFormMainContent.SuspendLayout();
  77. this.panelEx2.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).BeginInit();
  79. this.panelEx1.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // plExMainContainer
  83. //
  84. this.plExMainContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  85. | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.plExMainContainer.Controls.Add(this.panelEx2);
  88. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  89. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  90. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  91. //
  92. // plFormMainContent
  93. //
  94. this.plFormMainContent.Controls.Add(this.labelEx1);
  95. this.plFormMainContent.Controls.Add(this.dtpEnd);
  96. this.plFormMainContent.Controls.Add(this.dtpStart);
  97. this.plFormMainContent.Controls.Add(this.btnQuery);
  98. this.plFormMainContent.Controls.Add(this.btnSeeDetails);
  99. this.plFormMainContent.Controls.Add(this.btnClose);
  100. this.plFormMainContent.Controls.Add(this.btnPrint);
  101. this.plFormMainContent.Controls.Add(this.btnExPort);
  102. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  103. this.plFormMainContent.Controls.SetChildIndex(this.btnExPort, 0);
  104. this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
  105. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  106. this.plFormMainContent.Controls.SetChildIndex(this.btnSeeDetails, 0);
  107. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  108. this.plFormMainContent.Controls.SetChildIndex(this.dtpStart, 0);
  109. this.plFormMainContent.Controls.SetChildIndex(this.dtpEnd, 0);
  110. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  111. //
  112. // btnAppFormMaximize
  113. //
  114. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  115. //
  116. // btnAppFormExit
  117. //
  118. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  119. //
  120. // btnAppFormMinimize
  121. //
  122. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  123. //
  124. // btnClose
  125. //
  126. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  127. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  128. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  129. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  130. this.btnClose.ForeColor = System.Drawing.Color.White;
  131. this.btnClose.IsCustomBackImg = false;
  132. this.btnClose.IsShowText = true;
  133. this.btnClose.Location = new System.Drawing.Point(789, 7);
  134. this.btnClose.Name = "btnClose";
  135. this.btnClose.Size = new System.Drawing.Size(85, 26);
  136. this.btnClose.TabIndex = 212;
  137. this.btnClose.Text = " 关 闭";
  138. this.btnClose.UseVisualStyleBackColor = false;
  139. //
  140. // btnPrint
  141. //
  142. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  143. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  144. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  145. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  146. this.btnPrint.ForeColor = System.Drawing.Color.White;
  147. this.btnPrint.IsCustomBackImg = false;
  148. this.btnPrint.IsShowText = true;
  149. this.btnPrint.Location = new System.Drawing.Point(607, 7);
  150. this.btnPrint.Name = "btnPrint";
  151. this.btnPrint.Size = new System.Drawing.Size(85, 26);
  152. this.btnPrint.TabIndex = 211;
  153. this.btnPrint.Text = " 打 印";
  154. this.btnPrint.UseVisualStyleBackColor = false;
  155. //
  156. // btnExPort
  157. //
  158. this.btnExPort.BackColor = System.Drawing.Color.Transparent;
  159. this.btnExPort.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExPort.BackImg")));
  160. this.btnExPort.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  161. this.btnExPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  162. this.btnExPort.ForeColor = System.Drawing.Color.White;
  163. this.btnExPort.IsCustomBackImg = false;
  164. this.btnExPort.IsShowText = true;
  165. this.btnExPort.Location = new System.Drawing.Point(516, 7);
  166. this.btnExPort.Name = "btnExPort";
  167. this.btnExPort.Size = new System.Drawing.Size(85, 26);
  168. this.btnExPort.TabIndex = 210;
  169. this.btnExPort.Text = " 导 出";
  170. this.btnExPort.UseVisualStyleBackColor = false;
  171. //
  172. // panelEx2
  173. //
  174. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  175. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  176. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  177. this.panelEx2.BorderWidth = 1;
  178. this.panelEx2.Controls.Add(this.dgvMonth);
  179. this.panelEx2.Controls.Add(this.panelEx1);
  180. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  182. this.panelEx2.Name = "panelEx2";
  183. this.panelEx2.Size = new System.Drawing.Size(904, 499);
  184. this.panelEx2.TabIndex = 195;
  185. //
  186. // dgvMonth
  187. //
  188. this.dgvMonth.AllowUserToAddRows = false;
  189. this.dgvMonth.AllowUserToDeleteRows = false;
  190. this.dgvMonth.AllowUserToResizeRows = false;
  191. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  192. this.dgvMonth.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  193. this.dgvMonth.BackgroundColor = System.Drawing.Color.White;
  194. this.dgvMonth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  195. this.dgvMonth.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  196. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  197. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  198. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  200. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  201. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  202. this.dgvMonth.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  203. this.dgvMonth.ColumnHeadersHeight = 24;
  204. this.dgvMonth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  205. this.dgvMonth.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  206. this.DayNumber,
  207. this.TotalPaid,
  208. this.OrdersPaid,
  209. this.FundsPaid,
  210. this.LatePaid,
  211. this.OtherIncome,
  212. this.Mcrr_RechargeAmount,
  213. this.Column1,
  214. this.PreliminaryResults,
  215. this.LateResults,
  216. this.TotalPerformance,
  217. this.Expenditure});
  218. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  219. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  220. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  222. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  223. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  224. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  225. this.dgvMonth.DefaultCellStyle = dataGridViewCellStyle4;
  226. this.dgvMonth.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.dgvMonth.EnableHeadersVisualStyles = false;
  228. this.dgvMonth.EraseCell = false;
  229. this.dgvMonth.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  230. this.dgvMonth.GridViewUniquelyIdentify = resources.GetString("dgvMonth.GridViewUniquelyIdentify");
  231. this.dgvMonth.IsCompleteBonding = false;
  232. this.dgvMonth.IsCopyCellValue = true;
  233. this.dgvMonth.Location = new System.Drawing.Point(0, 115);
  234. this.dgvMonth.MultiSelect = false;
  235. this.dgvMonth.Name = "dgvMonth";
  236. this.dgvMonth.ReadOnly = true;
  237. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  238. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  239. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  241. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  242. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  243. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  244. this.dgvMonth.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  245. this.dgvMonth.RowHeadersVisible = false;
  246. this.dgvMonth.RowTemplate.Height = 23;
  247. this.dgvMonth.RowTemplate.ReadOnly = true;
  248. this.dgvMonth.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  249. this.dgvMonth.Size = new System.Drawing.Size(902, 382);
  250. this.dgvMonth.TabIndex = 198;
  251. //
  252. // DayNumber
  253. //
  254. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  255. this.DayNumber.DefaultCellStyle = dataGridViewCellStyle3;
  256. this.DayNumber.FillWeight = 1.433349F;
  257. this.DayNumber.HeaderText = "日期";
  258. this.DayNumber.Name = "DayNumber";
  259. this.DayNumber.ReadOnly = true;
  260. //
  261. // TotalPaid
  262. //
  263. this.TotalPaid.FillWeight = 2.815883F;
  264. this.TotalPaid.HeaderText = "日总收入";
  265. this.TotalPaid.Name = "TotalPaid";
  266. this.TotalPaid.ReadOnly = true;
  267. this.TotalPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  268. //
  269. // OrdersPaid
  270. //
  271. this.OrdersPaid.FillWeight = 5.652044F;
  272. this.OrdersPaid.HeaderText = "日订单收入";
  273. this.OrdersPaid.Name = "OrdersPaid";
  274. this.OrdersPaid.ReadOnly = true;
  275. this.OrdersPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  276. //
  277. // FundsPaid
  278. //
  279. this.FundsPaid.FillWeight = 11.42549F;
  280. this.FundsPaid.HeaderText = "日补款收入";
  281. this.FundsPaid.Name = "FundsPaid";
  282. this.FundsPaid.ReadOnly = true;
  283. this.FundsPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  284. //
  285. // LatePaid
  286. //
  287. this.LatePaid.FillWeight = 23.16447F;
  288. this.LatePaid.HeaderText = "日后期收入";
  289. this.LatePaid.Name = "LatePaid";
  290. this.LatePaid.ReadOnly = true;
  291. this.LatePaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  292. //
  293. // OtherIncome
  294. //
  295. this.OtherIncome.HeaderText = "日其它收入";
  296. this.OtherIncome.Name = "OtherIncome";
  297. this.OtherIncome.ReadOnly = true;
  298. this.OtherIncome.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  299. //
  300. // Mcrr_RechargeAmount
  301. //
  302. this.Mcrr_RechargeAmount.HeaderText = "日会员充值";
  303. this.Mcrr_RechargeAmount.Name = "Mcrr_RechargeAmount";
  304. this.Mcrr_RechargeAmount.ReadOnly = true;
  305. //
  306. // Column1
  307. //
  308. this.Column1.HeaderText = "日服务卡充值";
  309. this.Column1.Name = "Column1";
  310. this.Column1.ReadOnly = true;
  311. //
  312. // PreliminaryResults
  313. //
  314. this.PreliminaryResults.FillWeight = 93.98867F;
  315. this.PreliminaryResults.HeaderText = "日前期业绩";
  316. this.PreliminaryResults.Name = "PreliminaryResults";
  317. this.PreliminaryResults.ReadOnly = true;
  318. this.PreliminaryResults.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  319. //
  320. // LateResults
  321. //
  322. this.LateResults.FillWeight = 190.7058F;
  323. this.LateResults.HeaderText = "日后期业绩";
  324. this.LateResults.Name = "LateResults";
  325. this.LateResults.ReadOnly = true;
  326. this.LateResults.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  327. //
  328. // TotalPerformance
  329. //
  330. this.TotalPerformance.FillWeight = 46.50473F;
  331. this.TotalPerformance.HeaderText = "日总业绩";
  332. this.TotalPerformance.Name = "TotalPerformance";
  333. this.TotalPerformance.ReadOnly = true;
  334. this.TotalPerformance.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  335. //
  336. // Expenditure
  337. //
  338. this.Expenditure.HeaderText = "日总支出";
  339. this.Expenditure.Name = "Expenditure";
  340. this.Expenditure.ReadOnly = true;
  341. this.Expenditure.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  342. //
  343. // panelEx1
  344. //
  345. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  346. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  347. this.panelEx1.BorderWidth = 1;
  348. this.panelEx1.Controls.Add(this.lblCount);
  349. this.panelEx1.Controls.Add(this.CtvTsorder_Name);
  350. this.panelEx1.Controls.Add(this.cmbPay_PaymentMethod);
  351. this.panelEx1.Controls.Add(this.txtNetIncome);
  352. this.panelEx1.Controls.Add(this.labelEx14);
  353. this.panelEx1.Controls.Add(this.cmbProjectSearch);
  354. this.panelEx1.Controls.Add(this.labelEx7);
  355. this.panelEx1.Controls.Add(this.labelEx9);
  356. this.panelEx1.Controls.Add(this.txtTotalExpenditure);
  357. this.panelEx1.Controls.Add(this.txtLateResults);
  358. this.panelEx1.Controls.Add(this.txtOperatingIncome);
  359. this.panelEx1.Controls.Add(this.labelEx16);
  360. this.panelEx1.Controls.Add(this.labelEx5);
  361. this.panelEx1.Controls.Add(this.labelEx4);
  362. this.panelEx1.Controls.Add(this.txtTotalRevenue);
  363. this.panelEx1.Controls.Add(this.txtPreliminaryResults);
  364. this.panelEx1.Controls.Add(this.labelEx15);
  365. this.panelEx1.Controls.Add(this.labelEx10);
  366. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  367. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  368. this.panelEx1.Name = "panelEx1";
  369. this.panelEx1.Size = new System.Drawing.Size(902, 115);
  370. this.panelEx1.TabIndex = 301;
  371. //
  372. // lblCount
  373. //
  374. this.lblCount.AutoSize = true;
  375. this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  376. this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  377. this.lblCount.Location = new System.Drawing.Point(5, 70);
  378. this.lblCount.Name = "lblCount";
  379. this.lblCount.Size = new System.Drawing.Size(56, 17);
  380. this.lblCount.TabIndex = 323;
  381. this.lblCount.Text = "订单数:";
  382. //
  383. // CtvTsorder_Name
  384. //
  385. this.CtvTsorder_Name.AfterSelectLevelFirstNode = true;
  386. this.CtvTsorder_Name.DropDownHeight = 220;
  387. this.CtvTsorder_Name.DropDownShow = false;
  388. this.CtvTsorder_Name.FormattingEnabled = true;
  389. this.CtvTsorder_Name.IntegralHeight = false;
  390. this.CtvTsorder_Name.IsNodeMouseClick = true;
  391. this.CtvTsorder_Name.IsSelectParentNode = true;
  392. this.CtvTsorder_Name.Location = new System.Drawing.Point(748, 43);
  393. this.CtvTsorder_Name.Name = "CtvTsorder_Name";
  394. this.CtvTsorder_Name.ReadOnly = true;
  395. this.CtvTsorder_Name.SelectedNode = null;
  396. this.CtvTsorder_Name.Size = new System.Drawing.Size(120, 20);
  397. this.CtvTsorder_Name.StrGetName = "";
  398. this.CtvTsorder_Name.StrGetTagName = "";
  399. this.CtvTsorder_Name.StrKey = null;
  400. this.CtvTsorder_Name.TabIndex = 321;
  401. this.CtvTsorder_Name.Visible = false;
  402. //
  403. // cmbPay_PaymentMethod
  404. //
  405. this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true;
  406. this.cmbPay_PaymentMethod.DropDownHeight = 220;
  407. this.cmbPay_PaymentMethod.DropDownShow = false;
  408. this.cmbPay_PaymentMethod.FormattingEnabled = true;
  409. this.cmbPay_PaymentMethod.IntegralHeight = false;
  410. this.cmbPay_PaymentMethod.IsNodeMouseClick = true;
  411. this.cmbPay_PaymentMethod.IsSelectParentNode = true;
  412. this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(582, 12);
  413. this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
  414. this.cmbPay_PaymentMethod.ReadOnly = true;
  415. this.cmbPay_PaymentMethod.SelectedNode = null;
  416. this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(156, 20);
  417. this.cmbPay_PaymentMethod.StrGetName = "";
  418. this.cmbPay_PaymentMethod.StrGetTagName = "";
  419. this.cmbPay_PaymentMethod.StrKey = null;
  420. this.cmbPay_PaymentMethod.TabIndex = 322;
  421. //
  422. // txtNetIncome
  423. //
  424. this.txtNetIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  425. this.txtNetIncome.EmptyTextTip = null;
  426. this.txtNetIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  427. this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
  428. this.txtNetIncome.Location = new System.Drawing.Point(403, 42);
  429. this.txtNetIncome.Name = "txtNetIncome";
  430. this.txtNetIncome.ReadOnly = true;
  431. this.txtNetIncome.Size = new System.Drawing.Size(97, 23);
  432. this.txtNetIncome.TabIndex = 309;
  433. //
  434. // labelEx14
  435. //
  436. this.labelEx14.AutoSize = true;
  437. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  438. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  439. this.labelEx14.Location = new System.Drawing.Point(512, 14);
  440. this.labelEx14.Name = "labelEx14";
  441. this.labelEx14.Size = new System.Drawing.Size(68, 17);
  442. this.labelEx14.TabIndex = 310;
  443. this.labelEx14.Text = "付款方式:";
  444. //
  445. // cmbProjectSearch
  446. //
  447. this.cmbProjectSearch.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  448. this.cmbProjectSearch.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  449. this.cmbProjectSearch.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  450. this.cmbProjectSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  451. this.cmbProjectSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  452. this.cmbProjectSearch.Font = new System.Drawing.Font("宋体", 10.5F);
  453. this.cmbProjectSearch.FormattingEnabled = true;
  454. this.cmbProjectSearch.IsCustomColor = false;
  455. this.cmbProjectSearch.Items.AddRange(new object[] {
  456. "全部",
  457. "订单前期收入",
  458. "订单后期收入",
  459. "其它消费收入",
  460. "其它收入",
  461. "会员充值收入",
  462. "服务卡消费收入",
  463. "礼服租售收入",
  464. "店面支出",
  465. "财务支出"});
  466. this.cmbProjectSearch.Location = new System.Drawing.Point(582, 42);
  467. this.cmbProjectSearch.Name = "cmbProjectSearch";
  468. this.cmbProjectSearch.ReadOnly = false;
  469. this.cmbProjectSearch.Size = new System.Drawing.Size(157, 22);
  470. this.cmbProjectSearch.TabIndex = 320;
  471. //
  472. // labelEx7
  473. //
  474. this.labelEx7.AutoSize = true;
  475. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  476. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  477. this.labelEx7.Location = new System.Drawing.Point(356, 45);
  478. this.labelEx7.Name = "labelEx7";
  479. this.labelEx7.Size = new System.Drawing.Size(44, 17);
  480. this.labelEx7.TabIndex = 308;
  481. this.labelEx7.Text = "净收:";
  482. //
  483. // labelEx9
  484. //
  485. this.labelEx9.AutoSize = true;
  486. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  487. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  488. this.labelEx9.Location = new System.Drawing.Point(512, 45);
  489. this.labelEx9.Name = "labelEx9";
  490. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  491. this.labelEx9.TabIndex = 319;
  492. this.labelEx9.Text = "项目查询:";
  493. //
  494. // txtTotalExpenditure
  495. //
  496. this.txtTotalExpenditure.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  497. this.txtTotalExpenditure.EmptyTextTip = null;
  498. this.txtTotalExpenditure.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  499. this.txtTotalExpenditure.Font = new System.Drawing.Font("微软雅黑", 9F);
  500. this.txtTotalExpenditure.Location = new System.Drawing.Point(403, 11);
  501. this.txtTotalExpenditure.Name = "txtTotalExpenditure";
  502. this.txtTotalExpenditure.ReadOnly = true;
  503. this.txtTotalExpenditure.Size = new System.Drawing.Size(96, 23);
  504. this.txtTotalExpenditure.TabIndex = 307;
  505. //
  506. // txtLateResults
  507. //
  508. this.txtLateResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  509. this.txtLateResults.EmptyTextTip = null;
  510. this.txtLateResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  511. this.txtLateResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  512. this.txtLateResults.Location = new System.Drawing.Point(251, 42);
  513. this.txtLateResults.Name = "txtLateResults";
  514. this.txtLateResults.ReadOnly = true;
  515. this.txtLateResults.Size = new System.Drawing.Size(98, 23);
  516. this.txtLateResults.TabIndex = 314;
  517. //
  518. // txtOperatingIncome
  519. //
  520. this.txtOperatingIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  521. this.txtOperatingIncome.EmptyTextTip = null;
  522. this.txtOperatingIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  523. this.txtOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
  524. this.txtOperatingIncome.Location = new System.Drawing.Point(251, 11);
  525. this.txtOperatingIncome.Name = "txtOperatingIncome";
  526. this.txtOperatingIncome.ReadOnly = true;
  527. this.txtOperatingIncome.Size = new System.Drawing.Size(98, 23);
  528. this.txtOperatingIncome.TabIndex = 305;
  529. //
  530. // labelEx16
  531. //
  532. this.labelEx16.AutoSize = true;
  533. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  534. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  535. this.labelEx16.Location = new System.Drawing.Point(180, 45);
  536. this.labelEx16.Name = "labelEx16";
  537. this.labelEx16.Size = new System.Drawing.Size(68, 17);
  538. this.labelEx16.TabIndex = 313;
  539. this.labelEx16.Text = "订单后期:";
  540. //
  541. // labelEx5
  542. //
  543. this.labelEx5.AutoSize = true;
  544. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  545. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  546. this.labelEx5.Location = new System.Drawing.Point(180, 14);
  547. this.labelEx5.Name = "labelEx5";
  548. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  549. this.labelEx5.TabIndex = 304;
  550. this.labelEx5.Text = "营业收入:";
  551. //
  552. // labelEx4
  553. //
  554. this.labelEx4.AutoSize = true;
  555. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  556. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  557. this.labelEx4.Location = new System.Drawing.Point(356, 14);
  558. this.labelEx4.Name = "labelEx4";
  559. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  560. this.labelEx4.TabIndex = 306;
  561. this.labelEx4.Text = "支出:";
  562. //
  563. // txtTotalRevenue
  564. //
  565. this.txtTotalRevenue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  566. this.txtTotalRevenue.EmptyTextTip = null;
  567. this.txtTotalRevenue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  568. this.txtTotalRevenue.Font = new System.Drawing.Font("微软雅黑", 9F);
  569. this.txtTotalRevenue.Location = new System.Drawing.Point(76, 11);
  570. this.txtTotalRevenue.Name = "txtTotalRevenue";
  571. this.txtTotalRevenue.ReadOnly = true;
  572. this.txtTotalRevenue.Size = new System.Drawing.Size(98, 23);
  573. this.txtTotalRevenue.TabIndex = 303;
  574. //
  575. // txtPreliminaryResults
  576. //
  577. this.txtPreliminaryResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  578. this.txtPreliminaryResults.EmptyTextTip = null;
  579. this.txtPreliminaryResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  580. this.txtPreliminaryResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  581. this.txtPreliminaryResults.Location = new System.Drawing.Point(76, 42);
  582. this.txtPreliminaryResults.Name = "txtPreliminaryResults";
  583. this.txtPreliminaryResults.ReadOnly = true;
  584. this.txtPreliminaryResults.Size = new System.Drawing.Size(98, 23);
  585. this.txtPreliminaryResults.TabIndex = 312;
  586. //
  587. // labelEx15
  588. //
  589. this.labelEx15.AutoSize = true;
  590. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  591. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  592. this.labelEx15.Location = new System.Drawing.Point(5, 45);
  593. this.labelEx15.Name = "labelEx15";
  594. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  595. this.labelEx15.TabIndex = 311;
  596. this.labelEx15.Text = "订单前期:";
  597. //
  598. // labelEx10
  599. //
  600. this.labelEx10.AutoSize = true;
  601. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  602. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  603. this.labelEx10.Location = new System.Drawing.Point(29, 14);
  604. this.labelEx10.Name = "labelEx10";
  605. this.labelEx10.Size = new System.Drawing.Size(44, 17);
  606. this.labelEx10.TabIndex = 302;
  607. this.labelEx10.Text = "收入:";
  608. //
  609. // btnSeeDetails
  610. //
  611. this.btnSeeDetails.BackColor = System.Drawing.Color.Transparent;
  612. this.btnSeeDetails.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSeeDetails.BackImg")));
  613. this.btnSeeDetails.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  614. this.btnSeeDetails.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  615. this.btnSeeDetails.ForeColor = System.Drawing.Color.White;
  616. this.btnSeeDetails.IsCustomBackImg = false;
  617. this.btnSeeDetails.IsShowText = true;
  618. this.btnSeeDetails.Location = new System.Drawing.Point(698, 7);
  619. this.btnSeeDetails.Name = "btnSeeDetails";
  620. this.btnSeeDetails.Size = new System.Drawing.Size(85, 26);
  621. this.btnSeeDetails.TabIndex = 224;
  622. this.btnSeeDetails.Text = " 查看详情";
  623. this.btnSeeDetails.UseVisualStyleBackColor = false;
  624. //
  625. // dtpStart
  626. //
  627. this.dtpStart.CustomFormat = " ";
  628. this.dtpStart.DateValue = "";
  629. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  630. this.dtpStart.IsShowTime = false;
  631. this.dtpStart.Location = new System.Drawing.Point(191, 10);
  632. this.dtpStart.Name = "dtpStart";
  633. this.dtpStart.Size = new System.Drawing.Size(100, 21);
  634. this.dtpStart.TabIndex = 226;
  635. //
  636. // dtpEnd
  637. //
  638. this.dtpEnd.CustomFormat = " ";
  639. this.dtpEnd.DateValue = "";
  640. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  641. this.dtpEnd.IsShowTime = false;
  642. this.dtpEnd.Location = new System.Drawing.Point(316, 10);
  643. this.dtpEnd.Name = "dtpEnd";
  644. this.dtpEnd.Size = new System.Drawing.Size(100, 21);
  645. this.dtpEnd.TabIndex = 227;
  646. //
  647. // labelEx1
  648. //
  649. this.labelEx1.AutoSize = true;
  650. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  651. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  652. this.labelEx1.Location = new System.Drawing.Point(293, 12);
  653. this.labelEx1.Name = "labelEx1";
  654. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  655. this.labelEx1.TabIndex = 228;
  656. this.labelEx1.Text = "—";
  657. //
  658. // btnQuery
  659. //
  660. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  661. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  662. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  663. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  664. this.btnQuery.ForeColor = System.Drawing.Color.White;
  665. this.btnQuery.IsCustomBackImg = false;
  666. this.btnQuery.IsShowText = true;
  667. this.btnQuery.Location = new System.Drawing.Point(425, 7);
  668. this.btnQuery.Name = "btnQuery";
  669. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  670. this.btnQuery.TabIndex = 229;
  671. this.btnQuery.Text = " 查 询";
  672. this.btnQuery.UseVisualStyleBackColor = false;
  673. //
  674. // FrmMonthFinance
  675. //
  676. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  677. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  678. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  679. this.ClientSize = new System.Drawing.Size(910, 610);
  680. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  681. this.IsShowUcNavigationTool = true;
  682. this.Name = "FrmMonthFinance";
  683. this.Text = "月财务表";
  684. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  685. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  686. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  687. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  688. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  689. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  690. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  691. this.plExMainContainer.ResumeLayout(false);
  692. this.plFormMainContent.ResumeLayout(false);
  693. this.plFormMainContent.PerformLayout();
  694. this.panelEx2.ResumeLayout(false);
  695. ((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).EndInit();
  696. this.panelEx1.ResumeLayout(false);
  697. this.panelEx1.PerformLayout();
  698. this.ResumeLayout(false);
  699. }
  700. #endregion
  701. protected ComponentLibrary.ButtonEx btnClose;
  702. protected ComponentLibrary.ButtonEx btnPrint;
  703. protected ComponentLibrary.ButtonEx btnExPort;
  704. private ComponentLibrary.PanelEx panelEx2;
  705. public ComponentLibrary.DataGridViewEx dgvMonth;
  706. private ComponentLibrary.PanelEx panelEx1;
  707. protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
  708. protected ComponentLibrary.ComboBoxTreeViewEx CtvTsorder_Name;
  709. protected ComponentLibrary.ComboBoxEx cmbProjectSearch;
  710. private ComponentLibrary.LabelEx labelEx9;
  711. protected ComponentLibrary.TextBoxBasicEx txtLateResults;
  712. private ComponentLibrary.LabelEx labelEx16;
  713. private ComponentLibrary.LabelEx labelEx4;
  714. protected ComponentLibrary.TextBoxBasicEx txtPreliminaryResults;
  715. private ComponentLibrary.LabelEx labelEx10;
  716. private ComponentLibrary.LabelEx labelEx15;
  717. protected ComponentLibrary.TextBoxBasicEx txtTotalRevenue;
  718. private ComponentLibrary.LabelEx labelEx5;
  719. protected ComponentLibrary.TextBoxBasicEx txtOperatingIncome;
  720. protected ComponentLibrary.TextBoxBasicEx txtTotalExpenditure;
  721. private ComponentLibrary.LabelEx labelEx7;
  722. private ComponentLibrary.LabelEx labelEx14;
  723. protected ComponentLibrary.TextBoxBasicEx txtNetIncome;
  724. protected ComponentLibrary.LabelEx lblCount;
  725. protected ComponentLibrary.ButtonEx btnSeeDetails;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn DayNumber;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn TotalPaid;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn OrdersPaid;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn FundsPaid;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn LatePaid;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn OtherIncome;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn Mcrr_RechargeAmount;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn PreliminaryResults;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn LateResults;
  736. private System.Windows.Forms.DataGridViewTextBoxColumn TotalPerformance;
  737. private System.Windows.Forms.DataGridViewTextBoxColumn Expenditure;
  738. private ComponentLibrary.LabelEx labelEx1;
  739. protected ComponentLibrary.ButtonEx btnQuery;
  740. protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
  741. protected internal ComponentLibrary.DateTimePickerEx dtpStart;
  742. }
  743. }