FrmYearFinance.Designer.cs 40 KB

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