12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112 |
- namespace LYFZ.Software.UI.StatisticalInquiry
- {
- partial class FinanceMonthReportSmallForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FinanceMonthReportSmallForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
- this.lblPaymentStatistic = new LYFZ.ComponentLibrary.LabelEx();
- this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx13 = new LYFZ.ComponentLibrary.PanelEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelTotalIncome = new LYFZ.ComponentLibrary.PanelEx();
- this.txtTotalIncome = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblTotalIncome = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOperatingIncome = new LYFZ.ComponentLibrary.PanelEx();
- this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblOperatingIncome = new LYFZ.ComponentLibrary.LabelEx();
- this.panelTotalOutlay = new LYFZ.ComponentLibrary.PanelEx();
- this.txtTotalOutlay = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblTotalOutlay = new LYFZ.ComponentLibrary.LabelEx();
- this.panelNetIncome = new LYFZ.ComponentLibrary.PanelEx();
- this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblNetIncome = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOrderEarly = new LYFZ.ComponentLibrary.PanelEx();
- this.txtOrderEarly = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblOrderEarly = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOrderLate = new LYFZ.ComponentLibrary.PanelEx();
- this.txtOrderLate = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblOrderLate = new LYFZ.ComponentLibrary.LabelEx();
- this.panelVoucher = new LYFZ.ComponentLibrary.PanelEx();
- this.txtVoucher = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblVoucher = new LYFZ.ComponentLibrary.LabelEx();
- this.panelPaymentMethod = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.lblPaymentMethod = new LYFZ.ComponentLibrary.LabelEx();
- this.panelQueryItem = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevQueryItem = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cmbtreevSecondOption = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.lblQueryItem = new LYFZ.ComponentLibrary.LabelEx();
- this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOrderType = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevOrderType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnViewDetail = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevOrderClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.panelEx14.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelTotalIncome.SuspendLayout();
- this.panelOperatingIncome.SuspendLayout();
- this.panelTotalOutlay.SuspendLayout();
- this.panelNetIncome.SuspendLayout();
- this.panelOrderEarly.SuspendLayout();
- this.panelOrderLate.SuspendLayout();
- this.panelVoucher.SuspendLayout();
- this.panelPaymentMethod.SuspendLayout();
- this.panelQueryItem.SuspendLayout();
- this.panelStoreName.SuspendLayout();
- this.panelOrderType.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.labelEx1);
- this.plFormMainContent.Controls.Add(this.dtpEnd);
- this.plFormMainContent.Controls.Add(this.dtpStart);
- this.plFormMainContent.Controls.Add(this.btnQuery);
- this.plFormMainContent.Controls.Add(this.btnViewDetail);
- this.plFormMainContent.Controls.Add(this.btnClose);
- this.plFormMainContent.Controls.Add(this.btnPrint);
- this.plFormMainContent.Controls.Add(this.btnExport);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnViewDetail, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.dtpStart, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.dtpEnd, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dgvData);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(900, 495);
- this.panelEx1.TabIndex = 1;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeight = 24;
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = null;
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = true;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = true;
- this.dgvData.Location = new System.Drawing.Point(0, 145);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.RowHeadersWidth = 30;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(900, 350);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 1;
- this.dgvData.ViceCount = 1;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.panelEx14);
- this.panelEx2.Controls.Add(this.panelEx13);
- this.panelEx2.Controls.Add(this.flowLayoutPanel1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(0, 0);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
- this.panelEx2.Size = new System.Drawing.Size(900, 145);
- this.panelEx2.TabIndex = 0;
- //
- // panelEx14
- //
- this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx14.BorderWidth = 1;
- this.panelEx14.Controls.Add(this.lblPaymentStatistic);
- this.panelEx14.Controls.Add(this.lblCount);
- this.panelEx14.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx14.Location = new System.Drawing.Point(0, 111);
- this.panelEx14.Name = "panelEx14";
- this.panelEx14.Size = new System.Drawing.Size(900, 33);
- this.panelEx14.TabIndex = 4;
- //
- // lblPaymentStatistic
- //
- this.lblPaymentStatistic.AutoSize = true;
- this.lblPaymentStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblPaymentStatistic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblPaymentStatistic.Location = new System.Drawing.Point(3, 24);
- this.lblPaymentStatistic.Name = "lblPaymentStatistic";
- this.lblPaymentStatistic.Size = new System.Drawing.Size(68, 17);
- this.lblPaymentStatistic.TabIndex = 282;
- this.lblPaymentStatistic.Text = "收款金额:";
- //
- // lblCount
- //
- this.lblCount.AutoSize = true;
- this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblCount.Location = new System.Drawing.Point(15, 2);
- this.lblCount.Name = "lblCount";
- this.lblCount.Size = new System.Drawing.Size(56, 17);
- this.lblCount.TabIndex = 281;
- this.lblCount.Text = "订单数:";
- //
- // panelEx13
- //
- this.panelEx13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx13.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx13.BorderWidth = 1;
- this.panelEx13.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx13.Location = new System.Drawing.Point(0, 144);
- this.panelEx13.Name = "panelEx13";
- this.panelEx13.Size = new System.Drawing.Size(900, 1);
- this.panelEx13.TabIndex = 1;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelTotalIncome);
- this.flowLayoutPanel1.Controls.Add(this.panelOperatingIncome);
- this.flowLayoutPanel1.Controls.Add(this.panelTotalOutlay);
- this.flowLayoutPanel1.Controls.Add(this.panelNetIncome);
- this.flowLayoutPanel1.Controls.Add(this.panelOrderEarly);
- this.flowLayoutPanel1.Controls.Add(this.panelOrderLate);
- this.flowLayoutPanel1.Controls.Add(this.panelVoucher);
- this.flowLayoutPanel1.Controls.Add(this.panelPaymentMethod);
- this.flowLayoutPanel1.Controls.Add(this.panelQueryItem);
- this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
- this.flowLayoutPanel1.Controls.Add(this.panelOrderType);
- this.flowLayoutPanel1.Controls.Add(this.panelEx3);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 3);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(900, 108);
- this.flowLayoutPanel1.TabIndex = 3;
- //
- // panelTotalIncome
- //
- this.panelTotalIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelTotalIncome.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelTotalIncome.BorderWidth = 1;
- this.panelTotalIncome.Controls.Add(this.txtTotalIncome);
- this.panelTotalIncome.Controls.Add(this.lblTotalIncome);
- this.panelTotalIncome.Location = new System.Drawing.Point(0, 0);
- this.panelTotalIncome.Margin = new System.Windows.Forms.Padding(0);
- this.panelTotalIncome.Name = "panelTotalIncome";
- this.panelTotalIncome.Size = new System.Drawing.Size(175, 27);
- this.panelTotalIncome.TabIndex = 0;
- //
- // txtTotalIncome
- //
- this.txtTotalIncome.BackColor = System.Drawing.Color.Transparent;
- this.txtTotalIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTotalIncome.Icon = null;
- this.txtTotalIncome.IconIsButton = false;
- this.txtTotalIncome.IsPasswordChat = '\0';
- this.txtTotalIncome.IsSystemPasswordChar = false;
- this.txtTotalIncome.Lines = new string[0];
- this.txtTotalIncome.Location = new System.Drawing.Point(67, 1);
- this.txtTotalIncome.Margin = new System.Windows.Forms.Padding(0);
- this.txtTotalIncome.MaxLength = 15;
- this.txtTotalIncome.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtTotalIncome.MouseBack = null;
- this.txtTotalIncome.Multiline = false;
- this.txtTotalIncome.Name = "txtTotalIncome";
- this.txtTotalIncome.NormlBack = null;
- this.txtTotalIncome.Padding = new System.Windows.Forms.Padding(5);
- this.txtTotalIncome.ReadOnly = true;
- this.txtTotalIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTotalIncome.Size = new System.Drawing.Size(100, 25);
- this.txtTotalIncome.TabIndex = 35;
- this.txtTotalIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTotalIncome.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTotalIncome.WaterText = "";
- this.txtTotalIncome.WordWrap = true;
- //
- // lblTotalIncome
- //
- this.lblTotalIncome.AutoSize = true;
- this.lblTotalIncome.Cursor = System.Windows.Forms.Cursors.Default;
- this.lblTotalIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblTotalIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblTotalIncome.Location = new System.Drawing.Point(15, 5);
- this.lblTotalIncome.Name = "lblTotalIncome";
- this.lblTotalIncome.Size = new System.Drawing.Size(56, 17);
- this.lblTotalIncome.TabIndex = 241;
- this.lblTotalIncome.Text = "总收入:";
- //
- // panelOperatingIncome
- //
- this.panelOperatingIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOperatingIncome.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelOperatingIncome.BorderWidth = 1;
- this.panelOperatingIncome.Controls.Add(this.txtOperatingIncome);
- this.panelOperatingIncome.Controls.Add(this.lblOperatingIncome);
- this.panelOperatingIncome.Location = new System.Drawing.Point(175, 0);
- this.panelOperatingIncome.Margin = new System.Windows.Forms.Padding(0);
- this.panelOperatingIncome.Name = "panelOperatingIncome";
- this.panelOperatingIncome.Size = new System.Drawing.Size(175, 27);
- this.panelOperatingIncome.TabIndex = 1;
- //
- // txtOperatingIncome
- //
- this.txtOperatingIncome.BackColor = System.Drawing.Color.Transparent;
- this.txtOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOperatingIncome.Icon = null;
- this.txtOperatingIncome.IconIsButton = false;
- this.txtOperatingIncome.IsPasswordChat = '\0';
- this.txtOperatingIncome.IsSystemPasswordChar = false;
- this.txtOperatingIncome.Lines = new string[0];
- this.txtOperatingIncome.Location = new System.Drawing.Point(67, 1);
- this.txtOperatingIncome.Margin = new System.Windows.Forms.Padding(0);
- this.txtOperatingIncome.MaxLength = 15;
- this.txtOperatingIncome.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOperatingIncome.MouseBack = null;
- this.txtOperatingIncome.Multiline = false;
- this.txtOperatingIncome.Name = "txtOperatingIncome";
- this.txtOperatingIncome.NormlBack = null;
- this.txtOperatingIncome.Padding = new System.Windows.Forms.Padding(5);
- this.txtOperatingIncome.ReadOnly = true;
- this.txtOperatingIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOperatingIncome.Size = new System.Drawing.Size(100, 25);
- this.txtOperatingIncome.TabIndex = 242;
- this.txtOperatingIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOperatingIncome.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOperatingIncome.WaterText = "";
- this.txtOperatingIncome.WordWrap = true;
- //
- // lblOperatingIncome
- //
- this.lblOperatingIncome.AutoSize = true;
- this.lblOperatingIncome.Cursor = System.Windows.Forms.Cursors.Default;
- this.lblOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblOperatingIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblOperatingIncome.Location = new System.Drawing.Point(3, 5);
- this.lblOperatingIncome.Name = "lblOperatingIncome";
- this.lblOperatingIncome.Size = new System.Drawing.Size(68, 17);
- this.lblOperatingIncome.TabIndex = 243;
- this.lblOperatingIncome.Text = "营业收入:";
- //
- // panelTotalOutlay
- //
- this.panelTotalOutlay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelTotalOutlay.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelTotalOutlay.BorderWidth = 1;
- this.panelTotalOutlay.Controls.Add(this.txtTotalOutlay);
- this.panelTotalOutlay.Controls.Add(this.lblTotalOutlay);
- this.panelTotalOutlay.Location = new System.Drawing.Point(350, 0);
- this.panelTotalOutlay.Margin = new System.Windows.Forms.Padding(0);
- this.panelTotalOutlay.Name = "panelTotalOutlay";
- this.panelTotalOutlay.Size = new System.Drawing.Size(175, 27);
- this.panelTotalOutlay.TabIndex = 2;
- //
- // txtTotalOutlay
- //
- this.txtTotalOutlay.BackColor = System.Drawing.Color.Transparent;
- this.txtTotalOutlay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTotalOutlay.Icon = null;
- this.txtTotalOutlay.IconIsButton = false;
- this.txtTotalOutlay.IsPasswordChat = '\0';
- this.txtTotalOutlay.IsSystemPasswordChar = false;
- this.txtTotalOutlay.Lines = new string[0];
- this.txtTotalOutlay.Location = new System.Drawing.Point(67, 1);
- this.txtTotalOutlay.Margin = new System.Windows.Forms.Padding(0);
- this.txtTotalOutlay.MaxLength = 15;
- this.txtTotalOutlay.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtTotalOutlay.MouseBack = null;
- this.txtTotalOutlay.Multiline = false;
- this.txtTotalOutlay.Name = "txtTotalOutlay";
- this.txtTotalOutlay.NormlBack = null;
- this.txtTotalOutlay.Padding = new System.Windows.Forms.Padding(5);
- this.txtTotalOutlay.ReadOnly = true;
- this.txtTotalOutlay.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTotalOutlay.Size = new System.Drawing.Size(100, 25);
- this.txtTotalOutlay.TabIndex = 36;
- this.txtTotalOutlay.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTotalOutlay.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTotalOutlay.WaterText = "";
- this.txtTotalOutlay.WordWrap = true;
- //
- // lblTotalOutlay
- //
- this.lblTotalOutlay.AutoSize = true;
- this.lblTotalOutlay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblTotalOutlay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblTotalOutlay.Location = new System.Drawing.Point(27, 5);
- this.lblTotalOutlay.Name = "lblTotalOutlay";
- this.lblTotalOutlay.Size = new System.Drawing.Size(44, 17);
- this.lblTotalOutlay.TabIndex = 245;
- this.lblTotalOutlay.Text = "支出:";
- //
- // panelNetIncome
- //
- this.panelNetIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelNetIncome.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelNetIncome.BorderWidth = 1;
- this.panelNetIncome.Controls.Add(this.txtNetIncome);
- this.panelNetIncome.Controls.Add(this.lblNetIncome);
- this.panelNetIncome.Location = new System.Drawing.Point(525, 0);
- this.panelNetIncome.Margin = new System.Windows.Forms.Padding(0);
- this.panelNetIncome.Name = "panelNetIncome";
- this.panelNetIncome.Size = new System.Drawing.Size(175, 27);
- this.panelNetIncome.TabIndex = 2;
- //
- // txtNetIncome
- //
- this.txtNetIncome.BackColor = System.Drawing.Color.Transparent;
- this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNetIncome.Icon = null;
- this.txtNetIncome.IconIsButton = false;
- this.txtNetIncome.IsPasswordChat = '\0';
- this.txtNetIncome.IsSystemPasswordChar = false;
- this.txtNetIncome.Lines = new string[0];
- this.txtNetIncome.Location = new System.Drawing.Point(67, 1);
- this.txtNetIncome.Margin = new System.Windows.Forms.Padding(0);
- this.txtNetIncome.MaxLength = 15;
- this.txtNetIncome.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNetIncome.MouseBack = null;
- this.txtNetIncome.Multiline = false;
- this.txtNetIncome.Name = "txtNetIncome";
- this.txtNetIncome.NormlBack = null;
- this.txtNetIncome.Padding = new System.Windows.Forms.Padding(5);
- this.txtNetIncome.ReadOnly = true;
- this.txtNetIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNetIncome.Size = new System.Drawing.Size(100, 25);
- this.txtNetIncome.TabIndex = 37;
- this.txtNetIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNetIncome.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNetIncome.WaterText = "";
- this.txtNetIncome.WordWrap = true;
- //
- // lblNetIncome
- //
- this.lblNetIncome.AutoSize = true;
- this.lblNetIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblNetIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblNetIncome.Location = new System.Drawing.Point(15, 5);
- this.lblNetIncome.Name = "lblNetIncome";
- this.lblNetIncome.Size = new System.Drawing.Size(56, 17);
- this.lblNetIncome.TabIndex = 255;
- this.lblNetIncome.Text = "净收入:";
- //
- // panelOrderEarly
- //
- this.panelOrderEarly.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOrderEarly.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelOrderEarly.BorderWidth = 1;
- this.panelOrderEarly.Controls.Add(this.txtOrderEarly);
- this.panelOrderEarly.Controls.Add(this.lblOrderEarly);
- this.panelOrderEarly.Location = new System.Drawing.Point(700, 0);
- this.panelOrderEarly.Margin = new System.Windows.Forms.Padding(0);
- this.panelOrderEarly.Name = "panelOrderEarly";
- this.panelOrderEarly.Size = new System.Drawing.Size(175, 27);
- this.panelOrderEarly.TabIndex = 2;
- //
- // txtOrderEarly
- //
- this.txtOrderEarly.BackColor = System.Drawing.Color.Transparent;
- this.txtOrderEarly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOrderEarly.Icon = null;
- this.txtOrderEarly.IconIsButton = false;
- this.txtOrderEarly.IsPasswordChat = '\0';
- this.txtOrderEarly.IsSystemPasswordChar = false;
- this.txtOrderEarly.Lines = new string[0];
- this.txtOrderEarly.Location = new System.Drawing.Point(67, 1);
- this.txtOrderEarly.Margin = new System.Windows.Forms.Padding(0);
- this.txtOrderEarly.MaxLength = 15;
- this.txtOrderEarly.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOrderEarly.MouseBack = null;
- this.txtOrderEarly.Multiline = false;
- this.txtOrderEarly.Name = "txtOrderEarly";
- this.txtOrderEarly.NormlBack = null;
- this.txtOrderEarly.Padding = new System.Windows.Forms.Padding(5);
- this.txtOrderEarly.ReadOnly = true;
- this.txtOrderEarly.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOrderEarly.Size = new System.Drawing.Size(100, 25);
- this.txtOrderEarly.TabIndex = 39;
- this.txtOrderEarly.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOrderEarly.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOrderEarly.WaterText = "";
- this.txtOrderEarly.WordWrap = true;
- //
- // lblOrderEarly
- //
- this.lblOrderEarly.AutoSize = true;
- this.lblOrderEarly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblOrderEarly.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblOrderEarly.Location = new System.Drawing.Point(3, 5);
- this.lblOrderEarly.Name = "lblOrderEarly";
- this.lblOrderEarly.Size = new System.Drawing.Size(68, 17);
- this.lblOrderEarly.TabIndex = 267;
- this.lblOrderEarly.Text = "订单前期:";
- //
- // panelOrderLate
- //
- this.panelOrderLate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOrderLate.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelOrderLate.BorderWidth = 1;
- this.panelOrderLate.Controls.Add(this.txtOrderLate);
- this.panelOrderLate.Controls.Add(this.lblOrderLate);
- this.panelOrderLate.Location = new System.Drawing.Point(0, 27);
- this.panelOrderLate.Margin = new System.Windows.Forms.Padding(0);
- this.panelOrderLate.Name = "panelOrderLate";
- this.panelOrderLate.Size = new System.Drawing.Size(175, 27);
- this.panelOrderLate.TabIndex = 2;
- //
- // txtOrderLate
- //
- this.txtOrderLate.BackColor = System.Drawing.Color.Transparent;
- this.txtOrderLate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOrderLate.Icon = null;
- this.txtOrderLate.IconIsButton = false;
- this.txtOrderLate.IsPasswordChat = '\0';
- this.txtOrderLate.IsSystemPasswordChar = false;
- this.txtOrderLate.Lines = new string[0];
- this.txtOrderLate.Location = new System.Drawing.Point(67, 1);
- this.txtOrderLate.Margin = new System.Windows.Forms.Padding(0);
- this.txtOrderLate.MaxLength = 15;
- this.txtOrderLate.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOrderLate.MouseBack = null;
- this.txtOrderLate.Multiline = false;
- this.txtOrderLate.Name = "txtOrderLate";
- this.txtOrderLate.NormlBack = null;
- this.txtOrderLate.Padding = new System.Windows.Forms.Padding(5);
- this.txtOrderLate.ReadOnly = true;
- this.txtOrderLate.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOrderLate.Size = new System.Drawing.Size(100, 25);
- this.txtOrderLate.TabIndex = 40;
- this.txtOrderLate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOrderLate.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOrderLate.WaterText = "";
- this.txtOrderLate.WordWrap = true;
- //
- // lblOrderLate
- //
- this.lblOrderLate.AutoSize = true;
- this.lblOrderLate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblOrderLate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblOrderLate.Location = new System.Drawing.Point(3, 5);
- this.lblOrderLate.Name = "lblOrderLate";
- this.lblOrderLate.Size = new System.Drawing.Size(68, 17);
- this.lblOrderLate.TabIndex = 268;
- this.lblOrderLate.Text = "订单后期:";
- //
- // panelVoucher
- //
- this.panelVoucher.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelVoucher.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelVoucher.BorderWidth = 1;
- this.panelVoucher.Controls.Add(this.txtVoucher);
- this.panelVoucher.Controls.Add(this.lblVoucher);
- this.panelVoucher.Location = new System.Drawing.Point(175, 27);
- this.panelVoucher.Margin = new System.Windows.Forms.Padding(0);
- this.panelVoucher.Name = "panelVoucher";
- this.panelVoucher.Size = new System.Drawing.Size(175, 27);
- this.panelVoucher.TabIndex = 3;
- //
- // txtVoucher
- //
- this.txtVoucher.BackColor = System.Drawing.Color.Transparent;
- this.txtVoucher.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtVoucher.Icon = null;
- this.txtVoucher.IconIsButton = false;
- this.txtVoucher.IsPasswordChat = '\0';
- this.txtVoucher.IsSystemPasswordChar = false;
- this.txtVoucher.Lines = new string[0];
- this.txtVoucher.Location = new System.Drawing.Point(67, 1);
- this.txtVoucher.Margin = new System.Windows.Forms.Padding(0);
- this.txtVoucher.MaxLength = 15;
- this.txtVoucher.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtVoucher.MouseBack = null;
- this.txtVoucher.Multiline = false;
- this.txtVoucher.Name = "txtVoucher";
- this.txtVoucher.NormlBack = null;
- this.txtVoucher.Padding = new System.Windows.Forms.Padding(5);
- this.txtVoucher.ReadOnly = true;
- this.txtVoucher.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtVoucher.Size = new System.Drawing.Size(100, 25);
- this.txtVoucher.TabIndex = 42;
- this.txtVoucher.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtVoucher.WaterColor = System.Drawing.Color.DarkGray;
- this.txtVoucher.WaterText = "";
- this.txtVoucher.WordWrap = true;
- //
- // lblVoucher
- //
- this.lblVoucher.AutoSize = true;
- this.lblVoucher.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblVoucher.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblVoucher.Location = new System.Drawing.Point(15, 5);
- this.lblVoucher.Name = "lblVoucher";
- this.lblVoucher.Size = new System.Drawing.Size(56, 17);
- this.lblVoucher.TabIndex = 269;
- this.lblVoucher.Text = "代金券:";
- //
- // panelPaymentMethod
- //
- this.panelPaymentMethod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelPaymentMethod.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelPaymentMethod.BorderWidth = 1;
- this.panelPaymentMethod.Controls.Add(this.cmbtreevPaymentMethod);
- this.panelPaymentMethod.Controls.Add(this.lblPaymentMethod);
- this.panelPaymentMethod.Location = new System.Drawing.Point(350, 27);
- this.panelPaymentMethod.Margin = new System.Windows.Forms.Padding(0);
- this.panelPaymentMethod.Name = "panelPaymentMethod";
- this.panelPaymentMethod.Size = new System.Drawing.Size(240, 27);
- this.panelPaymentMethod.TabIndex = 2;
- //
- // cmbtreevPaymentMethod
- //
- this.cmbtreevPaymentMethod.AfterSelectLevelFirstNode = true;
- this.cmbtreevPaymentMethod.DropDownHeight = 220;
- this.cmbtreevPaymentMethod.DropDownShow = false;
- this.cmbtreevPaymentMethod.FormattingEnabled = true;
- this.cmbtreevPaymentMethod.IntegralHeight = false;
- this.cmbtreevPaymentMethod.IsNodeMouseClick = true;
- this.cmbtreevPaymentMethod.IsSelectParentNode = true;
- this.cmbtreevPaymentMethod.Location = new System.Drawing.Point(67, 4);
- this.cmbtreevPaymentMethod.Name = "cmbtreevPaymentMethod";
- this.cmbtreevPaymentMethod.ReadOnly = true;
- this.cmbtreevPaymentMethod.SelectedNode = null;
- this.cmbtreevPaymentMethod.Size = new System.Drawing.Size(160, 20);
- this.cmbtreevPaymentMethod.StrGetName = "";
- this.cmbtreevPaymentMethod.StrGetTagName = "";
- this.cmbtreevPaymentMethod.StrKey = null;
- this.cmbtreevPaymentMethod.TabIndex = 274;
- //
- // lblPaymentMethod
- //
- this.lblPaymentMethod.AutoSize = true;
- this.lblPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblPaymentMethod.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblPaymentMethod.Location = new System.Drawing.Point(3, 5);
- this.lblPaymentMethod.Name = "lblPaymentMethod";
- this.lblPaymentMethod.Size = new System.Drawing.Size(68, 17);
- this.lblPaymentMethod.TabIndex = 256;
- this.lblPaymentMethod.Text = "付款方式:";
- //
- // panelQueryItem
- //
- this.panelQueryItem.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelQueryItem.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelQueryItem.BorderWidth = 1;
- this.panelQueryItem.Controls.Add(this.cmbtreevQueryItem);
- this.panelQueryItem.Controls.Add(this.cmbtreevSecondOption);
- this.panelQueryItem.Controls.Add(this.lblQueryItem);
- this.panelQueryItem.Location = new System.Drawing.Point(0, 54);
- this.panelQueryItem.Margin = new System.Windows.Forms.Padding(0);
- this.panelQueryItem.Name = "panelQueryItem";
- this.panelQueryItem.Size = new System.Drawing.Size(370, 27);
- this.panelQueryItem.TabIndex = 2;
- //
- // cmbtreevQueryItem
- //
- this.cmbtreevQueryItem.AfterSelectLevelFirstNode = true;
- this.cmbtreevQueryItem.DropDownHeight = 220;
- this.cmbtreevQueryItem.DropDownShow = false;
- this.cmbtreevQueryItem.FormattingEnabled = true;
- this.cmbtreevQueryItem.IntegralHeight = false;
- this.cmbtreevQueryItem.IsNodeMouseClick = true;
- this.cmbtreevQueryItem.IsSelectParentNode = true;
- this.cmbtreevQueryItem.Location = new System.Drawing.Point(67, 4);
- this.cmbtreevQueryItem.Name = "cmbtreevQueryItem";
- this.cmbtreevQueryItem.ReadOnly = true;
- this.cmbtreevQueryItem.SelectedNode = null;
- this.cmbtreevQueryItem.Size = new System.Drawing.Size(160, 20);
- this.cmbtreevQueryItem.StrGetName = "";
- this.cmbtreevQueryItem.StrGetTagName = "";
- this.cmbtreevQueryItem.StrKey = null;
- this.cmbtreevQueryItem.TabIndex = 273;
- //
- // cmbtreevSecondOption
- //
- this.cmbtreevSecondOption.AfterSelectLevelFirstNode = true;
- this.cmbtreevSecondOption.DropDownHeight = 220;
- this.cmbtreevSecondOption.DropDownShow = false;
- this.cmbtreevSecondOption.FormattingEnabled = true;
- this.cmbtreevSecondOption.IntegralHeight = false;
- this.cmbtreevSecondOption.IsNodeMouseClick = true;
- this.cmbtreevSecondOption.IsSelectParentNode = false;
- this.cmbtreevSecondOption.Location = new System.Drawing.Point(233, 4);
- this.cmbtreevSecondOption.Name = "cmbtreevSecondOption";
- this.cmbtreevSecondOption.ReadOnly = true;
- this.cmbtreevSecondOption.SelectedNode = null;
- this.cmbtreevSecondOption.Size = new System.Drawing.Size(125, 20);
- this.cmbtreevSecondOption.StrGetName = "";
- this.cmbtreevSecondOption.StrGetTagName = "";
- this.cmbtreevSecondOption.StrKey = null;
- this.cmbtreevSecondOption.TabIndex = 272;
- //
- // lblQueryItem
- //
- this.lblQueryItem.AutoSize = true;
- this.lblQueryItem.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblQueryItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblQueryItem.Location = new System.Drawing.Point(3, 5);
- this.lblQueryItem.Name = "lblQueryItem";
- this.lblQueryItem.Size = new System.Drawing.Size(68, 17);
- this.lblQueryItem.TabIndex = 270;
- this.lblQueryItem.Text = "项目查询:";
- //
- // panelStoreName
- //
- this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelStoreName.BorderWidth = 1;
- this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
- this.panelStoreName.Controls.Add(this.labelEx3);
- this.panelStoreName.Location = new System.Drawing.Point(370, 54);
- this.panelStoreName.Margin = new System.Windows.Forms.Padding(0);
- this.panelStoreName.Name = "panelStoreName";
- this.panelStoreName.Size = new System.Drawing.Size(265, 27);
- this.panelStoreName.TabIndex = 210;
- //
- // cmbtreevStoreName
- //
- this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
- this.cmbtreevStoreName.DropDownHeight = 220;
- this.cmbtreevStoreName.DropDownShow = false;
- this.cmbtreevStoreName.FormattingEnabled = true;
- this.cmbtreevStoreName.IntegralHeight = false;
- this.cmbtreevStoreName.IsNodeMouseClick = true;
- this.cmbtreevStoreName.IsSelectParentNode = false;
- this.cmbtreevStoreName.Location = new System.Drawing.Point(45, 3);
- this.cmbtreevStoreName.Name = "cmbtreevStoreName";
- this.cmbtreevStoreName.ReadOnly = true;
- this.cmbtreevStoreName.SelectedNode = null;
- this.cmbtreevStoreName.Size = new System.Drawing.Size(210, 20);
- this.cmbtreevStoreName.StrGetName = "";
- this.cmbtreevStoreName.StrGetTagName = "";
- this.cmbtreevStoreName.StrKey = null;
- this.cmbtreevStoreName.TabIndex = 274;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(4, 5);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(44, 17);
- this.labelEx3.TabIndex = 275;
- this.labelEx3.Text = "分店:";
- //
- // panelOrderType
- //
- this.panelOrderType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOrderType.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelOrderType.BorderWidth = 1;
- this.panelOrderType.Controls.Add(this.cmbtreevOrderType);
- this.panelOrderType.Controls.Add(this.labelEx4);
- this.panelOrderType.Location = new System.Drawing.Point(635, 54);
- this.panelOrderType.Margin = new System.Windows.Forms.Padding(0);
- this.panelOrderType.Name = "panelOrderType";
- this.panelOrderType.Size = new System.Drawing.Size(175, 27);
- this.panelOrderType.TabIndex = 211;
- //
- // cmbtreevOrderType
- //
- this.cmbtreevOrderType.AfterSelectLevelFirstNode = true;
- this.cmbtreevOrderType.DropDownHeight = 220;
- this.cmbtreevOrderType.DropDownShow = false;
- this.cmbtreevOrderType.FormattingEnabled = true;
- this.cmbtreevOrderType.IntegralHeight = false;
- this.cmbtreevOrderType.IsNodeMouseClick = true;
- this.cmbtreevOrderType.IsSelectParentNode = false;
- this.cmbtreevOrderType.Location = new System.Drawing.Point(67, 3);
- this.cmbtreevOrderType.Name = "cmbtreevOrderType";
- this.cmbtreevOrderType.ReadOnly = true;
- this.cmbtreevOrderType.SelectedNode = null;
- this.cmbtreevOrderType.Size = new System.Drawing.Size(100, 20);
- this.cmbtreevOrderType.StrGetName = "";
- this.cmbtreevOrderType.StrGetTagName = "";
- this.cmbtreevOrderType.StrKey = null;
- this.cmbtreevOrderType.TabIndex = 274;
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(4, 5);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 275;
- this.labelEx4.Text = "订单类型:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(291, 13);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(21, 17);
- this.labelEx1.TabIndex = 236;
- this.labelEx1.Text = "—";
- //
- // dtpEnd
- //
- this.dtpEnd.CustomFormat = " ";
- this.dtpEnd.DateValue = "";
- this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEnd.IsShowTime = false;
- this.dtpEnd.Location = new System.Drawing.Point(314, 11);
- this.dtpEnd.Name = "dtpEnd";
- this.dtpEnd.Size = new System.Drawing.Size(100, 21);
- this.dtpEnd.TabIndex = 235;
- //
- // dtpStart
- //
- this.dtpStart.CustomFormat = " ";
- this.dtpStart.DateValue = "";
- this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStart.IsShowTime = false;
- this.dtpStart.Location = new System.Drawing.Point(189, 11);
- this.dtpStart.Name = "dtpStart";
- this.dtpStart.Size = new System.Drawing.Size(100, 21);
- this.dtpStart.TabIndex = 234;
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(423, 8);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 26);
- this.btnQuery.TabIndex = 237;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // btnViewDetail
- //
- this.btnViewDetail.BackColor = System.Drawing.Color.Transparent;
- this.btnViewDetail.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnViewDetail.BackImg")));
- this.btnViewDetail.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnViewDetail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnViewDetail.ForeColor = System.Drawing.Color.White;
- this.btnViewDetail.IsCustomBackImg = false;
- this.btnViewDetail.IsShowText = true;
- this.btnViewDetail.Location = new System.Drawing.Point(696, 8);
- this.btnViewDetail.Name = "btnViewDetail";
- this.btnViewDetail.Size = new System.Drawing.Size(85, 26);
- this.btnViewDetail.TabIndex = 233;
- this.btnViewDetail.Text = " 查看详情";
- this.btnViewDetail.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(787, 8);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 26);
- this.btnClose.TabIndex = 232;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnPrint
- //
- this.btnPrint.BackColor = System.Drawing.Color.Transparent;
- this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
- this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPrint.ForeColor = System.Drawing.Color.White;
- this.btnPrint.IsCustomBackImg = false;
- this.btnPrint.IsShowText = true;
- this.btnPrint.Location = new System.Drawing.Point(605, 8);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(85, 26);
- this.btnPrint.TabIndex = 231;
- this.btnPrint.Text = " 打 印";
- this.btnPrint.UseVisualStyleBackColor = false;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(514, 8);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 26);
- this.btnExport.TabIndex = 230;
- this.btnExport.Text = " 导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.cmbtreevOrderClass);
- this.panelEx3.Controls.Add(this.labelEx2);
- this.panelEx3.Location = new System.Drawing.Point(0, 81);
- this.panelEx3.Margin = new System.Windows.Forms.Padding(0);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(175, 27);
- this.panelEx3.TabIndex = 212;
- //
- // cmbtreevOrderClass
- //
- this.cmbtreevOrderClass.AfterSelectLevelFirstNode = true;
- this.cmbtreevOrderClass.DropDownHeight = 220;
- this.cmbtreevOrderClass.DropDownShow = false;
- this.cmbtreevOrderClass.FormattingEnabled = true;
- this.cmbtreevOrderClass.IntegralHeight = false;
- this.cmbtreevOrderClass.IsNodeMouseClick = true;
- this.cmbtreevOrderClass.IsSelectParentNode = false;
- this.cmbtreevOrderClass.Location = new System.Drawing.Point(67, 3);
- this.cmbtreevOrderClass.Name = "cmbtreevOrderClass";
- this.cmbtreevOrderClass.ReadOnly = true;
- this.cmbtreevOrderClass.SelectedNode = null;
- this.cmbtreevOrderClass.Size = new System.Drawing.Size(100, 20);
- this.cmbtreevOrderClass.StrGetName = "";
- this.cmbtreevOrderClass.StrGetTagName = "";
- this.cmbtreevOrderClass.StrKey = null;
- this.cmbtreevOrderClass.TabIndex = 274;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(4, 5);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 275;
- this.labelEx2.Text = "订单类别:";
- //
- // FinanceMonthReportSmallForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.IsUserControlsSize = false;
- this.Name = "FinanceMonthReportSmallForm";
- this.Text = "月财务报表";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.plFormMainContent.PerformLayout();
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.panelEx14.ResumeLayout(false);
- this.panelEx14.PerformLayout();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelTotalIncome.ResumeLayout(false);
- this.panelTotalIncome.PerformLayout();
- this.panelOperatingIncome.ResumeLayout(false);
- this.panelOperatingIncome.PerformLayout();
- this.panelTotalOutlay.ResumeLayout(false);
- this.panelTotalOutlay.PerformLayout();
- this.panelNetIncome.ResumeLayout(false);
- this.panelNetIncome.PerformLayout();
- this.panelOrderEarly.ResumeLayout(false);
- this.panelOrderEarly.PerformLayout();
- this.panelOrderLate.ResumeLayout(false);
- this.panelOrderLate.PerformLayout();
- this.panelVoucher.ResumeLayout(false);
- this.panelVoucher.PerformLayout();
- this.panelPaymentMethod.ResumeLayout(false);
- this.panelPaymentMethod.PerformLayout();
- this.panelQueryItem.ResumeLayout(false);
- this.panelQueryItem.PerformLayout();
- this.panelStoreName.ResumeLayout(false);
- this.panelStoreName.PerformLayout();
- this.panelOrderType.ResumeLayout(false);
- this.panelOrderType.PerformLayout();
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- protected internal ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.PanelEx panelEx14;
- protected ComponentLibrary.LabelEx lblPaymentStatistic;
- protected ComponentLibrary.LabelEx lblCount;
- protected internal ComponentLibrary.PanelEx panelEx13;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.PanelEx panelTotalIncome;
- protected internal ComponentLibrary.TextBoxEx txtTotalIncome;
- protected internal ComponentLibrary.LabelEx lblTotalIncome;
- private ComponentLibrary.PanelEx panelOperatingIncome;
- protected internal ComponentLibrary.TextBoxEx txtOperatingIncome;
- protected internal ComponentLibrary.LabelEx lblOperatingIncome;
- private ComponentLibrary.PanelEx panelTotalOutlay;
- protected internal ComponentLibrary.TextBoxEx txtTotalOutlay;
- private ComponentLibrary.LabelEx lblTotalOutlay;
- protected internal ComponentLibrary.PanelEx panelNetIncome;
- protected internal ComponentLibrary.TextBoxEx txtNetIncome;
- private ComponentLibrary.LabelEx lblNetIncome;
- private ComponentLibrary.PanelEx panelOrderEarly;
- protected internal ComponentLibrary.TextBoxEx txtOrderEarly;
- private ComponentLibrary.LabelEx lblOrderEarly;
- private ComponentLibrary.PanelEx panelOrderLate;
- protected internal ComponentLibrary.TextBoxEx txtOrderLate;
- private ComponentLibrary.LabelEx lblOrderLate;
- protected internal ComponentLibrary.PanelEx panelVoucher;
- protected internal ComponentLibrary.TextBoxEx txtVoucher;
- private ComponentLibrary.LabelEx lblVoucher;
- private ComponentLibrary.PanelEx panelPaymentMethod;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevPaymentMethod;
- private ComponentLibrary.LabelEx lblPaymentMethod;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevQueryItem;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevSecondOption;
- private ComponentLibrary.LabelEx lblQueryItem;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
- protected internal ComponentLibrary.DateTimePickerEx dtpStart;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.ButtonEx btnViewDetail;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnPrint;
- protected internal ComponentLibrary.ButtonEx btnExport;
- protected internal ComponentLibrary.PanelEx panelStoreName;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
- protected internal ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.PanelEx panelQueryItem;
- protected internal ComponentLibrary.PanelEx panelOrderType;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderType;
- protected internal ComponentLibrary.LabelEx labelEx4;
- protected internal ComponentLibrary.PanelEx panelEx3;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderClass;
- protected internal ComponentLibrary.LabelEx labelEx2;
- }
- }
|