123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679 |
- namespace LYFZ.Software.UI.TimeAndAttendance
- {
- partial class frmTimeMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimeMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreev = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnSignedRecords = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnSigned = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnTimeSet = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnGetModule = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnSaveModule = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnEmployeeSchedule = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnSaveed = 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.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.chkWeekMode = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.lblWhichWeek = new LYFZ.ComponentLibrary.LabelEx();
- this.cbxCompanyList = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelClose.SuspendLayout();
- this.panelEx11.SuspendLayout();
- this.panelEx10.SuspendLayout();
- this.panelEx9.SuspendLayout();
- this.panelEx7.SuspendLayout();
- this.panelEx6.SuspendLayout();
- this.panelEx5.SuspendLayout();
- this.panelEx8.SuspendLayout();
- this.panelLastNextWeek.SuspendLayout();
- this.panelEx4.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(950, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.labelEx1);
- this.plFormMainContent.Controls.Add(this.cbxCompanyList);
- this.plFormMainContent.Controls.Add(this.dtpYearMonth);
- this.plFormMainContent.Controls.Add(this.panelLastNextWeek);
- this.plFormMainContent.Controls.Add(this.panelEx4);
- this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.panelEx4, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.panelLastNextWeek, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.dtpYearMonth, 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(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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.cmbtreev);
- this.panelEx1.Controls.Add(this.dgvData);
- this.panelEx1.Controls.Add(this.flowLayoutPanel1);
- 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(940, 485);
- this.panelEx1.TabIndex = 0;
- //
- // cmbtreev
- //
- this.cmbtreev.AfterSelectLevelFirstNode = true;
- this.cmbtreev.DropDownHeight = 220;
- this.cmbtreev.DropDownShow = false;
- this.cmbtreev.DropDownWidth = 95;
- this.cmbtreev.FormattingEnabled = true;
- this.cmbtreev.IntegralHeight = false;
- this.cmbtreev.IsNodeMouseClick = true;
- this.cmbtreev.IsSelectParentNode = false;
- this.cmbtreev.Location = new System.Drawing.Point(387, 126);
- this.cmbtreev.Name = "cmbtreev";
- this.cmbtreev.ReadOnly = true;
- this.cmbtreev.SelectedNode = null;
- this.cmbtreev.Size = new System.Drawing.Size(136, 20);
- this.cmbtreev.StrGetName = "";
- this.cmbtreev.StrGetTagName = "";
- this.cmbtreev.StrKey = null;
- this.cmbtreev.TabIndex = 53;
- this.cmbtreev.Visible = false;
- //
- // 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;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvData.ColumnHeadersHeight = 50;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.DefaultCellStyle = dataGridViewCellStyle8;
- 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 = false;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(2, 35);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvData.RowHeadersWidth = 25;
- 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(936, 448);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 0;
- this.dgvData.ViceCount = 1;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelClose);
- this.flowLayoutPanel1.Controls.Add(this.panelEx11);
- this.flowLayoutPanel1.Controls.Add(this.panelEx10);
- this.flowLayoutPanel1.Controls.Add(this.panelEx9);
- this.flowLayoutPanel1.Controls.Add(this.panelEx7);
- this.flowLayoutPanel1.Controls.Add(this.panelEx6);
- this.flowLayoutPanel1.Controls.Add(this.panelEx5);
- this.flowLayoutPanel1.Controls.Add(this.panelEx8);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.flowLayoutPanel1.Size = new System.Drawing.Size(936, 33);
- this.flowLayoutPanel1.TabIndex = 56;
- //
- // panelClose
- //
- this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelClose.BorderWidth = 1;
- this.panelClose.Controls.Add(this.btnClose);
- this.panelClose.Location = new System.Drawing.Point(845, 1);
- this.panelClose.Margin = new System.Windows.Forms.Padding(1);
- this.panelClose.Name = "panelClose";
- this.panelClose.Size = new System.Drawing.Size(90, 28);
- this.panelClose.TabIndex = 61;
- //
- // 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(1, 0);
- this.btnClose.Name = "btnClose";
- this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 33;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // panelEx11
- //
- this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx11.BorderWidth = 1;
- this.panelEx11.Controls.Add(this.btnSignedRecords);
- this.panelEx11.Location = new System.Drawing.Point(753, 1);
- this.panelEx11.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx11.Name = "panelEx11";
- this.panelEx11.Size = new System.Drawing.Size(90, 28);
- this.panelEx11.TabIndex = 60;
- //
- // btnSignedRecords
- //
- this.btnSignedRecords.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSignedRecords.BackColor = System.Drawing.Color.Transparent;
- this.btnSignedRecords.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSignedRecords.BackImg")));
- this.btnSignedRecords.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSignedRecords.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSignedRecords.ForeColor = System.Drawing.Color.White;
- this.btnSignedRecords.IsCustomBackImg = false;
- this.btnSignedRecords.IsShowText = true;
- this.btnSignedRecords.Location = new System.Drawing.Point(1, 0);
- this.btnSignedRecords.Name = "btnSignedRecords";
- this.btnSignedRecords.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnSignedRecords.Size = new System.Drawing.Size(85, 28);
- this.btnSignedRecords.TabIndex = 34;
- this.btnSignedRecords.Text = " 签单记录";
- this.btnSignedRecords.UseVisualStyleBackColor = false;
- //
- // panelEx10
- //
- this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx10.BorderWidth = 1;
- this.panelEx10.Controls.Add(this.btnSigned);
- this.panelEx10.Location = new System.Drawing.Point(661, 1);
- this.panelEx10.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx10.Name = "panelEx10";
- this.panelEx10.Size = new System.Drawing.Size(90, 28);
- this.panelEx10.TabIndex = 59;
- //
- // btnSigned
- //
- this.btnSigned.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSigned.BackColor = System.Drawing.Color.Transparent;
- this.btnSigned.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSigned.BackImg")));
- this.btnSigned.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSigned.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSigned.ForeColor = System.Drawing.Color.White;
- this.btnSigned.IsCustomBackImg = false;
- this.btnSigned.IsShowText = true;
- this.btnSigned.Location = new System.Drawing.Point(1, 0);
- this.btnSigned.Name = "btnSigned";
- this.btnSigned.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnSigned.Size = new System.Drawing.Size(85, 28);
- this.btnSigned.TabIndex = 35;
- this.btnSigned.Text = " 签 单";
- this.btnSigned.UseVisualStyleBackColor = false;
- //
- // panelEx9
- //
- this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx9.BorderWidth = 1;
- this.panelEx9.Controls.Add(this.btnTimeSet);
- this.panelEx9.Location = new System.Drawing.Point(569, 1);
- this.panelEx9.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx9.Name = "panelEx9";
- this.panelEx9.Size = new System.Drawing.Size(90, 28);
- this.panelEx9.TabIndex = 58;
- //
- // btnTimeSet
- //
- this.btnTimeSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnTimeSet.BackColor = System.Drawing.Color.Transparent;
- this.btnTimeSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTimeSet.BackImg")));
- this.btnTimeSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnTimeSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnTimeSet.ForeColor = System.Drawing.Color.White;
- this.btnTimeSet.IsCustomBackImg = false;
- this.btnTimeSet.IsShowText = true;
- this.btnTimeSet.Location = new System.Drawing.Point(1, 0);
- this.btnTimeSet.Name = "btnTimeSet";
- this.btnTimeSet.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnTimeSet.Size = new System.Drawing.Size(85, 28);
- this.btnTimeSet.TabIndex = 40;
- this.btnTimeSet.Text = " 时间设置";
- this.btnTimeSet.UseVisualStyleBackColor = false;
- //
- // panelEx7
- //
- this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx7.BorderWidth = 1;
- this.panelEx7.Controls.Add(this.btnGetModule);
- this.panelEx7.Location = new System.Drawing.Point(477, 1);
- this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx7.Name = "panelEx7";
- this.panelEx7.Size = new System.Drawing.Size(90, 28);
- this.panelEx7.TabIndex = 58;
- //
- // btnGetModule
- //
- this.btnGetModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnGetModule.BackColor = System.Drawing.Color.Transparent;
- this.btnGetModule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGetModule.BackImg")));
- this.btnGetModule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnGetModule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnGetModule.ForeColor = System.Drawing.Color.White;
- this.btnGetModule.IsCustomBackImg = false;
- this.btnGetModule.IsShowText = true;
- this.btnGetModule.Location = new System.Drawing.Point(1, -1);
- this.btnGetModule.Name = "btnGetModule";
- this.btnGetModule.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnGetModule.Size = new System.Drawing.Size(85, 28);
- this.btnGetModule.TabIndex = 52;
- this.btnGetModule.Text = " 读取模板";
- this.btnGetModule.UseVisualStyleBackColor = false;
- //
- // panelEx6
- //
- this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx6.BorderWidth = 1;
- this.panelEx6.Controls.Add(this.btnSaveModule);
- this.panelEx6.Location = new System.Drawing.Point(385, 1);
- this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx6.Name = "panelEx6";
- this.panelEx6.Size = new System.Drawing.Size(90, 28);
- this.panelEx6.TabIndex = 58;
- //
- // btnSaveModule
- //
- this.btnSaveModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSaveModule.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveModule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveModule.BackImg")));
- this.btnSaveModule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSaveModule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSaveModule.ForeColor = System.Drawing.Color.White;
- this.btnSaveModule.IsCustomBackImg = false;
- this.btnSaveModule.IsShowText = true;
- this.btnSaveModule.Location = new System.Drawing.Point(1, -1);
- this.btnSaveModule.Name = "btnSaveModule";
- this.btnSaveModule.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnSaveModule.Size = new System.Drawing.Size(85, 28);
- this.btnSaveModule.TabIndex = 51;
- this.btnSaveModule.Text = " 存为模板";
- this.btnSaveModule.UseVisualStyleBackColor = false;
- //
- // panelEx5
- //
- this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx5.BorderWidth = 1;
- this.panelEx5.Controls.Add(this.btnEmployeeSchedule);
- this.panelEx5.Location = new System.Drawing.Point(293, 1);
- this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx5.Name = "panelEx5";
- this.panelEx5.Size = new System.Drawing.Size(90, 28);
- this.panelEx5.TabIndex = 58;
- //
- // btnEmployeeSchedule
- //
- this.btnEmployeeSchedule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnEmployeeSchedule.BackColor = System.Drawing.Color.Transparent;
- this.btnEmployeeSchedule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEmployeeSchedule.BackImg")));
- this.btnEmployeeSchedule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnEmployeeSchedule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnEmployeeSchedule.ForeColor = System.Drawing.Color.White;
- this.btnEmployeeSchedule.IsCustomBackImg = false;
- this.btnEmployeeSchedule.IsShowText = true;
- this.btnEmployeeSchedule.Location = new System.Drawing.Point(1, -1);
- this.btnEmployeeSchedule.Name = "btnEmployeeSchedule";
- this.btnEmployeeSchedule.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnEmployeeSchedule.Size = new System.Drawing.Size(85, 28);
- this.btnEmployeeSchedule.TabIndex = 55;
- this.btnEmployeeSchedule.Text = " 员工档期";
- this.btnEmployeeSchedule.UseVisualStyleBackColor = false;
- //
- // panelEx8
- //
- this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx8.BorderWidth = 1;
- this.panelEx8.Controls.Add(this.btnSaveed);
- this.panelEx8.Location = new System.Drawing.Point(201, 1);
- this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx8.Name = "panelEx8";
- this.panelEx8.Size = new System.Drawing.Size(90, 28);
- this.panelEx8.TabIndex = 58;
- //
- // btnSaveed
- //
- this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
- this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSaveed.ForeColor = System.Drawing.Color.White;
- this.btnSaveed.IsCustomBackImg = false;
- this.btnSaveed.IsShowText = true;
- this.btnSaveed.Location = new System.Drawing.Point(1, -1);
- this.btnSaveed.Name = "btnSaveed";
- this.btnSaveed.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnSaveed.Size = new System.Drawing.Size(85, 29);
- this.btnSaveed.TabIndex = 50;
- this.btnSaveed.Text = " 保 存";
- this.btnSaveed.UseVisualStyleBackColor = false;
- //
- // dtpYearMonth
- //
- this.dtpYearMonth.BackColor = System.Drawing.Color.Transparent;
- this.dtpYearMonth.IsReadOnly = true;
- this.dtpYearMonth.Location = new System.Drawing.Point(208, 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(209, 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;
- //
- // 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(392, 7);
- 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;
- //
- // 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;
- //
- // lblWhichWeek
- //
- this.lblWhichWeek.AutoSize = true;
- this.lblWhichWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- 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;
- //
- // 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(597, 10);
- 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 = 60;
- //
- // 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(527, 13);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 61;
- this.labelEx1.Text = "店铺名称:";
- //
- // frmTimeMain
- //
- 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.Name = "frmTimeMain";
- 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.flowLayoutPanel1.ResumeLayout(false);
- this.panelClose.ResumeLayout(false);
- this.panelEx11.ResumeLayout(false);
- this.panelEx10.ResumeLayout(false);
- this.panelEx9.ResumeLayout(false);
- this.panelEx7.ResumeLayout(false);
- this.panelEx6.ResumeLayout(false);
- this.panelEx5.ResumeLayout(false);
- this.panelEx8.ResumeLayout(false);
- this.panelLastNextWeek.ResumeLayout(false);
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.DateYearMonth dtpYearMonth;
- protected internal ComponentLibrary.ButtonEx btnSigned;
- protected internal ComponentLibrary.ButtonEx btnSignedRecords;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnTimeSet;
- protected internal ComponentLibrary.ButtonEx btnSaveed;
- protected internal ComponentLibrary.ButtonEx btnGetModule;
- protected internal ComponentLibrary.ButtonEx btnSaveModule;
- protected internal ComponentLibrary.ButtonEx btnEmployeeSchedule;
- private ComponentLibrary.PanelEx panelEx4;
- private ComponentLibrary.PanelEx panelEx5;
- private ComponentLibrary.PanelEx panelEx6;
- private ComponentLibrary.PanelEx panelEx7;
- private ComponentLibrary.PanelEx panelEx8;
- private ComponentLibrary.PanelEx panelEx9;
- private ComponentLibrary.PanelEx panelEx10;
- private ComponentLibrary.PanelEx panelEx11;
- protected internal ComponentLibrary.ButtonForm btnLastWeek;
- protected internal ComponentLibrary.ButtonForm btnNextWeek;
- protected internal ComponentLibrary.PanelEx panelClose;
- protected internal ComponentLibrary.PanelEx panelLastNextWeek;
- protected internal ComponentLibrary.LabelEx lblWhichWeek;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.CheckBoxEx chkWeekMode;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreev;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ComboBoxTreeViewEx cbxCompanyList;
- }
- }
|