FinanceMonthReportSmallForm.Designer.cs 66 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FinanceMonthReportSmallForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FinanceMonthReportSmallForm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.lblPaymentStatistic = new LYFZ.ComponentLibrary.LabelEx();
  36. this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
  37. this.panelEx13 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  39. this.panelTotalIncome = new LYFZ.ComponentLibrary.PanelEx();
  40. this.txtTotalIncome = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.lblTotalIncome = new LYFZ.ComponentLibrary.LabelEx();
  42. this.panelOperatingIncome = new LYFZ.ComponentLibrary.PanelEx();
  43. this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.lblOperatingIncome = new LYFZ.ComponentLibrary.LabelEx();
  45. this.panelTotalOutlay = new LYFZ.ComponentLibrary.PanelEx();
  46. this.txtTotalOutlay = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.lblTotalOutlay = new LYFZ.ComponentLibrary.LabelEx();
  48. this.panelNetIncome = new LYFZ.ComponentLibrary.PanelEx();
  49. this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.lblNetIncome = new LYFZ.ComponentLibrary.LabelEx();
  51. this.panelOrderEarly = new LYFZ.ComponentLibrary.PanelEx();
  52. this.txtOrderEarly = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.lblOrderEarly = new LYFZ.ComponentLibrary.LabelEx();
  54. this.panelOrderLate = new LYFZ.ComponentLibrary.PanelEx();
  55. this.txtOrderLate = new LYFZ.ComponentLibrary.TextBoxEx();
  56. this.lblOrderLate = new LYFZ.ComponentLibrary.LabelEx();
  57. this.panelVoucher = new LYFZ.ComponentLibrary.PanelEx();
  58. this.txtVoucher = new LYFZ.ComponentLibrary.TextBoxEx();
  59. this.lblVoucher = new LYFZ.ComponentLibrary.LabelEx();
  60. this.panelPaymentMethod = new LYFZ.ComponentLibrary.PanelEx();
  61. this.cmbtreevPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  62. this.lblPaymentMethod = new LYFZ.ComponentLibrary.LabelEx();
  63. this.panelQueryItem = new LYFZ.ComponentLibrary.PanelEx();
  64. this.cmbtreevQueryItem = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  65. this.cmbtreevSecondOption = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  66. this.lblQueryItem = new LYFZ.ComponentLibrary.LabelEx();
  67. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  68. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  69. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.panelOrderType = new LYFZ.ComponentLibrary.PanelEx();
  71. this.cmbtreevOrderType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  72. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  73. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  75. this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  76. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  77. this.btnViewDetail = new LYFZ.ComponentLibrary.ButtonEx();
  78. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  79. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  80. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  81. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  82. this.cmbtreevOrderClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  83. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  84. this.plExMainContainer.SuspendLayout();
  85. this.plFormMainContent.SuspendLayout();
  86. this.panelEx1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  88. this.panelEx2.SuspendLayout();
  89. this.panelEx14.SuspendLayout();
  90. this.flowLayoutPanel1.SuspendLayout();
  91. this.panelTotalIncome.SuspendLayout();
  92. this.panelOperatingIncome.SuspendLayout();
  93. this.panelTotalOutlay.SuspendLayout();
  94. this.panelNetIncome.SuspendLayout();
  95. this.panelOrderEarly.SuspendLayout();
  96. this.panelOrderLate.SuspendLayout();
  97. this.panelVoucher.SuspendLayout();
  98. this.panelPaymentMethod.SuspendLayout();
  99. this.panelQueryItem.SuspendLayout();
  100. this.panelStoreName.SuspendLayout();
  101. this.panelOrderType.SuspendLayout();
  102. this.panelEx3.SuspendLayout();
  103. this.SuspendLayout();
  104. //
  105. // plExMainContainer
  106. //
  107. this.plExMainContainer.Controls.Add(this.panelEx1);
  108. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  109. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  110. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  111. //
  112. // plFormMainContent
  113. //
  114. this.plFormMainContent.Controls.Add(this.labelEx1);
  115. this.plFormMainContent.Controls.Add(this.dtpEnd);
  116. this.plFormMainContent.Controls.Add(this.dtpStart);
  117. this.plFormMainContent.Controls.Add(this.btnQuery);
  118. this.plFormMainContent.Controls.Add(this.btnViewDetail);
  119. this.plFormMainContent.Controls.Add(this.btnClose);
  120. this.plFormMainContent.Controls.Add(this.btnPrint);
  121. this.plFormMainContent.Controls.Add(this.btnExport);
  122. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  123. this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0);
  124. this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
  125. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  126. this.plFormMainContent.Controls.SetChildIndex(this.btnViewDetail, 0);
  127. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  128. this.plFormMainContent.Controls.SetChildIndex(this.dtpStart, 0);
  129. this.plFormMainContent.Controls.SetChildIndex(this.dtpEnd, 0);
  130. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  131. //
  132. // btnAppFormExit
  133. //
  134. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  135. //
  136. // btnAppFormMinimize
  137. //
  138. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  139. //
  140. // panelEx1
  141. //
  142. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  143. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  144. this.panelEx1.BorderWidth = 1;
  145. this.panelEx1.Controls.Add(this.dgvData);
  146. this.panelEx1.Controls.Add(this.panelEx2);
  147. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  149. this.panelEx1.Name = "panelEx1";
  150. this.panelEx1.Size = new System.Drawing.Size(900, 495);
  151. this.panelEx1.TabIndex = 1;
  152. //
  153. // dgvData
  154. //
  155. this.dgvData.AllowUserToAddRows = false;
  156. this.dgvData.AllowUserToDeleteRows = false;
  157. this.dgvData.AllowUserToResizeRows = false;
  158. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  159. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  160. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  161. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  162. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  164. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  165. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  166. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  167. this.dgvData.ColumnHeadersHeight = 24;
  168. this.dgvData.dgvColumnHeadersHeight = 24;
  169. this.dgvData.dgvCurrentColumnOriginalSet = "";
  170. this.dgvData.dgvCurrentColumnWidth = "";
  171. this.dgvData.dgvCurrentHideColumn = null;
  172. this.dgvData.dgvFixedHideColumn = null;
  173. this.dgvData.dgvGuidName = null;
  174. this.dgvData.dgvUserEmployeeID = null;
  175. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.dgvData.EnableHeadersVisualStyles = false;
  177. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  178. this.dgvData.ImageHeight = 15;
  179. this.dgvData.ImageWidth = 15;
  180. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  181. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  182. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  183. this.dgvData.IsCompleteBonding = false;
  184. this.dgvData.IsCopyCellValue = true;
  185. this.dgvData.IsShowSerialNumber = true;
  186. this.dgvData.IsSortedRedraw = true;
  187. this.dgvData.IsSortMode = true;
  188. this.dgvData.Location = new System.Drawing.Point(0, 145);
  189. this.dgvData.Name = "dgvData";
  190. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  191. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  192. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  194. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  195. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  196. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  197. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  198. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  199. this.dgvData.RowHeadersWidth = 30;
  200. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  201. this.dgvData.RowTemplate.Height = 23;
  202. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  203. this.dgvData.Size = new System.Drawing.Size(900, 350);
  204. this.dgvData.StrSecondStageNull = "";
  205. this.dgvData.StrValueNullColumn = "";
  206. this.dgvData.TabIndex = 1;
  207. this.dgvData.ViceCount = 1;
  208. //
  209. // panelEx2
  210. //
  211. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  212. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  213. this.panelEx2.BorderWidth = 1;
  214. this.panelEx2.Controls.Add(this.panelEx14);
  215. this.panelEx2.Controls.Add(this.panelEx13);
  216. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  217. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  218. this.panelEx2.Location = new System.Drawing.Point(0, 0);
  219. this.panelEx2.Name = "panelEx2";
  220. this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  221. this.panelEx2.Size = new System.Drawing.Size(900, 145);
  222. this.panelEx2.TabIndex = 0;
  223. //
  224. // panelEx14
  225. //
  226. this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  227. this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  228. this.panelEx14.BorderWidth = 1;
  229. this.panelEx14.Controls.Add(this.lblPaymentStatistic);
  230. this.panelEx14.Controls.Add(this.lblCount);
  231. this.panelEx14.Dock = System.Windows.Forms.DockStyle.Fill;
  232. this.panelEx14.Location = new System.Drawing.Point(0, 111);
  233. this.panelEx14.Name = "panelEx14";
  234. this.panelEx14.Size = new System.Drawing.Size(900, 33);
  235. this.panelEx14.TabIndex = 4;
  236. //
  237. // lblPaymentStatistic
  238. //
  239. this.lblPaymentStatistic.AutoSize = true;
  240. this.lblPaymentStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  241. this.lblPaymentStatistic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  242. this.lblPaymentStatistic.Location = new System.Drawing.Point(3, 24);
  243. this.lblPaymentStatistic.Name = "lblPaymentStatistic";
  244. this.lblPaymentStatistic.Size = new System.Drawing.Size(68, 17);
  245. this.lblPaymentStatistic.TabIndex = 282;
  246. this.lblPaymentStatistic.Text = "收款金额:";
  247. //
  248. // lblCount
  249. //
  250. this.lblCount.AutoSize = true;
  251. this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  252. this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  253. this.lblCount.Location = new System.Drawing.Point(15, 2);
  254. this.lblCount.Name = "lblCount";
  255. this.lblCount.Size = new System.Drawing.Size(56, 17);
  256. this.lblCount.TabIndex = 281;
  257. this.lblCount.Text = "订单数:";
  258. //
  259. // panelEx13
  260. //
  261. this.panelEx13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  262. this.panelEx13.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  263. this.panelEx13.BorderWidth = 1;
  264. this.panelEx13.Dock = System.Windows.Forms.DockStyle.Bottom;
  265. this.panelEx13.Location = new System.Drawing.Point(0, 144);
  266. this.panelEx13.Name = "panelEx13";
  267. this.panelEx13.Size = new System.Drawing.Size(900, 1);
  268. this.panelEx13.TabIndex = 1;
  269. //
  270. // flowLayoutPanel1
  271. //
  272. this.flowLayoutPanel1.Controls.Add(this.panelTotalIncome);
  273. this.flowLayoutPanel1.Controls.Add(this.panelOperatingIncome);
  274. this.flowLayoutPanel1.Controls.Add(this.panelTotalOutlay);
  275. this.flowLayoutPanel1.Controls.Add(this.panelNetIncome);
  276. this.flowLayoutPanel1.Controls.Add(this.panelOrderEarly);
  277. this.flowLayoutPanel1.Controls.Add(this.panelOrderLate);
  278. this.flowLayoutPanel1.Controls.Add(this.panelVoucher);
  279. this.flowLayoutPanel1.Controls.Add(this.panelPaymentMethod);
  280. this.flowLayoutPanel1.Controls.Add(this.panelQueryItem);
  281. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  282. this.flowLayoutPanel1.Controls.Add(this.panelOrderType);
  283. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  284. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  285. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 3);
  286. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  287. this.flowLayoutPanel1.Size = new System.Drawing.Size(900, 108);
  288. this.flowLayoutPanel1.TabIndex = 3;
  289. //
  290. // panelTotalIncome
  291. //
  292. this.panelTotalIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  293. this.panelTotalIncome.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  294. this.panelTotalIncome.BorderWidth = 1;
  295. this.panelTotalIncome.Controls.Add(this.txtTotalIncome);
  296. this.panelTotalIncome.Controls.Add(this.lblTotalIncome);
  297. this.panelTotalIncome.Location = new System.Drawing.Point(0, 0);
  298. this.panelTotalIncome.Margin = new System.Windows.Forms.Padding(0);
  299. this.panelTotalIncome.Name = "panelTotalIncome";
  300. this.panelTotalIncome.Size = new System.Drawing.Size(175, 27);
  301. this.panelTotalIncome.TabIndex = 0;
  302. //
  303. // txtTotalIncome
  304. //
  305. this.txtTotalIncome.BackColor = System.Drawing.Color.Transparent;
  306. this.txtTotalIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  307. this.txtTotalIncome.Icon = null;
  308. this.txtTotalIncome.IconIsButton = false;
  309. this.txtTotalIncome.IsPasswordChat = '\0';
  310. this.txtTotalIncome.IsSystemPasswordChar = false;
  311. this.txtTotalIncome.Lines = new string[0];
  312. this.txtTotalIncome.Location = new System.Drawing.Point(67, 1);
  313. this.txtTotalIncome.Margin = new System.Windows.Forms.Padding(0);
  314. this.txtTotalIncome.MaxLength = 15;
  315. this.txtTotalIncome.MinimumSize = new System.Drawing.Size(0, 24);
  316. this.txtTotalIncome.MouseBack = null;
  317. this.txtTotalIncome.Multiline = false;
  318. this.txtTotalIncome.Name = "txtTotalIncome";
  319. this.txtTotalIncome.NormlBack = null;
  320. this.txtTotalIncome.Padding = new System.Windows.Forms.Padding(5);
  321. this.txtTotalIncome.ReadOnly = true;
  322. this.txtTotalIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
  323. this.txtTotalIncome.Size = new System.Drawing.Size(100, 25);
  324. this.txtTotalIncome.TabIndex = 35;
  325. this.txtTotalIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  326. this.txtTotalIncome.WaterColor = System.Drawing.Color.DarkGray;
  327. this.txtTotalIncome.WaterText = "";
  328. this.txtTotalIncome.WordWrap = true;
  329. //
  330. // lblTotalIncome
  331. //
  332. this.lblTotalIncome.AutoSize = true;
  333. this.lblTotalIncome.Cursor = System.Windows.Forms.Cursors.Default;
  334. this.lblTotalIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  335. this.lblTotalIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  336. this.lblTotalIncome.Location = new System.Drawing.Point(15, 5);
  337. this.lblTotalIncome.Name = "lblTotalIncome";
  338. this.lblTotalIncome.Size = new System.Drawing.Size(56, 17);
  339. this.lblTotalIncome.TabIndex = 241;
  340. this.lblTotalIncome.Text = "总收入:";
  341. //
  342. // panelOperatingIncome
  343. //
  344. this.panelOperatingIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  345. this.panelOperatingIncome.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  346. this.panelOperatingIncome.BorderWidth = 1;
  347. this.panelOperatingIncome.Controls.Add(this.txtOperatingIncome);
  348. this.panelOperatingIncome.Controls.Add(this.lblOperatingIncome);
  349. this.panelOperatingIncome.Location = new System.Drawing.Point(175, 0);
  350. this.panelOperatingIncome.Margin = new System.Windows.Forms.Padding(0);
  351. this.panelOperatingIncome.Name = "panelOperatingIncome";
  352. this.panelOperatingIncome.Size = new System.Drawing.Size(175, 27);
  353. this.panelOperatingIncome.TabIndex = 1;
  354. //
  355. // txtOperatingIncome
  356. //
  357. this.txtOperatingIncome.BackColor = System.Drawing.Color.Transparent;
  358. this.txtOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  359. this.txtOperatingIncome.Icon = null;
  360. this.txtOperatingIncome.IconIsButton = false;
  361. this.txtOperatingIncome.IsPasswordChat = '\0';
  362. this.txtOperatingIncome.IsSystemPasswordChar = false;
  363. this.txtOperatingIncome.Lines = new string[0];
  364. this.txtOperatingIncome.Location = new System.Drawing.Point(67, 1);
  365. this.txtOperatingIncome.Margin = new System.Windows.Forms.Padding(0);
  366. this.txtOperatingIncome.MaxLength = 15;
  367. this.txtOperatingIncome.MinimumSize = new System.Drawing.Size(0, 24);
  368. this.txtOperatingIncome.MouseBack = null;
  369. this.txtOperatingIncome.Multiline = false;
  370. this.txtOperatingIncome.Name = "txtOperatingIncome";
  371. this.txtOperatingIncome.NormlBack = null;
  372. this.txtOperatingIncome.Padding = new System.Windows.Forms.Padding(5);
  373. this.txtOperatingIncome.ReadOnly = true;
  374. this.txtOperatingIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
  375. this.txtOperatingIncome.Size = new System.Drawing.Size(100, 25);
  376. this.txtOperatingIncome.TabIndex = 242;
  377. this.txtOperatingIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  378. this.txtOperatingIncome.WaterColor = System.Drawing.Color.DarkGray;
  379. this.txtOperatingIncome.WaterText = "";
  380. this.txtOperatingIncome.WordWrap = true;
  381. //
  382. // lblOperatingIncome
  383. //
  384. this.lblOperatingIncome.AutoSize = true;
  385. this.lblOperatingIncome.Cursor = System.Windows.Forms.Cursors.Default;
  386. this.lblOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  387. this.lblOperatingIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  388. this.lblOperatingIncome.Location = new System.Drawing.Point(3, 5);
  389. this.lblOperatingIncome.Name = "lblOperatingIncome";
  390. this.lblOperatingIncome.Size = new System.Drawing.Size(68, 17);
  391. this.lblOperatingIncome.TabIndex = 243;
  392. this.lblOperatingIncome.Text = "营业收入:";
  393. //
  394. // panelTotalOutlay
  395. //
  396. this.panelTotalOutlay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  397. this.panelTotalOutlay.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  398. this.panelTotalOutlay.BorderWidth = 1;
  399. this.panelTotalOutlay.Controls.Add(this.txtTotalOutlay);
  400. this.panelTotalOutlay.Controls.Add(this.lblTotalOutlay);
  401. this.panelTotalOutlay.Location = new System.Drawing.Point(350, 0);
  402. this.panelTotalOutlay.Margin = new System.Windows.Forms.Padding(0);
  403. this.panelTotalOutlay.Name = "panelTotalOutlay";
  404. this.panelTotalOutlay.Size = new System.Drawing.Size(175, 27);
  405. this.panelTotalOutlay.TabIndex = 2;
  406. //
  407. // txtTotalOutlay
  408. //
  409. this.txtTotalOutlay.BackColor = System.Drawing.Color.Transparent;
  410. this.txtTotalOutlay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  411. this.txtTotalOutlay.Icon = null;
  412. this.txtTotalOutlay.IconIsButton = false;
  413. this.txtTotalOutlay.IsPasswordChat = '\0';
  414. this.txtTotalOutlay.IsSystemPasswordChar = false;
  415. this.txtTotalOutlay.Lines = new string[0];
  416. this.txtTotalOutlay.Location = new System.Drawing.Point(67, 1);
  417. this.txtTotalOutlay.Margin = new System.Windows.Forms.Padding(0);
  418. this.txtTotalOutlay.MaxLength = 15;
  419. this.txtTotalOutlay.MinimumSize = new System.Drawing.Size(0, 24);
  420. this.txtTotalOutlay.MouseBack = null;
  421. this.txtTotalOutlay.Multiline = false;
  422. this.txtTotalOutlay.Name = "txtTotalOutlay";
  423. this.txtTotalOutlay.NormlBack = null;
  424. this.txtTotalOutlay.Padding = new System.Windows.Forms.Padding(5);
  425. this.txtTotalOutlay.ReadOnly = true;
  426. this.txtTotalOutlay.ScrollBars = System.Windows.Forms.ScrollBars.None;
  427. this.txtTotalOutlay.Size = new System.Drawing.Size(100, 25);
  428. this.txtTotalOutlay.TabIndex = 36;
  429. this.txtTotalOutlay.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  430. this.txtTotalOutlay.WaterColor = System.Drawing.Color.DarkGray;
  431. this.txtTotalOutlay.WaterText = "";
  432. this.txtTotalOutlay.WordWrap = true;
  433. //
  434. // lblTotalOutlay
  435. //
  436. this.lblTotalOutlay.AutoSize = true;
  437. this.lblTotalOutlay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  438. this.lblTotalOutlay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  439. this.lblTotalOutlay.Location = new System.Drawing.Point(27, 5);
  440. this.lblTotalOutlay.Name = "lblTotalOutlay";
  441. this.lblTotalOutlay.Size = new System.Drawing.Size(44, 17);
  442. this.lblTotalOutlay.TabIndex = 245;
  443. this.lblTotalOutlay.Text = "支出:";
  444. //
  445. // panelNetIncome
  446. //
  447. this.panelNetIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  448. this.panelNetIncome.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  449. this.panelNetIncome.BorderWidth = 1;
  450. this.panelNetIncome.Controls.Add(this.txtNetIncome);
  451. this.panelNetIncome.Controls.Add(this.lblNetIncome);
  452. this.panelNetIncome.Location = new System.Drawing.Point(525, 0);
  453. this.panelNetIncome.Margin = new System.Windows.Forms.Padding(0);
  454. this.panelNetIncome.Name = "panelNetIncome";
  455. this.panelNetIncome.Size = new System.Drawing.Size(175, 27);
  456. this.panelNetIncome.TabIndex = 2;
  457. //
  458. // txtNetIncome
  459. //
  460. this.txtNetIncome.BackColor = System.Drawing.Color.Transparent;
  461. this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  462. this.txtNetIncome.Icon = null;
  463. this.txtNetIncome.IconIsButton = false;
  464. this.txtNetIncome.IsPasswordChat = '\0';
  465. this.txtNetIncome.IsSystemPasswordChar = false;
  466. this.txtNetIncome.Lines = new string[0];
  467. this.txtNetIncome.Location = new System.Drawing.Point(67, 1);
  468. this.txtNetIncome.Margin = new System.Windows.Forms.Padding(0);
  469. this.txtNetIncome.MaxLength = 15;
  470. this.txtNetIncome.MinimumSize = new System.Drawing.Size(0, 24);
  471. this.txtNetIncome.MouseBack = null;
  472. this.txtNetIncome.Multiline = false;
  473. this.txtNetIncome.Name = "txtNetIncome";
  474. this.txtNetIncome.NormlBack = null;
  475. this.txtNetIncome.Padding = new System.Windows.Forms.Padding(5);
  476. this.txtNetIncome.ReadOnly = true;
  477. this.txtNetIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
  478. this.txtNetIncome.Size = new System.Drawing.Size(100, 25);
  479. this.txtNetIncome.TabIndex = 37;
  480. this.txtNetIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  481. this.txtNetIncome.WaterColor = System.Drawing.Color.DarkGray;
  482. this.txtNetIncome.WaterText = "";
  483. this.txtNetIncome.WordWrap = true;
  484. //
  485. // lblNetIncome
  486. //
  487. this.lblNetIncome.AutoSize = true;
  488. this.lblNetIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  489. this.lblNetIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  490. this.lblNetIncome.Location = new System.Drawing.Point(15, 5);
  491. this.lblNetIncome.Name = "lblNetIncome";
  492. this.lblNetIncome.Size = new System.Drawing.Size(56, 17);
  493. this.lblNetIncome.TabIndex = 255;
  494. this.lblNetIncome.Text = "净收入:";
  495. //
  496. // panelOrderEarly
  497. //
  498. this.panelOrderEarly.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  499. this.panelOrderEarly.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  500. this.panelOrderEarly.BorderWidth = 1;
  501. this.panelOrderEarly.Controls.Add(this.txtOrderEarly);
  502. this.panelOrderEarly.Controls.Add(this.lblOrderEarly);
  503. this.panelOrderEarly.Location = new System.Drawing.Point(700, 0);
  504. this.panelOrderEarly.Margin = new System.Windows.Forms.Padding(0);
  505. this.panelOrderEarly.Name = "panelOrderEarly";
  506. this.panelOrderEarly.Size = new System.Drawing.Size(175, 27);
  507. this.panelOrderEarly.TabIndex = 2;
  508. //
  509. // txtOrderEarly
  510. //
  511. this.txtOrderEarly.BackColor = System.Drawing.Color.Transparent;
  512. this.txtOrderEarly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  513. this.txtOrderEarly.Icon = null;
  514. this.txtOrderEarly.IconIsButton = false;
  515. this.txtOrderEarly.IsPasswordChat = '\0';
  516. this.txtOrderEarly.IsSystemPasswordChar = false;
  517. this.txtOrderEarly.Lines = new string[0];
  518. this.txtOrderEarly.Location = new System.Drawing.Point(67, 1);
  519. this.txtOrderEarly.Margin = new System.Windows.Forms.Padding(0);
  520. this.txtOrderEarly.MaxLength = 15;
  521. this.txtOrderEarly.MinimumSize = new System.Drawing.Size(0, 24);
  522. this.txtOrderEarly.MouseBack = null;
  523. this.txtOrderEarly.Multiline = false;
  524. this.txtOrderEarly.Name = "txtOrderEarly";
  525. this.txtOrderEarly.NormlBack = null;
  526. this.txtOrderEarly.Padding = new System.Windows.Forms.Padding(5);
  527. this.txtOrderEarly.ReadOnly = true;
  528. this.txtOrderEarly.ScrollBars = System.Windows.Forms.ScrollBars.None;
  529. this.txtOrderEarly.Size = new System.Drawing.Size(100, 25);
  530. this.txtOrderEarly.TabIndex = 39;
  531. this.txtOrderEarly.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  532. this.txtOrderEarly.WaterColor = System.Drawing.Color.DarkGray;
  533. this.txtOrderEarly.WaterText = "";
  534. this.txtOrderEarly.WordWrap = true;
  535. //
  536. // lblOrderEarly
  537. //
  538. this.lblOrderEarly.AutoSize = true;
  539. this.lblOrderEarly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  540. this.lblOrderEarly.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  541. this.lblOrderEarly.Location = new System.Drawing.Point(3, 5);
  542. this.lblOrderEarly.Name = "lblOrderEarly";
  543. this.lblOrderEarly.Size = new System.Drawing.Size(68, 17);
  544. this.lblOrderEarly.TabIndex = 267;
  545. this.lblOrderEarly.Text = "订单前期:";
  546. //
  547. // panelOrderLate
  548. //
  549. this.panelOrderLate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  550. this.panelOrderLate.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  551. this.panelOrderLate.BorderWidth = 1;
  552. this.panelOrderLate.Controls.Add(this.txtOrderLate);
  553. this.panelOrderLate.Controls.Add(this.lblOrderLate);
  554. this.panelOrderLate.Location = new System.Drawing.Point(0, 27);
  555. this.panelOrderLate.Margin = new System.Windows.Forms.Padding(0);
  556. this.panelOrderLate.Name = "panelOrderLate";
  557. this.panelOrderLate.Size = new System.Drawing.Size(175, 27);
  558. this.panelOrderLate.TabIndex = 2;
  559. //
  560. // txtOrderLate
  561. //
  562. this.txtOrderLate.BackColor = System.Drawing.Color.Transparent;
  563. this.txtOrderLate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  564. this.txtOrderLate.Icon = null;
  565. this.txtOrderLate.IconIsButton = false;
  566. this.txtOrderLate.IsPasswordChat = '\0';
  567. this.txtOrderLate.IsSystemPasswordChar = false;
  568. this.txtOrderLate.Lines = new string[0];
  569. this.txtOrderLate.Location = new System.Drawing.Point(67, 1);
  570. this.txtOrderLate.Margin = new System.Windows.Forms.Padding(0);
  571. this.txtOrderLate.MaxLength = 15;
  572. this.txtOrderLate.MinimumSize = new System.Drawing.Size(0, 24);
  573. this.txtOrderLate.MouseBack = null;
  574. this.txtOrderLate.Multiline = false;
  575. this.txtOrderLate.Name = "txtOrderLate";
  576. this.txtOrderLate.NormlBack = null;
  577. this.txtOrderLate.Padding = new System.Windows.Forms.Padding(5);
  578. this.txtOrderLate.ReadOnly = true;
  579. this.txtOrderLate.ScrollBars = System.Windows.Forms.ScrollBars.None;
  580. this.txtOrderLate.Size = new System.Drawing.Size(100, 25);
  581. this.txtOrderLate.TabIndex = 40;
  582. this.txtOrderLate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  583. this.txtOrderLate.WaterColor = System.Drawing.Color.DarkGray;
  584. this.txtOrderLate.WaterText = "";
  585. this.txtOrderLate.WordWrap = true;
  586. //
  587. // lblOrderLate
  588. //
  589. this.lblOrderLate.AutoSize = true;
  590. this.lblOrderLate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  591. this.lblOrderLate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  592. this.lblOrderLate.Location = new System.Drawing.Point(3, 5);
  593. this.lblOrderLate.Name = "lblOrderLate";
  594. this.lblOrderLate.Size = new System.Drawing.Size(68, 17);
  595. this.lblOrderLate.TabIndex = 268;
  596. this.lblOrderLate.Text = "订单后期:";
  597. //
  598. // panelVoucher
  599. //
  600. this.panelVoucher.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  601. this.panelVoucher.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  602. this.panelVoucher.BorderWidth = 1;
  603. this.panelVoucher.Controls.Add(this.txtVoucher);
  604. this.panelVoucher.Controls.Add(this.lblVoucher);
  605. this.panelVoucher.Location = new System.Drawing.Point(175, 27);
  606. this.panelVoucher.Margin = new System.Windows.Forms.Padding(0);
  607. this.panelVoucher.Name = "panelVoucher";
  608. this.panelVoucher.Size = new System.Drawing.Size(175, 27);
  609. this.panelVoucher.TabIndex = 3;
  610. //
  611. // txtVoucher
  612. //
  613. this.txtVoucher.BackColor = System.Drawing.Color.Transparent;
  614. this.txtVoucher.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  615. this.txtVoucher.Icon = null;
  616. this.txtVoucher.IconIsButton = false;
  617. this.txtVoucher.IsPasswordChat = '\0';
  618. this.txtVoucher.IsSystemPasswordChar = false;
  619. this.txtVoucher.Lines = new string[0];
  620. this.txtVoucher.Location = new System.Drawing.Point(67, 1);
  621. this.txtVoucher.Margin = new System.Windows.Forms.Padding(0);
  622. this.txtVoucher.MaxLength = 15;
  623. this.txtVoucher.MinimumSize = new System.Drawing.Size(0, 24);
  624. this.txtVoucher.MouseBack = null;
  625. this.txtVoucher.Multiline = false;
  626. this.txtVoucher.Name = "txtVoucher";
  627. this.txtVoucher.NormlBack = null;
  628. this.txtVoucher.Padding = new System.Windows.Forms.Padding(5);
  629. this.txtVoucher.ReadOnly = true;
  630. this.txtVoucher.ScrollBars = System.Windows.Forms.ScrollBars.None;
  631. this.txtVoucher.Size = new System.Drawing.Size(100, 25);
  632. this.txtVoucher.TabIndex = 42;
  633. this.txtVoucher.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  634. this.txtVoucher.WaterColor = System.Drawing.Color.DarkGray;
  635. this.txtVoucher.WaterText = "";
  636. this.txtVoucher.WordWrap = true;
  637. //
  638. // lblVoucher
  639. //
  640. this.lblVoucher.AutoSize = true;
  641. this.lblVoucher.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  642. this.lblVoucher.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  643. this.lblVoucher.Location = new System.Drawing.Point(15, 5);
  644. this.lblVoucher.Name = "lblVoucher";
  645. this.lblVoucher.Size = new System.Drawing.Size(56, 17);
  646. this.lblVoucher.TabIndex = 269;
  647. this.lblVoucher.Text = "代金券:";
  648. //
  649. // panelPaymentMethod
  650. //
  651. this.panelPaymentMethod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  652. this.panelPaymentMethod.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  653. this.panelPaymentMethod.BorderWidth = 1;
  654. this.panelPaymentMethod.Controls.Add(this.cmbtreevPaymentMethod);
  655. this.panelPaymentMethod.Controls.Add(this.lblPaymentMethod);
  656. this.panelPaymentMethod.Location = new System.Drawing.Point(350, 27);
  657. this.panelPaymentMethod.Margin = new System.Windows.Forms.Padding(0);
  658. this.panelPaymentMethod.Name = "panelPaymentMethod";
  659. this.panelPaymentMethod.Size = new System.Drawing.Size(240, 27);
  660. this.panelPaymentMethod.TabIndex = 2;
  661. //
  662. // cmbtreevPaymentMethod
  663. //
  664. this.cmbtreevPaymentMethod.AfterSelectLevelFirstNode = true;
  665. this.cmbtreevPaymentMethod.DropDownHeight = 220;
  666. this.cmbtreevPaymentMethod.DropDownShow = false;
  667. this.cmbtreevPaymentMethod.FormattingEnabled = true;
  668. this.cmbtreevPaymentMethod.IntegralHeight = false;
  669. this.cmbtreevPaymentMethod.IsNodeMouseClick = true;
  670. this.cmbtreevPaymentMethod.IsSelectParentNode = true;
  671. this.cmbtreevPaymentMethod.Location = new System.Drawing.Point(67, 4);
  672. this.cmbtreevPaymentMethod.Name = "cmbtreevPaymentMethod";
  673. this.cmbtreevPaymentMethod.ReadOnly = true;
  674. this.cmbtreevPaymentMethod.SelectedNode = null;
  675. this.cmbtreevPaymentMethod.Size = new System.Drawing.Size(160, 20);
  676. this.cmbtreevPaymentMethod.StrGetName = "";
  677. this.cmbtreevPaymentMethod.StrGetTagName = "";
  678. this.cmbtreevPaymentMethod.StrKey = null;
  679. this.cmbtreevPaymentMethod.TabIndex = 274;
  680. //
  681. // lblPaymentMethod
  682. //
  683. this.lblPaymentMethod.AutoSize = true;
  684. this.lblPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  685. this.lblPaymentMethod.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  686. this.lblPaymentMethod.Location = new System.Drawing.Point(3, 5);
  687. this.lblPaymentMethod.Name = "lblPaymentMethod";
  688. this.lblPaymentMethod.Size = new System.Drawing.Size(68, 17);
  689. this.lblPaymentMethod.TabIndex = 256;
  690. this.lblPaymentMethod.Text = "付款方式:";
  691. //
  692. // panelQueryItem
  693. //
  694. this.panelQueryItem.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  695. this.panelQueryItem.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  696. this.panelQueryItem.BorderWidth = 1;
  697. this.panelQueryItem.Controls.Add(this.cmbtreevQueryItem);
  698. this.panelQueryItem.Controls.Add(this.cmbtreevSecondOption);
  699. this.panelQueryItem.Controls.Add(this.lblQueryItem);
  700. this.panelQueryItem.Location = new System.Drawing.Point(0, 54);
  701. this.panelQueryItem.Margin = new System.Windows.Forms.Padding(0);
  702. this.panelQueryItem.Name = "panelQueryItem";
  703. this.panelQueryItem.Size = new System.Drawing.Size(370, 27);
  704. this.panelQueryItem.TabIndex = 2;
  705. //
  706. // cmbtreevQueryItem
  707. //
  708. this.cmbtreevQueryItem.AfterSelectLevelFirstNode = true;
  709. this.cmbtreevQueryItem.DropDownHeight = 220;
  710. this.cmbtreevQueryItem.DropDownShow = false;
  711. this.cmbtreevQueryItem.FormattingEnabled = true;
  712. this.cmbtreevQueryItem.IntegralHeight = false;
  713. this.cmbtreevQueryItem.IsNodeMouseClick = true;
  714. this.cmbtreevQueryItem.IsSelectParentNode = true;
  715. this.cmbtreevQueryItem.Location = new System.Drawing.Point(67, 4);
  716. this.cmbtreevQueryItem.Name = "cmbtreevQueryItem";
  717. this.cmbtreevQueryItem.ReadOnly = true;
  718. this.cmbtreevQueryItem.SelectedNode = null;
  719. this.cmbtreevQueryItem.Size = new System.Drawing.Size(160, 20);
  720. this.cmbtreevQueryItem.StrGetName = "";
  721. this.cmbtreevQueryItem.StrGetTagName = "";
  722. this.cmbtreevQueryItem.StrKey = null;
  723. this.cmbtreevQueryItem.TabIndex = 273;
  724. //
  725. // cmbtreevSecondOption
  726. //
  727. this.cmbtreevSecondOption.AfterSelectLevelFirstNode = true;
  728. this.cmbtreevSecondOption.DropDownHeight = 220;
  729. this.cmbtreevSecondOption.DropDownShow = false;
  730. this.cmbtreevSecondOption.FormattingEnabled = true;
  731. this.cmbtreevSecondOption.IntegralHeight = false;
  732. this.cmbtreevSecondOption.IsNodeMouseClick = true;
  733. this.cmbtreevSecondOption.IsSelectParentNode = false;
  734. this.cmbtreevSecondOption.Location = new System.Drawing.Point(233, 4);
  735. this.cmbtreevSecondOption.Name = "cmbtreevSecondOption";
  736. this.cmbtreevSecondOption.ReadOnly = true;
  737. this.cmbtreevSecondOption.SelectedNode = null;
  738. this.cmbtreevSecondOption.Size = new System.Drawing.Size(125, 20);
  739. this.cmbtreevSecondOption.StrGetName = "";
  740. this.cmbtreevSecondOption.StrGetTagName = "";
  741. this.cmbtreevSecondOption.StrKey = null;
  742. this.cmbtreevSecondOption.TabIndex = 272;
  743. //
  744. // lblQueryItem
  745. //
  746. this.lblQueryItem.AutoSize = true;
  747. this.lblQueryItem.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  748. this.lblQueryItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  749. this.lblQueryItem.Location = new System.Drawing.Point(3, 5);
  750. this.lblQueryItem.Name = "lblQueryItem";
  751. this.lblQueryItem.Size = new System.Drawing.Size(68, 17);
  752. this.lblQueryItem.TabIndex = 270;
  753. this.lblQueryItem.Text = "项目查询:";
  754. //
  755. // panelStoreName
  756. //
  757. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  758. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  759. this.panelStoreName.BorderWidth = 1;
  760. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  761. this.panelStoreName.Controls.Add(this.labelEx3);
  762. this.panelStoreName.Location = new System.Drawing.Point(370, 54);
  763. this.panelStoreName.Margin = new System.Windows.Forms.Padding(0);
  764. this.panelStoreName.Name = "panelStoreName";
  765. this.panelStoreName.Size = new System.Drawing.Size(265, 27);
  766. this.panelStoreName.TabIndex = 210;
  767. //
  768. // cmbtreevStoreName
  769. //
  770. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  771. this.cmbtreevStoreName.DropDownHeight = 220;
  772. this.cmbtreevStoreName.DropDownShow = false;
  773. this.cmbtreevStoreName.FormattingEnabled = true;
  774. this.cmbtreevStoreName.IntegralHeight = false;
  775. this.cmbtreevStoreName.IsNodeMouseClick = true;
  776. this.cmbtreevStoreName.IsSelectParentNode = false;
  777. this.cmbtreevStoreName.Location = new System.Drawing.Point(45, 3);
  778. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  779. this.cmbtreevStoreName.ReadOnly = true;
  780. this.cmbtreevStoreName.SelectedNode = null;
  781. this.cmbtreevStoreName.Size = new System.Drawing.Size(210, 20);
  782. this.cmbtreevStoreName.StrGetName = "";
  783. this.cmbtreevStoreName.StrGetTagName = "";
  784. this.cmbtreevStoreName.StrKey = null;
  785. this.cmbtreevStoreName.TabIndex = 274;
  786. //
  787. // labelEx3
  788. //
  789. this.labelEx3.AutoSize = true;
  790. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  791. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  792. this.labelEx3.Location = new System.Drawing.Point(4, 5);
  793. this.labelEx3.Name = "labelEx3";
  794. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  795. this.labelEx3.TabIndex = 275;
  796. this.labelEx3.Text = "分店:";
  797. //
  798. // panelOrderType
  799. //
  800. this.panelOrderType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  801. this.panelOrderType.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  802. this.panelOrderType.BorderWidth = 1;
  803. this.panelOrderType.Controls.Add(this.cmbtreevOrderType);
  804. this.panelOrderType.Controls.Add(this.labelEx4);
  805. this.panelOrderType.Location = new System.Drawing.Point(635, 54);
  806. this.panelOrderType.Margin = new System.Windows.Forms.Padding(0);
  807. this.panelOrderType.Name = "panelOrderType";
  808. this.panelOrderType.Size = new System.Drawing.Size(175, 27);
  809. this.panelOrderType.TabIndex = 211;
  810. //
  811. // cmbtreevOrderType
  812. //
  813. this.cmbtreevOrderType.AfterSelectLevelFirstNode = true;
  814. this.cmbtreevOrderType.DropDownHeight = 220;
  815. this.cmbtreevOrderType.DropDownShow = false;
  816. this.cmbtreevOrderType.FormattingEnabled = true;
  817. this.cmbtreevOrderType.IntegralHeight = false;
  818. this.cmbtreevOrderType.IsNodeMouseClick = true;
  819. this.cmbtreevOrderType.IsSelectParentNode = false;
  820. this.cmbtreevOrderType.Location = new System.Drawing.Point(67, 3);
  821. this.cmbtreevOrderType.Name = "cmbtreevOrderType";
  822. this.cmbtreevOrderType.ReadOnly = true;
  823. this.cmbtreevOrderType.SelectedNode = null;
  824. this.cmbtreevOrderType.Size = new System.Drawing.Size(100, 20);
  825. this.cmbtreevOrderType.StrGetName = "";
  826. this.cmbtreevOrderType.StrGetTagName = "";
  827. this.cmbtreevOrderType.StrKey = null;
  828. this.cmbtreevOrderType.TabIndex = 274;
  829. //
  830. // labelEx4
  831. //
  832. this.labelEx4.AutoSize = true;
  833. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  834. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  835. this.labelEx4.Location = new System.Drawing.Point(4, 5);
  836. this.labelEx4.Name = "labelEx4";
  837. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  838. this.labelEx4.TabIndex = 275;
  839. this.labelEx4.Text = "订单类型:";
  840. //
  841. // labelEx1
  842. //
  843. this.labelEx1.AutoSize = true;
  844. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  845. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  846. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  847. this.labelEx1.Location = new System.Drawing.Point(291, 13);
  848. this.labelEx1.Name = "labelEx1";
  849. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  850. this.labelEx1.TabIndex = 236;
  851. this.labelEx1.Text = "—";
  852. //
  853. // dtpEnd
  854. //
  855. this.dtpEnd.CustomFormat = " ";
  856. this.dtpEnd.DateValue = "";
  857. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  858. this.dtpEnd.IsShowTime = false;
  859. this.dtpEnd.Location = new System.Drawing.Point(314, 11);
  860. this.dtpEnd.Name = "dtpEnd";
  861. this.dtpEnd.Size = new System.Drawing.Size(100, 21);
  862. this.dtpEnd.TabIndex = 235;
  863. //
  864. // dtpStart
  865. //
  866. this.dtpStart.CustomFormat = " ";
  867. this.dtpStart.DateValue = "";
  868. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  869. this.dtpStart.IsShowTime = false;
  870. this.dtpStart.Location = new System.Drawing.Point(189, 11);
  871. this.dtpStart.Name = "dtpStart";
  872. this.dtpStart.Size = new System.Drawing.Size(100, 21);
  873. this.dtpStart.TabIndex = 234;
  874. //
  875. // btnQuery
  876. //
  877. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  878. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  879. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  880. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  881. this.btnQuery.ForeColor = System.Drawing.Color.White;
  882. this.btnQuery.IsCustomBackImg = false;
  883. this.btnQuery.IsShowText = true;
  884. this.btnQuery.Location = new System.Drawing.Point(423, 8);
  885. this.btnQuery.Name = "btnQuery";
  886. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  887. this.btnQuery.TabIndex = 237;
  888. this.btnQuery.Text = " 查 询";
  889. this.btnQuery.UseVisualStyleBackColor = false;
  890. //
  891. // btnViewDetail
  892. //
  893. this.btnViewDetail.BackColor = System.Drawing.Color.Transparent;
  894. this.btnViewDetail.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnViewDetail.BackImg")));
  895. this.btnViewDetail.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  896. this.btnViewDetail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  897. this.btnViewDetail.ForeColor = System.Drawing.Color.White;
  898. this.btnViewDetail.IsCustomBackImg = false;
  899. this.btnViewDetail.IsShowText = true;
  900. this.btnViewDetail.Location = new System.Drawing.Point(696, 8);
  901. this.btnViewDetail.Name = "btnViewDetail";
  902. this.btnViewDetail.Size = new System.Drawing.Size(85, 26);
  903. this.btnViewDetail.TabIndex = 233;
  904. this.btnViewDetail.Text = " 查看详情";
  905. this.btnViewDetail.UseVisualStyleBackColor = false;
  906. //
  907. // btnClose
  908. //
  909. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  910. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  911. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  912. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  913. this.btnClose.ForeColor = System.Drawing.Color.White;
  914. this.btnClose.IsCustomBackImg = false;
  915. this.btnClose.IsShowText = true;
  916. this.btnClose.Location = new System.Drawing.Point(787, 8);
  917. this.btnClose.Name = "btnClose";
  918. this.btnClose.Size = new System.Drawing.Size(85, 26);
  919. this.btnClose.TabIndex = 232;
  920. this.btnClose.Text = " 关 闭";
  921. this.btnClose.UseVisualStyleBackColor = false;
  922. //
  923. // btnPrint
  924. //
  925. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  926. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  927. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  928. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  929. this.btnPrint.ForeColor = System.Drawing.Color.White;
  930. this.btnPrint.IsCustomBackImg = false;
  931. this.btnPrint.IsShowText = true;
  932. this.btnPrint.Location = new System.Drawing.Point(605, 8);
  933. this.btnPrint.Name = "btnPrint";
  934. this.btnPrint.Size = new System.Drawing.Size(85, 26);
  935. this.btnPrint.TabIndex = 231;
  936. this.btnPrint.Text = " 打 印";
  937. this.btnPrint.UseVisualStyleBackColor = false;
  938. //
  939. // btnExport
  940. //
  941. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  942. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  943. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  944. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  945. this.btnExport.ForeColor = System.Drawing.Color.White;
  946. this.btnExport.IsCustomBackImg = false;
  947. this.btnExport.IsShowText = true;
  948. this.btnExport.Location = new System.Drawing.Point(514, 8);
  949. this.btnExport.Name = "btnExport";
  950. this.btnExport.Size = new System.Drawing.Size(85, 26);
  951. this.btnExport.TabIndex = 230;
  952. this.btnExport.Text = " 导 出";
  953. this.btnExport.UseVisualStyleBackColor = false;
  954. //
  955. // panelEx3
  956. //
  957. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  958. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  959. this.panelEx3.BorderWidth = 1;
  960. this.panelEx3.Controls.Add(this.cmbtreevOrderClass);
  961. this.panelEx3.Controls.Add(this.labelEx2);
  962. this.panelEx3.Location = new System.Drawing.Point(0, 81);
  963. this.panelEx3.Margin = new System.Windows.Forms.Padding(0);
  964. this.panelEx3.Name = "panelEx3";
  965. this.panelEx3.Size = new System.Drawing.Size(175, 27);
  966. this.panelEx3.TabIndex = 212;
  967. //
  968. // cmbtreevOrderClass
  969. //
  970. this.cmbtreevOrderClass.AfterSelectLevelFirstNode = true;
  971. this.cmbtreevOrderClass.DropDownHeight = 220;
  972. this.cmbtreevOrderClass.DropDownShow = false;
  973. this.cmbtreevOrderClass.FormattingEnabled = true;
  974. this.cmbtreevOrderClass.IntegralHeight = false;
  975. this.cmbtreevOrderClass.IsNodeMouseClick = true;
  976. this.cmbtreevOrderClass.IsSelectParentNode = false;
  977. this.cmbtreevOrderClass.Location = new System.Drawing.Point(67, 3);
  978. this.cmbtreevOrderClass.Name = "cmbtreevOrderClass";
  979. this.cmbtreevOrderClass.ReadOnly = true;
  980. this.cmbtreevOrderClass.SelectedNode = null;
  981. this.cmbtreevOrderClass.Size = new System.Drawing.Size(100, 20);
  982. this.cmbtreevOrderClass.StrGetName = "";
  983. this.cmbtreevOrderClass.StrGetTagName = "";
  984. this.cmbtreevOrderClass.StrKey = null;
  985. this.cmbtreevOrderClass.TabIndex = 274;
  986. //
  987. // labelEx2
  988. //
  989. this.labelEx2.AutoSize = true;
  990. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  991. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  992. this.labelEx2.Location = new System.Drawing.Point(4, 5);
  993. this.labelEx2.Name = "labelEx2";
  994. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  995. this.labelEx2.TabIndex = 275;
  996. this.labelEx2.Text = "订单类别:";
  997. //
  998. // FinanceMonthReportSmallForm
  999. //
  1000. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1001. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1002. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1003. this.ClientSize = new System.Drawing.Size(910, 610);
  1004. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1005. this.IsShowUcNavigationTool = true;
  1006. this.IsUserControlsSize = false;
  1007. this.Name = "FinanceMonthReportSmallForm";
  1008. this.Text = "月财务报表";
  1009. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1010. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1011. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1012. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1013. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1014. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1015. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1016. this.plExMainContainer.ResumeLayout(false);
  1017. this.plFormMainContent.ResumeLayout(false);
  1018. this.plFormMainContent.PerformLayout();
  1019. this.panelEx1.ResumeLayout(false);
  1020. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  1021. this.panelEx2.ResumeLayout(false);
  1022. this.panelEx14.ResumeLayout(false);
  1023. this.panelEx14.PerformLayout();
  1024. this.flowLayoutPanel1.ResumeLayout(false);
  1025. this.panelTotalIncome.ResumeLayout(false);
  1026. this.panelTotalIncome.PerformLayout();
  1027. this.panelOperatingIncome.ResumeLayout(false);
  1028. this.panelOperatingIncome.PerformLayout();
  1029. this.panelTotalOutlay.ResumeLayout(false);
  1030. this.panelTotalOutlay.PerformLayout();
  1031. this.panelNetIncome.ResumeLayout(false);
  1032. this.panelNetIncome.PerformLayout();
  1033. this.panelOrderEarly.ResumeLayout(false);
  1034. this.panelOrderEarly.PerformLayout();
  1035. this.panelOrderLate.ResumeLayout(false);
  1036. this.panelOrderLate.PerformLayout();
  1037. this.panelVoucher.ResumeLayout(false);
  1038. this.panelVoucher.PerformLayout();
  1039. this.panelPaymentMethod.ResumeLayout(false);
  1040. this.panelPaymentMethod.PerformLayout();
  1041. this.panelQueryItem.ResumeLayout(false);
  1042. this.panelQueryItem.PerformLayout();
  1043. this.panelStoreName.ResumeLayout(false);
  1044. this.panelStoreName.PerformLayout();
  1045. this.panelOrderType.ResumeLayout(false);
  1046. this.panelOrderType.PerformLayout();
  1047. this.panelEx3.ResumeLayout(false);
  1048. this.panelEx3.PerformLayout();
  1049. this.ResumeLayout(false);
  1050. }
  1051. #endregion
  1052. protected internal ComponentLibrary.PanelEx panelEx1;
  1053. protected internal ComponentLibrary.DataGridViewEc dgvData;
  1054. protected internal ComponentLibrary.PanelEx panelEx2;
  1055. protected internal ComponentLibrary.PanelEx panelEx14;
  1056. protected ComponentLibrary.LabelEx lblPaymentStatistic;
  1057. protected ComponentLibrary.LabelEx lblCount;
  1058. protected internal ComponentLibrary.PanelEx panelEx13;
  1059. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1060. private ComponentLibrary.PanelEx panelTotalIncome;
  1061. protected internal ComponentLibrary.TextBoxEx txtTotalIncome;
  1062. protected internal ComponentLibrary.LabelEx lblTotalIncome;
  1063. private ComponentLibrary.PanelEx panelOperatingIncome;
  1064. protected internal ComponentLibrary.TextBoxEx txtOperatingIncome;
  1065. protected internal ComponentLibrary.LabelEx lblOperatingIncome;
  1066. private ComponentLibrary.PanelEx panelTotalOutlay;
  1067. protected internal ComponentLibrary.TextBoxEx txtTotalOutlay;
  1068. private ComponentLibrary.LabelEx lblTotalOutlay;
  1069. protected internal ComponentLibrary.PanelEx panelNetIncome;
  1070. protected internal ComponentLibrary.TextBoxEx txtNetIncome;
  1071. private ComponentLibrary.LabelEx lblNetIncome;
  1072. private ComponentLibrary.PanelEx panelOrderEarly;
  1073. protected internal ComponentLibrary.TextBoxEx txtOrderEarly;
  1074. private ComponentLibrary.LabelEx lblOrderEarly;
  1075. private ComponentLibrary.PanelEx panelOrderLate;
  1076. protected internal ComponentLibrary.TextBoxEx txtOrderLate;
  1077. private ComponentLibrary.LabelEx lblOrderLate;
  1078. protected internal ComponentLibrary.PanelEx panelVoucher;
  1079. protected internal ComponentLibrary.TextBoxEx txtVoucher;
  1080. private ComponentLibrary.LabelEx lblVoucher;
  1081. private ComponentLibrary.PanelEx panelPaymentMethod;
  1082. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevPaymentMethod;
  1083. private ComponentLibrary.LabelEx lblPaymentMethod;
  1084. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevQueryItem;
  1085. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevSecondOption;
  1086. private ComponentLibrary.LabelEx lblQueryItem;
  1087. private ComponentLibrary.LabelEx labelEx1;
  1088. protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
  1089. protected internal ComponentLibrary.DateTimePickerEx dtpStart;
  1090. protected internal ComponentLibrary.ButtonEx btnQuery;
  1091. protected internal ComponentLibrary.ButtonEx btnViewDetail;
  1092. protected internal ComponentLibrary.ButtonEx btnClose;
  1093. protected internal ComponentLibrary.ButtonEx btnPrint;
  1094. protected internal ComponentLibrary.ButtonEx btnExport;
  1095. protected internal ComponentLibrary.PanelEx panelStoreName;
  1096. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  1097. protected internal ComponentLibrary.LabelEx labelEx3;
  1098. protected internal ComponentLibrary.PanelEx panelQueryItem;
  1099. protected internal ComponentLibrary.PanelEx panelOrderType;
  1100. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderType;
  1101. protected internal ComponentLibrary.LabelEx labelEx4;
  1102. protected internal ComponentLibrary.PanelEx panelEx3;
  1103. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderClass;
  1104. protected internal ComponentLibrary.LabelEx labelEx2;
  1105. }
  1106. }