FrmDayFinance.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmDayFinance
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDayFinance));
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ProjectTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.OpenSingle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Client = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ItemCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.IncomeExpenditure = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.DateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Payment = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Cashier = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.FinancialAudit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.txtDeposit = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.txtPreliminaryResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  52. this.txtArrears = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.lblFinancialSMS = new LYFZ.ComponentLibrary.LabelEx();
  54. this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
  55. this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  56. this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  57. this.CtvTsorder_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  58. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.cmbProjectSearch = new LYFZ.ComponentLibrary.ComboBoxEx();
  60. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.txtTotalExpenditure = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  63. this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  64. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.txtTotalRevenue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  67. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.txtLateResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  69. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.numDay = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  73. this.numYear = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  74. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  75. this.numMonth = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  76. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  77. this.btnFinancialAudit = new LYFZ.ComponentLibrary.ButtonEx();
  78. this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
  79. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  80. this.lblPayBy = new LYFZ.ComponentLibrary.LabelEx();
  81. this.plExMainContainer.SuspendLayout();
  82. this.plFormMainContent.SuspendLayout();
  83. this.panelEx2.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  85. this.panelEx1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.numDay)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.numYear)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.numMonth)).BeginInit();
  89. this.SuspendLayout();
  90. //
  91. // plExMainContainer
  92. //
  93. this.plExMainContainer.Controls.Add(this.panelEx2);
  94. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  95. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  96. this.plExMainContainer.Size = new System.Drawing.Size(1053, 505);
  97. //
  98. // plFormMainContent
  99. //
  100. this.plFormMainContent.Controls.Add(this.numDay);
  101. this.plFormMainContent.Controls.Add(this.numMonth);
  102. this.plFormMainContent.Controls.Add(this.btnPrint);
  103. this.plFormMainContent.Controls.Add(this.btnFinancialAudit);
  104. this.plFormMainContent.Controls.Add(this.btnExPort);
  105. this.plFormMainContent.Controls.Add(this.btnClose);
  106. this.plFormMainContent.Controls.Add(this.numYear);
  107. this.plFormMainContent.Controls.Add(this.labelEx13);
  108. this.plFormMainContent.Size = new System.Drawing.Size(1053, 545);
  109. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  110. this.plFormMainContent.Controls.SetChildIndex(this.labelEx13, 0);
  111. this.plFormMainContent.Controls.SetChildIndex(this.numYear, 0);
  112. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  113. this.plFormMainContent.Controls.SetChildIndex(this.btnExPort, 0);
  114. this.plFormMainContent.Controls.SetChildIndex(this.btnFinancialAudit, 0);
  115. this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
  116. this.plFormMainContent.Controls.SetChildIndex(this.numMonth, 0);
  117. this.plFormMainContent.Controls.SetChildIndex(this.numDay, 0);
  118. //
  119. // btnAppFormMaximize
  120. //
  121. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  122. this.btnAppFormMaximize.Location = new System.Drawing.Point(994, 0);
  123. //
  124. // btnAppFormExit
  125. //
  126. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  127. this.btnAppFormExit.Location = new System.Drawing.Point(1021, 0);
  128. //
  129. // btnAppFormMinimize
  130. //
  131. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  132. this.btnAppFormMinimize.Location = new System.Drawing.Point(967, 0);
  133. //
  134. // panelEx2
  135. //
  136. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  137. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  138. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  139. this.panelEx2.BorderWidth = 1;
  140. this.panelEx2.Controls.Add(this.dgv);
  141. this.panelEx2.Controls.Add(this.panelEx1);
  142. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  144. this.panelEx2.Name = "panelEx2";
  145. this.panelEx2.Size = new System.Drawing.Size(1047, 499);
  146. this.panelEx2.TabIndex = 194;
  147. //
  148. // dgv
  149. //
  150. this.dgv.AllowUserToAddRows = false;
  151. this.dgv.AllowUserToDeleteRows = false;
  152. this.dgv.AllowUserToResizeRows = false;
  153. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  154. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  155. this.dgv.BackgroundColor = System.Drawing.Color.White;
  156. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  157. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  158. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  159. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  160. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  162. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  163. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  164. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  165. this.dgv.ColumnHeadersHeight = 24;
  166. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  167. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  168. this.ID,
  169. this.ProjectTitle,
  170. this.OpenSingle,
  171. this.Client,
  172. this.Amount,
  173. this.ItemCategory,
  174. this.IncomeExpenditure,
  175. this.DateTime,
  176. this.Payment,
  177. this.Cashier,
  178. this.FinancialAudit});
  179. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  180. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  181. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  183. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  184. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  185. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  186. this.dgv.DefaultCellStyle = dataGridViewCellStyle4;
  187. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.dgv.EnableHeadersVisualStyles = false;
  189. this.dgv.EraseCell = false;
  190. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  191. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  192. this.dgv.IsCompleteBonding = false;
  193. this.dgv.IsCopyCellValue = true;
  194. this.dgv.Location = new System.Drawing.Point(0, 138);
  195. this.dgv.Name = "dgv";
  196. this.dgv.ReadOnly = true;
  197. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  198. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  199. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  201. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  202. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  203. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  204. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  205. this.dgv.RowHeadersVisible = false;
  206. this.dgv.RowTemplate.Height = 23;
  207. this.dgv.RowTemplate.ReadOnly = true;
  208. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  209. this.dgv.Size = new System.Drawing.Size(1045, 359);
  210. this.dgv.TabIndex = 231;
  211. //
  212. // ID
  213. //
  214. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  215. this.ID.DefaultCellStyle = dataGridViewCellStyle3;
  216. this.ID.HeaderText = "编号";
  217. this.ID.Name = "ID";
  218. this.ID.ReadOnly = true;
  219. this.ID.Visible = false;
  220. //
  221. // ProjectTitle
  222. //
  223. this.ProjectTitle.FillWeight = 3.059056F;
  224. this.ProjectTitle.HeaderText = "项目名称";
  225. this.ProjectTitle.Name = "ProjectTitle";
  226. this.ProjectTitle.ReadOnly = true;
  227. //
  228. // OpenSingle
  229. //
  230. this.OpenSingle.HeaderText = "开单人";
  231. this.OpenSingle.Name = "OpenSingle";
  232. this.OpenSingle.ReadOnly = true;
  233. //
  234. // Client
  235. //
  236. this.Client.HeaderText = "客户/备注";
  237. this.Client.Name = "Client";
  238. this.Client.ReadOnly = true;
  239. //
  240. // Amount
  241. //
  242. this.Amount.FillWeight = 3.737679F;
  243. this.Amount.HeaderText = "金额";
  244. this.Amount.Name = "Amount";
  245. this.Amount.ReadOnly = true;
  246. //
  247. // ItemCategory
  248. //
  249. this.ItemCategory.FillWeight = 7.493622F;
  250. this.ItemCategory.HeaderText = "项目类别";
  251. this.ItemCategory.Name = "ItemCategory";
  252. this.ItemCategory.ReadOnly = true;
  253. //
  254. // IncomeExpenditure
  255. //
  256. this.IncomeExpenditure.FillWeight = 15.12167F;
  257. this.IncomeExpenditure.HeaderText = "收入/支出";
  258. this.IncomeExpenditure.Name = "IncomeExpenditure";
  259. this.IncomeExpenditure.ReadOnly = true;
  260. //
  261. // DateTime
  262. //
  263. this.DateTime.FillWeight = 46.27835F;
  264. this.DateTime.HeaderText = "日期";
  265. this.DateTime.Name = "DateTime";
  266. this.DateTime.ReadOnly = true;
  267. //
  268. // Payment
  269. //
  270. this.Payment.FillWeight = 78.226F;
  271. this.Payment.HeaderText = "支付方式";
  272. this.Payment.Name = "Payment";
  273. this.Payment.ReadOnly = true;
  274. //
  275. // Cashier
  276. //
  277. this.Cashier.FillWeight = 158.774F;
  278. this.Cashier.HeaderText = "收银";
  279. this.Cashier.Name = "Cashier";
  280. this.Cashier.ReadOnly = true;
  281. //
  282. // FinancialAudit
  283. //
  284. this.FinancialAudit.FillWeight = 487.3097F;
  285. this.FinancialAudit.HeaderText = "财务审核/审核人";
  286. this.FinancialAudit.Name = "FinancialAudit";
  287. this.FinancialAudit.ReadOnly = true;
  288. this.FinancialAudit.Width = 200;
  289. //
  290. // panelEx1
  291. //
  292. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  293. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  294. this.panelEx1.BorderWidth = 1;
  295. this.panelEx1.Controls.Add(this.txtDeposit);
  296. this.panelEx1.Controls.Add(this.labelEx8);
  297. this.panelEx1.Controls.Add(this.txtPreliminaryResults);
  298. this.panelEx1.Controls.Add(this.txtArrears);
  299. this.panelEx1.Controls.Add(this.lblPayBy);
  300. this.panelEx1.Controls.Add(this.lblFinancialSMS);
  301. this.panelEx1.Controls.Add(this.lblCount);
  302. this.panelEx1.Controls.Add(this.cmbPay_PaymentMethod);
  303. this.panelEx1.Controls.Add(this.txtNetIncome);
  304. this.panelEx1.Controls.Add(this.CtvTsorder_Name);
  305. this.panelEx1.Controls.Add(this.labelEx14);
  306. this.panelEx1.Controls.Add(this.cmbProjectSearch);
  307. this.panelEx1.Controls.Add(this.labelEx7);
  308. this.panelEx1.Controls.Add(this.labelEx9);
  309. this.panelEx1.Controls.Add(this.txtTotalExpenditure);
  310. this.panelEx1.Controls.Add(this.txtOperatingIncome);
  311. this.panelEx1.Controls.Add(this.labelEx3);
  312. this.panelEx1.Controls.Add(this.labelEx1);
  313. this.panelEx1.Controls.Add(this.txtTotalRevenue);
  314. this.panelEx1.Controls.Add(this.labelEx15);
  315. this.panelEx1.Controls.Add(this.txtLateResults);
  316. this.panelEx1.Controls.Add(this.labelEx10);
  317. this.panelEx1.Controls.Add(this.labelEx16);
  318. this.panelEx1.Controls.Add(this.labelEx2);
  319. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  320. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  321. this.panelEx1.Name = "panelEx1";
  322. this.panelEx1.Size = new System.Drawing.Size(1045, 138);
  323. this.panelEx1.TabIndex = 198;
  324. //
  325. // txtDeposit
  326. //
  327. this.txtDeposit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  328. this.txtDeposit.EmptyTextTip = null;
  329. this.txtDeposit.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  330. this.txtDeposit.Font = new System.Drawing.Font("微软雅黑", 9F);
  331. this.txtDeposit.Location = new System.Drawing.Point(402, 35);
  332. this.txtDeposit.Name = "txtDeposit";
  333. this.txtDeposit.ReadOnly = true;
  334. this.txtDeposit.Size = new System.Drawing.Size(98, 23);
  335. this.txtDeposit.TabIndex = 267;
  336. //
  337. // labelEx8
  338. //
  339. this.labelEx8.AutoSize = true;
  340. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  341. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  342. this.labelEx8.Location = new System.Drawing.Point(349, 38);
  343. this.labelEx8.Name = "labelEx8";
  344. this.labelEx8.Size = new System.Drawing.Size(56, 17);
  345. this.labelEx8.TabIndex = 266;
  346. this.labelEx8.Text = "总押金:";
  347. //
  348. // txtPreliminaryResults
  349. //
  350. this.txtPreliminaryResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  351. this.txtPreliminaryResults.EmptyTextTip = null;
  352. this.txtPreliminaryResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  353. this.txtPreliminaryResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  354. this.txtPreliminaryResults.Location = new System.Drawing.Point(71, 35);
  355. this.txtPreliminaryResults.Name = "txtPreliminaryResults";
  356. this.txtPreliminaryResults.ReadOnly = true;
  357. this.txtPreliminaryResults.Size = new System.Drawing.Size(98, 23);
  358. this.txtPreliminaryResults.TabIndex = 258;
  359. //
  360. // txtArrears
  361. //
  362. this.txtArrears.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  363. this.txtArrears.EmptyTextTip = null;
  364. this.txtArrears.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  365. this.txtArrears.Font = new System.Drawing.Font("微软雅黑", 9F);
  366. this.txtArrears.Location = new System.Drawing.Point(560, 35);
  367. this.txtArrears.Name = "txtArrears";
  368. this.txtArrears.ReadOnly = true;
  369. this.txtArrears.Size = new System.Drawing.Size(106, 23);
  370. this.txtArrears.TabIndex = 262;
  371. //
  372. // lblFinancialSMS
  373. //
  374. this.lblFinancialSMS.AutoSize = true;
  375. this.lblFinancialSMS.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  376. this.lblFinancialSMS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  377. this.lblFinancialSMS.Location = new System.Drawing.Point(6, 87);
  378. this.lblFinancialSMS.Name = "lblFinancialSMS";
  379. this.lblFinancialSMS.Size = new System.Drawing.Size(68, 17);
  380. this.lblFinancialSMS.TabIndex = 273;
  381. this.lblFinancialSMS.Text = "财务统计:";
  382. //
  383. // lblCount
  384. //
  385. this.lblCount.AutoSize = true;
  386. this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  387. this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  388. this.lblCount.Location = new System.Drawing.Point(18, 67);
  389. this.lblCount.Name = "lblCount";
  390. this.lblCount.Size = new System.Drawing.Size(56, 17);
  391. this.lblCount.TabIndex = 218;
  392. this.lblCount.Text = "订单数:";
  393. //
  394. // cmbPay_PaymentMethod
  395. //
  396. this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true;
  397. this.cmbPay_PaymentMethod.DropDownHeight = 220;
  398. this.cmbPay_PaymentMethod.DropDownShow = false;
  399. this.cmbPay_PaymentMethod.FormattingEnabled = true;
  400. this.cmbPay_PaymentMethod.IntegralHeight = false;
  401. this.cmbPay_PaymentMethod.IsNodeMouseClick = true;
  402. this.cmbPay_PaymentMethod.IsSelectParentNode = true;
  403. this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(737, 8);
  404. this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
  405. this.cmbPay_PaymentMethod.ReadOnly = true;
  406. this.cmbPay_PaymentMethod.SelectedNode = null;
  407. this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(142, 20);
  408. this.cmbPay_PaymentMethod.StrGetName = "";
  409. this.cmbPay_PaymentMethod.StrGetTagName = "";
  410. this.cmbPay_PaymentMethod.StrKey = null;
  411. this.cmbPay_PaymentMethod.TabIndex = 272;
  412. //
  413. // txtNetIncome
  414. //
  415. this.txtNetIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  416. this.txtNetIncome.EmptyTextTip = null;
  417. this.txtNetIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  418. this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
  419. this.txtNetIncome.Location = new System.Drawing.Point(560, 7);
  420. this.txtNetIncome.Name = "txtNetIncome";
  421. this.txtNetIncome.ReadOnly = true;
  422. this.txtNetIncome.Size = new System.Drawing.Size(106, 23);
  423. this.txtNetIncome.TabIndex = 247;
  424. //
  425. // CtvTsorder_Name
  426. //
  427. this.CtvTsorder_Name.AfterSelectLevelFirstNode = true;
  428. this.CtvTsorder_Name.DropDownHeight = 220;
  429. this.CtvTsorder_Name.DropDownShow = false;
  430. this.CtvTsorder_Name.FormattingEnabled = true;
  431. this.CtvTsorder_Name.IntegralHeight = false;
  432. this.CtvTsorder_Name.IsNodeMouseClick = true;
  433. this.CtvTsorder_Name.IsSelectParentNode = true;
  434. this.CtvTsorder_Name.Location = new System.Drawing.Point(884, 35);
  435. this.CtvTsorder_Name.Name = "CtvTsorder_Name";
  436. this.CtvTsorder_Name.ReadOnly = true;
  437. this.CtvTsorder_Name.SelectedNode = null;
  438. this.CtvTsorder_Name.Size = new System.Drawing.Size(120, 20);
  439. this.CtvTsorder_Name.StrGetName = "";
  440. this.CtvTsorder_Name.StrGetTagName = "";
  441. this.CtvTsorder_Name.StrKey = null;
  442. this.CtvTsorder_Name.TabIndex = 271;
  443. this.CtvTsorder_Name.Visible = false;
  444. //
  445. // labelEx14
  446. //
  447. this.labelEx14.AutoSize = true;
  448. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  449. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  450. this.labelEx14.Location = new System.Drawing.Point(672, 10);
  451. this.labelEx14.Name = "labelEx14";
  452. this.labelEx14.Size = new System.Drawing.Size(68, 17);
  453. this.labelEx14.TabIndex = 254;
  454. this.labelEx14.Text = "付款方式:";
  455. //
  456. // cmbProjectSearch
  457. //
  458. this.cmbProjectSearch.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  459. this.cmbProjectSearch.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  460. this.cmbProjectSearch.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  461. this.cmbProjectSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  462. this.cmbProjectSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  463. this.cmbProjectSearch.Font = new System.Drawing.Font("宋体", 10.5F);
  464. this.cmbProjectSearch.FormattingEnabled = true;
  465. this.cmbProjectSearch.IsCustomColor = false;
  466. this.cmbProjectSearch.Items.AddRange(new object[] {
  467. "全部",
  468. "订单前期收入",
  469. "订单后期收入",
  470. "其它消费收入",
  471. "其它收入",
  472. "会员充值收入",
  473. "服务卡消费收入",
  474. "礼服租售收入",
  475. "店面支出",
  476. "财务支出",
  477. "押金"});
  478. this.cmbProjectSearch.Location = new System.Drawing.Point(737, 35);
  479. this.cmbProjectSearch.Name = "cmbProjectSearch";
  480. this.cmbProjectSearch.ReadOnly = false;
  481. this.cmbProjectSearch.Size = new System.Drawing.Size(142, 22);
  482. this.cmbProjectSearch.TabIndex = 269;
  483. //
  484. // labelEx7
  485. //
  486. this.labelEx7.AutoSize = true;
  487. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  488. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  489. this.labelEx7.Location = new System.Drawing.Point(519, 10);
  490. this.labelEx7.Name = "labelEx7";
  491. this.labelEx7.Size = new System.Drawing.Size(44, 17);
  492. this.labelEx7.TabIndex = 246;
  493. this.labelEx7.Text = "净收:";
  494. //
  495. // labelEx9
  496. //
  497. this.labelEx9.AutoSize = true;
  498. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  499. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  500. this.labelEx9.Location = new System.Drawing.Point(672, 38);
  501. this.labelEx9.Name = "labelEx9";
  502. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  503. this.labelEx9.TabIndex = 268;
  504. this.labelEx9.Text = "项目查询:";
  505. //
  506. // txtTotalExpenditure
  507. //
  508. this.txtTotalExpenditure.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  509. this.txtTotalExpenditure.EmptyTextTip = null;
  510. this.txtTotalExpenditure.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  511. this.txtTotalExpenditure.Font = new System.Drawing.Font("微软雅黑", 9F);
  512. this.txtTotalExpenditure.Location = new System.Drawing.Point(402, 7);
  513. this.txtTotalExpenditure.Name = "txtTotalExpenditure";
  514. this.txtTotalExpenditure.ReadOnly = true;
  515. this.txtTotalExpenditure.Size = new System.Drawing.Size(98, 23);
  516. this.txtTotalExpenditure.TabIndex = 245;
  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(244, 7);
  525. this.txtOperatingIncome.Name = "txtOperatingIncome";
  526. this.txtOperatingIncome.ReadOnly = true;
  527. this.txtOperatingIncome.Size = new System.Drawing.Size(99, 23);
  528. this.txtOperatingIncome.TabIndex = 243;
  529. //
  530. // labelEx3
  531. //
  532. this.labelEx3.AutoSize = true;
  533. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  534. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  535. this.labelEx3.Location = new System.Drawing.Point(179, 10);
  536. this.labelEx3.Name = "labelEx3";
  537. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  538. this.labelEx3.TabIndex = 242;
  539. this.labelEx3.Text = "营业收入:";
  540. //
  541. // labelEx1
  542. //
  543. this.labelEx1.AutoSize = true;
  544. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  545. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  546. this.labelEx1.Location = new System.Drawing.Point(507, 38);
  547. this.labelEx1.Name = "labelEx1";
  548. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  549. this.labelEx1.TabIndex = 261;
  550. this.labelEx1.Text = "总欠款:";
  551. //
  552. // txtTotalRevenue
  553. //
  554. this.txtTotalRevenue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  555. this.txtTotalRevenue.EmptyTextTip = null;
  556. this.txtTotalRevenue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  557. this.txtTotalRevenue.Font = new System.Drawing.Font("微软雅黑", 9F);
  558. this.txtTotalRevenue.Location = new System.Drawing.Point(71, 7);
  559. this.txtTotalRevenue.Name = "txtTotalRevenue";
  560. this.txtTotalRevenue.ReadOnly = true;
  561. this.txtTotalRevenue.Size = new System.Drawing.Size(98, 23);
  562. this.txtTotalRevenue.TabIndex = 241;
  563. //
  564. // labelEx15
  565. //
  566. this.labelEx15.AutoSize = true;
  567. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  568. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  569. this.labelEx15.Location = new System.Drawing.Point(6, 38);
  570. this.labelEx15.Name = "labelEx15";
  571. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  572. this.labelEx15.TabIndex = 257;
  573. this.labelEx15.Text = "订单前期:";
  574. //
  575. // txtLateResults
  576. //
  577. this.txtLateResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  578. this.txtLateResults.EmptyTextTip = null;
  579. this.txtLateResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  580. this.txtLateResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  581. this.txtLateResults.Location = new System.Drawing.Point(244, 35);
  582. this.txtLateResults.Name = "txtLateResults";
  583. this.txtLateResults.ReadOnly = true;
  584. this.txtLateResults.Size = new System.Drawing.Size(99, 23);
  585. this.txtLateResults.TabIndex = 260;
  586. //
  587. // labelEx10
  588. //
  589. this.labelEx10.AutoSize = true;
  590. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  591. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  592. this.labelEx10.Location = new System.Drawing.Point(18, 10);
  593. this.labelEx10.Name = "labelEx10";
  594. this.labelEx10.Size = new System.Drawing.Size(56, 17);
  595. this.labelEx10.TabIndex = 240;
  596. this.labelEx10.Text = "总收入:";
  597. //
  598. // labelEx16
  599. //
  600. this.labelEx16.AutoSize = true;
  601. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  602. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  603. this.labelEx16.Location = new System.Drawing.Point(179, 38);
  604. this.labelEx16.Name = "labelEx16";
  605. this.labelEx16.Size = new System.Drawing.Size(68, 17);
  606. this.labelEx16.TabIndex = 259;
  607. this.labelEx16.Text = "订单后期:";
  608. //
  609. // labelEx2
  610. //
  611. this.labelEx2.AutoSize = true;
  612. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  613. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  614. this.labelEx2.Location = new System.Drawing.Point(361, 10);
  615. this.labelEx2.Name = "labelEx2";
  616. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  617. this.labelEx2.TabIndex = 244;
  618. this.labelEx2.Text = "支出:";
  619. //
  620. // numDay
  621. //
  622. this.numDay.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  623. this.numDay.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  624. this.numDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  625. this.numDay.Font = new System.Drawing.Font("宋体", 12F);
  626. this.numDay.IsCustomColor = false;
  627. this.numDay.Location = new System.Drawing.Point(364, 8);
  628. this.numDay.Maximum = new decimal(new int[] {
  629. 31,
  630. 0,
  631. 0,
  632. 0});
  633. this.numDay.Minimum = new decimal(new int[] {
  634. 1,
  635. 0,
  636. 0,
  637. 0});
  638. this.numDay.Name = "numDay";
  639. this.numDay.Size = new System.Drawing.Size(59, 26);
  640. this.numDay.TabIndex = 207;
  641. this.numDay.Value = new decimal(new int[] {
  642. 1,
  643. 0,
  644. 0,
  645. 0});
  646. //
  647. // numYear
  648. //
  649. this.numYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  650. this.numYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  651. this.numYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  652. this.numYear.Font = new System.Drawing.Font("宋体", 12F);
  653. this.numYear.IsCustomColor = false;
  654. this.numYear.Location = new System.Drawing.Point(198, 8);
  655. this.numYear.Maximum = new decimal(new int[] {
  656. 3000,
  657. 0,
  658. 0,
  659. 0});
  660. this.numYear.Minimum = new decimal(new int[] {
  661. 1900,
  662. 0,
  663. 0,
  664. 0});
  665. this.numYear.Name = "numYear";
  666. this.numYear.Size = new System.Drawing.Size(59, 26);
  667. this.numYear.TabIndex = 203;
  668. this.numYear.Value = new decimal(new int[] {
  669. 2014,
  670. 0,
  671. 0,
  672. 0});
  673. //
  674. // labelEx13
  675. //
  676. this.labelEx13.AutoSize = true;
  677. this.labelEx13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(246)))), ((int)(((byte)(248)))));
  678. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  679. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  680. this.labelEx13.Location = new System.Drawing.Point(258, 11);
  681. this.labelEx13.Name = "labelEx13";
  682. this.labelEx13.Size = new System.Drawing.Size(187, 19);
  683. this.labelEx13.TabIndex = 204;
  684. this.labelEx13.Text = "年 月 日";
  685. //
  686. // numMonth
  687. //
  688. this.numMonth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  689. this.numMonth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  690. this.numMonth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  691. this.numMonth.Font = new System.Drawing.Font("宋体", 12F);
  692. this.numMonth.IsCustomColor = false;
  693. this.numMonth.Location = new System.Drawing.Point(281, 8);
  694. this.numMonth.Maximum = new decimal(new int[] {
  695. 12,
  696. 0,
  697. 0,
  698. 0});
  699. this.numMonth.Minimum = new decimal(new int[] {
  700. 1,
  701. 0,
  702. 0,
  703. 0});
  704. this.numMonth.Name = "numMonth";
  705. this.numMonth.Size = new System.Drawing.Size(59, 26);
  706. this.numMonth.TabIndex = 205;
  707. this.numMonth.Value = new decimal(new int[] {
  708. 1,
  709. 0,
  710. 0,
  711. 0});
  712. //
  713. // btnPrint
  714. //
  715. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  716. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  717. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  718. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  719. this.btnPrint.ForeColor = System.Drawing.Color.White;
  720. this.btnPrint.IsCustomBackImg = false;
  721. this.btnPrint.IsShowText = true;
  722. this.btnPrint.Location = new System.Drawing.Point(655, 8);
  723. this.btnPrint.Name = "btnPrint";
  724. this.btnPrint.Size = new System.Drawing.Size(87, 26);
  725. this.btnPrint.TabIndex = 211;
  726. this.btnPrint.Text = "打印";
  727. this.btnPrint.UseVisualStyleBackColor = false;
  728. //
  729. // btnFinancialAudit
  730. //
  731. this.btnFinancialAudit.BackColor = System.Drawing.Color.Transparent;
  732. this.btnFinancialAudit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFinancialAudit.BackImg")));
  733. this.btnFinancialAudit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  734. this.btnFinancialAudit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  735. this.btnFinancialAudit.ForeColor = System.Drawing.Color.White;
  736. this.btnFinancialAudit.IsCustomBackImg = false;
  737. this.btnFinancialAudit.IsShowText = true;
  738. this.btnFinancialAudit.Location = new System.Drawing.Point(469, 8);
  739. this.btnFinancialAudit.Name = "btnFinancialAudit";
  740. this.btnFinancialAudit.Size = new System.Drawing.Size(87, 26);
  741. this.btnFinancialAudit.TabIndex = 209;
  742. this.btnFinancialAudit.Text = "财务审核";
  743. this.btnFinancialAudit.UseVisualStyleBackColor = false;
  744. //
  745. // btnExPort
  746. //
  747. this.btnExPort.BackColor = System.Drawing.Color.Transparent;
  748. this.btnExPort.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExPort.BackImg")));
  749. this.btnExPort.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  750. this.btnExPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  751. this.btnExPort.ForeColor = System.Drawing.Color.White;
  752. this.btnExPort.IsCustomBackImg = false;
  753. this.btnExPort.IsShowText = true;
  754. this.btnExPort.Location = new System.Drawing.Point(562, 8);
  755. this.btnExPort.Name = "btnExPort";
  756. this.btnExPort.Size = new System.Drawing.Size(87, 26);
  757. this.btnExPort.TabIndex = 210;
  758. this.btnExPort.Text = "导出";
  759. this.btnExPort.UseVisualStyleBackColor = false;
  760. //
  761. // btnClose
  762. //
  763. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  764. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  765. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  766. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  767. this.btnClose.ForeColor = System.Drawing.Color.White;
  768. this.btnClose.IsCustomBackImg = false;
  769. this.btnClose.IsShowText = true;
  770. this.btnClose.Location = new System.Drawing.Point(748, 9);
  771. this.btnClose.Name = "btnClose";
  772. this.btnClose.Size = new System.Drawing.Size(87, 26);
  773. this.btnClose.TabIndex = 212;
  774. this.btnClose.Text = "关闭";
  775. this.btnClose.UseVisualStyleBackColor = false;
  776. //
  777. // lblPayBy
  778. //
  779. this.lblPayBy.AutoSize = true;
  780. this.lblPayBy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  781. this.lblPayBy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  782. this.lblPayBy.Location = new System.Drawing.Point(6, 107);
  783. this.lblPayBy.Name = "lblPayBy";
  784. this.lblPayBy.Size = new System.Drawing.Size(68, 17);
  785. this.lblPayBy.TabIndex = 274;
  786. this.lblPayBy.Text = "支付方式:";
  787. //
  788. // FrmDayFinance
  789. //
  790. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  791. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  792. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  793. this.ClientSize = new System.Drawing.Size(1053, 610);
  794. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  795. this.IsShowUcNavigationTool = true;
  796. this.Name = "FrmDayFinance";
  797. this.Text = "日财务报表";
  798. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  799. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  800. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  801. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  802. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  803. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  804. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  805. this.plExMainContainer.ResumeLayout(false);
  806. this.plFormMainContent.ResumeLayout(false);
  807. this.plFormMainContent.PerformLayout();
  808. this.panelEx2.ResumeLayout(false);
  809. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  810. this.panelEx1.ResumeLayout(false);
  811. this.panelEx1.PerformLayout();
  812. ((System.ComponentModel.ISupportInitialize)(this.numDay)).EndInit();
  813. ((System.ComponentModel.ISupportInitialize)(this.numYear)).EndInit();
  814. ((System.ComponentModel.ISupportInitialize)(this.numMonth)).EndInit();
  815. this.ResumeLayout(false);
  816. }
  817. #endregion
  818. private ComponentLibrary.PanelEx panelEx2;
  819. public ComponentLibrary.DataGridViewEx dgv;
  820. protected ComponentLibrary.ButtonEx btnPrint;
  821. protected ComponentLibrary.ButtonEx btnFinancialAudit;
  822. protected ComponentLibrary.ButtonEx btnExPort;
  823. protected ComponentLibrary.ButtonEx btnClose;
  824. protected ComponentLibrary.NumericUpDownEx numDay;
  825. protected ComponentLibrary.NumericUpDownEx numYear;
  826. private ComponentLibrary.LabelEx labelEx13;
  827. protected ComponentLibrary.NumericUpDownEx numMonth;
  828. private ComponentLibrary.LabelEx labelEx1;
  829. protected ComponentLibrary.TextBoxBasicEx txtArrears;
  830. protected ComponentLibrary.TextBoxBasicEx txtLateResults;
  831. private ComponentLibrary.LabelEx labelEx16;
  832. private ComponentLibrary.LabelEx labelEx2;
  833. protected ComponentLibrary.TextBoxBasicEx txtPreliminaryResults;
  834. private ComponentLibrary.LabelEx labelEx10;
  835. private ComponentLibrary.LabelEx labelEx15;
  836. protected ComponentLibrary.TextBoxBasicEx txtTotalRevenue;
  837. private ComponentLibrary.LabelEx labelEx3;
  838. protected ComponentLibrary.TextBoxBasicEx txtOperatingIncome;
  839. protected ComponentLibrary.TextBoxBasicEx txtTotalExpenditure;
  840. private ComponentLibrary.LabelEx labelEx7;
  841. private ComponentLibrary.LabelEx labelEx14;
  842. protected ComponentLibrary.TextBoxBasicEx txtNetIncome;
  843. protected ComponentLibrary.PanelEx panelEx1;
  844. private ComponentLibrary.LabelEx labelEx8;
  845. protected ComponentLibrary.TextBoxBasicEx txtDeposit;
  846. protected ComponentLibrary.ComboBoxEx cmbProjectSearch;
  847. private ComponentLibrary.LabelEx labelEx9;
  848. protected ComponentLibrary.LabelEx lblCount;
  849. protected ComponentLibrary.ComboBoxTreeViewEx CtvTsorder_Name;
  850. protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
  851. protected ComponentLibrary.LabelEx lblFinancialSMS;
  852. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  853. private System.Windows.Forms.DataGridViewTextBoxColumn ProjectTitle;
  854. private System.Windows.Forms.DataGridViewTextBoxColumn OpenSingle;
  855. private System.Windows.Forms.DataGridViewTextBoxColumn Client;
  856. private System.Windows.Forms.DataGridViewTextBoxColumn Amount;
  857. private System.Windows.Forms.DataGridViewTextBoxColumn ItemCategory;
  858. private System.Windows.Forms.DataGridViewTextBoxColumn IncomeExpenditure;
  859. private System.Windows.Forms.DataGridViewTextBoxColumn DateTime;
  860. private System.Windows.Forms.DataGridViewTextBoxColumn Payment;
  861. private System.Windows.Forms.DataGridViewTextBoxColumn Cashier;
  862. private System.Windows.Forms.DataGridViewTextBoxColumn FinancialAudit;
  863. protected ComponentLibrary.LabelEx lblPayBy;
  864. }
  865. }