1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510 |
- namespace LYFZ.Software.UI.CameraControlBook
- {
- partial class A_ProcessMonitorFormMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(A_ProcessMonitorFormMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelMain = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.tabPanel = new LYFZ.ComponentLibrary.TabControlEx();
- this.tb_NoShot = new System.Windows.Forms.TabPage();
- this.tb_NoShotIn = new System.Windows.Forms.TabPage();
- this.tb_NoRepair = new System.Windows.Forms.TabPage();
- this.tb_NoSelected = new System.Windows.Forms.TabPage();
- this.tb_NoSelected2 = new System.Windows.Forms.TabPage();
- this.tb_SelectNotRefinement = new System.Windows.Forms.TabPage();
- this.tb_RefinementNotDesign = new System.Windows.Forms.TabPage();
- this.tb_NoDesign = new System.Windows.Forms.TabPage();
- this.tb_NoSend2 = new System.Windows.Forms.TabPage();
- this.tb_NoLook = new System.Windows.Forms.TabPage();
- this.tb_NoSend = new System.Windows.Forms.TabPage();
- this.tb_NoBack = new System.Windows.Forms.TabPage();
- this.tb_NoPickup = new System.Windows.Forms.TabPage();
- this.tb_NoPickup2 = new System.Windows.Forms.TabPage();
- this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.panel1 = new System.Windows.Forms.Panel();
- this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label11 = new System.Windows.Forms.Label();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelNoShot = new System.Windows.Forms.Panel();
- this.txtNoShot = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label1 = new System.Windows.Forms.Label();
- this.panelNoShotIn = new System.Windows.Forms.Panel();
- this.txtNoShotIn = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label12 = new System.Windows.Forms.Label();
- this.panelNoRepair = new System.Windows.Forms.Panel();
- this.txtNoRepair = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label2 = new System.Windows.Forms.Label();
- this.panelNoSelected = new System.Windows.Forms.Panel();
- this.txtNoSelected = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label3 = new System.Windows.Forms.Label();
- this.panelNoSelected2 = new System.Windows.Forms.Panel();
- this.txtNoSelected2 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label9 = new System.Windows.Forms.Label();
- this.panelNoDesign = new System.Windows.Forms.Panel();
- this.txtNoDesign = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label4 = new System.Windows.Forms.Label();
- this.panelNoSend2 = new System.Windows.Forms.Panel();
- this.txtNoSend2 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label10 = new System.Windows.Forms.Label();
- this.panelNoLook = new System.Windows.Forms.Panel();
- this.txtNoLook = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label5 = new System.Windows.Forms.Label();
- this.panelNoSend = new System.Windows.Forms.Panel();
- this.txtNoSend = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label6 = new System.Windows.Forms.Label();
- this.panelNoBack = new System.Windows.Forms.Panel();
- this.txtNoBack = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label7 = new System.Windows.Forms.Label();
- this.panelNoPickup = new System.Windows.Forms.Panel();
- this.txtNoPickup = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label8 = new System.Windows.Forms.Label();
- this.panelNoPickup2 = new System.Windows.Forms.Panel();
- this.txtNoPickup2 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label13 = new System.Windows.Forms.Label();
- this.panelSelectNotRefinement = new System.Windows.Forms.Panel();
- this.txtSelectNotRefinement = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label14 = new System.Windows.Forms.Label();
- this.panelRefinementNotDesign = new System.Windows.Forms.Panel();
- this.txtRefinementNotDesign = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label15 = new System.Windows.Forms.Label();
- this.butnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.butnAlarmSet = new LYFZ.ComponentLibrary.ButtonEx();
- this.butnEmployeeSchedule = new LYFZ.ComponentLibrary.ButtonEx();
- this.butnTimeArrange = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClientServiceAnPai = new LYFZ.ComponentLibrary.ButtonEx();
- this.butnAddRecord = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCommunicateDetails = new LYFZ.ComponentLibrary.ButtonEx();
- this.butnRecordingsPlay = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.butnColse = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelMain.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.tabPanel.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelStoreName.SuspendLayout();
- this.panel1.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.panelNoShot.SuspendLayout();
- this.panelNoShotIn.SuspendLayout();
- this.panelNoRepair.SuspendLayout();
- this.panelNoSelected.SuspendLayout();
- this.panelNoSelected2.SuspendLayout();
- this.panelNoDesign.SuspendLayout();
- this.panelNoSend2.SuspendLayout();
- this.panelNoLook.SuspendLayout();
- this.panelNoSend.SuspendLayout();
- this.panelNoBack.SuspendLayout();
- this.panelNoPickup.SuspendLayout();
- this.panelNoPickup2.SuspendLayout();
- this.panelSelectNotRefinement.SuspendLayout();
- this.panelRefinementNotDesign.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelMain);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
- this.plExMainContainer.Size = new System.Drawing.Size(1020, 687);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1020, 727);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(961, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(988, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(934, 0);
- //
- // panelMain
- //
- this.panelMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelMain.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelMain.BorderWidth = 1;
- this.panelMain.Controls.Add(this.dgvData);
- this.panelMain.Controls.Add(this.tabPanel);
- this.panelMain.Controls.Add(this.dataGridViewStatisticsCount1);
- this.panelMain.Controls.Add(this.flowLayoutPanel1);
- this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelMain.Location = new System.Drawing.Point(3, 3);
- this.panelMain.Name = "panelMain";
- this.panelMain.Padding = new System.Windows.Forms.Padding(3);
- this.panelMain.Size = new System.Drawing.Size(1014, 681);
- this.panelMain.TabIndex = 2;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToOrderColumns = true;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- 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 = false;
- 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, 73);
- 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(1008, 579);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 29;
- this.dgvData.ViceCount = 1;
- //
- // tabPanel
- //
- this.tabPanel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPanel.Controls.Add(this.tb_NoShot);
- this.tabPanel.Controls.Add(this.tb_NoShotIn);
- this.tabPanel.Controls.Add(this.tb_NoRepair);
- this.tabPanel.Controls.Add(this.tb_NoSelected);
- this.tabPanel.Controls.Add(this.tb_NoSelected2);
- this.tabPanel.Controls.Add(this.tb_SelectNotRefinement);
- this.tabPanel.Controls.Add(this.tb_RefinementNotDesign);
- this.tabPanel.Controls.Add(this.tb_NoDesign);
- this.tabPanel.Controls.Add(this.tb_NoSend2);
- this.tabPanel.Controls.Add(this.tb_NoLook);
- this.tabPanel.Controls.Add(this.tb_NoSend);
- this.tabPanel.Controls.Add(this.tb_NoBack);
- this.tabPanel.Controls.Add(this.tb_NoPickup);
- this.tabPanel.Controls.Add(this.tb_NoPickup2);
- this.tabPanel.Dock = System.Windows.Forms.DockStyle.Top;
- this.tabPanel.ItemSize = new System.Drawing.Size(83, 30);
- this.tabPanel.Location = new System.Drawing.Point(3, 39);
- this.tabPanel.Name = "tabPanel";
- this.tabPanel.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPanel.SelectedIndex = 0;
- this.tabPanel.Size = new System.Drawing.Size(1008, 34);
- this.tabPanel.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabPanel.TabIndex = 0;
- //
- // tb_NoShot
- //
- this.tb_NoShot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoShot.Location = new System.Drawing.Point(4, 34);
- this.tb_NoShot.Name = "tb_NoShot";
- this.tb_NoShot.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoShot.Size = new System.Drawing.Size(1000, 0);
- this.tb_NoShot.TabIndex = 0;
- this.tb_NoShot.Text = "已定未拍";
- //
- // tb_NoShotIn
- //
- this.tb_NoShotIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoShotIn.Location = new System.Drawing.Point(4, 34);
- this.tb_NoShotIn.Name = "tb_NoShotIn";
- this.tb_NoShotIn.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoShotIn.Size = new System.Drawing.Size(890, 0);
- this.tb_NoShotIn.TabIndex = 10;
- this.tb_NoShotIn.Text = "已拍未拍完";
- //
- // tb_NoRepair
- //
- this.tb_NoRepair.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoRepair.Location = new System.Drawing.Point(4, 34);
- this.tb_NoRepair.Name = "tb_NoRepair";
- this.tb_NoRepair.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoRepair.Size = new System.Drawing.Size(890, 0);
- this.tb_NoRepair.TabIndex = 1;
- this.tb_NoRepair.Text = "已拍未修";
- //
- // tb_NoSelected
- //
- this.tb_NoSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoSelected.Location = new System.Drawing.Point(4, 34);
- this.tb_NoSelected.Name = "tb_NoSelected";
- this.tb_NoSelected.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoSelected.Size = new System.Drawing.Size(890, 0);
- this.tb_NoSelected.TabIndex = 2;
- this.tb_NoSelected.Text = "已拍未选";
- //
- // tb_NoSelected2
- //
- this.tb_NoSelected2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoSelected2.Location = new System.Drawing.Point(4, 34);
- this.tb_NoSelected2.Name = "tb_NoSelected2";
- this.tb_NoSelected2.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoSelected2.Size = new System.Drawing.Size(890, 0);
- this.tb_NoSelected2.TabIndex = 8;
- this.tb_NoSelected2.Text = "已修未选";
- //
- // tb_SelectNotRefinement
- //
- this.tb_SelectNotRefinement.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_SelectNotRefinement.Location = new System.Drawing.Point(4, 34);
- this.tb_SelectNotRefinement.Name = "tb_SelectNotRefinement";
- this.tb_SelectNotRefinement.Padding = new System.Windows.Forms.Padding(3);
- this.tb_SelectNotRefinement.Size = new System.Drawing.Size(890, 0);
- this.tb_SelectNotRefinement.TabIndex = 12;
- this.tb_SelectNotRefinement.Text = "已选未精修";
- //
- // tb_RefinementNotDesign
- //
- this.tb_RefinementNotDesign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_RefinementNotDesign.Location = new System.Drawing.Point(4, 34);
- this.tb_RefinementNotDesign.Name = "tb_RefinementNotDesign";
- this.tb_RefinementNotDesign.Size = new System.Drawing.Size(890, 0);
- this.tb_RefinementNotDesign.TabIndex = 13;
- this.tb_RefinementNotDesign.Text = "已精修未设计";
- //
- // tb_NoDesign
- //
- this.tb_NoDesign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoDesign.Location = new System.Drawing.Point(4, 34);
- this.tb_NoDesign.Name = "tb_NoDesign";
- this.tb_NoDesign.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoDesign.Size = new System.Drawing.Size(890, 0);
- this.tb_NoDesign.TabIndex = 3;
- this.tb_NoDesign.Text = " 已选未设计 ";
- //
- // tb_NoSend2
- //
- this.tb_NoSend2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoSend2.Location = new System.Drawing.Point(4, 34);
- this.tb_NoSend2.Name = "tb_NoSend2";
- this.tb_NoSend2.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoSend2.Size = new System.Drawing.Size(890, 0);
- this.tb_NoSend2.TabIndex = 9;
- this.tb_NoSend2.Text = "已选未发片";
- //
- // tb_NoLook
- //
- this.tb_NoLook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoLook.Location = new System.Drawing.Point(4, 34);
- this.tb_NoLook.Name = "tb_NoLook";
- this.tb_NoLook.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoLook.Size = new System.Drawing.Size(890, 0);
- this.tb_NoLook.TabIndex = 4;
- this.tb_NoLook.Text = " 已设计未看 ";
- //
- // tb_NoSend
- //
- this.tb_NoSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoSend.Location = new System.Drawing.Point(4, 34);
- this.tb_NoSend.Name = "tb_NoSend";
- this.tb_NoSend.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoSend.Size = new System.Drawing.Size(890, 0);
- this.tb_NoSend.TabIndex = 5;
- this.tb_NoSend.Text = " 已看未发片 ";
- //
- // tb_NoBack
- //
- this.tb_NoBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoBack.Location = new System.Drawing.Point(4, 34);
- this.tb_NoBack.Name = "tb_NoBack";
- this.tb_NoBack.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoBack.Size = new System.Drawing.Size(890, 0);
- this.tb_NoBack.TabIndex = 6;
- this.tb_NoBack.Text = " 已发未回件 ";
- //
- // tb_NoPickup
- //
- this.tb_NoPickup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoPickup.Location = new System.Drawing.Point(4, 34);
- this.tb_NoPickup.Name = "tb_NoPickup";
- this.tb_NoPickup.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoPickup.Size = new System.Drawing.Size(890, 0);
- this.tb_NoPickup.TabIndex = 7;
- this.tb_NoPickup.Text = " 部分回件未取 ";
- //
- // tb_NoPickup2
- //
- this.tb_NoPickup2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tb_NoPickup2.Location = new System.Drawing.Point(4, 34);
- this.tb_NoPickup2.Name = "tb_NoPickup2";
- this.tb_NoPickup2.Padding = new System.Windows.Forms.Padding(3);
- this.tb_NoPickup2.Size = new System.Drawing.Size(890, 0);
- this.tb_NoPickup2.TabIndex = 11;
- this.tb_NoPickup2.Text = "全部回件未取";
- //
- // dataGridViewStatisticsCount1
- //
- this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
- this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 652);
- this.dataGridViewStatisticsCount1.LocationX = 1;
- this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
- this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(1008, 26);
- this.dataGridViewStatisticsCount1.StrUnit = "单";
- this.dataGridViewStatisticsCount1.TabIndex = 28;
- this.dataGridViewStatisticsCount1.TotalQuantity = 0;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
- this.flowLayoutPanel1.Controls.Add(this.panel1);
- this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
- this.flowLayoutPanel1.Controls.Add(this.butnQuery);
- this.flowLayoutPanel1.Controls.Add(this.butnAlarmSet);
- this.flowLayoutPanel1.Controls.Add(this.butnEmployeeSchedule);
- this.flowLayoutPanel1.Controls.Add(this.butnTimeArrange);
- this.flowLayoutPanel1.Controls.Add(this.btnClientServiceAnPai);
- this.flowLayoutPanel1.Controls.Add(this.butnAddRecord);
- this.flowLayoutPanel1.Controls.Add(this.btnCommunicateDetails);
- this.flowLayoutPanel1.Controls.Add(this.butnRecordingsPlay);
- this.flowLayoutPanel1.Controls.Add(this.btnExport);
- this.flowLayoutPanel1.Controls.Add(this.butnColse);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
- this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(1008, 36);
- this.flowLayoutPanel1.TabIndex = 1;
- //
- // panelStoreName
- //
- this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelStoreName.BorderWidth = 1;
- this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
- this.panelStoreName.Location = new System.Drawing.Point(1, 1);
- this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelStoreName.Name = "panelStoreName";
- this.panelStoreName.Size = new System.Drawing.Size(210, 30);
- this.panelStoreName.TabIndex = 210;
- //
- // cmbtreevStoreName
- //
- this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
- this.cmbtreevStoreName.DropDownHeight = 220;
- this.cmbtreevStoreName.DropDownShow = false;
- this.cmbtreevStoreName.FormattingEnabled = true;
- this.cmbtreevStoreName.IntegralHeight = false;
- this.cmbtreevStoreName.IsNodeMouseClick = true;
- this.cmbtreevStoreName.IsSelectParentNode = false;
- this.cmbtreevStoreName.Location = new System.Drawing.Point(4, 5);
- this.cmbtreevStoreName.Name = "cmbtreevStoreName";
- this.cmbtreevStoreName.ReadOnly = true;
- this.cmbtreevStoreName.SelectedNode = null;
- this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
- this.cmbtreevStoreName.StrGetName = "";
- this.cmbtreevStoreName.StrGetTagName = "";
- this.cmbtreevStoreName.StrKey = null;
- this.cmbtreevStoreName.TabIndex = 274;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.txtQuery);
- this.panel1.Controls.Add(this.label11);
- this.panel1.Location = new System.Drawing.Point(215, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(220, 28);
- this.panel1.TabIndex = 24;
- //
- // txtQuery
- //
- this.txtQuery.BackColor = System.Drawing.Color.Transparent;
- this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtQuery.Icon = null;
- this.txtQuery.IconIsButton = false;
- this.txtQuery.IsPasswordChat = '\0';
- this.txtQuery.IsSystemPasswordChar = false;
- this.txtQuery.Lines = new string[0];
- this.txtQuery.Location = new System.Drawing.Point(54, 2);
- this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
- this.txtQuery.MaxLength = 32767;
- this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtQuery.MouseBack = null;
- this.txtQuery.Multiline = false;
- this.txtQuery.Name = "txtQuery";
- this.txtQuery.NormlBack = null;
- this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
- this.txtQuery.ReadOnly = false;
- this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtQuery.Size = new System.Drawing.Size(160, 25);
- this.txtQuery.TabIndex = 1;
- this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
- this.txtQuery.WaterText = "订单号、客户姓名、电话";
- this.txtQuery.WordWrap = true;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label11.Location = new System.Drawing.Point(3, 6);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(56, 17);
- this.label11.TabIndex = 3;
- this.label11.Text = "关键字:";
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Controls.Add(this.panelNoShot);
- this.flowLayoutPanel2.Controls.Add(this.panelNoShotIn);
- this.flowLayoutPanel2.Controls.Add(this.panelNoRepair);
- this.flowLayoutPanel2.Controls.Add(this.panelNoSelected);
- this.flowLayoutPanel2.Controls.Add(this.panelNoSelected2);
- this.flowLayoutPanel2.Controls.Add(this.panelNoDesign);
- this.flowLayoutPanel2.Controls.Add(this.panelNoSend2);
- this.flowLayoutPanel2.Controls.Add(this.panelNoLook);
- this.flowLayoutPanel2.Controls.Add(this.panelNoSend);
- this.flowLayoutPanel2.Controls.Add(this.panelNoBack);
- this.flowLayoutPanel2.Controls.Add(this.panelNoPickup);
- this.flowLayoutPanel2.Controls.Add(this.panelNoPickup2);
- this.flowLayoutPanel2.Controls.Add(this.panelSelectNotRefinement);
- this.flowLayoutPanel2.Controls.Add(this.panelRefinementNotDesign);
- this.flowLayoutPanel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.flowLayoutPanel2.Location = new System.Drawing.Point(439, 1);
- this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.Size = new System.Drawing.Size(160, 30);
- this.flowLayoutPanel2.TabIndex = 24;
- //
- // panelNoShot
- //
- this.panelNoShot.Controls.Add(this.txtNoShot);
- this.panelNoShot.Controls.Add(this.label1);
- this.panelNoShot.Location = new System.Drawing.Point(3, 3);
- this.panelNoShot.Name = "panelNoShot";
- this.panelNoShot.Size = new System.Drawing.Size(155, 27);
- this.panelNoShot.TabIndex = 0;
- this.panelNoShot.Visible = false;
- //
- // txtNoShot
- //
- this.txtNoShot.BackColor = System.Drawing.Color.Transparent;
- this.txtNoShot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoShot.Icon = null;
- this.txtNoShot.IconIsButton = false;
- this.txtNoShot.IsPasswordChat = '\0';
- this.txtNoShot.IsSystemPasswordChar = false;
- this.txtNoShot.Lines = new string[0];
- this.txtNoShot.Location = new System.Drawing.Point(36, 1);
- this.txtNoShot.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoShot.MaxLength = 32767;
- this.txtNoShot.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoShot.MouseBack = null;
- this.txtNoShot.Multiline = false;
- this.txtNoShot.Name = "txtNoShot";
- this.txtNoShot.NormlBack = null;
- this.txtNoShot.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoShot.ReadOnly = false;
- this.txtNoShot.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoShot.Size = new System.Drawing.Size(52, 25);
- this.txtNoShot.TabIndex = 1;
- this.txtNoShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoShot.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoShot.WaterText = "";
- this.txtNoShot.WordWrap = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label1.Location = new System.Drawing.Point(4, 5);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(128, 17);
- this.label1.TabIndex = 0;
- this.label1.Text = "已定 天未拍";
- //
- // panelNoShotIn
- //
- this.panelNoShotIn.Controls.Add(this.txtNoShotIn);
- this.panelNoShotIn.Controls.Add(this.label12);
- this.panelNoShotIn.Location = new System.Drawing.Point(3, 36);
- this.panelNoShotIn.Name = "panelNoShotIn";
- this.panelNoShotIn.Size = new System.Drawing.Size(155, 27);
- this.panelNoShotIn.TabIndex = 10;
- this.panelNoShotIn.Visible = false;
- //
- // txtNoShotIn
- //
- this.txtNoShotIn.BackColor = System.Drawing.Color.Transparent;
- this.txtNoShotIn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoShotIn.Icon = null;
- this.txtNoShotIn.IconIsButton = false;
- this.txtNoShotIn.IsPasswordChat = '\0';
- this.txtNoShotIn.IsSystemPasswordChar = false;
- this.txtNoShotIn.Lines = new string[0];
- this.txtNoShotIn.Location = new System.Drawing.Point(36, 1);
- this.txtNoShotIn.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoShotIn.MaxLength = 32767;
- this.txtNoShotIn.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoShotIn.MouseBack = null;
- this.txtNoShotIn.Multiline = false;
- this.txtNoShotIn.Name = "txtNoShotIn";
- this.txtNoShotIn.NormlBack = null;
- this.txtNoShotIn.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoShotIn.ReadOnly = false;
- this.txtNoShotIn.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoShotIn.Size = new System.Drawing.Size(52, 25);
- this.txtNoShotIn.TabIndex = 1;
- this.txtNoShotIn.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoShotIn.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoShotIn.WaterText = "";
- this.txtNoShotIn.WordWrap = true;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label12.Location = new System.Drawing.Point(4, 5);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(140, 17);
- this.label12.TabIndex = 0;
- this.label12.Text = "已拍 天未拍完";
- //
- // panelNoRepair
- //
- this.panelNoRepair.Controls.Add(this.txtNoRepair);
- this.panelNoRepair.Controls.Add(this.label2);
- this.panelNoRepair.Location = new System.Drawing.Point(3, 69);
- this.panelNoRepair.Name = "panelNoRepair";
- this.panelNoRepair.Size = new System.Drawing.Size(155, 27);
- this.panelNoRepair.TabIndex = 2;
- this.panelNoRepair.Visible = false;
- //
- // txtNoRepair
- //
- this.txtNoRepair.BackColor = System.Drawing.Color.Transparent;
- this.txtNoRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoRepair.Icon = null;
- this.txtNoRepair.IconIsButton = false;
- this.txtNoRepair.IsPasswordChat = '\0';
- this.txtNoRepair.IsSystemPasswordChar = false;
- this.txtNoRepair.Lines = new string[0];
- this.txtNoRepair.Location = new System.Drawing.Point(36, 1);
- this.txtNoRepair.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoRepair.MaxLength = 32767;
- this.txtNoRepair.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoRepair.MouseBack = null;
- this.txtNoRepair.Multiline = false;
- this.txtNoRepair.Name = "txtNoRepair";
- this.txtNoRepair.NormlBack = null;
- this.txtNoRepair.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoRepair.ReadOnly = false;
- this.txtNoRepair.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoRepair.Size = new System.Drawing.Size(52, 25);
- this.txtNoRepair.TabIndex = 1;
- this.txtNoRepair.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoRepair.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoRepair.WaterText = "";
- this.txtNoRepair.WordWrap = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label2.Location = new System.Drawing.Point(4, 5);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(128, 17);
- this.label2.TabIndex = 0;
- this.label2.Text = "已拍 天未修";
- //
- // panelNoSelected
- //
- this.panelNoSelected.Controls.Add(this.txtNoSelected);
- this.panelNoSelected.Controls.Add(this.label3);
- this.panelNoSelected.Location = new System.Drawing.Point(3, 102);
- this.panelNoSelected.Name = "panelNoSelected";
- this.panelNoSelected.Size = new System.Drawing.Size(155, 27);
- this.panelNoSelected.TabIndex = 3;
- this.panelNoSelected.Visible = false;
- //
- // txtNoSelected
- //
- this.txtNoSelected.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSelected.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSelected.Icon = null;
- this.txtNoSelected.IconIsButton = false;
- this.txtNoSelected.IsPasswordChat = '\0';
- this.txtNoSelected.IsSystemPasswordChar = false;
- this.txtNoSelected.Lines = new string[0];
- this.txtNoSelected.Location = new System.Drawing.Point(36, 1);
- this.txtNoSelected.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSelected.MaxLength = 32767;
- this.txtNoSelected.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSelected.MouseBack = null;
- this.txtNoSelected.Multiline = false;
- this.txtNoSelected.Name = "txtNoSelected";
- this.txtNoSelected.NormlBack = null;
- this.txtNoSelected.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSelected.ReadOnly = false;
- this.txtNoSelected.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSelected.Size = new System.Drawing.Size(52, 25);
- this.txtNoSelected.TabIndex = 1;
- this.txtNoSelected.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoSelected.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSelected.WaterText = "";
- this.txtNoSelected.WordWrap = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label3.Location = new System.Drawing.Point(4, 5);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(128, 17);
- this.label3.TabIndex = 0;
- this.label3.Text = "已拍 天未选";
- //
- // panelNoSelected2
- //
- this.panelNoSelected2.Controls.Add(this.txtNoSelected2);
- this.panelNoSelected2.Controls.Add(this.label9);
- this.panelNoSelected2.Location = new System.Drawing.Point(3, 135);
- this.panelNoSelected2.Name = "panelNoSelected2";
- this.panelNoSelected2.Size = new System.Drawing.Size(155, 27);
- this.panelNoSelected2.TabIndex = 4;
- this.panelNoSelected2.Visible = false;
- //
- // txtNoSelected2
- //
- this.txtNoSelected2.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSelected2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSelected2.Icon = null;
- this.txtNoSelected2.IconIsButton = false;
- this.txtNoSelected2.IsPasswordChat = '\0';
- this.txtNoSelected2.IsSystemPasswordChar = false;
- this.txtNoSelected2.Lines = new string[0];
- this.txtNoSelected2.Location = new System.Drawing.Point(36, 1);
- this.txtNoSelected2.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSelected2.MaxLength = 32767;
- this.txtNoSelected2.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSelected2.MouseBack = null;
- this.txtNoSelected2.Multiline = false;
- this.txtNoSelected2.Name = "txtNoSelected2";
- this.txtNoSelected2.NormlBack = null;
- this.txtNoSelected2.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSelected2.ReadOnly = false;
- this.txtNoSelected2.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSelected2.Size = new System.Drawing.Size(52, 25);
- this.txtNoSelected2.TabIndex = 1;
- this.txtNoSelected2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoSelected2.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSelected2.WaterText = "";
- this.txtNoSelected2.WordWrap = true;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label9.Location = new System.Drawing.Point(4, 5);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(128, 17);
- this.label9.TabIndex = 0;
- this.label9.Text = "已修 天未选";
- //
- // panelNoDesign
- //
- this.panelNoDesign.Controls.Add(this.txtNoDesign);
- this.panelNoDesign.Controls.Add(this.label4);
- this.panelNoDesign.Location = new System.Drawing.Point(3, 168);
- this.panelNoDesign.Name = "panelNoDesign";
- this.panelNoDesign.Size = new System.Drawing.Size(155, 27);
- this.panelNoDesign.TabIndex = 4;
- this.panelNoDesign.Visible = false;
- //
- // txtNoDesign
- //
- this.txtNoDesign.BackColor = System.Drawing.Color.Transparent;
- this.txtNoDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoDesign.Icon = null;
- this.txtNoDesign.IconIsButton = false;
- this.txtNoDesign.IsPasswordChat = '\0';
- this.txtNoDesign.IsSystemPasswordChar = false;
- this.txtNoDesign.Lines = new string[0];
- this.txtNoDesign.Location = new System.Drawing.Point(36, 1);
- this.txtNoDesign.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoDesign.MaxLength = 32767;
- this.txtNoDesign.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoDesign.MouseBack = null;
- this.txtNoDesign.Multiline = false;
- this.txtNoDesign.Name = "txtNoDesign";
- this.txtNoDesign.NormlBack = null;
- this.txtNoDesign.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoDesign.ReadOnly = false;
- this.txtNoDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoDesign.Size = new System.Drawing.Size(52, 25);
- this.txtNoDesign.TabIndex = 1;
- this.txtNoDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoDesign.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoDesign.WaterText = "";
- this.txtNoDesign.WordWrap = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label4.Location = new System.Drawing.Point(4, 5);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(140, 17);
- this.label4.TabIndex = 0;
- this.label4.Text = "已选 天未设计";
- //
- // panelNoSend2
- //
- this.panelNoSend2.Controls.Add(this.txtNoSend2);
- this.panelNoSend2.Controls.Add(this.label10);
- this.panelNoSend2.Location = new System.Drawing.Point(3, 201);
- this.panelNoSend2.Name = "panelNoSend2";
- this.panelNoSend2.Size = new System.Drawing.Size(155, 27);
- this.panelNoSend2.TabIndex = 9;
- this.panelNoSend2.Visible = false;
- //
- // txtNoSend2
- //
- this.txtNoSend2.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSend2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSend2.Icon = null;
- this.txtNoSend2.IconIsButton = false;
- this.txtNoSend2.IsPasswordChat = '\0';
- this.txtNoSend2.IsSystemPasswordChar = false;
- this.txtNoSend2.Lines = new string[0];
- this.txtNoSend2.Location = new System.Drawing.Point(36, 1);
- this.txtNoSend2.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSend2.MaxLength = 32767;
- this.txtNoSend2.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSend2.MouseBack = null;
- this.txtNoSend2.Multiline = false;
- this.txtNoSend2.Name = "txtNoSend2";
- this.txtNoSend2.NormlBack = null;
- this.txtNoSend2.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSend2.ReadOnly = false;
- this.txtNoSend2.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSend2.Size = new System.Drawing.Size(52, 25);
- this.txtNoSend2.TabIndex = 1;
- this.txtNoSend2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoSend2.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSend2.WaterText = "";
- this.txtNoSend2.WordWrap = true;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label10.Location = new System.Drawing.Point(4, 5);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(140, 17);
- this.label10.TabIndex = 0;
- this.label10.Text = "已选 天未发片";
- //
- // panelNoLook
- //
- this.panelNoLook.Controls.Add(this.txtNoLook);
- this.panelNoLook.Controls.Add(this.label5);
- this.panelNoLook.Location = new System.Drawing.Point(3, 234);
- this.panelNoLook.Name = "panelNoLook";
- this.panelNoLook.Size = new System.Drawing.Size(155, 27);
- this.panelNoLook.TabIndex = 5;
- this.panelNoLook.Visible = false;
- //
- // txtNoLook
- //
- this.txtNoLook.BackColor = System.Drawing.Color.Transparent;
- this.txtNoLook.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoLook.Icon = null;
- this.txtNoLook.IconIsButton = false;
- this.txtNoLook.IsPasswordChat = '\0';
- this.txtNoLook.IsSystemPasswordChar = false;
- this.txtNoLook.Lines = new string[0];
- this.txtNoLook.Location = new System.Drawing.Point(48, 1);
- this.txtNoLook.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoLook.MaxLength = 32767;
- this.txtNoLook.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoLook.MouseBack = null;
- this.txtNoLook.Multiline = false;
- this.txtNoLook.Name = "txtNoLook";
- this.txtNoLook.NormlBack = null;
- this.txtNoLook.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoLook.ReadOnly = false;
- this.txtNoLook.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoLook.Size = new System.Drawing.Size(52, 25);
- this.txtNoLook.TabIndex = 1;
- this.txtNoLook.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoLook.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoLook.WaterText = "";
- this.txtNoLook.WordWrap = true;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label5.Location = new System.Drawing.Point(4, 5);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(140, 17);
- this.label5.TabIndex = 0;
- this.label5.Text = "已设计 天未看";
- //
- // panelNoSend
- //
- this.panelNoSend.Controls.Add(this.txtNoSend);
- this.panelNoSend.Controls.Add(this.label6);
- this.panelNoSend.Location = new System.Drawing.Point(3, 267);
- this.panelNoSend.Name = "panelNoSend";
- this.panelNoSend.Size = new System.Drawing.Size(155, 27);
- this.panelNoSend.TabIndex = 6;
- this.panelNoSend.Visible = false;
- //
- // txtNoSend
- //
- this.txtNoSend.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSend.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSend.Icon = null;
- this.txtNoSend.IconIsButton = false;
- this.txtNoSend.IsPasswordChat = '\0';
- this.txtNoSend.IsSystemPasswordChar = false;
- this.txtNoSend.Lines = new string[0];
- this.txtNoSend.Location = new System.Drawing.Point(47, 1);
- this.txtNoSend.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSend.MaxLength = 32767;
- this.txtNoSend.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSend.MouseBack = null;
- this.txtNoSend.Multiline = false;
- this.txtNoSend.Name = "txtNoSend";
- this.txtNoSend.NormlBack = null;
- this.txtNoSend.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSend.ReadOnly = false;
- this.txtNoSend.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSend.Size = new System.Drawing.Size(52, 25);
- this.txtNoSend.TabIndex = 1;
- this.txtNoSend.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoSend.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSend.WaterText = "";
- this.txtNoSend.WordWrap = true;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label6.Location = new System.Drawing.Point(4, 5);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(152, 17);
- this.label6.TabIndex = 0;
- this.label6.Text = "已看版 天未发片";
- //
- // panelNoBack
- //
- this.panelNoBack.Controls.Add(this.txtNoBack);
- this.panelNoBack.Controls.Add(this.label7);
- this.panelNoBack.Location = new System.Drawing.Point(3, 300);
- this.panelNoBack.Name = "panelNoBack";
- this.panelNoBack.Size = new System.Drawing.Size(155, 27);
- this.panelNoBack.TabIndex = 7;
- this.panelNoBack.Visible = false;
- //
- // txtNoBack
- //
- this.txtNoBack.BackColor = System.Drawing.Color.Transparent;
- this.txtNoBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoBack.Icon = null;
- this.txtNoBack.IconIsButton = false;
- this.txtNoBack.IsPasswordChat = '\0';
- this.txtNoBack.IsSystemPasswordChar = false;
- this.txtNoBack.Lines = new string[0];
- this.txtNoBack.Location = new System.Drawing.Point(47, 1);
- this.txtNoBack.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoBack.MaxLength = 32767;
- this.txtNoBack.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoBack.MouseBack = null;
- this.txtNoBack.Multiline = false;
- this.txtNoBack.Name = "txtNoBack";
- this.txtNoBack.NormlBack = null;
- this.txtNoBack.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoBack.ReadOnly = false;
- this.txtNoBack.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoBack.Size = new System.Drawing.Size(52, 25);
- this.txtNoBack.TabIndex = 1;
- this.txtNoBack.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoBack.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoBack.WaterText = "";
- this.txtNoBack.WordWrap = true;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label7.Location = new System.Drawing.Point(4, 5);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(152, 17);
- this.label7.TabIndex = 0;
- this.label7.Text = "已发片 天未回件";
- //
- // panelNoPickup
- //
- this.panelNoPickup.Controls.Add(this.txtNoPickup);
- this.panelNoPickup.Controls.Add(this.label8);
- this.panelNoPickup.Location = new System.Drawing.Point(3, 333);
- this.panelNoPickup.Name = "panelNoPickup";
- this.panelNoPickup.Size = new System.Drawing.Size(155, 27);
- this.panelNoPickup.TabIndex = 8;
- this.panelNoPickup.Visible = false;
- //
- // txtNoPickup
- //
- this.txtNoPickup.BackColor = System.Drawing.Color.Transparent;
- this.txtNoPickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoPickup.Icon = null;
- this.txtNoPickup.IconIsButton = false;
- this.txtNoPickup.IsPasswordChat = '\0';
- this.txtNoPickup.IsSystemPasswordChar = false;
- this.txtNoPickup.Lines = new string[0];
- this.txtNoPickup.Location = new System.Drawing.Point(47, 1);
- this.txtNoPickup.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoPickup.MaxLength = 32767;
- this.txtNoPickup.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoPickup.MouseBack = null;
- this.txtNoPickup.Multiline = false;
- this.txtNoPickup.Name = "txtNoPickup";
- this.txtNoPickup.NormlBack = null;
- this.txtNoPickup.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoPickup.ReadOnly = false;
- this.txtNoPickup.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoPickup.Size = new System.Drawing.Size(52, 25);
- this.txtNoPickup.TabIndex = 1;
- this.txtNoPickup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoPickup.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoPickup.WaterText = "";
- this.txtNoPickup.WordWrap = true;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label8.Location = new System.Drawing.Point(4, 5);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(152, 17);
- this.label8.TabIndex = 0;
- this.label8.Text = "已回件 天未取件";
- //
- // panelNoPickup2
- //
- this.panelNoPickup2.Controls.Add(this.txtNoPickup2);
- this.panelNoPickup2.Controls.Add(this.label13);
- this.panelNoPickup2.Location = new System.Drawing.Point(3, 366);
- this.panelNoPickup2.Name = "panelNoPickup2";
- this.panelNoPickup2.Size = new System.Drawing.Size(155, 27);
- this.panelNoPickup2.TabIndex = 11;
- this.panelNoPickup2.Visible = false;
- //
- // txtNoPickup2
- //
- this.txtNoPickup2.BackColor = System.Drawing.Color.Transparent;
- this.txtNoPickup2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoPickup2.Icon = null;
- this.txtNoPickup2.IconIsButton = false;
- this.txtNoPickup2.IsPasswordChat = '\0';
- this.txtNoPickup2.IsSystemPasswordChar = false;
- this.txtNoPickup2.Lines = new string[0];
- this.txtNoPickup2.Location = new System.Drawing.Point(47, 1);
- this.txtNoPickup2.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoPickup2.MaxLength = 32767;
- this.txtNoPickup2.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoPickup2.MouseBack = null;
- this.txtNoPickup2.Multiline = false;
- this.txtNoPickup2.Name = "txtNoPickup2";
- this.txtNoPickup2.NormlBack = null;
- this.txtNoPickup2.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoPickup2.ReadOnly = false;
- this.txtNoPickup2.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoPickup2.Size = new System.Drawing.Size(52, 25);
- this.txtNoPickup2.TabIndex = 1;
- this.txtNoPickup2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNoPickup2.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoPickup2.WaterText = "";
- this.txtNoPickup2.WordWrap = true;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label13.Location = new System.Drawing.Point(4, 5);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(152, 17);
- this.label13.TabIndex = 0;
- this.label13.Text = "已回件 天未取件";
- //
- // panelSelectNotRefinement
- //
- this.panelSelectNotRefinement.Controls.Add(this.txtSelectNotRefinement);
- this.panelSelectNotRefinement.Controls.Add(this.label14);
- this.panelSelectNotRefinement.Location = new System.Drawing.Point(3, 399);
- this.panelSelectNotRefinement.Name = "panelSelectNotRefinement";
- this.panelSelectNotRefinement.Size = new System.Drawing.Size(155, 27);
- this.panelSelectNotRefinement.TabIndex = 12;
- this.panelSelectNotRefinement.Visible = false;
- //
- // txtSelectNotRefinement
- //
- this.txtSelectNotRefinement.BackColor = System.Drawing.Color.Transparent;
- this.txtSelectNotRefinement.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtSelectNotRefinement.Icon = null;
- this.txtSelectNotRefinement.IconIsButton = false;
- this.txtSelectNotRefinement.IsPasswordChat = '\0';
- this.txtSelectNotRefinement.IsSystemPasswordChar = false;
- this.txtSelectNotRefinement.Lines = new string[0];
- this.txtSelectNotRefinement.Location = new System.Drawing.Point(36, 1);
- this.txtSelectNotRefinement.Margin = new System.Windows.Forms.Padding(0);
- this.txtSelectNotRefinement.MaxLength = 32767;
- this.txtSelectNotRefinement.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtSelectNotRefinement.MouseBack = null;
- this.txtSelectNotRefinement.Multiline = false;
- this.txtSelectNotRefinement.Name = "txtSelectNotRefinement";
- this.txtSelectNotRefinement.NormlBack = null;
- this.txtSelectNotRefinement.Padding = new System.Windows.Forms.Padding(5);
- this.txtSelectNotRefinement.ReadOnly = false;
- this.txtSelectNotRefinement.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtSelectNotRefinement.Size = new System.Drawing.Size(52, 25);
- this.txtSelectNotRefinement.TabIndex = 1;
- this.txtSelectNotRefinement.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtSelectNotRefinement.WaterColor = System.Drawing.Color.DarkGray;
- this.txtSelectNotRefinement.WaterText = "";
- this.txtSelectNotRefinement.WordWrap = true;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label14.Location = new System.Drawing.Point(4, 5);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(140, 17);
- this.label14.TabIndex = 0;
- this.label14.Text = "已选 天未精修";
- //
- // panelRefinementNotDesign
- //
- this.panelRefinementNotDesign.Controls.Add(this.txtRefinementNotDesign);
- this.panelRefinementNotDesign.Controls.Add(this.label15);
- this.panelRefinementNotDesign.Location = new System.Drawing.Point(3, 432);
- this.panelRefinementNotDesign.Name = "panelRefinementNotDesign";
- this.panelRefinementNotDesign.Size = new System.Drawing.Size(155, 27);
- this.panelRefinementNotDesign.TabIndex = 13;
- this.panelRefinementNotDesign.Visible = false;
- //
- // txtRefinementNotDesign
- //
- this.txtRefinementNotDesign.BackColor = System.Drawing.Color.Transparent;
- this.txtRefinementNotDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtRefinementNotDesign.Icon = null;
- this.txtRefinementNotDesign.IconIsButton = false;
- this.txtRefinementNotDesign.IsPasswordChat = '\0';
- this.txtRefinementNotDesign.IsSystemPasswordChar = false;
- this.txtRefinementNotDesign.Lines = new string[0];
- this.txtRefinementNotDesign.Location = new System.Drawing.Point(48, 1);
- this.txtRefinementNotDesign.Margin = new System.Windows.Forms.Padding(0);
- this.txtRefinementNotDesign.MaxLength = 32767;
- this.txtRefinementNotDesign.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtRefinementNotDesign.MouseBack = null;
- this.txtRefinementNotDesign.Multiline = false;
- this.txtRefinementNotDesign.Name = "txtRefinementNotDesign";
- this.txtRefinementNotDesign.NormlBack = null;
- this.txtRefinementNotDesign.Padding = new System.Windows.Forms.Padding(5);
- this.txtRefinementNotDesign.ReadOnly = false;
- this.txtRefinementNotDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRefinementNotDesign.Size = new System.Drawing.Size(52, 25);
- this.txtRefinementNotDesign.TabIndex = 1;
- this.txtRefinementNotDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRefinementNotDesign.WaterColor = System.Drawing.Color.DarkGray;
- this.txtRefinementNotDesign.WaterText = "";
- this.txtRefinementNotDesign.WordWrap = true;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label15.Location = new System.Drawing.Point(4, 5);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(152, 17);
- this.label15.TabIndex = 0;
- this.label15.Text = "已精修 天未设计";
- //
- // butnQuery
- //
- this.butnQuery.BackColor = System.Drawing.Color.Transparent;
- this.butnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnQuery.BackImg")));
- this.butnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnQuery.ForeColor = System.Drawing.Color.White;
- this.butnQuery.IsCustomBackImg = false;
- this.butnQuery.IsShowText = true;
- this.butnQuery.Location = new System.Drawing.Point(603, 3);
- this.butnQuery.Name = "butnQuery";
- this.butnQuery.Size = new System.Drawing.Size(80, 28);
- this.butnQuery.TabIndex = 3;
- this.butnQuery.Text = " 查 询";
- this.butnQuery.UseVisualStyleBackColor = false;
- //
- // butnAlarmSet
- //
- this.butnAlarmSet.BackColor = System.Drawing.Color.Transparent;
- this.butnAlarmSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnAlarmSet.BackImg")));
- this.butnAlarmSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnAlarmSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnAlarmSet.ForeColor = System.Drawing.Color.White;
- this.butnAlarmSet.IsCustomBackImg = false;
- this.butnAlarmSet.IsShowText = true;
- this.butnAlarmSet.Location = new System.Drawing.Point(689, 3);
- this.butnAlarmSet.Name = "butnAlarmSet";
- this.butnAlarmSet.Size = new System.Drawing.Size(80, 28);
- this.butnAlarmSet.TabIndex = 11;
- this.butnAlarmSet.Text = " 预警设置";
- this.butnAlarmSet.UseVisualStyleBackColor = false;
- //
- // butnEmployeeSchedule
- //
- this.butnEmployeeSchedule.BackColor = System.Drawing.Color.Transparent;
- this.butnEmployeeSchedule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnEmployeeSchedule.BackImg")));
- this.butnEmployeeSchedule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnEmployeeSchedule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnEmployeeSchedule.ForeColor = System.Drawing.Color.White;
- this.butnEmployeeSchedule.IsCustomBackImg = false;
- this.butnEmployeeSchedule.IsShowText = true;
- this.butnEmployeeSchedule.Location = new System.Drawing.Point(775, 3);
- this.butnEmployeeSchedule.Name = "butnEmployeeSchedule";
- this.butnEmployeeSchedule.Size = new System.Drawing.Size(80, 28);
- this.butnEmployeeSchedule.TabIndex = 6;
- this.butnEmployeeSchedule.Text = " 员工档期";
- this.butnEmployeeSchedule.UseVisualStyleBackColor = false;
- this.butnEmployeeSchedule.Visible = false;
- //
- // butnTimeArrange
- //
- this.butnTimeArrange.BackColor = System.Drawing.Color.Transparent;
- this.butnTimeArrange.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnTimeArrange.BackImg")));
- this.butnTimeArrange.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnTimeArrange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnTimeArrange.ForeColor = System.Drawing.Color.White;
- this.butnTimeArrange.IsCustomBackImg = false;
- this.butnTimeArrange.IsShowText = true;
- this.butnTimeArrange.Location = new System.Drawing.Point(861, 3);
- this.butnTimeArrange.Name = "butnTimeArrange";
- this.butnTimeArrange.Size = new System.Drawing.Size(80, 28);
- this.butnTimeArrange.TabIndex = 7;
- this.butnTimeArrange.Text = " 工作安排";
- this.butnTimeArrange.UseVisualStyleBackColor = false;
- //
- // btnClientServiceAnPai
- //
- this.btnClientServiceAnPai.BackColor = System.Drawing.Color.Transparent;
- this.btnClientServiceAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientServiceAnPai.BackImg")));
- this.btnClientServiceAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClientServiceAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClientServiceAnPai.ForeColor = System.Drawing.Color.White;
- this.btnClientServiceAnPai.IsCustomBackImg = false;
- this.btnClientServiceAnPai.IsShowText = true;
- this.btnClientServiceAnPai.Location = new System.Drawing.Point(3, 37);
- this.btnClientServiceAnPai.Name = "btnClientServiceAnPai";
- this.btnClientServiceAnPai.Size = new System.Drawing.Size(80, 28);
- this.btnClientServiceAnPai.TabIndex = 211;
- this.btnClientServiceAnPai.Text = " 安排客服";
- this.btnClientServiceAnPai.UseVisualStyleBackColor = false;
- //
- // butnAddRecord
- //
- this.butnAddRecord.BackColor = System.Drawing.Color.Transparent;
- this.butnAddRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnAddRecord.BackImg")));
- this.butnAddRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnAddRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnAddRecord.ForeColor = System.Drawing.Color.White;
- this.butnAddRecord.IsCustomBackImg = false;
- this.butnAddRecord.IsShowText = true;
- this.butnAddRecord.Location = new System.Drawing.Point(89, 37);
- this.butnAddRecord.Name = "butnAddRecord";
- this.butnAddRecord.Size = new System.Drawing.Size(80, 28);
- this.butnAddRecord.TabIndex = 9;
- this.butnAddRecord.Text = " 添加记录";
- this.butnAddRecord.UseVisualStyleBackColor = false;
- //
- // btnCommunicateDetails
- //
- this.btnCommunicateDetails.BackColor = System.Drawing.Color.Transparent;
- this.btnCommunicateDetails.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommunicateDetails.BackImg")));
- this.btnCommunicateDetails.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCommunicateDetails.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCommunicateDetails.ForeColor = System.Drawing.Color.White;
- this.btnCommunicateDetails.IsCustomBackImg = false;
- this.btnCommunicateDetails.IsShowText = true;
- this.btnCommunicateDetails.Location = new System.Drawing.Point(175, 37);
- this.btnCommunicateDetails.Name = "btnCommunicateDetails";
- this.btnCommunicateDetails.Size = new System.Drawing.Size(80, 28);
- this.btnCommunicateDetails.TabIndex = 24;
- this.btnCommunicateDetails.Text = " 沟通详情";
- this.btnCommunicateDetails.UseVisualStyleBackColor = false;
- //
- // butnRecordingsPlay
- //
- this.butnRecordingsPlay.BackColor = System.Drawing.Color.Transparent;
- this.butnRecordingsPlay.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnRecordingsPlay.BackImg")));
- this.butnRecordingsPlay.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnRecordingsPlay.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnRecordingsPlay.ForeColor = System.Drawing.Color.White;
- this.butnRecordingsPlay.IsCustomBackImg = false;
- this.butnRecordingsPlay.IsShowText = true;
- this.butnRecordingsPlay.Location = new System.Drawing.Point(261, 37);
- this.butnRecordingsPlay.Name = "butnRecordingsPlay";
- this.butnRecordingsPlay.Size = new System.Drawing.Size(80, 28);
- this.butnRecordingsPlay.TabIndex = 10;
- this.butnRecordingsPlay.Text = " 录音回放";
- this.butnRecordingsPlay.UseVisualStyleBackColor = false;
- this.butnRecordingsPlay.Visible = false;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(347, 37);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(80, 28);
- this.btnExport.TabIndex = 25;
- this.btnExport.Text = " 导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // butnColse
- //
- this.butnColse.BackColor = System.Drawing.Color.Transparent;
- this.butnColse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnColse.BackImg")));
- this.butnColse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnColse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnColse.ForeColor = System.Drawing.Color.White;
- this.butnColse.IsCustomBackImg = false;
- this.butnColse.IsShowText = true;
- this.butnColse.Location = new System.Drawing.Point(433, 37);
- this.butnColse.Name = "butnColse";
- this.butnColse.Size = new System.Drawing.Size(80, 28);
- this.butnColse.TabIndex = 4;
- this.butnColse.Text = " 关 闭";
- this.butnColse.UseVisualStyleBackColor = false;
- //
- // A_ProcessMonitorFormMain
- //
- 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(1020, 792);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "A_ProcessMonitorFormMain";
- 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.panelMain.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.tabPanel.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelStoreName.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.flowLayoutPanel2.ResumeLayout(false);
- this.panelNoShot.ResumeLayout(false);
- this.panelNoShot.PerformLayout();
- this.panelNoShotIn.ResumeLayout(false);
- this.panelNoShotIn.PerformLayout();
- this.panelNoRepair.ResumeLayout(false);
- this.panelNoRepair.PerformLayout();
- this.panelNoSelected.ResumeLayout(false);
- this.panelNoSelected.PerformLayout();
- this.panelNoSelected2.ResumeLayout(false);
- this.panelNoSelected2.PerformLayout();
- this.panelNoDesign.ResumeLayout(false);
- this.panelNoDesign.PerformLayout();
- this.panelNoSend2.ResumeLayout(false);
- this.panelNoSend2.PerformLayout();
- this.panelNoLook.ResumeLayout(false);
- this.panelNoLook.PerformLayout();
- this.panelNoSend.ResumeLayout(false);
- this.panelNoSend.PerformLayout();
- this.panelNoBack.ResumeLayout(false);
- this.panelNoBack.PerformLayout();
- this.panelNoPickup.ResumeLayout(false);
- this.panelNoPickup.PerformLayout();
- this.panelNoPickup2.ResumeLayout(false);
- this.panelNoPickup2.PerformLayout();
- this.panelSelectNotRefinement.ResumeLayout(false);
- this.panelSelectNotRefinement.PerformLayout();
- this.panelRefinementNotDesign.ResumeLayout(false);
- this.panelRefinementNotDesign.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelMain;
- protected ComponentLibrary.ButtonEx butnRecordingsPlay;
- protected ComponentLibrary.TabControlEx tabPanel;
- protected internal ComponentLibrary.ButtonEx btnCommunicateDetails;
- protected internal System.Windows.Forms.TabPage tb_NoShot;
- protected internal System.Windows.Forms.TabPage tb_NoRepair;
- protected internal System.Windows.Forms.TabPage tb_NoSelected;
- protected internal System.Windows.Forms.TabPage tb_NoDesign;
- protected internal System.Windows.Forms.TabPage tb_NoLook;
- protected internal System.Windows.Forms.TabPage tb_NoSend;
- protected internal System.Windows.Forms.TabPage tb_NoBack;
- protected internal System.Windows.Forms.TabPage tb_NoPickup;
- protected internal System.Windows.Forms.TabPage tb_NoSelected2;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- protected System.Windows.Forms.Label label7;
- protected System.Windows.Forms.Label label8;
- protected internal System.Windows.Forms.TabPage tb_NoSend2;
- protected System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label11;
- protected internal ComponentLibrary.TextBoxEx txtQuery;
- protected internal ComponentLibrary.ButtonEx btnExport;
- protected internal System.Windows.Forms.TabPage tb_NoShotIn;
- protected internal ComponentLibrary.ButtonEx butnQuery;
- protected internal ComponentLibrary.ButtonEx butnEmployeeSchedule;
- protected internal ComponentLibrary.ButtonEx butnTimeArrange;
- protected internal ComponentLibrary.ButtonEx butnAddRecord;
- protected internal ComponentLibrary.ButtonEx butnAlarmSet;
- private System.Windows.Forms.Label label12;
- protected internal System.Windows.Forms.Panel panelNoShotIn;
- protected internal ComponentLibrary.TextBoxEx txtNoShotIn;
- protected internal System.Windows.Forms.Panel panelNoShot;
- protected internal ComponentLibrary.TextBoxEx txtNoShot;
- protected internal System.Windows.Forms.Panel panelNoRepair;
- protected internal ComponentLibrary.TextBoxEx txtNoRepair;
- protected internal System.Windows.Forms.Panel panelNoSelected;
- protected internal ComponentLibrary.TextBoxEx txtNoSelected;
- protected internal System.Windows.Forms.Panel panelNoSelected2;
- protected internal ComponentLibrary.TextBoxEx txtNoSelected2;
- protected internal System.Windows.Forms.Panel panelNoDesign;
- protected internal ComponentLibrary.TextBoxEx txtNoDesign;
- protected internal System.Windows.Forms.Panel panelNoSend2;
- protected internal ComponentLibrary.TextBoxEx txtNoSend2;
- protected internal System.Windows.Forms.Panel panelNoLook;
- protected internal ComponentLibrary.TextBoxEx txtNoLook;
- protected internal System.Windows.Forms.Panel panelNoSend;
- protected internal ComponentLibrary.TextBoxEx txtNoSend;
- protected internal System.Windows.Forms.Panel panelNoBack;
- protected internal ComponentLibrary.TextBoxEx txtNoBack;
- protected internal System.Windows.Forms.Panel panelNoPickup;
- protected internal ComponentLibrary.TextBoxEx txtNoPickup;
- protected internal ComponentLibrary.PanelEx panelStoreName;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
- protected internal ComponentLibrary.ButtonEx butnColse;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.ButtonEx btnClientServiceAnPai;
- protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
- protected internal System.Windows.Forms.TabPage tb_NoPickup2;
- protected internal System.Windows.Forms.Panel panelNoPickup2;
- protected internal ComponentLibrary.TextBoxEx txtNoPickup2;
- protected System.Windows.Forms.Label label13;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- protected internal System.Windows.Forms.TabPage tb_SelectNotRefinement;
- protected internal System.Windows.Forms.TabPage tb_RefinementNotDesign;
- protected internal System.Windows.Forms.Panel panelSelectNotRefinement;
- protected internal ComponentLibrary.TextBoxEx txtSelectNotRefinement;
- private System.Windows.Forms.Label label14;
- protected internal System.Windows.Forms.Panel panelRefinementNotDesign;
- protected internal ComponentLibrary.TextBoxEx txtRefinementNotDesign;
- private System.Windows.Forms.Label label15;
- }
- }
|