namespace LYFZ.Software.UI.StatisticalEmployeeWork { partial class WorkStatisticalDesignLook { /// /// 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(WorkStatisticalDesignLook)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.txtStatisticalText = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.cmbtreevperson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.dtDataTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.dtDataTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx(); 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.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.plExMainContainer.Size = new System.Drawing.Size(950, 505); // // plFormMainContent // this.plFormMainContent.Controls.Add(this.btnExport); this.plFormMainContent.Controls.Add(this.btnClose); this.plFormMainContent.Controls.Add(this.cmbtreevperson); this.plFormMainContent.Controls.Add(this.btnQuery); this.plFormMainContent.Controls.Add(this.dtDataTimeEnd); this.plFormMainContent.Controls.Add(this.dtDataTimeStart); this.plFormMainContent.Controls.Add(this.labelEx1); this.plFormMainContent.Size = new System.Drawing.Size(950, 545); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0); this.plFormMainContent.Controls.SetChildIndex(this.dtDataTimeStart, 0); this.plFormMainContent.Controls.SetChildIndex(this.dtDataTimeEnd, 0); this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0); this.plFormMainContent.Controls.SetChildIndex(this.cmbtreevperson, 0); this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0); this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(918, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0); // // 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.dgvData); this.panelEx1.Controls.Add(this.txtStatisticalText); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(5, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(3); this.panelEx1.Size = new System.Drawing.Size(940, 485); this.panelEx1.TabIndex = 4; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.AllowUserToOrderColumns = true; 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.IsCopyCellValue = true; this.dgvData.IsShowSerialNumber = true; this.dgvData.IsSortedRedraw = true; this.dgvData.IsSortMode = false; this.dgvData.Location = new System.Drawing.Point(3, 3); 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(934, 454); this.dgvData.TabIndex = 25; this.dgvData.ViceCount = 1; // // txtStatisticalText // this.txtStatisticalText.BackColor = System.Drawing.Color.Transparent; this.txtStatisticalText.Dock = System.Windows.Forms.DockStyle.Bottom; this.txtStatisticalText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtStatisticalText.Icon = null; this.txtStatisticalText.IconIsButton = false; this.txtStatisticalText.IsPasswordChat = '\0'; this.txtStatisticalText.IsSystemPasswordChar = false; this.txtStatisticalText.Lines = new string[0]; this.txtStatisticalText.Location = new System.Drawing.Point(3, 457); this.txtStatisticalText.Margin = new System.Windows.Forms.Padding(0); this.txtStatisticalText.MaxLength = 32767; this.txtStatisticalText.MinimumSize = new System.Drawing.Size(0, 24); this.txtStatisticalText.MouseBack = null; this.txtStatisticalText.Multiline = false; this.txtStatisticalText.Name = "txtStatisticalText"; this.txtStatisticalText.NormlBack = null; this.txtStatisticalText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtStatisticalText.ReadOnly = true; this.txtStatisticalText.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtStatisticalText.Size = new System.Drawing.Size(934, 25); this.txtStatisticalText.TabIndex = 2232; this.txtStatisticalText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtStatisticalText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtStatisticalText.WaterText = ""; this.txtStatisticalText.WordWrap = true; // // 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(766, 6); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(85, 28); this.btnExport.TabIndex = 2240; 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(857, 6); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 28); this.btnClose.TabIndex = 2238; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // cmbtreevperson // this.cmbtreevperson.AfterSelectLevelFirstNode = true; this.cmbtreevperson.DropDownHeight = 220; this.cmbtreevperson.DropDownShow = false; this.cmbtreevperson.FormattingEnabled = true; this.cmbtreevperson.IntegralHeight = false; this.cmbtreevperson.IsNodeMouseClick = true; this.cmbtreevperson.IsSelectParentNode = false; this.cmbtreevperson.Location = new System.Drawing.Point(508, 11); this.cmbtreevperson.Name = "cmbtreevperson"; this.cmbtreevperson.ReadOnly = true; this.cmbtreevperson.SelectedNode = null; this.cmbtreevperson.Size = new System.Drawing.Size(159, 20); this.cmbtreevperson.StrGetName = ""; this.cmbtreevperson.StrGetTagName = ""; this.cmbtreevperson.StrKey = null; this.cmbtreevperson.TabIndex = 2239; // // 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(675, 6); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(85, 28); this.btnQuery.TabIndex = 2237; this.btnQuery.Text = " 查 询"; this.btnQuery.UseVisualStyleBackColor = false; // // dtDataTimeStart // this.dtDataTimeStart.CustomFormat = " "; this.dtDataTimeStart.DateValue = ""; this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtDataTimeStart.IsShowTime = false; this.dtDataTimeStart.Location = new System.Drawing.Point(271, 11); this.dtDataTimeStart.Name = "dtDataTimeStart"; this.dtDataTimeStart.Size = new System.Drawing.Size(100, 21); this.dtDataTimeStart.TabIndex = 2234; // // labelEx1 // this.labelEx1.AutoSize = true; 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(372, 12); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(21, 17); this.labelEx1.TabIndex = 2236; this.labelEx1.Text = "—"; // // dtDataTimeEnd // this.dtDataTimeEnd.CustomFormat = " "; this.dtDataTimeEnd.DateValue = ""; this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtDataTimeEnd.IsShowTime = false; this.dtDataTimeEnd.Location = new System.Drawing.Point(394, 11); this.dtDataTimeEnd.Name = "dtDataTimeEnd"; this.dtDataTimeEnd.Size = new System.Drawing.Size(100, 21); this.dtDataTimeEnd.TabIndex = 2235; // // WorkStatisticalDesignLook // 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(950, 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 = "WorkStatisticalDesignLook"; 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); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected internal ComponentLibrary.DataGridViewEc dgvData; protected internal ComponentLibrary.TextBoxEx txtStatisticalText; protected internal ComponentLibrary.ButtonEx btnExport; protected internal ComponentLibrary.ButtonEx btnClose; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevperson; protected internal ComponentLibrary.ButtonEx btnQuery; protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd; protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart; private ComponentLibrary.LabelEx labelEx1; } }