123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686 |
- namespace LYFZ.Software.UI.DecisionAssistant
- {
- partial class AnalyzedEmployeePerformanceFormMain
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzedEmployeePerformanceFormMain));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.PictImage = new LYFZ.ComponentLibrary.PictureBoxEx();
- this.cmbtreevItmes = new LYFZ.ComponentLibrary.TreeViewEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.lblPaidColor = new LYFZ.ComponentLibrary.LabelEx();
- this.panelPaidColor = new LYFZ.ComponentLibrary.PanelEx();
- this.lblComparedColor = new LYFZ.ComponentLibrary.LabelEx();
- this.lblCurrentColor = new LYFZ.ComponentLibrary.LabelEx();
- this.panelComparedColor = new LYFZ.ComponentLibrary.PanelEx();
- this.panelCurrentColor = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
- this.cbo_Mouth = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.cbo_Year = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.rdo_Stage = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdo_Year = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdo_Mouth = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdo_Day = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
- this.cbo_CheckMouth = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.cbo_CheckYear = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.btnQueryCompared = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtDataTimeStartCompared = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtDateTimeEndCompared = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.chkComparedStartUp = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.dtDataTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtDataTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.cmbtreevDepartment = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSaveAs = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PictImage)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.panelEx7.SuspendLayout();
- this.panelEx10.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(1156, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.btnClose);
- this.plFormMainContent.Controls.Add(this.btnSaveAs);
- this.plFormMainContent.Controls.Add(this.labelEx2);
- this.plFormMainContent.Controls.Add(this.labelEx1);
- this.plFormMainContent.Controls.Add(this.cmbtreevDepartment);
- this.plFormMainContent.Size = new System.Drawing.Size(1156, 545);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.cmbtreevDepartment, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx2, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnSaveAs, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(1097, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(1124, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(1070, 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.panelEx3);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Controls.Add(this.panelEx7);
- this.panelEx1.Location = new System.Drawing.Point(5, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx1.Size = new System.Drawing.Size(1148, 485);
- this.panelEx1.TabIndex = 0;
- //
- // 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.PictImage);
- this.panelEx3.Controls.Add(this.cmbtreevItmes);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx3.Location = new System.Drawing.Point(3, 39);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx3.Size = new System.Drawing.Size(1142, 413);
- this.panelEx3.TabIndex = 5;
- //
- // PictImage
- //
- this.PictImage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PictImage.Location = new System.Drawing.Point(149, 3);
- this.PictImage.Name = "PictImage";
- this.PictImage.Size = new System.Drawing.Size(990, 407);
- this.PictImage.TabIndex = 6;
- this.PictImage.TabStop = false;
- //
- // cmbtreevItmes
- //
- this.cmbtreevItmes.Dock = System.Windows.Forms.DockStyle.Left;
- this.cmbtreevItmes.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbtreevItmes.Location = new System.Drawing.Point(3, 3);
- this.cmbtreevItmes.Name = "cmbtreevItmes";
- this.cmbtreevItmes.Size = new System.Drawing.Size(146, 407);
- this.cmbtreevItmes.TabIndex = 29;
- //
- // 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.lblPaidColor);
- this.panelEx2.Controls.Add(this.panelPaidColor);
- this.panelEx2.Controls.Add(this.lblComparedColor);
- this.panelEx2.Controls.Add(this.lblCurrentColor);
- this.panelEx2.Controls.Add(this.panelComparedColor);
- this.panelEx2.Controls.Add(this.panelCurrentColor);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx2.Location = new System.Drawing.Point(3, 452);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(1142, 30);
- this.panelEx2.TabIndex = 4;
- //
- // lblPaidColor
- //
- this.lblPaidColor.AutoSize = true;
- this.lblPaidColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblPaidColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblPaidColor.Location = new System.Drawing.Point(192, 8);
- this.lblPaidColor.Name = "lblPaidColor";
- this.lblPaidColor.Size = new System.Drawing.Size(32, 17);
- this.lblPaidColor.TabIndex = 34;
- this.lblPaidColor.Text = "实收";
- //
- // panelPaidColor
- //
- this.panelPaidColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelPaidColor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelPaidColor.BorderWidth = 1;
- this.panelPaidColor.Location = new System.Drawing.Point(129, 8);
- this.panelPaidColor.Name = "panelPaidColor";
- this.panelPaidColor.Size = new System.Drawing.Size(57, 18);
- this.panelPaidColor.TabIndex = 33;
- //
- // lblComparedColor
- //
- this.lblComparedColor.AutoSize = true;
- this.lblComparedColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblComparedColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblComparedColor.Location = new System.Drawing.Point(307, 8);
- this.lblComparedColor.Name = "lblComparedColor";
- this.lblComparedColor.Size = new System.Drawing.Size(32, 17);
- this.lblComparedColor.TabIndex = 32;
- this.lblComparedColor.Text = "对比";
- //
- // lblCurrentColor
- //
- this.lblCurrentColor.AutoSize = true;
- this.lblCurrentColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblCurrentColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblCurrentColor.Location = new System.Drawing.Point(77, 8);
- this.lblCurrentColor.Name = "lblCurrentColor";
- this.lblCurrentColor.Size = new System.Drawing.Size(32, 17);
- this.lblCurrentColor.TabIndex = 31;
- this.lblCurrentColor.Text = "欠款";
- //
- // panelComparedColor
- //
- this.panelComparedColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelComparedColor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelComparedColor.BorderWidth = 1;
- this.panelComparedColor.Location = new System.Drawing.Point(244, 8);
- this.panelComparedColor.Name = "panelComparedColor";
- this.panelComparedColor.Size = new System.Drawing.Size(57, 18);
- this.panelComparedColor.TabIndex = 7;
- //
- // panelCurrentColor
- //
- this.panelCurrentColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelCurrentColor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelCurrentColor.BorderWidth = 1;
- this.panelCurrentColor.Location = new System.Drawing.Point(14, 8);
- this.panelCurrentColor.Name = "panelCurrentColor";
- this.panelCurrentColor.Size = new System.Drawing.Size(57, 18);
- this.panelCurrentColor.TabIndex = 6;
- //
- // 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.cbo_Mouth);
- this.panelEx7.Controls.Add(this.cbo_Year);
- this.panelEx7.Controls.Add(this.rdo_Stage);
- this.panelEx7.Controls.Add(this.rdo_Year);
- this.panelEx7.Controls.Add(this.rdo_Mouth);
- this.panelEx7.Controls.Add(this.rdo_Day);
- this.panelEx7.Controls.Add(this.panelEx10);
- this.panelEx7.Controls.Add(this.chkComparedStartUp);
- this.panelEx7.Controls.Add(this.btnQuery);
- this.panelEx7.Controls.Add(this.dtDataTimeStart);
- this.panelEx7.Controls.Add(this.labelEx4);
- this.panelEx7.Controls.Add(this.dtDataTimeEnd);
- this.panelEx7.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx7.Location = new System.Drawing.Point(3, 3);
- this.panelEx7.Name = "panelEx7";
- this.panelEx7.Size = new System.Drawing.Size(1142, 36);
- this.panelEx7.TabIndex = 3;
- //
- // cbo_Mouth
- //
- this.cbo_Mouth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbo_Mouth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbo_Mouth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbo_Mouth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbo_Mouth.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbo_Mouth.FormattingEnabled = true;
- this.cbo_Mouth.IsCustomColor = false;
- this.cbo_Mouth.Items.AddRange(new object[] {
- "1月",
- "2月",
- "3月",
- "4月",
- "5月",
- "6月",
- "7月",
- "8月",
- "9月",
- "10月",
- "11月",
- "12月"});
- this.cbo_Mouth.Location = new System.Drawing.Point(104, 6);
- this.cbo_Mouth.Name = "cbo_Mouth";
- this.cbo_Mouth.ReadOnly = false;
- this.cbo_Mouth.Size = new System.Drawing.Size(89, 22);
- this.cbo_Mouth.TabIndex = 28;
- this.cbo_Mouth.Visible = false;
- //
- // cbo_Year
- //
- this.cbo_Year.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbo_Year.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbo_Year.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbo_Year.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbo_Year.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbo_Year.FormattingEnabled = true;
- this.cbo_Year.IsCustomColor = false;
- this.cbo_Year.Location = new System.Drawing.Point(4, 6);
- this.cbo_Year.Name = "cbo_Year";
- this.cbo_Year.ReadOnly = false;
- this.cbo_Year.Size = new System.Drawing.Size(89, 22);
- this.cbo_Year.TabIndex = 28;
- this.cbo_Year.Visible = false;
- //
- // rdo_Stage
- //
- this.rdo_Stage.AutoSize = true;
- this.rdo_Stage.BackColor = System.Drawing.Color.Transparent;
- this.rdo_Stage.Checked = true;
- this.rdo_Stage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_Stage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_Stage.Location = new System.Drawing.Point(993, 8);
- this.rdo_Stage.Name = "rdo_Stage";
- this.rdo_Stage.Size = new System.Drawing.Size(50, 21);
- this.rdo_Stage.TabIndex = 27;
- this.rdo_Stage.TabStop = true;
- this.rdo_Stage.Text = "阶段";
- this.rdo_Stage.UseVisualStyleBackColor = false;
- //
- // rdo_Year
- //
- this.rdo_Year.AutoSize = true;
- this.rdo_Year.BackColor = System.Drawing.Color.Transparent;
- this.rdo_Year.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_Year.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_Year.Location = new System.Drawing.Point(949, 8);
- this.rdo_Year.Name = "rdo_Year";
- this.rdo_Year.Size = new System.Drawing.Size(38, 21);
- this.rdo_Year.TabIndex = 27;
- this.rdo_Year.TabStop = true;
- this.rdo_Year.Text = "年";
- this.rdo_Year.UseVisualStyleBackColor = false;
- //
- // rdo_Mouth
- //
- this.rdo_Mouth.AutoSize = true;
- this.rdo_Mouth.BackColor = System.Drawing.Color.Transparent;
- this.rdo_Mouth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_Mouth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_Mouth.Location = new System.Drawing.Point(905, 8);
- this.rdo_Mouth.Name = "rdo_Mouth";
- this.rdo_Mouth.Size = new System.Drawing.Size(38, 21);
- this.rdo_Mouth.TabIndex = 27;
- this.rdo_Mouth.TabStop = true;
- this.rdo_Mouth.Text = "月";
- this.rdo_Mouth.UseVisualStyleBackColor = false;
- //
- // rdo_Day
- //
- this.rdo_Day.AutoSize = true;
- this.rdo_Day.BackColor = System.Drawing.Color.Transparent;
- this.rdo_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_Day.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_Day.Location = new System.Drawing.Point(861, 7);
- this.rdo_Day.Name = "rdo_Day";
- this.rdo_Day.Size = new System.Drawing.Size(38, 21);
- this.rdo_Day.TabIndex = 27;
- this.rdo_Day.TabStop = true;
- this.rdo_Day.Text = "日";
- this.rdo_Day.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.cbo_CheckMouth);
- this.panelEx10.Controls.Add(this.cbo_CheckYear);
- this.panelEx10.Controls.Add(this.btnQueryCompared);
- this.panelEx10.Controls.Add(this.labelEx3);
- this.panelEx10.Controls.Add(this.dtDataTimeStartCompared);
- this.panelEx10.Controls.Add(this.dtDateTimeEndCompared);
- this.panelEx10.Location = new System.Drawing.Point(473, 5);
- this.panelEx10.Name = "panelEx10";
- this.panelEx10.Size = new System.Drawing.Size(370, 26);
- this.panelEx10.TabIndex = 18;
- this.panelEx10.Visible = false;
- //
- // cbo_CheckMouth
- //
- this.cbo_CheckMouth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbo_CheckMouth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbo_CheckMouth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbo_CheckMouth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbo_CheckMouth.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbo_CheckMouth.FormattingEnabled = true;
- this.cbo_CheckMouth.IsCustomColor = false;
- this.cbo_CheckMouth.Items.AddRange(new object[] {
- "1月",
- "2月",
- "3月",
- "4月",
- "5月",
- "6月",
- "7月",
- "8月",
- "9月",
- "10月",
- "11月",
- "12月"});
- this.cbo_CheckMouth.Location = new System.Drawing.Point(107, 2);
- this.cbo_CheckMouth.Name = "cbo_CheckMouth";
- this.cbo_CheckMouth.ReadOnly = false;
- this.cbo_CheckMouth.Size = new System.Drawing.Size(89, 22);
- this.cbo_CheckMouth.TabIndex = 29;
- this.cbo_CheckMouth.Visible = false;
- //
- // cbo_CheckYear
- //
- this.cbo_CheckYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbo_CheckYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbo_CheckYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbo_CheckYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbo_CheckYear.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbo_CheckYear.FormattingEnabled = true;
- this.cbo_CheckYear.IsCustomColor = false;
- this.cbo_CheckYear.Location = new System.Drawing.Point(7, 2);
- this.cbo_CheckYear.Name = "cbo_CheckYear";
- this.cbo_CheckYear.ReadOnly = false;
- this.cbo_CheckYear.Size = new System.Drawing.Size(89, 22);
- this.cbo_CheckYear.TabIndex = 30;
- this.cbo_CheckYear.Visible = false;
- //
- // btnQueryCompared
- //
- this.btnQueryCompared.BackColor = System.Drawing.Color.Transparent;
- this.btnQueryCompared.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryCompared.BackImg")));
- this.btnQueryCompared.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQueryCompared.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQueryCompared.ForeColor = System.Drawing.Color.White;
- this.btnQueryCompared.IsCustomBackImg = false;
- this.btnQueryCompared.IsShowText = true;
- this.btnQueryCompared.Location = new System.Drawing.Point(281, 0);
- this.btnQueryCompared.Name = "btnQueryCompared";
- this.btnQueryCompared.Size = new System.Drawing.Size(85, 26);
- this.btnQueryCompared.TabIndex = 27;
- this.btnQueryCompared.Text = " 查 询";
- this.btnQueryCompared.UseVisualStyleBackColor = false;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- 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(130, 3);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(21, 17);
- this.labelEx3.TabIndex = 5;
- this.labelEx3.Text = "—";
- //
- // dtDataTimeStartCompared
- //
- this.dtDataTimeStartCompared.CustomFormat = " ";
- this.dtDataTimeStartCompared.DateValue = "";
- this.dtDataTimeStartCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtDataTimeStartCompared.IsShowTime = false;
- this.dtDataTimeStartCompared.Location = new System.Drawing.Point(6, 2);
- this.dtDataTimeStartCompared.Name = "dtDataTimeStartCompared";
- this.dtDataTimeStartCompared.Size = new System.Drawing.Size(120, 21);
- this.dtDataTimeStartCompared.TabIndex = 3;
- //
- // dtDateTimeEndCompared
- //
- this.dtDateTimeEndCompared.CustomFormat = " ";
- this.dtDateTimeEndCompared.DateValue = "";
- this.dtDateTimeEndCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtDateTimeEndCompared.IsShowTime = false;
- this.dtDateTimeEndCompared.Location = new System.Drawing.Point(153, 2);
- this.dtDateTimeEndCompared.Name = "dtDateTimeEndCompared";
- this.dtDateTimeEndCompared.Size = new System.Drawing.Size(120, 21);
- this.dtDateTimeEndCompared.TabIndex = 4;
- //
- // chkComparedStartUp
- //
- this.chkComparedStartUp.AutoSize = true;
- this.chkComparedStartUp.BackColor = System.Drawing.Color.Transparent;
- this.chkComparedStartUp.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkComparedStartUp.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.chkComparedStartUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkComparedStartUp.Fourstates = false;
- this.chkComparedStartUp.IsGreenTick = false;
- this.chkComparedStartUp.Location = new System.Drawing.Point(385, 6);
- this.chkComparedStartUp.Name = "chkComparedStartUp";
- this.chkComparedStartUp.Size = new System.Drawing.Size(84, 24);
- this.chkComparedStartUp.TabIndex = 22;
- this.chkComparedStartUp.Text = "启动对比";
- this.chkComparedStartUp.UseVisualStyleBackColor = false;
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(279, 5);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 26);
- this.btnQuery.TabIndex = 26;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // dtDataTimeStart
- //
- this.dtDataTimeStart.CustomFormat = " ";
- this.dtDataTimeStart.DateValue = "";
- this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtDataTimeStart.IsShowTime = false;
- this.dtDataTimeStart.Location = new System.Drawing.Point(4, 7);
- this.dtDataTimeStart.Name = "dtDataTimeStart";
- this.dtDataTimeStart.Size = new System.Drawing.Size(120, 21);
- this.dtDataTimeStart.TabIndex = 23;
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(128, 8);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(21, 17);
- this.labelEx4.TabIndex = 25;
- this.labelEx4.Text = "—";
- //
- // dtDataTimeEnd
- //
- this.dtDataTimeEnd.CustomFormat = " ";
- this.dtDataTimeEnd.DateValue = "";
- this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtDataTimeEnd.IsShowTime = false;
- this.dtDataTimeEnd.Location = new System.Drawing.Point(151, 7);
- this.dtDataTimeEnd.Name = "dtDataTimeEnd";
- this.dtDataTimeEnd.Size = new System.Drawing.Size(120, 21);
- this.dtDataTimeEnd.TabIndex = 24;
- //
- // cmbtreevDepartment
- //
- this.cmbtreevDepartment.AfterSelectLevelFirstNode = true;
- this.cmbtreevDepartment.DropDownHeight = 220;
- this.cmbtreevDepartment.DropDownShow = false;
- this.cmbtreevDepartment.FormattingEnabled = true;
- this.cmbtreevDepartment.IntegralHeight = false;
- this.cmbtreevDepartment.IsNodeMouseClick = true;
- this.cmbtreevDepartment.IsSelectParentNode = true;
- this.cmbtreevDepartment.Location = new System.Drawing.Point(273, 11);
- this.cmbtreevDepartment.Name = "cmbtreevDepartment";
- this.cmbtreevDepartment.ReadOnly = true;
- this.cmbtreevDepartment.SelectedNode = null;
- this.cmbtreevDepartment.Size = new System.Drawing.Size(151, 20);
- this.cmbtreevDepartment.StrGetName = "";
- this.cmbtreevDepartment.StrGetTagName = "";
- this.cmbtreevDepartment.StrKey = null;
- this.cmbtreevDepartment.TabIndex = 28;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(229, 12);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(44, 17);
- this.labelEx1.TabIndex = 30;
- this.labelEx1.Text = "部门:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(450, 12);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 31;
- this.labelEx2.Text = "项目:";
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(845, 6);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 32;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnSaveAs
- //
- this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveAs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveAs.BackImg")));
- this.btnSaveAs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSaveAs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSaveAs.ForeColor = System.Drawing.Color.White;
- this.btnSaveAs.IsCustomBackImg = false;
- this.btnSaveAs.IsShowText = true;
- this.btnSaveAs.Location = new System.Drawing.Point(753, 6);
- this.btnSaveAs.Name = "btnSaveAs";
- this.btnSaveAs.Size = new System.Drawing.Size(85, 28);
- this.btnSaveAs.TabIndex = 28;
- this.btnSaveAs.Text = " 另存为";
- this.btnSaveAs.UseVisualStyleBackColor = false;
- //
- // AnalyzedEmployeePerformanceFormMain
- //
- 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(1156, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.IsUserControlsSize = false;
- this.Name = "AnalyzedEmployeePerformanceFormMain";
- 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);
- this.panelEx3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.PictImage)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.panelEx7.ResumeLayout(false);
- this.panelEx7.PerformLayout();
- this.panelEx10.ResumeLayout(false);
- this.panelEx10.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDepartment;
- protected internal ComponentLibrary.ButtonEx btnClose;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.TreeViewEx cmbtreevItmes;
- protected internal ComponentLibrary.PanelEx panelEx7;
- protected internal ComponentLibrary.PanelEx panelEx10;
- protected internal ComponentLibrary.ButtonEx btnQueryCompared;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStartCompared;
- protected internal ComponentLibrary.DateTimePickerEx dtDateTimeEndCompared;
- protected internal ComponentLibrary.ButtonEx btnSaveAs;
- protected internal ComponentLibrary.CheckBoxEx chkComparedStartUp;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart;
- private ComponentLibrary.LabelEx labelEx4;
- protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd;
- private ComponentLibrary.LabelEx lblCurrentColor;
- protected internal ComponentLibrary.PanelEx panelComparedColor;
- protected internal ComponentLibrary.PanelEx panelCurrentColor;
- protected internal ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.PictureBoxEx PictImage;
- protected internal ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.LabelEx lblPaidColor;
- protected internal ComponentLibrary.PanelEx panelPaidColor;
- protected internal ComponentLibrary.LabelEx lblComparedColor;
- protected internal ComponentLibrary.ComboBoxEx cbo_Mouth;
- protected internal ComponentLibrary.ComboBoxEx cbo_Year;
- protected internal ComponentLibrary.ComboBoxEx cbo_CheckMouth;
- protected internal ComponentLibrary.ComboBoxEx cbo_CheckYear;
- protected internal ComponentLibrary.RadioButtonEx rdo_Day;
- protected internal ComponentLibrary.RadioButtonEx rdo_Stage;
- protected internal ComponentLibrary.RadioButtonEx rdo_Year;
- protected internal ComponentLibrary.RadioButtonEx rdo_Mouth;
- }
- }
|