namespace LYFZ.Software.UI.StatisticalInquiry
{
partial class FrmYearFinance
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmYearFinance));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.dgvMonth = new LYFZ.ComponentLibrary.DataGridViewEx();
this.DayNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TotalPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrdersPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FundsPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LatePaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OtherIncome = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Mcrr_RechargeAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PreliminaryResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LateResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TotalPerformance = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Expenditure = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.cmbProjectSearch = new LYFZ.ComponentLibrary.ComboBoxEx();
this.txtPreliminaryResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
this.txtTotalRevenue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.CtvTsorder_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
this.txtTotalExpenditure = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.txtLateResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
this.numYear = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).BeginInit();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numYear)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.AutoScroll = true;
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.btnExPort);
this.plFormMainContent.Controls.Add(this.btnPrint);
this.plFormMainContent.Controls.Add(this.btnClose);
this.plFormMainContent.Controls.Add(this.numYear);
this.plFormMainContent.Controls.Add(this.labelEx6);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.labelEx6, 0);
this.plFormMainContent.Controls.SetChildIndex(this.numYear, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnExPort, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.dgvMonth);
this.panelEx2.Controls.Add(this.panelEx1);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(3, 3);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(904, 499);
this.panelEx2.TabIndex = 194;
//
// dgvMonth
//
this.dgvMonth.AllowUserToAddRows = false;
this.dgvMonth.AllowUserToDeleteRows = false;
this.dgvMonth.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgvMonth.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvMonth.BackgroundColor = System.Drawing.Color.White;
this.dgvMonth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvMonth.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvMonth.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvMonth.ColumnHeadersHeight = 24;
this.dgvMonth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvMonth.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.DayNumber,
this.TotalPaid,
this.OrdersPaid,
this.FundsPaid,
this.LatePaid,
this.OtherIncome,
this.Mcrr_RechargeAmount,
this.Column1,
this.PreliminaryResults,
this.LateResults,
this.TotalPerformance,
this.Expenditure});
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvMonth.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvMonth.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvMonth.EnableHeadersVisualStyles = false;
this.dgvMonth.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvMonth.GridViewUniquelyIdentify = resources.GetString("dgvMonth.GridViewUniquelyIdentify");
this.dgvMonth.IsCompleteBonding = false;
this.dgvMonth.IsCopyCellValue = true;
this.dgvMonth.Location = new System.Drawing.Point(0, 100);
this.dgvMonth.MultiSelect = false;
this.dgvMonth.Name = "dgvMonth";
this.dgvMonth.ReadOnly = true;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvMonth.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgvMonth.RowHeadersVisible = false;
this.dgvMonth.RowTemplate.Height = 23;
this.dgvMonth.RowTemplate.ReadOnly = true;
this.dgvMonth.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvMonth.Size = new System.Drawing.Size(902, 397);
this.dgvMonth.TabIndex = 253;
//
// DayNumber
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.DayNumber.DefaultCellStyle = dataGridViewCellStyle3;
this.DayNumber.FillWeight = 1.433349F;
this.DayNumber.HeaderText = "月份";
this.DayNumber.Name = "DayNumber";
this.DayNumber.ReadOnly = true;
//
// TotalPaid
//
this.TotalPaid.FillWeight = 2.815883F;
this.TotalPaid.HeaderText = "月总收入";
this.TotalPaid.Name = "TotalPaid";
this.TotalPaid.ReadOnly = true;
this.TotalPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// OrdersPaid
//
this.OrdersPaid.FillWeight = 5.652044F;
this.OrdersPaid.HeaderText = "月订单收入";
this.OrdersPaid.Name = "OrdersPaid";
this.OrdersPaid.ReadOnly = true;
this.OrdersPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// FundsPaid
//
this.FundsPaid.FillWeight = 11.42549F;
this.FundsPaid.HeaderText = "月补款收入";
this.FundsPaid.Name = "FundsPaid";
this.FundsPaid.ReadOnly = true;
this.FundsPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// LatePaid
//
this.LatePaid.FillWeight = 23.16447F;
this.LatePaid.HeaderText = "月后期收入";
this.LatePaid.Name = "LatePaid";
this.LatePaid.ReadOnly = true;
this.LatePaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// OtherIncome
//
this.OtherIncome.HeaderText = "月其它收入";
this.OtherIncome.Name = "OtherIncome";
this.OtherIncome.ReadOnly = true;
this.OtherIncome.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// Mcrr_RechargeAmount
//
this.Mcrr_RechargeAmount.HeaderText = "月会员充值";
this.Mcrr_RechargeAmount.Name = "Mcrr_RechargeAmount";
this.Mcrr_RechargeAmount.ReadOnly = true;
//
// Column1
//
this.Column1.HeaderText = "月服务卡充值";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// PreliminaryResults
//
this.PreliminaryResults.FillWeight = 93.98867F;
this.PreliminaryResults.HeaderText = "月前期业绩";
this.PreliminaryResults.Name = "PreliminaryResults";
this.PreliminaryResults.ReadOnly = true;
this.PreliminaryResults.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// LateResults
//
this.LateResults.FillWeight = 190.7058F;
this.LateResults.HeaderText = "月后期业绩";
this.LateResults.Name = "LateResults";
this.LateResults.ReadOnly = true;
this.LateResults.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// TotalPerformance
//
this.TotalPerformance.FillWeight = 46.50473F;
this.TotalPerformance.HeaderText = "月总业绩";
this.TotalPerformance.Name = "TotalPerformance";
this.TotalPerformance.ReadOnly = true;
this.TotalPerformance.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// Expenditure
//
this.Expenditure.HeaderText = "月总支出";
this.Expenditure.Name = "Expenditure";
this.Expenditure.ReadOnly = true;
this.Expenditure.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.cmbPay_PaymentMethod);
this.panelEx1.Controls.Add(this.cmbProjectSearch);
this.panelEx1.Controls.Add(this.txtPreliminaryResults);
this.panelEx1.Controls.Add(this.lblCount);
this.panelEx1.Controls.Add(this.txtTotalRevenue);
this.panelEx1.Controls.Add(this.txtNetIncome);
this.panelEx1.Controls.Add(this.CtvTsorder_Name);
this.panelEx1.Controls.Add(this.labelEx14);
this.panelEx1.Controls.Add(this.labelEx7);
this.panelEx1.Controls.Add(this.labelEx9);
this.panelEx1.Controls.Add(this.txtTotalExpenditure);
this.panelEx1.Controls.Add(this.txtLateResults);
this.panelEx1.Controls.Add(this.txtOperatingIncome);
this.panelEx1.Controls.Add(this.labelEx16);
this.panelEx1.Controls.Add(this.labelEx5);
this.panelEx1.Controls.Add(this.labelEx4);
this.panelEx1.Controls.Add(this.labelEx15);
this.panelEx1.Controls.Add(this.labelEx10);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(902, 100);
this.panelEx1.TabIndex = 325;
//
// cmbPay_PaymentMethod
//
this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true;
this.cmbPay_PaymentMethod.DropDownHeight = 220;
this.cmbPay_PaymentMethod.DropDownShow = false;
this.cmbPay_PaymentMethod.FormattingEnabled = true;
this.cmbPay_PaymentMethod.IntegralHeight = false;
this.cmbPay_PaymentMethod.IsNodeMouseClick = true;
this.cmbPay_PaymentMethod.IsSelectParentNode = true;
this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(602, 13);
this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
this.cmbPay_PaymentMethod.ReadOnly = true;
this.cmbPay_PaymentMethod.SelectedNode = null;
this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(156, 20);
this.cmbPay_PaymentMethod.StrGetName = "";
this.cmbPay_PaymentMethod.StrKey = null;
this.cmbPay_PaymentMethod.TabIndex = 342;
//
// cmbProjectSearch
//
this.cmbProjectSearch.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbProjectSearch.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbProjectSearch.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbProjectSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbProjectSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cmbProjectSearch.Font = new System.Drawing.Font("宋体", 10.5F);
this.cmbProjectSearch.FormattingEnabled = true;
this.cmbProjectSearch.IsCustomColor = false;
this.cmbProjectSearch.Items.AddRange(new object[] {
"全部",
"订单前期收入",
"订单后期收入",
"其它消费收入",
"其它收入",
"会员充值收入",
"服务卡消费收入",
"礼服租售收入",
"店面支出",
"财务支出"});
this.cmbProjectSearch.Location = new System.Drawing.Point(602, 43);
this.cmbProjectSearch.Name = "cmbProjectSearch";
this.cmbProjectSearch.ReadOnly = false;
this.cmbProjectSearch.Size = new System.Drawing.Size(156, 22);
this.cmbProjectSearch.TabIndex = 340;
//
// txtPreliminaryResults
//
this.txtPreliminaryResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPreliminaryResults.EmptyTextTip = null;
this.txtPreliminaryResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtPreliminaryResults.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtPreliminaryResults.Location = new System.Drawing.Point(72, 42);
this.txtPreliminaryResults.Name = "txtPreliminaryResults";
this.txtPreliminaryResults.ReadOnly = true;
this.txtPreliminaryResults.Size = new System.Drawing.Size(100, 23);
this.txtPreliminaryResults.TabIndex = 336;
//
// 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(17, 75);
this.lblCount.Name = "lblCount";
this.lblCount.Size = new System.Drawing.Size(56, 17);
this.lblCount.TabIndex = 343;
this.lblCount.Text = "订单数:";
//
// txtTotalRevenue
//
this.txtTotalRevenue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTotalRevenue.EmptyTextTip = null;
this.txtTotalRevenue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtTotalRevenue.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtTotalRevenue.Location = new System.Drawing.Point(72, 11);
this.txtTotalRevenue.Name = "txtTotalRevenue";
this.txtTotalRevenue.ReadOnly = true;
this.txtTotalRevenue.Size = new System.Drawing.Size(100, 23);
this.txtTotalRevenue.TabIndex = 327;
//
// txtNetIncome
//
this.txtNetIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtNetIncome.EmptyTextTip = null;
this.txtNetIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtNetIncome.Location = new System.Drawing.Point(420, 42);
this.txtNetIncome.Name = "txtNetIncome";
this.txtNetIncome.ReadOnly = true;
this.txtNetIncome.Size = new System.Drawing.Size(100, 23);
this.txtNetIncome.TabIndex = 333;
//
// CtvTsorder_Name
//
this.CtvTsorder_Name.AfterSelectLevelFirstNode = true;
this.CtvTsorder_Name.DropDownHeight = 220;
this.CtvTsorder_Name.DropDownShow = false;
this.CtvTsorder_Name.FormattingEnabled = true;
this.CtvTsorder_Name.IntegralHeight = false;
this.CtvTsorder_Name.IsNodeMouseClick = true;
this.CtvTsorder_Name.IsSelectParentNode = true;
this.CtvTsorder_Name.Location = new System.Drawing.Point(769, 45);
this.CtvTsorder_Name.Name = "CtvTsorder_Name";
this.CtvTsorder_Name.ReadOnly = true;
this.CtvTsorder_Name.SelectedNode = null;
this.CtvTsorder_Name.Size = new System.Drawing.Size(120, 20);
this.CtvTsorder_Name.StrGetName = "";
this.CtvTsorder_Name.StrKey = null;
this.CtvTsorder_Name.TabIndex = 341;
this.CtvTsorder_Name.Visible = false;
//
// labelEx14
//
this.labelEx14.AutoSize = true;
this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx14.Location = new System.Drawing.Point(535, 14);
this.labelEx14.Name = "labelEx14";
this.labelEx14.Size = new System.Drawing.Size(68, 17);
this.labelEx14.TabIndex = 334;
this.labelEx14.Text = "付款方式:";
//
// labelEx7
//
this.labelEx7.AutoSize = true;
this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx7.Location = new System.Drawing.Point(377, 45);
this.labelEx7.Name = "labelEx7";
this.labelEx7.Size = new System.Drawing.Size(44, 17);
this.labelEx7.TabIndex = 332;
this.labelEx7.Text = "净收:";
//
// labelEx9
//
this.labelEx9.AutoSize = true;
this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx9.Location = new System.Drawing.Point(535, 45);
this.labelEx9.Name = "labelEx9";
this.labelEx9.Size = new System.Drawing.Size(68, 17);
this.labelEx9.TabIndex = 339;
this.labelEx9.Text = "项目查询:";
//
// txtTotalExpenditure
//
this.txtTotalExpenditure.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTotalExpenditure.EmptyTextTip = null;
this.txtTotalExpenditure.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtTotalExpenditure.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtTotalExpenditure.Location = new System.Drawing.Point(420, 11);
this.txtTotalExpenditure.Name = "txtTotalExpenditure";
this.txtTotalExpenditure.ReadOnly = true;
this.txtTotalExpenditure.Size = new System.Drawing.Size(100, 23);
this.txtTotalExpenditure.TabIndex = 331;
//
// txtLateResults
//
this.txtLateResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtLateResults.EmptyTextTip = null;
this.txtLateResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtLateResults.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtLateResults.Location = new System.Drawing.Point(257, 42);
this.txtLateResults.Name = "txtLateResults";
this.txtLateResults.ReadOnly = true;
this.txtLateResults.Size = new System.Drawing.Size(100, 23);
this.txtLateResults.TabIndex = 338;
//
// txtOperatingIncome
//
this.txtOperatingIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtOperatingIncome.EmptyTextTip = null;
this.txtOperatingIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtOperatingIncome.Location = new System.Drawing.Point(257, 11);
this.txtOperatingIncome.Name = "txtOperatingIncome";
this.txtOperatingIncome.ReadOnly = true;
this.txtOperatingIncome.Size = new System.Drawing.Size(100, 23);
this.txtOperatingIncome.TabIndex = 329;
//
// labelEx16
//
this.labelEx16.AutoSize = true;
this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx16.Location = new System.Drawing.Point(190, 45);
this.labelEx16.Name = "labelEx16";
this.labelEx16.Size = new System.Drawing.Size(68, 17);
this.labelEx16.TabIndex = 337;
this.labelEx16.Text = "订单后期:";
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx5.Location = new System.Drawing.Point(190, 14);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 328;
this.labelEx5.Text = "营业收入:";
//
// 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(377, 14);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(44, 17);
this.labelEx4.TabIndex = 330;
this.labelEx4.Text = "支出:";
//
// labelEx15
//
this.labelEx15.AutoSize = true;
this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx15.Location = new System.Drawing.Point(5, 45);
this.labelEx15.Name = "labelEx15";
this.labelEx15.Size = new System.Drawing.Size(68, 17);
this.labelEx15.TabIndex = 335;
this.labelEx15.Text = "订单前期:";
//
// labelEx10
//
this.labelEx10.AutoSize = true;
this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx10.Location = new System.Drawing.Point(29, 14);
this.labelEx10.Name = "labelEx10";
this.labelEx10.Size = new System.Drawing.Size(44, 17);
this.labelEx10.TabIndex = 326;
this.labelEx10.Text = "收入:";
//
// numYear
//
this.numYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.numYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.numYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.numYear.Font = new System.Drawing.Font("宋体", 12F);
this.numYear.IsCustomColor = false;
this.numYear.Location = new System.Drawing.Point(278, 8);
this.numYear.Maximum = new decimal(new int[] {
3000,
0,
0,
0});
this.numYear.Minimum = new decimal(new int[] {
1900,
0,
0,
0});
this.numYear.Name = "numYear";
this.numYear.Size = new System.Drawing.Size(59, 26);
this.numYear.TabIndex = 194;
this.numYear.Value = new decimal(new int[] {
2014,
0,
0,
0});
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(246)))), ((int)(((byte)(248)))));
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx6.Location = new System.Drawing.Point(341, 11);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(23, 20);
this.labelEx6.TabIndex = 195;
this.labelEx6.Text = "年";
//
// 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(373, 8);
this.btnExPort.Name = "btnExPort";
this.btnExPort.Size = new System.Drawing.Size(87, 26);
this.btnExPort.TabIndex = 200;
this.btnExPort.Text = "导出";
this.btnExPort.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(467, 8);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(87, 26);
this.btnPrint.TabIndex = 201;
this.btnPrint.Text = "打印";
this.btnPrint.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(564, 8);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(87, 26);
this.btnClose.TabIndex = 202;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// FrmYearFinance
//
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.Name = "FrmYearFinance";
this.Text = "年财务表";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.plFormMainContent.PerformLayout();
this.panelEx2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).EndInit();
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numYear)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx2;
public ComponentLibrary.DataGridViewEx dgvMonth;
protected ComponentLibrary.NumericUpDownEx numYear;
private ComponentLibrary.LabelEx labelEx6;
protected ComponentLibrary.ButtonEx btnExPort;
protected ComponentLibrary.ButtonEx btnPrint;
protected ComponentLibrary.ButtonEx btnClose;
protected ComponentLibrary.LabelEx lblCount;
protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
protected ComponentLibrary.ComboBoxTreeViewEx CtvTsorder_Name;
protected ComponentLibrary.ComboBoxEx cmbProjectSearch;
private ComponentLibrary.LabelEx labelEx9;
protected ComponentLibrary.TextBoxBasicEx txtLateResults;
private ComponentLibrary.LabelEx labelEx16;
private ComponentLibrary.LabelEx labelEx4;
protected ComponentLibrary.TextBoxBasicEx txtPreliminaryResults;
private ComponentLibrary.LabelEx labelEx10;
private ComponentLibrary.LabelEx labelEx15;
protected ComponentLibrary.TextBoxBasicEx txtTotalRevenue;
private ComponentLibrary.LabelEx labelEx5;
protected ComponentLibrary.TextBoxBasicEx txtOperatingIncome;
protected ComponentLibrary.TextBoxBasicEx txtTotalExpenditure;
private ComponentLibrary.LabelEx labelEx7;
private ComponentLibrary.LabelEx labelEx14;
protected ComponentLibrary.TextBoxBasicEx txtNetIncome;
private ComponentLibrary.PanelEx panelEx1;
private System.Windows.Forms.DataGridViewTextBoxColumn DayNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn TotalPaid;
private System.Windows.Forms.DataGridViewTextBoxColumn OrdersPaid;
private System.Windows.Forms.DataGridViewTextBoxColumn FundsPaid;
private System.Windows.Forms.DataGridViewTextBoxColumn LatePaid;
private System.Windows.Forms.DataGridViewTextBoxColumn OtherIncome;
private System.Windows.Forms.DataGridViewTextBoxColumn Mcrr_RechargeAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn PreliminaryResults;
private System.Windows.Forms.DataGridViewTextBoxColumn LateResults;
private System.Windows.Forms.DataGridViewTextBoxColumn TotalPerformance;
private System.Windows.Forms.DataGridViewTextBoxColumn Expenditure;
}
}