| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475 | namespace LYFZ.Software.UI.CameraControlBook{    partial class 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessMonitorFormMain));            this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();            this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();            this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();            this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();            this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();            this.btnWarningSet = new LYFZ.ComponentLibrary.ButtonEx();            this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();            this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();            this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();            this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();            this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();            this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();            this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();            this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();            this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();            this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();            this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();            this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();            this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();            this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();            this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();            this.plExMainContainer.SuspendLayout();            this.plFormMainContent.SuspendLayout();            this.panelEx1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();            this.flowLayoutPanel1.SuspendLayout();            this.panelEx3.SuspendLayout();            this.flowLayoutPanel2.SuspendLayout();            this.panelEx4.SuspendLayout();            this.SuspendLayout();            //             // plExMainContainer            //             this.plExMainContainer.AutoScroll = true;            this.plExMainContainer.Controls.Add(this.panelEx1);            this.plExMainContainer.Location = new System.Drawing.Point(0, 40);            this.plExMainContainer.Size = new System.Drawing.Size(910, 505);            this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);            //             // btnAppFormMaximize            //             this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));            //             // btnAppFormExit            //             this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));            //             // btnAppFormMinimize            //             this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));            //             // panelEx1            //             this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));            this.panelEx1.BorderWidth = 1;            this.panelEx1.Controls.Add(this.dgvData);            this.panelEx1.Controls.Add(this.flowLayoutPanel1);            this.panelEx1.Controls.Add(this.ucPagerEx1);            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;            this.panelEx1.Location = new System.Drawing.Point(0, 0);            this.panelEx1.Name = "panelEx1";            this.panelEx1.Padding = new System.Windows.Forms.Padding(3);            this.panelEx1.Size = new System.Drawing.Size(910, 505);            this.panelEx1.TabIndex = 8;            //             // dgvData            //             this.dgvData.AllowUserToAddRows = false;            this.dgvData.AllowUserToDeleteRows = false;            this.dgvData.AllowUserToOrderColumns = true;            this.dgvData.AllowUserToResizeRows = false;            dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;            this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;            this.dgvData.BackgroundColor = System.Drawing.Color.White;            this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;            this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;            this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;            this.dgvData.EnableHeadersVisualStyles = false;            this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;            this.dgvData.GridViewUniquelyIdentify = resources.GetString("dgvData.GridViewUniquelyIdentify");            this.dgvData.IsCompleteBonding = false;            this.dgvData.IsCopyCellValue = true;            this.dgvData.Location = new System.Drawing.Point(3, 67);            this.dgvData.Name = "dgvData";            this.dgvData.RowHeadersVisible = false;            this.dgvData.RowTemplate.Height = 23;            this.dgvData.RowTemplate.ReadOnly = true;            this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;            this.dgvData.Size = new System.Drawing.Size(904, 405);            this.dgvData.TabIndex = 9;            //             // flowLayoutPanel1            //             this.flowLayoutPanel1.Controls.Add(this.panelEx3);            this.flowLayoutPanel1.Controls.Add(this.btnQuery);            this.flowLayoutPanel1.Controls.Add(this.btnWarningSet);            this.flowLayoutPanel1.Controls.Add(this.btnExport);            this.flowLayoutPanel1.Controls.Add(this.btnClose);            this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);            this.flowLayoutPanel1.Controls.Add(this.panelEx4);            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);            this.flowLayoutPanel1.Name = "flowLayoutPanel1";            this.flowLayoutPanel1.Size = new System.Drawing.Size(904, 64);            this.flowLayoutPanel1.TabIndex = 29;            //             // panelEx3            //             this.panelEx3.BackColor = System.Drawing.Color.Transparent;            this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));            this.panelEx3.BorderWidth = 1;            this.panelEx3.Controls.Add(this.cmbQueryText);            this.panelEx3.Location = new System.Drawing.Point(3, 3);            this.panelEx3.Name = "panelEx3";            this.panelEx3.Size = new System.Drawing.Size(160, 28);            this.panelEx3.TabIndex = 28;            //             // cmbQueryText            //             this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;            this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);            this.cmbQueryText.Icon = null;            this.cmbQueryText.IconIsButton = false;            this.cmbQueryText.IsPasswordChat = '\0';            this.cmbQueryText.IsSystemPasswordChar = false;            this.cmbQueryText.Lines = new string[0];            this.cmbQueryText.Location = new System.Drawing.Point(0, 0);            this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);            this.cmbQueryText.MaxLength = 32767;            this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);            this.cmbQueryText.MouseBack = null;            this.cmbQueryText.Multiline = false;            this.cmbQueryText.Name = "cmbQueryText";            this.cmbQueryText.NormlBack = null;            this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);            this.cmbQueryText.ReadOnly = false;            this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;            this.cmbQueryText.Size = new System.Drawing.Size(150, 28);            this.cmbQueryText.TabIndex = 18;            this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;            this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;            this.cmbQueryText.WaterText = "";            this.cmbQueryText.WordWrap = true;            //             // 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(169, 3);            this.btnQuery.Name = "btnQuery";            this.btnQuery.Size = new System.Drawing.Size(75, 28);            this.btnQuery.TabIndex = 2;            this.btnQuery.Text = "  查  询";            this.btnQuery.UseVisualStyleBackColor = false;            //             // btnWarningSet            //             this.btnWarningSet.BackColor = System.Drawing.Color.Transparent;            this.btnWarningSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWarningSet.BackImg")));            this.btnWarningSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);            this.btnWarningSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);            this.btnWarningSet.ForeColor = System.Drawing.Color.White;            this.btnWarningSet.IsCustomBackImg = false;            this.btnWarningSet.IsShowText = true;            this.btnWarningSet.Location = new System.Drawing.Point(250, 3);            this.btnWarningSet.Name = "btnWarningSet";            this.btnWarningSet.Size = new System.Drawing.Size(85, 28);            this.btnWarningSet.TabIndex = 11;            this.btnWarningSet.Text = "  预警设置";            this.btnWarningSet.UseVisualStyleBackColor = 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(341, 3);            this.btnExport.Name = "btnExport";            this.btnExport.Size = new System.Drawing.Size(75, 28);            this.btnExport.TabIndex = 5;            this.btnExport.Text = "  导  出";            this.btnExport.UseVisualStyleBackColor = false;            //             // 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(422, 3);            this.btnClose.Name = "btnClose";            this.btnClose.Size = new System.Drawing.Size(75, 28);            this.btnClose.TabIndex = 8;            this.btnClose.Text = "  关  闭";            this.btnClose.UseVisualStyleBackColor = false;            //             // flowLayoutPanel2            //             this.flowLayoutPanel2.BackColor = System.Drawing.Color.Transparent;            this.flowLayoutPanel2.Controls.Add(this.chkDressVersion);            this.flowLayoutPanel2.Controls.Add(this.chkKidsVersion);            this.flowLayoutPanel2.Controls.Add(this.chkPortraitVersion);            this.flowLayoutPanel2.Location = new System.Drawing.Point(503, 3);            this.flowLayoutPanel2.Name = "flowLayoutPanel2";            this.flowLayoutPanel2.Size = new System.Drawing.Size(177, 28);            this.flowLayoutPanel2.TabIndex = 28;            //             // chkDressVersion            //             this.chkDressVersion.AutoSize = true;            this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;            this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;            this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);            this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));            this.chkDressVersion.Fourstates = false;            this.chkDressVersion.IsGreenTick = false;            this.chkDressVersion.Location = new System.Drawing.Point(3, 3);            this.chkDressVersion.Name = "chkDressVersion";            this.chkDressVersion.Size = new System.Drawing.Size(51, 21);            this.chkDressVersion.TabIndex = 12;            this.chkDressVersion.Text = "婚纱";            this.chkDressVersion.UseVisualStyleBackColor = false;            //             // chkKidsVersion            //             this.chkKidsVersion.AutoSize = true;            this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;            this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;            this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);            this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));            this.chkKidsVersion.Fourstates = false;            this.chkKidsVersion.IsGreenTick = false;            this.chkKidsVersion.Location = new System.Drawing.Point(60, 3);            this.chkKidsVersion.Name = "chkKidsVersion";            this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);            this.chkKidsVersion.TabIndex = 13;            this.chkKidsVersion.Text = "儿童";            this.chkKidsVersion.UseVisualStyleBackColor = false;            //             // chkPortraitVersion            //             this.chkPortraitVersion.AutoSize = true;            this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;            this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;            this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);            this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));            this.chkPortraitVersion.Fourstates = false;            this.chkPortraitVersion.IsGreenTick = false;            this.chkPortraitVersion.Location = new System.Drawing.Point(117, 3);            this.chkPortraitVersion.Name = "chkPortraitVersion";            this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);            this.chkPortraitVersion.TabIndex = 22;            this.chkPortraitVersion.Text = "写真";            this.chkPortraitVersion.UseVisualStyleBackColor = false;            //             // panelEx4            //             this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));            this.panelEx4.BorderWidth = 1;            this.panelEx4.Controls.Add(this.labelEx4);            this.panelEx4.Controls.Add(this.labelEx3);            this.panelEx4.Controls.Add(this.panelEx8);            this.panelEx4.Controls.Add(this.labelEx2);            this.panelEx4.Controls.Add(this.panelEx7);            this.panelEx4.Controls.Add(this.panelEx6);            this.panelEx4.Controls.Add(this.labelEx1);            this.panelEx4.Controls.Add(this.panelEx5);            this.panelEx4.Location = new System.Drawing.Point(3, 37);            this.panelEx4.Name = "panelEx4";            this.panelEx4.Size = new System.Drawing.Size(340, 28);            this.panelEx4.TabIndex = 30;            //             // 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(274, 5);            this.labelEx4.Name = "labelEx4";            this.labelEx4.Size = new System.Drawing.Size(44, 17);            this.labelEx4.TabIndex = 35;            this.labelEx4.Text = "已延期";            //             // 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(199, 5);            this.labelEx3.Name = "labelEx3";            this.labelEx3.Size = new System.Drawing.Size(32, 17);            this.labelEx3.TabIndex = 35;            this.labelEx3.Text = "报警";            //             // panelEx8            //             this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));            this.panelEx8.BorderWidth = 1;            this.panelEx8.Location = new System.Drawing.Point(242, 6);            this.panelEx8.Name = "panelEx8";            this.panelEx8.Size = new System.Drawing.Size(30, 15);            this.panelEx8.TabIndex = 34;            //             // 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(120, 5);            this.labelEx2.Name = "labelEx2";            this.labelEx2.Size = new System.Drawing.Size(38, 17);            this.labelEx2.TabIndex = 33;            this.labelEx2.Text = "已OK";            //             // panelEx7            //             this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));            this.panelEx7.BorderWidth = 1;            this.panelEx7.Location = new System.Drawing.Point(167, 6);            this.panelEx7.Name = "panelEx7";            this.panelEx7.Size = new System.Drawing.Size(30, 15);            this.panelEx7.TabIndex = 34;            //             // panelEx6            //             this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));            this.panelEx6.BorderWidth = 1;            this.panelEx6.Location = new System.Drawing.Point(88, 6);            this.panelEx6.Name = "panelEx6";            this.panelEx6.Size = new System.Drawing.Size(30, 15);            this.panelEx6.TabIndex = 32;            //             // 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(34, 5);            this.labelEx1.Name = "labelEx1";            this.labelEx1.Size = new System.Drawing.Size(44, 17);            this.labelEx1.TabIndex = 31;            this.labelEx1.Text = "未到期";            //             // panelEx5            //             this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));            this.panelEx5.BorderWidth = 1;            this.panelEx5.Location = new System.Drawing.Point(2, 6);            this.panelEx5.Name = "panelEx5";            this.panelEx5.Size = new System.Drawing.Size(30, 15);            this.panelEx5.TabIndex = 30;            //             // ucPagerEx1            //             this.ucPagerEx1.CurrentPageCount = 0;            this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;            this.ucPagerEx1.Location = new System.Drawing.Point(3, 472);            this.ucPagerEx1.Name = "ucPagerEx1";            this.ucPagerEx1.NMax = 0;            this.ucPagerEx1.PageCount = 0;            this.ucPagerEx1.PageCurrent = 1;            this.ucPagerEx1.PageSize = 20;            this.ucPagerEx1.Size = new System.Drawing.Size(904, 30);            this.ucPagerEx1.TabIndex = 20;            this.ucPagerEx1.TbDataSource = null;            //             // 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(910, 610);            this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));            this.ImeMode = System.Windows.Forms.ImeMode.On;            this.IsShowUcNavigationTool = true;            this.Name = "ProcessMonitorFormMain";            this.Text = "流程监控";            this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));            this.plExMainContainer.ResumeLayout(false);            this.plFormMainContent.ResumeLayout(false);            this.panelEx1.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();            this.flowLayoutPanel1.ResumeLayout(false);            this.panelEx3.ResumeLayout(false);            this.flowLayoutPanel2.ResumeLayout(false);            this.flowLayoutPanel2.PerformLayout();            this.panelEx4.ResumeLayout(false);            this.panelEx4.PerformLayout();            this.ResumeLayout(false);        }        #endregion        protected ComponentLibrary.PanelEx panelEx1;        protected ComponentLibrary.ButtonEx btnWarningSet;        protected ComponentLibrary.ButtonEx btnClose;        protected ComponentLibrary.ButtonEx btnExport;        protected ComponentLibrary.ButtonEx btnQuery;        protected ComponentLibrary.DataGridViewEx dgvData;        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;        protected ComponentLibrary.CheckBoxEx chkDressVersion;        protected ComponentLibrary.CheckBoxEx chkKidsVersion;        protected ComponentLibrary.CheckBoxEx chkPortraitVersion;        private ComponentLibrary.PanelEx panelEx3;        protected ComponentLibrary.TextBoxEx cmbQueryText;        private ComponentLibrary.PanelEx panelEx4;        private ComponentLibrary.LabelEx labelEx4;        private ComponentLibrary.LabelEx labelEx3;        private ComponentLibrary.LabelEx labelEx2;        private ComponentLibrary.LabelEx labelEx1;        protected ComponentLibrary.PanelEx panelEx8;        protected ComponentLibrary.PanelEx panelEx7;        protected ComponentLibrary.PanelEx panelEx6;        protected ComponentLibrary.PanelEx panelEx5;        protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;        protected UCPager.ucPagerEx ucPagerEx1;    }}
 |