123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593 |
- namespace LYFZ.Software.UI.TimeAndAttendance
- {
- partial class frmTimeStatistics
- {
- /// <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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimeStatistics));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
- this.dtpYearMonth = new LYFZ.ComponentLibrary.DateYearMonth();
- this.panelLastNextWeek = new LYFZ.ComponentLibrary.PanelEx();
- this.btnNextWeek = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnLastWeek = new LYFZ.ComponentLibrary.ButtonForm();
- this.lblWhichWeek = new LYFZ.ComponentLibrary.LabelEx();
- this.chkWeekMode = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.cbxCompanyList = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelLastNextWeek.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.panelEx2.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, 10, 5, 10);
- this.plExMainContainer.Size = new System.Drawing.Size(997, 541);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.labelEx1);
- this.plFormMainContent.Controls.Add(this.cbxCompanyList);
- this.plFormMainContent.Controls.Add(this.btnClose);
- this.plFormMainContent.Controls.Add(this.btnPrint);
- this.plFormMainContent.Controls.Add(this.btnExport);
- this.plFormMainContent.Controls.Add(this.panelEx4);
- this.plFormMainContent.Controls.Add(this.dtpYearMonth);
- this.plFormMainContent.Controls.Add(this.panelLastNextWeek);
- this.plFormMainContent.Size = new System.Drawing.Size(997, 581);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.panelLastNextWeek, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.dtpYearMonth, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.panelEx4, 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.cbxCompanyList, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(938, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(965, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(911, 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.dgvData);
- this.panelEx1.Controls.Add(this.panelEx2);
- 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(2);
- this.panelEx1.Size = new System.Drawing.Size(987, 521);
- this.panelEx1.TabIndex = 0;
- //
- // 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;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvData.ColumnHeadersHeight = 35;
- this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.DefaultCellStyle = dataGridViewCellStyle5;
- 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 = false;
- this.dgvData.Location = new System.Drawing.Point(2, 2);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
- 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(983, 490);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 2;
- this.dgvData.ViceCount = 1;
- //
- // btnExport
- //
- this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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(714, 8);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 28);
- this.btnExport.TabIndex = 11;
- this.btnExport.Text = " 导出Excel";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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(900, 8);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 33;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnPrint
- //
- this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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(807, 8);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(85, 28);
- this.btnPrint.TabIndex = 12;
- this.btnPrint.Text = " 打 印";
- this.btnPrint.UseVisualStyleBackColor = false;
- //
- // dtpYearMonth
- //
- this.dtpYearMonth.BackColor = System.Drawing.Color.Transparent;
- this.dtpYearMonth.IsReadOnly = true;
- this.dtpYearMonth.Location = new System.Drawing.Point(191, 8);
- this.dtpYearMonth.Name = "dtpYearMonth";
- this.dtpYearMonth.Size = new System.Drawing.Size(165, 25);
- this.dtpYearMonth.StrDateValue = "";
- this.dtpYearMonth.TabIndex = 38;
- //
- // panelLastNextWeek
- //
- this.panelLastNextWeek.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelLastNextWeek.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelLastNextWeek.BorderWidth = 1;
- this.panelLastNextWeek.Controls.Add(this.btnNextWeek);
- this.panelLastNextWeek.Controls.Add(this.btnLastWeek);
- this.panelLastNextWeek.Location = new System.Drawing.Point(192, 7);
- this.panelLastNextWeek.Margin = new System.Windows.Forms.Padding(1);
- this.panelLastNextWeek.Name = "panelLastNextWeek";
- this.panelLastNextWeek.Size = new System.Drawing.Size(170, 28);
- this.panelLastNextWeek.TabIndex = 58;
- //
- // btnNextWeek
- //
- this.btnNextWeek.BackColor = System.Drawing.Color.Transparent;
- this.btnNextWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNextWeek.BackImg")));
- this.btnNextWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnNextWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnNextWeek.ForeColor = System.Drawing.Color.White;
- this.btnNextWeek.IsCustomBackImg = false;
- this.btnNextWeek.IsShowText = true;
- this.btnNextWeek.Location = new System.Drawing.Point(87, 0);
- this.btnNextWeek.Name = "btnNextWeek";
- this.btnNextWeek.Size = new System.Drawing.Size(80, 28);
- this.btnNextWeek.TabIndex = 58;
- this.btnNextWeek.Text = " 下一星期";
- this.btnNextWeek.UseVisualStyleBackColor = false;
- //
- // btnLastWeek
- //
- this.btnLastWeek.BackColor = System.Drawing.Color.Transparent;
- this.btnLastWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLastWeek.BackImg")));
- this.btnLastWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnLastWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnLastWeek.ForeColor = System.Drawing.Color.White;
- this.btnLastWeek.IsCustomBackImg = false;
- this.btnLastWeek.IsShowText = true;
- this.btnLastWeek.Location = new System.Drawing.Point(1, 0);
- this.btnLastWeek.Name = "btnLastWeek";
- this.btnLastWeek.Size = new System.Drawing.Size(80, 28);
- this.btnLastWeek.TabIndex = 57;
- this.btnLastWeek.Text = " 上一星期";
- this.btnLastWeek.UseVisualStyleBackColor = false;
- //
- // lblWhichWeek
- //
- this.lblWhichWeek.AutoSize = true;
- this.lblWhichWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblWhichWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblWhichWeek.Location = new System.Drawing.Point(66, 6);
- this.lblWhichWeek.Name = "lblWhichWeek";
- this.lblWhichWeek.Size = new System.Drawing.Size(46, 17);
- this.lblWhichWeek.TabIndex = 54;
- this.lblWhichWeek.Text = "第52周";
- this.lblWhichWeek.Visible = false;
- //
- // chkWeekMode
- //
- this.chkWeekMode.AutoSize = true;
- this.chkWeekMode.BackColor = System.Drawing.Color.Transparent;
- this.chkWeekMode.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkWeekMode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkWeekMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkWeekMode.Fourstates = false;
- this.chkWeekMode.IsGreenTick = false;
- this.chkWeekMode.Location = new System.Drawing.Point(4, 3);
- this.chkWeekMode.Name = "chkWeekMode";
- this.chkWeekMode.Size = new System.Drawing.Size(63, 21);
- this.chkWeekMode.TabIndex = 39;
- this.chkWeekMode.Text = "周模式";
- this.chkWeekMode.UseVisualStyleBackColor = false;
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.chkWeekMode);
- this.panelEx4.Controls.Add(this.lblWhichWeek);
- this.panelEx4.Location = new System.Drawing.Point(372, 8);
- this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(125, 28);
- this.panelEx4.TabIndex = 58;
- //
- // 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(509, 14);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 63;
- this.labelEx1.Text = "店铺名称:";
- //
- // cbxCompanyList
- //
- this.cbxCompanyList.AfterSelectLevelFirstNode = false;
- this.cbxCompanyList.DropDownHeight = 220;
- this.cbxCompanyList.DropDownShow = false;
- this.cbxCompanyList.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbxCompanyList.FormattingEnabled = true;
- this.cbxCompanyList.IntegralHeight = false;
- this.cbxCompanyList.IsNodeMouseClick = false;
- this.cbxCompanyList.IsSelectParentNode = false;
- this.cbxCompanyList.Location = new System.Drawing.Point(579, 11);
- this.cbxCompanyList.Name = "cbxCompanyList";
- this.cbxCompanyList.ReadOnly = true;
- this.cbxCompanyList.SelectedNode = null;
- this.cbxCompanyList.Size = new System.Drawing.Size(121, 22);
- this.cbxCompanyList.StrGetName = "";
- this.cbxCompanyList.StrGetTagName = "";
- this.cbxCompanyList.StrKey = null;
- this.cbxCompanyList.TabIndex = 62;
- //
- // 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.labelEx11);
- this.panelEx2.Controls.Add(this.labelEx12);
- this.panelEx2.Controls.Add(this.labelEx9);
- this.panelEx2.Controls.Add(this.labelEx10);
- this.panelEx2.Controls.Add(this.labelEx7);
- this.panelEx2.Controls.Add(this.labelEx8);
- this.panelEx2.Controls.Add(this.labelEx5);
- this.panelEx2.Controls.Add(this.labelEx6);
- this.panelEx2.Controls.Add(this.labelEx4);
- this.panelEx2.Controls.Add(this.labelEx3);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx2.Location = new System.Drawing.Point(2, 492);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
- this.panelEx2.Size = new System.Drawing.Size(983, 27);
- this.panelEx2.TabIndex = 3;
- //
- // labelEx2
- //
- this.labelEx2.BackColor = System.Drawing.Color.Green;
- this.labelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelEx2.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.Black;
- this.labelEx2.Location = new System.Drawing.Point(933, 2);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(50, 25);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "休息";
- this.labelEx2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx3
- //
- this.labelEx3.Dock = System.Windows.Forms.DockStyle.Right;
- 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(928, 2);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(5, 25);
- this.labelEx3.TabIndex = 1;
- this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx4
- //
- this.labelEx4.BackColor = System.Drawing.Color.BlueViolet;
- this.labelEx4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelEx4.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.Black;
- this.labelEx4.Location = new System.Drawing.Point(878, 2);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(50, 25);
- this.labelEx4.TabIndex = 2;
- this.labelEx4.Text = "请假";
- this.labelEx4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx5
- //
- this.labelEx5.BackColor = System.Drawing.Color.Yellow;
- this.labelEx5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelEx5.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.Black;
- this.labelEx5.Location = new System.Drawing.Point(823, 2);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(50, 25);
- this.labelEx5.TabIndex = 4;
- this.labelEx5.Text = "迟到";
- this.labelEx5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx6
- //
- this.labelEx6.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(873, 2);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(5, 25);
- this.labelEx6.TabIndex = 3;
- this.labelEx6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx7
- //
- this.labelEx7.BackColor = System.Drawing.Color.YellowGreen;
- this.labelEx7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelEx7.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.Black;
- this.labelEx7.Location = new System.Drawing.Point(768, 2);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(50, 25);
- this.labelEx7.TabIndex = 6;
- this.labelEx7.Text = "早退";
- this.labelEx7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx8
- //
- this.labelEx8.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx8.Location = new System.Drawing.Point(818, 2);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(5, 25);
- this.labelEx8.TabIndex = 5;
- this.labelEx8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx9
- //
- this.labelEx9.BackColor = System.Drawing.Color.Red;
- this.labelEx9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelEx9.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.Black;
- this.labelEx9.Location = new System.Drawing.Point(713, 2);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(50, 25);
- this.labelEx9.TabIndex = 8;
- this.labelEx9.Text = "漏打卡";
- this.labelEx9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx10
- //
- this.labelEx10.Dock = System.Windows.Forms.DockStyle.Right;
- 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(763, 2);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(5, 25);
- this.labelEx10.TabIndex = 7;
- this.labelEx10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx11
- //
- this.labelEx11.BackColor = System.Drawing.Color.DarkOrange;
- this.labelEx11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelEx11.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx11.ForeColor = System.Drawing.Color.Black;
- this.labelEx11.Location = new System.Drawing.Point(658, 2);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(50, 25);
- this.labelEx11.TabIndex = 10;
- this.labelEx11.Text = "旷工";
- this.labelEx11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelEx12
- //
- this.labelEx12.Dock = System.Windows.Forms.DockStyle.Right;
- this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx12.Location = new System.Drawing.Point(708, 2);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(5, 25);
- this.labelEx12.TabIndex = 9;
- this.labelEx12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // frmTimeStatistics
- //
- 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(997, 646);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "frmTimeStatistics";
- 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.panelLastNextWeek.ResumeLayout(false);
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.panelEx2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- public ComponentLibrary.ButtonEx btnExport;
- public ComponentLibrary.ButtonEx btnPrint;
- public ComponentLibrary.DataGridViewEc dgvData;
- protected internal ComponentLibrary.DateYearMonth dtpYearMonth;
- protected internal ComponentLibrary.PanelEx panelLastNextWeek;
- protected internal ComponentLibrary.ButtonForm btnNextWeek;
- protected internal ComponentLibrary.ButtonForm btnLastWeek;
- protected internal ComponentLibrary.ButtonEx btnClose;
- private ComponentLibrary.PanelEx panelEx4;
- protected internal ComponentLibrary.CheckBoxEx chkWeekMode;
- protected internal ComponentLibrary.LabelEx lblWhichWeek;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ComboBoxTreeViewEx cbxCompanyList;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx10;
- private ComponentLibrary.LabelEx labelEx7;
- private ComponentLibrary.LabelEx labelEx8;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx11;
- private ComponentLibrary.LabelEx labelEx12;
- }
- }
|