123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994 |
- namespace LYFZ.Software.UI.CameraControlBook
- {
- partial class MyWorkRemindFormMain
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyWorkRemindFormMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.chkAllUserWork = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.chkCompletedNot = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.chkCompletedOK = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.chkCompletedTimeOut = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.dgvData3 = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelDay = new LYFZ.ComponentLibrary.PanelEx();
- this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.lbl_TodayTrack = new LYFZ.ComponentLibrary.LabelEx();
- this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.lbl_HundredDay = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_FullMoon = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_Marriage = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_Birthday = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_MemorialDay = new LYFZ.ComponentLibrary.LabelEx();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.lbl_SendPhoto = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_Design = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_RefinedRepair = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_EarlyRepair = new LYFZ.ComponentLibrary.LabelEx();
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.lbl_Pickup = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_ClientServiceTask = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_BootDivisionAssistant = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_BootDivision = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_MakeupAssistant = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_Makeup = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_PhotographyAssistant = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_Photography = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_Clothing = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_Service = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_LookDesign = new LYFZ.ComponentLibrary.LabelEx();
- this.lbl_FilmSelection = new LYFZ.ComponentLibrary.LabelEx();
- this.paneltitle = new LYFZ.ComponentLibrary.PanelEx();
- this.lblWeek = new LYFZ.ComponentLibrary.LabelEx();
- this.lblLunarCalendar = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.numDay = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.numMonth = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.numYear = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.lblMyTaskCount = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).BeginInit();
- this.panelEx5.SuspendLayout();
- this.panelDay.SuspendLayout();
- this.groupBoxEx4.SuspendLayout();
- this.groupBoxEx3.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.paneltitle.SuspendLayout();
- this.panelEx3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numDay)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numMonth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numYear)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(980, 721);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(980, 721);
- //
- // 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.chkAllUserWork);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(0, 0);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(8, 5, 8, 8);
- this.panelEx1.Size = new System.Drawing.Size(980, 721);
- this.panelEx1.TabIndex = 0;
- //
- // chkAllUserWork
- //
- this.chkAllUserWork.AutoSize = true;
- this.chkAllUserWork.BackColor = System.Drawing.Color.Transparent;
- this.chkAllUserWork.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkAllUserWork.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkAllUserWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkAllUserWork.Fourstates = false;
- this.chkAllUserWork.IsGreenTick = false;
- this.chkAllUserWork.Location = new System.Drawing.Point(628, 9);
- this.chkAllUserWork.Name = "chkAllUserWork";
- this.chkAllUserWork.Size = new System.Drawing.Size(87, 21);
- this.chkAllUserWork.TabIndex = 141;
- this.chkAllUserWork.Text = "所有人工作";
- this.chkAllUserWork.UseVisualStyleBackColor = false;
- //
- // 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.chkCompletedNot);
- this.panelEx2.Controls.Add(this.chkCompletedOK);
- this.panelEx2.Controls.Add(this.chkCompletedTimeOut);
- this.panelEx2.Controls.Add(this.tabControlEx1);
- this.panelEx2.Controls.Add(this.panelEx5);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(8, 5);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(964, 708);
- this.panelEx2.TabIndex = 134;
- //
- // chkCompletedNot
- //
- this.chkCompletedNot.AutoSize = true;
- this.chkCompletedNot.BackColor = System.Drawing.Color.Transparent;
- this.chkCompletedNot.Checked = true;
- this.chkCompletedNot.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkCompletedNot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkCompletedNot.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkCompletedNot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkCompletedNot.Fourstates = false;
- this.chkCompletedNot.IsGreenTick = false;
- this.chkCompletedNot.Location = new System.Drawing.Point(805, 4);
- this.chkCompletedNot.Name = "chkCompletedNot";
- this.chkCompletedNot.Size = new System.Drawing.Size(63, 21);
- this.chkCompletedNot.TabIndex = 136;
- this.chkCompletedNot.Text = "未完成";
- this.chkCompletedNot.UseVisualStyleBackColor = false;
- //
- // chkCompletedOK
- //
- this.chkCompletedOK.AutoSize = true;
- this.chkCompletedOK.BackColor = System.Drawing.Color.Transparent;
- this.chkCompletedOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkCompletedOK.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkCompletedOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkCompletedOK.Fourstates = false;
- this.chkCompletedOK.IsGreenTick = false;
- this.chkCompletedOK.Location = new System.Drawing.Point(735, 4);
- this.chkCompletedOK.Name = "chkCompletedOK";
- this.chkCompletedOK.Size = new System.Drawing.Size(63, 21);
- this.chkCompletedOK.TabIndex = 23;
- this.chkCompletedOK.Text = "已完成";
- this.chkCompletedOK.UseVisualStyleBackColor = false;
- //
- // chkCompletedTimeOut
- //
- this.chkCompletedTimeOut.AutoSize = true;
- this.chkCompletedTimeOut.BackColor = System.Drawing.Color.Transparent;
- this.chkCompletedTimeOut.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkCompletedTimeOut.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkCompletedTimeOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkCompletedTimeOut.Fourstates = false;
- this.chkCompletedTimeOut.IsGreenTick = false;
- this.chkCompletedTimeOut.Location = new System.Drawing.Point(875, 4);
- this.chkCompletedTimeOut.Name = "chkCompletedTimeOut";
- this.chkCompletedTimeOut.Size = new System.Drawing.Size(87, 21);
- this.chkCompletedTimeOut.TabIndex = 137;
- this.chkCompletedTimeOut.Text = "超时未完成";
- this.chkCompletedTimeOut.UseVisualStyleBackColor = false;
- //
- // tabControlEx1
- //
- this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
- this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.Controls.Add(this.tabPage1);
- this.tabControlEx1.Controls.Add(this.tabPage3);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 27);
- this.tabControlEx1.Location = new System.Drawing.Point(262, 0);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(702, 708);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 140;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage1.Controls.Add(this.dgvData);
- this.tabPage1.Location = new System.Drawing.Point(4, 31);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(694, 673);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "我的工作";
- //
- // 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;
- 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.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(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 = 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(688, 667);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 135;
- this.dgvData.ViceCount = 1;
- //
- // tabPage3
- //
- this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage3.Controls.Add(this.dgvData3);
- this.tabPage3.Location = new System.Drawing.Point(4, 31);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage3.Size = new System.Drawing.Size(624, 497);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "我的任务 ";
- //
- // dgvData3
- //
- this.dgvData3.AllowUserToAddRows = false;
- this.dgvData3.AllowUserToDeleteRows = false;
- this.dgvData3.AllowUserToResizeRows = false;
- this.dgvData3.BackgroundColor = System.Drawing.Color.White;
- this.dgvData3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvData3.ColumnHeadersHeight = 24;
- this.dgvData3.dgvColumnHeadersHeight = 24;
- this.dgvData3.dgvCurrentColumnOriginalSet = "";
- this.dgvData3.dgvCurrentColumnWidth = "";
- this.dgvData3.dgvCurrentHideColumn = null;
- this.dgvData3.dgvFixedHideColumn = null;
- this.dgvData3.dgvGuidName = null;
- this.dgvData3.dgvUserEmployeeID = null;
- this.dgvData3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData3.EnableHeadersVisualStyles = false;
- this.dgvData3.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData3.ImageHeight = 15;
- this.dgvData3.ImageWidth = 15;
- this.dgvData3.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgCollapse")));
- this.dgvData3.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgExpand")));
- this.dgvData3.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvData3.IsCompleteBonding = false;
- this.dgvData3.IsCopyCellValue = true;
- this.dgvData3.IsShowSerialNumber = false;
- this.dgvData3.IsSortedRedraw = true;
- this.dgvData3.IsSortMode = false;
- this.dgvData3.Location = new System.Drawing.Point(3, 3);
- this.dgvData3.Name = "dgvData3";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData3.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvData3.RowHeadersWidth = 25;
- this.dgvData3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData3.Size = new System.Drawing.Size(618, 491);
- this.dgvData3.StrSecondStageNull = "";
- this.dgvData3.StrValueNullColumn = "";
- this.dgvData3.TabIndex = 137;
- this.dgvData3.ViceCount = 1;
- //
- // 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.panelDay);
- this.panelEx5.Controls.Add(this.panelEx3);
- this.panelEx5.Dock = System.Windows.Forms.DockStyle.Left;
- this.panelEx5.Location = new System.Drawing.Point(0, 0);
- this.panelEx5.Margin = new System.Windows.Forms.Padding(0);
- this.panelEx5.Name = "panelEx5";
- this.panelEx5.Padding = new System.Windows.Forms.Padding(1, 1, 5, 1);
- this.panelEx5.Size = new System.Drawing.Size(262, 708);
- this.panelEx5.TabIndex = 134;
- //
- // panelDay
- //
- this.panelDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelDay.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelDay.BorderWidth = 1;
- this.panelDay.Controls.Add(this.groupBoxEx4);
- this.panelDay.Controls.Add(this.groupBoxEx3);
- this.panelDay.Controls.Add(this.groupBoxEx2);
- this.panelDay.Controls.Add(this.groupBoxEx1);
- this.panelDay.Controls.Add(this.paneltitle);
- this.panelDay.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelDay.Location = new System.Drawing.Point(1, 34);
- this.panelDay.Name = "panelDay";
- this.panelDay.Size = new System.Drawing.Size(256, 673);
- this.panelDay.TabIndex = 3;
- //
- // groupBoxEx4
- //
- this.groupBoxEx4.Controls.Add(this.lbl_TodayTrack);
- this.groupBoxEx4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx4.Location = new System.Drawing.Point(130, 226);
- this.groupBoxEx4.Name = "groupBoxEx4";
- this.groupBoxEx4.Size = new System.Drawing.Size(120, 68);
- this.groupBoxEx4.TabIndex = 26;
- this.groupBoxEx4.TabStop = false;
- this.groupBoxEx4.Text = "其他";
- //
- // lbl_TodayTrack
- //
- this.lbl_TodayTrack.AutoSize = true;
- this.lbl_TodayTrack.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_TodayTrack.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_TodayTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_TodayTrack.Location = new System.Drawing.Point(5, 25);
- this.lbl_TodayTrack.Name = "lbl_TodayTrack";
- this.lbl_TodayTrack.Size = new System.Drawing.Size(91, 20);
- this.lbl_TodayTrack.TabIndex = 21;
- this.lbl_TodayTrack.Text = "今日提醒: 0";
- //
- // groupBoxEx3
- //
- this.groupBoxEx3.Controls.Add(this.lbl_HundredDay);
- this.groupBoxEx3.Controls.Add(this.lbl_FullMoon);
- this.groupBoxEx3.Controls.Add(this.lbl_Marriage);
- this.groupBoxEx3.Controls.Add(this.lbl_Birthday);
- this.groupBoxEx3.Controls.Add(this.lbl_MemorialDay);
- this.groupBoxEx3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx3.Location = new System.Drawing.Point(130, 39);
- this.groupBoxEx3.Name = "groupBoxEx3";
- this.groupBoxEx3.Size = new System.Drawing.Size(120, 173);
- this.groupBoxEx3.TabIndex = 25;
- this.groupBoxEx3.TabStop = false;
- this.groupBoxEx3.Text = "客服";
- //
- // lbl_HundredDay
- //
- this.lbl_HundredDay.AutoSize = true;
- this.lbl_HundredDay.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_HundredDay.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_HundredDay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_HundredDay.Location = new System.Drawing.Point(5, 143);
- this.lbl_HundredDay.Name = "lbl_HundredDay";
- this.lbl_HundredDay.Size = new System.Drawing.Size(91, 20);
- this.lbl_HundredDay.TabIndex = 24;
- this.lbl_HundredDay.Text = "百 天: 0";
- //
- // lbl_FullMoon
- //
- this.lbl_FullMoon.AutoSize = true;
- this.lbl_FullMoon.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_FullMoon.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_FullMoon.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_FullMoon.Location = new System.Drawing.Point(5, 112);
- this.lbl_FullMoon.Name = "lbl_FullMoon";
- this.lbl_FullMoon.Size = new System.Drawing.Size(91, 20);
- this.lbl_FullMoon.TabIndex = 23;
- this.lbl_FullMoon.Text = "满 月: 0";
- //
- // lbl_Marriage
- //
- this.lbl_Marriage.AutoSize = true;
- this.lbl_Marriage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Marriage.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Marriage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Marriage.Location = new System.Drawing.Point(4, 19);
- this.lbl_Marriage.Name = "lbl_Marriage";
- this.lbl_Marriage.Size = new System.Drawing.Size(91, 20);
- this.lbl_Marriage.TabIndex = 20;
- this.lbl_Marriage.Text = "婚 期: 0";
- //
- // lbl_Birthday
- //
- this.lbl_Birthday.AutoSize = true;
- this.lbl_Birthday.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Birthday.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Birthday.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Birthday.Location = new System.Drawing.Point(5, 81);
- this.lbl_Birthday.Name = "lbl_Birthday";
- this.lbl_Birthday.Size = new System.Drawing.Size(91, 20);
- this.lbl_Birthday.TabIndex = 22;
- this.lbl_Birthday.Text = "生 日: 0";
- //
- // lbl_MemorialDay
- //
- this.lbl_MemorialDay.AutoSize = true;
- this.lbl_MemorialDay.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_MemorialDay.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_MemorialDay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_MemorialDay.Location = new System.Drawing.Point(6, 50);
- this.lbl_MemorialDay.Name = "lbl_MemorialDay";
- this.lbl_MemorialDay.Size = new System.Drawing.Size(89, 20);
- this.lbl_MemorialDay.TabIndex = 21;
- this.lbl_MemorialDay.Text = "纪 念 日: 0";
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.Controls.Add(this.lbl_SendPhoto);
- this.groupBoxEx2.Controls.Add(this.lbl_Design);
- this.groupBoxEx2.Controls.Add(this.lbl_RefinedRepair);
- this.groupBoxEx2.Controls.Add(this.lbl_EarlyRepair);
- this.groupBoxEx2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx2.Location = new System.Drawing.Point(6, 448);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(120, 153);
- this.groupBoxEx2.TabIndex = 24;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "数码";
- //
- // lbl_SendPhoto
- //
- this.lbl_SendPhoto.AutoSize = true;
- this.lbl_SendPhoto.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_SendPhoto.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_SendPhoto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_SendPhoto.Location = new System.Drawing.Point(7, 118);
- this.lbl_SendPhoto.Name = "lbl_SendPhoto";
- this.lbl_SendPhoto.Size = new System.Drawing.Size(91, 20);
- this.lbl_SendPhoto.TabIndex = 9;
- this.lbl_SendPhoto.Text = "发 片: 0";
- //
- // lbl_Design
- //
- this.lbl_Design.AutoSize = true;
- this.lbl_Design.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Design.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Design.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Design.Location = new System.Drawing.Point(7, 87);
- this.lbl_Design.Name = "lbl_Design";
- this.lbl_Design.Size = new System.Drawing.Size(91, 20);
- this.lbl_Design.TabIndex = 8;
- this.lbl_Design.Text = "设 计: 0";
- //
- // lbl_RefinedRepair
- //
- this.lbl_RefinedRepair.AutoSize = true;
- this.lbl_RefinedRepair.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_RefinedRepair.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_RefinedRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_RefinedRepair.Location = new System.Drawing.Point(7, 56);
- this.lbl_RefinedRepair.Name = "lbl_RefinedRepair";
- this.lbl_RefinedRepair.Size = new System.Drawing.Size(91, 20);
- this.lbl_RefinedRepair.TabIndex = 7;
- this.lbl_RefinedRepair.Text = "精 修: 0";
- //
- // lbl_EarlyRepair
- //
- this.lbl_EarlyRepair.AutoSize = true;
- this.lbl_EarlyRepair.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_EarlyRepair.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_EarlyRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_EarlyRepair.Location = new System.Drawing.Point(7, 25);
- this.lbl_EarlyRepair.Name = "lbl_EarlyRepair";
- this.lbl_EarlyRepair.Size = new System.Drawing.Size(91, 20);
- this.lbl_EarlyRepair.TabIndex = 6;
- this.lbl_EarlyRepair.Text = "初 修: 0";
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Controls.Add(this.lbl_Pickup);
- this.groupBoxEx1.Controls.Add(this.lbl_ClientServiceTask);
- this.groupBoxEx1.Controls.Add(this.lbl_BootDivisionAssistant);
- this.groupBoxEx1.Controls.Add(this.lbl_BootDivision);
- this.groupBoxEx1.Controls.Add(this.lbl_MakeupAssistant);
- this.groupBoxEx1.Controls.Add(this.lbl_Makeup);
- this.groupBoxEx1.Controls.Add(this.lbl_PhotographyAssistant);
- this.groupBoxEx1.Controls.Add(this.lbl_Photography);
- this.groupBoxEx1.Controls.Add(this.lbl_Clothing);
- this.groupBoxEx1.Controls.Add(this.lbl_Service);
- this.groupBoxEx1.Controls.Add(this.lbl_LookDesign);
- this.groupBoxEx1.Controls.Add(this.lbl_FilmSelection);
- this.groupBoxEx1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx1.Location = new System.Drawing.Point(6, 39);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(120, 394);
- this.groupBoxEx1.TabIndex = 23;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "服务";
- //
- // lbl_Pickup
- //
- this.lbl_Pickup.AutoSize = true;
- this.lbl_Pickup.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Pickup.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Pickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Pickup.Location = new System.Drawing.Point(6, 330);
- this.lbl_Pickup.Name = "lbl_Pickup";
- this.lbl_Pickup.Size = new System.Drawing.Size(91, 20);
- this.lbl_Pickup.TabIndex = 33;
- this.lbl_Pickup.Text = "取 件: 0";
- //
- // lbl_ClientServiceTask
- //
- this.lbl_ClientServiceTask.AutoSize = true;
- this.lbl_ClientServiceTask.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_ClientServiceTask.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_ClientServiceTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_ClientServiceTask.Location = new System.Drawing.Point(6, 237);
- this.lbl_ClientServiceTask.Name = "lbl_ClientServiceTask";
- this.lbl_ClientServiceTask.Size = new System.Drawing.Size(91, 20);
- this.lbl_ClientServiceTask.TabIndex = 32;
- this.lbl_ClientServiceTask.Text = "客服任务: 0";
- //
- // lbl_BootDivisionAssistant
- //
- this.lbl_BootDivisionAssistant.AutoSize = true;
- this.lbl_BootDivisionAssistant.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_BootDivisionAssistant.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_BootDivisionAssistant.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_BootDivisionAssistant.Location = new System.Drawing.Point(6, 206);
- this.lbl_BootDivisionAssistant.Name = "lbl_BootDivisionAssistant";
- this.lbl_BootDivisionAssistant.Size = new System.Drawing.Size(91, 20);
- this.lbl_BootDivisionAssistant.TabIndex = 31;
- this.lbl_BootDivisionAssistant.Text = "引导助理: 0";
- //
- // lbl_BootDivision
- //
- this.lbl_BootDivision.AutoSize = true;
- this.lbl_BootDivision.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_BootDivision.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_BootDivision.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_BootDivision.Location = new System.Drawing.Point(6, 175);
- this.lbl_BootDivision.Name = "lbl_BootDivision";
- this.lbl_BootDivision.Size = new System.Drawing.Size(91, 20);
- this.lbl_BootDivision.TabIndex = 30;
- this.lbl_BootDivision.Text = "引 师: 0";
- //
- // lbl_MakeupAssistant
- //
- this.lbl_MakeupAssistant.AutoSize = true;
- this.lbl_MakeupAssistant.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_MakeupAssistant.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_MakeupAssistant.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_MakeupAssistant.Location = new System.Drawing.Point(6, 144);
- this.lbl_MakeupAssistant.Name = "lbl_MakeupAssistant";
- this.lbl_MakeupAssistant.Size = new System.Drawing.Size(91, 20);
- this.lbl_MakeupAssistant.TabIndex = 29;
- this.lbl_MakeupAssistant.Text = "化妆助理: 0";
- //
- // lbl_Makeup
- //
- this.lbl_Makeup.AutoSize = true;
- this.lbl_Makeup.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Makeup.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Makeup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Makeup.Location = new System.Drawing.Point(6, 113);
- this.lbl_Makeup.Name = "lbl_Makeup";
- this.lbl_Makeup.Size = new System.Drawing.Size(91, 20);
- this.lbl_Makeup.TabIndex = 28;
- this.lbl_Makeup.Text = "化 妆: 0";
- //
- // lbl_PhotographyAssistant
- //
- this.lbl_PhotographyAssistant.AutoSize = true;
- this.lbl_PhotographyAssistant.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_PhotographyAssistant.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_PhotographyAssistant.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_PhotographyAssistant.Location = new System.Drawing.Point(6, 82);
- this.lbl_PhotographyAssistant.Name = "lbl_PhotographyAssistant";
- this.lbl_PhotographyAssistant.Size = new System.Drawing.Size(91, 20);
- this.lbl_PhotographyAssistant.TabIndex = 27;
- this.lbl_PhotographyAssistant.Text = "拍摄助理: 0";
- //
- // lbl_Photography
- //
- this.lbl_Photography.AutoSize = true;
- this.lbl_Photography.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Photography.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Photography.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Photography.Location = new System.Drawing.Point(6, 51);
- this.lbl_Photography.Name = "lbl_Photography";
- this.lbl_Photography.Size = new System.Drawing.Size(91, 20);
- this.lbl_Photography.TabIndex = 26;
- this.lbl_Photography.Text = "拍 摄: 0";
- //
- // lbl_Clothing
- //
- this.lbl_Clothing.AutoSize = true;
- this.lbl_Clothing.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Clothing.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Clothing.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Clothing.Location = new System.Drawing.Point(6, 20);
- this.lbl_Clothing.Name = "lbl_Clothing";
- this.lbl_Clothing.Size = new System.Drawing.Size(91, 20);
- this.lbl_Clothing.TabIndex = 25;
- this.lbl_Clothing.Text = "选 衣: 0";
- //
- // lbl_Service
- //
- this.lbl_Service.AutoSize = true;
- this.lbl_Service.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_Service.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_Service.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_Service.Location = new System.Drawing.Point(6, 361);
- this.lbl_Service.Name = "lbl_Service";
- this.lbl_Service.Size = new System.Drawing.Size(91, 20);
- this.lbl_Service.TabIndex = 24;
- this.lbl_Service.Text = "服务人员: 0";
- //
- // lbl_LookDesign
- //
- this.lbl_LookDesign.AutoSize = true;
- this.lbl_LookDesign.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_LookDesign.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_LookDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_LookDesign.Location = new System.Drawing.Point(7, 299);
- this.lbl_LookDesign.Name = "lbl_LookDesign";
- this.lbl_LookDesign.Size = new System.Drawing.Size(89, 20);
- this.lbl_LookDesign.TabIndex = 23;
- this.lbl_LookDesign.Text = "看 设 计: 0";
- //
- // lbl_FilmSelection
- //
- this.lbl_FilmSelection.AutoSize = true;
- this.lbl_FilmSelection.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbl_FilmSelection.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lbl_FilmSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lbl_FilmSelection.Location = new System.Drawing.Point(5, 268);
- this.lbl_FilmSelection.Name = "lbl_FilmSelection";
- this.lbl_FilmSelection.Size = new System.Drawing.Size(91, 20);
- this.lbl_FilmSelection.TabIndex = 22;
- this.lbl_FilmSelection.Text = "选 片: 0";
- //
- // paneltitle
- //
- this.paneltitle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.paneltitle.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.paneltitle.BorderWidth = 1;
- this.paneltitle.Controls.Add(this.lblWeek);
- this.paneltitle.Controls.Add(this.lblLunarCalendar);
- this.paneltitle.Dock = System.Windows.Forms.DockStyle.Top;
- this.paneltitle.Location = new System.Drawing.Point(0, 0);
- this.paneltitle.Margin = new System.Windows.Forms.Padding(0);
- this.paneltitle.Name = "paneltitle";
- this.paneltitle.Size = new System.Drawing.Size(256, 25);
- this.paneltitle.TabIndex = 22;
- //
- // lblWeek
- //
- this.lblWeek.AutoSize = true;
- this.lblWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.lblWeek.ForeColor = System.Drawing.Color.White;
- this.lblWeek.Location = new System.Drawing.Point(170, 4);
- this.lblWeek.Name = "lblWeek";
- this.lblWeek.Size = new System.Drawing.Size(44, 17);
- this.lblWeek.TabIndex = 1;
- this.lblWeek.Text = "星期三";
- //
- // lblLunarCalendar
- //
- this.lblLunarCalendar.AutoSize = true;
- this.lblLunarCalendar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.lblLunarCalendar.ForeColor = System.Drawing.Color.White;
- this.lblLunarCalendar.Location = new System.Drawing.Point(8, 4);
- this.lblLunarCalendar.Name = "lblLunarCalendar";
- this.lblLunarCalendar.Size = new System.Drawing.Size(68, 17);
- this.lblLunarCalendar.TabIndex = 0;
- this.lblLunarCalendar.Text = "农历二十二";
- //
- // panelEx3
- //
- 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.Controls.Add(this.numDay);
- this.panelEx3.Controls.Add(this.numMonth);
- this.panelEx3.Controls.Add(this.labelEx4);
- this.panelEx3.Controls.Add(this.numYear);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx3.Location = new System.Drawing.Point(1, 1);
- this.panelEx3.Margin = new System.Windows.Forms.Padding(0);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(256, 33);
- this.panelEx3.TabIndex = 0;
- //
- // numDay
- //
- this.numDay.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numDay.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numDay.Font = new System.Drawing.Font("宋体", 11F);
- this.numDay.IsCustomColor = false;
- this.numDay.Location = new System.Drawing.Point(166, 3);
- this.numDay.Maximum = new decimal(new int[] {
- 31,
- 0,
- 0,
- 0});
- this.numDay.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numDay.Name = "numDay";
- this.numDay.Size = new System.Drawing.Size(45, 24);
- this.numDay.TabIndex = 140;
- this.numDay.Value = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- //
- // numMonth
- //
- this.numMonth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numMonth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numMonth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numMonth.Font = new System.Drawing.Font("宋体", 11F);
- this.numMonth.IsCustomColor = false;
- this.numMonth.Location = new System.Drawing.Point(95, 3);
- this.numMonth.Maximum = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- this.numMonth.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numMonth.Name = "numMonth";
- this.numMonth.Size = new System.Drawing.Size(45, 24);
- this.numMonth.TabIndex = 139;
- this.numMonth.Value = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.labelEx4.Location = new System.Drawing.Point(69, 4);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(168, 21);
- this.labelEx4.TabIndex = 138;
- this.labelEx4.Text = "年 月 日";
- //
- // numYear
- //
- this.numYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numYear.Font = new System.Drawing.Font("宋体", 11F);
- this.numYear.IsCustomColor = false;
- this.numYear.Location = new System.Drawing.Point(8, 3);
- this.numYear.Maximum = new decimal(new int[] {
- 5000,
- 0,
- 0,
- 0});
- this.numYear.Minimum = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.numYear.Name = "numYear";
- this.numYear.Size = new System.Drawing.Size(60, 24);
- this.numYear.TabIndex = 137;
- this.numYear.Value = new decimal(new int[] {
- 2017,
- 0,
- 0,
- 0});
- //
- // lblMyTaskCount
- //
- this.lblMyTaskCount.AutoSize = true;
- this.lblMyTaskCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(224)))), ((int)(((byte)(253)))));
- this.lblMyTaskCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblMyTaskCount.ForeColor = System.Drawing.Color.Red;
- this.lblMyTaskCount.Location = new System.Drawing.Point(427, 51);
- this.lblMyTaskCount.Name = "lblMyTaskCount";
- this.lblMyTaskCount.Size = new System.Drawing.Size(31, 17);
- this.lblMyTaskCount.TabIndex = 14;
- this.lblMyTaskCount.Text = "( 0 )";
- this.lblMyTaskCount.Visible = false;
- //
- // MyWorkRemindFormMain
- //
- 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, 786);
- this.Controls.Add(this.lblMyTaskCount);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.Name = "MyWorkRemindFormMain";
- this.Text = "工作查看";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.lblMyTaskCount, 0);
- 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.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.tabControlEx1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).EndInit();
- this.panelEx5.ResumeLayout(false);
- this.panelDay.ResumeLayout(false);
- this.groupBoxEx4.ResumeLayout(false);
- this.groupBoxEx4.PerformLayout();
- this.groupBoxEx3.ResumeLayout(false);
- this.groupBoxEx3.PerformLayout();
- this.groupBoxEx2.ResumeLayout(false);
- this.groupBoxEx2.PerformLayout();
- this.groupBoxEx1.ResumeLayout(false);
- this.groupBoxEx1.PerformLayout();
- this.paneltitle.ResumeLayout(false);
- this.paneltitle.PerformLayout();
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numDay)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numMonth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numYear)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.PanelEx panelEx5;
- protected internal ComponentLibrary.CheckBoxEx chkCompletedOK;
- protected internal ComponentLibrary.CheckBoxEx chkCompletedTimeOut;
- protected internal ComponentLibrary.CheckBoxEx chkCompletedNot;
- protected internal ComponentLibrary.TabControlEx tabControlEx1;
- private System.Windows.Forms.TabPage tabPage1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- private ComponentLibrary.PanelEx panelEx3;
- private System.Windows.Forms.TabPage tabPage3;
- protected internal ComponentLibrary.LabelEx lblMyTaskCount;
- protected internal ComponentLibrary.DataGridViewEc dgvData3;
- protected internal ComponentLibrary.PanelEx panelDay;
- protected internal ComponentLibrary.PanelEx paneltitle;
- private ComponentLibrary.LabelEx labelEx4;
- protected internal ComponentLibrary.NumericUpDownEx numDay;
- protected internal ComponentLibrary.NumericUpDownEx numMonth;
- protected internal ComponentLibrary.NumericUpDownEx numYear;
- protected internal ComponentLibrary.LabelEx lblLunarCalendar;
- protected internal ComponentLibrary.LabelEx lblWeek;
- protected internal ComponentLibrary.CheckBoxEx chkAllUserWork;
- protected internal ComponentLibrary.LabelEx lbl_TodayTrack;
- protected internal ComponentLibrary.LabelEx lbl_HundredDay;
- protected internal ComponentLibrary.LabelEx lbl_FullMoon;
- protected internal ComponentLibrary.LabelEx lbl_Marriage;
- protected internal ComponentLibrary.LabelEx lbl_Birthday;
- protected internal ComponentLibrary.LabelEx lbl_MemorialDay;
- protected internal ComponentLibrary.LabelEx lbl_SendPhoto;
- protected internal ComponentLibrary.LabelEx lbl_Design;
- protected internal ComponentLibrary.LabelEx lbl_RefinedRepair;
- protected internal ComponentLibrary.LabelEx lbl_EarlyRepair;
- protected internal ComponentLibrary.LabelEx lbl_Pickup;
- protected internal ComponentLibrary.LabelEx lbl_ClientServiceTask;
- protected internal ComponentLibrary.LabelEx lbl_BootDivisionAssistant;
- protected internal ComponentLibrary.LabelEx lbl_BootDivision;
- protected internal ComponentLibrary.LabelEx lbl_MakeupAssistant;
- protected internal ComponentLibrary.LabelEx lbl_Makeup;
- protected internal ComponentLibrary.LabelEx lbl_PhotographyAssistant;
- protected internal ComponentLibrary.LabelEx lbl_Photography;
- protected internal ComponentLibrary.LabelEx lbl_Clothing;
- protected internal ComponentLibrary.LabelEx lbl_Service;
- protected internal ComponentLibrary.LabelEx lbl_LookDesign;
- protected internal ComponentLibrary.LabelEx lbl_FilmSelection;
- protected internal ComponentLibrary.GroupBoxEx groupBoxEx4;
- protected internal ComponentLibrary.GroupBoxEx groupBoxEx3;
- protected internal ComponentLibrary.GroupBoxEx groupBoxEx2;
- protected internal ComponentLibrary.GroupBoxEx groupBoxEx1;
- }
- }
|