namespace LYFZ.Software.UI.StatisticalInquiry.MonthFinance
{
partial class FrmMonthFinanceSeeDetails
{
///
/// 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()
{
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(FrmMonthFinanceSeeDetails));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.txtPreliminaryResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.CtvTsorder_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
this.cmbProjectSearch = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
this.txtTotalExpenditure = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.txtTotalRevenue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
this.txtLateResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ProjectTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OpenSingle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Client = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ItemCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IncomeExpenditure = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Payment = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Cashier = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FinancialAudit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblDate = new LYFZ.ComponentLibrary.LabelEx();
this.btnFinancialAudit = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.dgv);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.btnFinancialAudit);
this.plFormMainContent.Controls.Add(this.lblDate);
this.plFormMainContent.Controls.Add(this.btnPrint);
this.plFormMainContent.Controls.Add(this.btnExPort);
this.plFormMainContent.Controls.Add(this.btnClose);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnExPort, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
this.plFormMainContent.Controls.SetChildIndex(this.lblDate, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnFinancialAudit, 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")));
//
// 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(799, 9);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(87, 26);
this.btnPrint.TabIndex = 214;
this.btnPrint.Text = "打印";
this.btnPrint.UseVisualStyleBackColor = false;
this.btnPrint.Visible = 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(612, 8);
this.btnExPort.Name = "btnExPort";
this.btnExPort.Size = new System.Drawing.Size(87, 26);
this.btnExPort.TabIndex = 213;
this.btnExPort.Text = "导出";
this.btnExPort.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(706, 8);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(87, 26);
this.btnClose.TabIndex = 215;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// 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.txtPreliminaryResults);
this.panelEx1.Controls.Add(this.txtNetIncome);
this.panelEx1.Controls.Add(this.CtvTsorder_Name);
this.panelEx1.Controls.Add(this.labelEx14);
this.panelEx1.Controls.Add(this.cmbProjectSearch);
this.panelEx1.Controls.Add(this.labelEx7);
this.panelEx1.Controls.Add(this.labelEx9);
this.panelEx1.Controls.Add(this.txtTotalExpenditure);
this.panelEx1.Controls.Add(this.txtOperatingIncome);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.txtTotalRevenue);
this.panelEx1.Controls.Add(this.labelEx15);
this.panelEx1.Controls.Add(this.txtLateResults);
this.panelEx1.Controls.Add(this.labelEx10);
this.panelEx1.Controls.Add(this.labelEx16);
this.panelEx1.Controls.Add(this.labelEx2);
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(910, 70);
this.panelEx1.TabIndex = 199;
//
// 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(758, 40);
this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
this.cmbPay_PaymentMethod.ReadOnly = true;
this.cmbPay_PaymentMethod.SelectedNode = null;
this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(146, 20);
this.cmbPay_PaymentMethod.StrGetName = "";
this.cmbPay_PaymentMethod.StrKey = null;
this.cmbPay_PaymentMethod.TabIndex = 272;
//
// 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, 39);
this.txtPreliminaryResults.Name = "txtPreliminaryResults";
this.txtPreliminaryResults.ReadOnly = true;
this.txtPreliminaryResults.Size = new System.Drawing.Size(95, 23);
this.txtPreliminaryResults.TabIndex = 258;
//
// 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(758, 9);
this.txtNetIncome.Name = "txtNetIncome";
this.txtNetIncome.ReadOnly = true;
this.txtNetIncome.Size = new System.Drawing.Size(145, 23);
this.txtNetIncome.TabIndex = 247;
//
// 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(578, 41);
this.CtvTsorder_Name.Name = "CtvTsorder_Name";
this.CtvTsorder_Name.ReadOnly = true;
this.CtvTsorder_Name.SelectedNode = null;
this.CtvTsorder_Name.Size = new System.Drawing.Size(106, 20);
this.CtvTsorder_Name.StrGetName = "";
this.CtvTsorder_Name.StrKey = null;
this.CtvTsorder_Name.TabIndex = 271;
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(693, 42);
this.labelEx14.Name = "labelEx14";
this.labelEx14.Size = new System.Drawing.Size(68, 17);
this.labelEx14.TabIndex = 254;
this.labelEx14.Text = "付款方式:";
//
// 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(429, 40);
this.cmbProjectSearch.Name = "cmbProjectSearch";
this.cmbProjectSearch.ReadOnly = false;
this.cmbProjectSearch.Size = new System.Drawing.Size(140, 22);
this.cmbProjectSearch.TabIndex = 269;
//
// 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(717, 12);
this.labelEx7.Name = "labelEx7";
this.labelEx7.Size = new System.Drawing.Size(44, 17);
this.labelEx7.TabIndex = 246;
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(358, 42);
this.labelEx9.Name = "labelEx9";
this.labelEx9.Size = new System.Drawing.Size(68, 17);
this.labelEx9.TabIndex = 268;
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(549, 9);
this.txtTotalExpenditure.Name = "txtTotalExpenditure";
this.txtTotalExpenditure.ReadOnly = true;
this.txtTotalExpenditure.Size = new System.Drawing.Size(133, 23);
this.txtTotalExpenditure.TabIndex = 245;
//
// 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(312, 9);
this.txtOperatingIncome.Name = "txtOperatingIncome";
this.txtOperatingIncome.ReadOnly = true;
this.txtOperatingIncome.Size = new System.Drawing.Size(149, 23);
this.txtOperatingIncome.TabIndex = 243;
//
// 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(247, 12);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 242;
this.labelEx3.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, 9);
this.txtTotalRevenue.Name = "txtTotalRevenue";
this.txtTotalRevenue.ReadOnly = true;
this.txtTotalRevenue.Size = new System.Drawing.Size(147, 23);
this.txtTotalRevenue.TabIndex = 241;
//
// 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(6, 42);
this.labelEx15.Name = "labelEx15";
this.labelEx15.Size = new System.Drawing.Size(68, 17);
this.labelEx15.TabIndex = 257;
this.labelEx15.Text = "订单前期:";
//
// 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(250, 40);
this.txtLateResults.Name = "txtLateResults";
this.txtLateResults.ReadOnly = true;
this.txtLateResults.Size = new System.Drawing.Size(95, 23);
this.txtLateResults.TabIndex = 260;
//
// 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(30, 12);
this.labelEx10.Name = "labelEx10";
this.labelEx10.Size = new System.Drawing.Size(44, 17);
this.labelEx10.TabIndex = 240;
this.labelEx10.Text = "收入:";
//
// 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(185, 42);
this.labelEx16.Name = "labelEx16";
this.labelEx16.Size = new System.Drawing.Size(68, 17);
this.labelEx16.TabIndex = 259;
this.labelEx16.Text = "订单后期:";
//
// 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(502, 12);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(44, 17);
this.labelEx2.TabIndex = 244;
this.labelEx2.Text = "支出:";
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv.BackgroundColor = System.Drawing.Color.White;
this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgv.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.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv.ColumnHeadersHeight = 24;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.ProjectTitle,
this.OpenSingle,
this.Client,
this.Amount,
this.ItemCategory,
this.IncomeExpenditure,
this.DateTime,
this.Payment,
this.Cashier,
this.FinancialAudit});
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.dgv.DefaultCellStyle = dataGridViewCellStyle4;
this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
this.dgv.IsCompleteBonding = false;
this.dgv.IsCopyCellValue = true;
this.dgv.Location = new System.Drawing.Point(0, 70);
this.dgv.Name = "dgv";
this.dgv.ReadOnly = true;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
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.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgv.RowHeadersVisible = false;
this.dgv.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(910, 435);
this.dgv.TabIndex = 232;
//
// ID
//
this.ID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.ID.DefaultCellStyle = dataGridViewCellStyle3;
this.ID.HeaderText = "编号";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
this.ID.Width = 53;
//
// ProjectTitle
//
this.ProjectTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.ProjectTitle.FillWeight = 3.059056F;
this.ProjectTitle.HeaderText = "项目名称";
this.ProjectTitle.Name = "ProjectTitle";
this.ProjectTitle.ReadOnly = true;
this.ProjectTitle.Width = 77;
//
// OpenSingle
//
this.OpenSingle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.OpenSingle.HeaderText = "开单人";
this.OpenSingle.Name = "OpenSingle";
this.OpenSingle.ReadOnly = true;
this.OpenSingle.Width = 65;
//
// Client
//
this.Client.HeaderText = "客户/备注";
this.Client.Name = "Client";
this.Client.ReadOnly = true;
this.Client.Width = 300;
//
// Amount
//
this.Amount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Amount.FillWeight = 3.737679F;
this.Amount.HeaderText = "金额";
this.Amount.Name = "Amount";
this.Amount.ReadOnly = true;
this.Amount.Width = 53;
//
// ItemCategory
//
this.ItemCategory.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.ItemCategory.FillWeight = 7.493622F;
this.ItemCategory.HeaderText = "项目类别";
this.ItemCategory.Name = "ItemCategory";
this.ItemCategory.ReadOnly = true;
this.ItemCategory.Width = 77;
//
// IncomeExpenditure
//
this.IncomeExpenditure.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.IncomeExpenditure.FillWeight = 15.12167F;
this.IncomeExpenditure.HeaderText = "收入/支出";
this.IncomeExpenditure.Name = "IncomeExpenditure";
this.IncomeExpenditure.ReadOnly = true;
this.IncomeExpenditure.Width = 83;
//
// DateTime
//
this.DateTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.DateTime.FillWeight = 46.27835F;
this.DateTime.HeaderText = "日期";
this.DateTime.Name = "DateTime";
this.DateTime.ReadOnly = true;
this.DateTime.Width = 53;
//
// Payment
//
this.Payment.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Payment.FillWeight = 78.226F;
this.Payment.HeaderText = "支付方式";
this.Payment.Name = "Payment";
this.Payment.ReadOnly = true;
this.Payment.Width = 77;
//
// Cashier
//
this.Cashier.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Cashier.FillWeight = 158.774F;
this.Cashier.HeaderText = "收银";
this.Cashier.Name = "Cashier";
this.Cashier.ReadOnly = true;
this.Cashier.Width = 53;
//
// FinancialAudit
//
this.FinancialAudit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.FinancialAudit.FillWeight = 487.3097F;
this.FinancialAudit.HeaderText = "财务审核/审核人";
this.FinancialAudit.Name = "FinancialAudit";
this.FinancialAudit.ReadOnly = true;
this.FinancialAudit.Width = 119;
//
// lblDate
//
this.lblDate.AutoSize = true;
this.lblDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(246)))), ((int)(((byte)(248)))));
this.lblDate.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lblDate.Location = new System.Drawing.Point(220, 11);
this.lblDate.Name = "lblDate";
this.lblDate.Size = new System.Drawing.Size(41, 20);
this.lblDate.TabIndex = 217;
this.lblDate.Text = "2015";
//
// btnFinancialAudit
//
this.btnFinancialAudit.BackColor = System.Drawing.Color.Transparent;
this.btnFinancialAudit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFinancialAudit.BackImg")));
this.btnFinancialAudit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnFinancialAudit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnFinancialAudit.ForeColor = System.Drawing.Color.White;
this.btnFinancialAudit.IsCustomBackImg = false;
this.btnFinancialAudit.IsShowText = true;
this.btnFinancialAudit.Location = new System.Drawing.Point(519, 7);
this.btnFinancialAudit.Name = "btnFinancialAudit";
this.btnFinancialAudit.Size = new System.Drawing.Size(87, 26);
this.btnFinancialAudit.TabIndex = 221;
this.btnFinancialAudit.Text = "财务审核";
this.btnFinancialAudit.UseVisualStyleBackColor = false;
//
// FrmMonthFinanceSeeDetails
//
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 = "FrmMonthFinanceSeeDetails";
this.Text = "查看详情";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.plFormMainContent.PerformLayout();
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.ButtonEx btnPrint;
protected ComponentLibrary.ButtonEx btnExPort;
protected ComponentLibrary.ButtonEx btnClose;
protected ComponentLibrary.PanelEx panelEx1;
protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
protected ComponentLibrary.TextBoxBasicEx txtNetIncome;
protected ComponentLibrary.ComboBoxTreeViewEx CtvTsorder_Name;
private ComponentLibrary.LabelEx labelEx14;
protected ComponentLibrary.ComboBoxEx cmbProjectSearch;
private ComponentLibrary.LabelEx labelEx7;
private ComponentLibrary.LabelEx labelEx9;
protected ComponentLibrary.TextBoxBasicEx txtTotalExpenditure;
protected ComponentLibrary.TextBoxBasicEx txtOperatingIncome;
private ComponentLibrary.LabelEx labelEx3;
protected ComponentLibrary.TextBoxBasicEx txtTotalRevenue;
private ComponentLibrary.LabelEx labelEx15;
protected ComponentLibrary.TextBoxBasicEx txtLateResults;
private ComponentLibrary.LabelEx labelEx10;
private ComponentLibrary.LabelEx labelEx16;
protected ComponentLibrary.TextBoxBasicEx txtPreliminaryResults;
private ComponentLibrary.LabelEx labelEx2;
public ComponentLibrary.DataGridViewEx dgv;
protected ComponentLibrary.LabelEx lblDate;
protected ComponentLibrary.ButtonEx btnFinancialAudit;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn ProjectTitle;
private System.Windows.Forms.DataGridViewTextBoxColumn OpenSingle;
private System.Windows.Forms.DataGridViewTextBoxColumn Client;
private System.Windows.Forms.DataGridViewTextBoxColumn Amount;
private System.Windows.Forms.DataGridViewTextBoxColumn ItemCategory;
private System.Windows.Forms.DataGridViewTextBoxColumn IncomeExpenditure;
private System.Windows.Forms.DataGridViewTextBoxColumn DateTime;
private System.Windows.Forms.DataGridViewTextBoxColumn Payment;
private System.Windows.Forms.DataGridViewTextBoxColumn Cashier;
private System.Windows.Forms.DataGridViewTextBoxColumn FinancialAudit;
}
}