namespace LYFZ.Software.UI.FinancialManagement.SetSmallForm { partial class OutlayReportSetSmallForm { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OutlayReportSetSmallForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.dtYearMonth = new LYFZ.ComponentLibrary.DateYearMonth(); this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.radLessThan = new LYFZ.ComponentLibrary.RadioButtonEx(); this.btnAuditCEO = new LYFZ.ComponentLibrary.ButtonEx(); this.radGreaterThan = new LYFZ.ComponentLibrary.RadioButtonEx(); this.btnAuditManager = new LYFZ.ComponentLibrary.ButtonEx(); this.radAll = new LYFZ.ComponentLibrary.RadioButtonEx(); this.btnAuditFinance = new LYFZ.ComponentLibrary.ButtonEx(); this.lblTotalOutlay = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(980, 545); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(980, 545); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(921, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(948, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(894, 0); // // 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.dtYearMonth); this.panelEx1.Controls.Add(this.ucPagerEx1); this.panelEx1.Controls.Add(this.dgvData); this.panelEx1.Controls.Add(this.radLessThan); this.panelEx1.Controls.Add(this.btnAuditCEO); this.panelEx1.Controls.Add(this.radGreaterThan); this.panelEx1.Controls.Add(this.btnAuditManager); this.panelEx1.Controls.Add(this.radAll); this.panelEx1.Controls.Add(this.btnAuditFinance); this.panelEx1.Controls.Add(this.lblTotalOutlay); this.panelEx1.Controls.Add(this.panelEx3); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(960, 525); this.panelEx1.TabIndex = 0; // // dtYearMonth // this.dtYearMonth.BackColor = System.Drawing.Color.Transparent; this.dtYearMonth.IsReadOnly = false; this.dtYearMonth.Location = new System.Drawing.Point(52, 9); this.dtYearMonth.Name = "dtYearMonth"; this.dtYearMonth.Size = new System.Drawing.Size(144, 25); this.dtYearMonth.StrDateValue = ""; this.dtYearMonth.TabIndex = 244; // // ucPagerEx1 // this.ucPagerEx1.CurrentPageCount = 0; this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucPagerEx1.Location = new System.Drawing.Point(0, 495); this.ucPagerEx1.Name = "ucPagerEx1"; this.ucPagerEx1.NMax = 0; this.ucPagerEx1.PageCount = 0; this.ucPagerEx1.PageCurrent = 1; this.ucPagerEx1.PageSize = 20; this.ucPagerEx1.Size = new System.Drawing.Size(960, 30); this.ucPagerEx1.TabIndex = 243; this.ucPagerEx1.TbDataSource = null; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.AllowUserToResizeRows = false; this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 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.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 = false; this.dgvData.Location = new System.Drawing.Point(5, 47); this.dgvData.MultiSelect = false; 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 = 40; 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(950, 442); this.dgvData.StrSecondStageNull = ""; this.dgvData.StrValueNullColumn = ""; this.dgvData.TabIndex = 242; this.dgvData.ViceCount = 1; // // radLessThan // this.radLessThan.AutoSize = true; this.radLessThan.BackColor = System.Drawing.Color.Transparent; this.radLessThan.Font = new System.Drawing.Font("微软雅黑", 9F); this.radLessThan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.radLessThan.Location = new System.Drawing.Point(511, 13); this.radLessThan.Name = "radLessThan"; this.radLessThan.Size = new System.Drawing.Size(70, 21); this.radLessThan.TabIndex = 241; this.radLessThan.Text = "<10000"; this.radLessThan.UseVisualStyleBackColor = false; // // btnAuditCEO // this.btnAuditCEO.BackColor = System.Drawing.Color.Transparent; this.btnAuditCEO.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAuditCEO.BackImg"))); this.btnAuditCEO.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAuditCEO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAuditCEO.ForeColor = System.Drawing.Color.White; this.btnAuditCEO.IsCustomBackImg = false; this.btnAuditCEO.IsShowText = true; this.btnAuditCEO.Location = new System.Drawing.Point(872, 11); this.btnAuditCEO.Name = "btnAuditCEO"; this.btnAuditCEO.Size = new System.Drawing.Size(83, 26); this.btnAuditCEO.TabIndex = 236; this.btnAuditCEO.Text = "老总审核"; this.btnAuditCEO.UseVisualStyleBackColor = false; // // radGreaterThan // this.radGreaterThan.AutoSize = true; this.radGreaterThan.BackColor = System.Drawing.Color.Transparent; this.radGreaterThan.Font = new System.Drawing.Font("微软雅黑", 9F); this.radGreaterThan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.radGreaterThan.Location = new System.Drawing.Point(587, 13); this.radGreaterThan.Name = "radGreaterThan"; this.radGreaterThan.Size = new System.Drawing.Size(79, 21); this.radGreaterThan.TabIndex = 239; this.radGreaterThan.Text = ">=10000"; this.radGreaterThan.UseVisualStyleBackColor = false; // // btnAuditManager // this.btnAuditManager.BackColor = System.Drawing.Color.Transparent; this.btnAuditManager.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAuditManager.BackImg"))); this.btnAuditManager.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAuditManager.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAuditManager.ForeColor = System.Drawing.Color.White; this.btnAuditManager.IsCustomBackImg = false; this.btnAuditManager.IsShowText = true; this.btnAuditManager.Location = new System.Drawing.Point(777, 11); this.btnAuditManager.Name = "btnAuditManager"; this.btnAuditManager.Size = new System.Drawing.Size(89, 26); this.btnAuditManager.TabIndex = 234; this.btnAuditManager.Text = "经理审核"; this.btnAuditManager.UseVisualStyleBackColor = false; // // radAll // this.radAll.AutoSize = true; this.radAll.BackColor = System.Drawing.Color.Transparent; this.radAll.Checked = true; this.radAll.Font = new System.Drawing.Font("微软雅黑", 9F); this.radAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.radAll.Location = new System.Drawing.Point(455, 13); this.radAll.Name = "radAll"; this.radAll.Size = new System.Drawing.Size(50, 21); this.radAll.TabIndex = 237; this.radAll.TabStop = true; this.radAll.Text = "全部"; this.radAll.UseVisualStyleBackColor = false; // // btnAuditFinance // this.btnAuditFinance.BackColor = System.Drawing.Color.Transparent; this.btnAuditFinance.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAuditFinance.BackImg"))); this.btnAuditFinance.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAuditFinance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAuditFinance.ForeColor = System.Drawing.Color.White; this.btnAuditFinance.IsCustomBackImg = false; this.btnAuditFinance.IsShowText = true; this.btnAuditFinance.Location = new System.Drawing.Point(684, 11); this.btnAuditFinance.Name = "btnAuditFinance"; this.btnAuditFinance.Size = new System.Drawing.Size(87, 26); this.btnAuditFinance.TabIndex = 232; this.btnAuditFinance.Text = "财务审核"; this.btnAuditFinance.UseVisualStyleBackColor = false; // // 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(277, 15); this.lblTotalOutlay.Name = "lblTotalOutlay"; this.lblTotalOutlay.Size = new System.Drawing.Size(80, 17); this.lblTotalOutlay.TabIndex = 231; this.lblTotalOutlay.Text = "总支出:0.00"; // // panelEx3 // this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(0, 44); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(960, 1); this.panelEx3.TabIndex = 0; // // OutlayReportSetSmallForm // 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(980, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "OutlayReportSetSmallForm"; this.Text = "支出报表"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.PanelEx panelEx3; protected internal ComponentLibrary.DateYearMonth dtYearMonth; protected internal ComponentLibrary.RadioButtonEx radLessThan; protected internal ComponentLibrary.ButtonEx btnAuditCEO; protected internal ComponentLibrary.RadioButtonEx radGreaterThan; protected internal ComponentLibrary.ButtonEx btnAuditManager; protected internal ComponentLibrary.RadioButtonEx radAll; protected internal ComponentLibrary.ButtonEx btnAuditFinance; protected internal ComponentLibrary.DataGridViewEc dgvData; protected internal UCPager.ucPagerEx ucPagerEx1; protected internal ComponentLibrary.LabelEx lblTotalOutlay; } }