| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 | namespace WCS_Client.UC{    partial class UC_QueryPage    {        /// <summary>         /// 必需的设计器变量。        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>         /// 清理所有正在使用的资源。        /// </summary>        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region 组件设计器生成的代码        /// <summary>         /// 设计器支持所需的方法 - 不要        /// 使用代码编辑器修改此方法的内容。        /// </summary>        private void InitializeComponent()        {            this.bar1 = new DevComponents.DotNetBar.Bar();            this.Btn_PageSize = new DevComponents.Editors.IntegerInput();            this.Btn_PageIndex = new DevComponents.Editors.IntegerInput();            this.Lbl_Chk = new DevComponents.DotNetBar.LabelItem();            this.Lbl_Text = new DevComponents.DotNetBar.LabelItem();            this.labelItem2 = new DevComponents.DotNetBar.LabelItem();            this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();            this.labelItem3 = new DevComponents.DotNetBar.LabelItem();            this.Btn_PageOne = new DevComponents.DotNetBar.ButtonItem();            this.Btn_PageUp = new DevComponents.DotNetBar.ButtonItem();            this.Btn_PageDown = new DevComponents.DotNetBar.ButtonItem();            this.Btn_PageEnd = new DevComponents.DotNetBar.ButtonItem();            this.labelItem1 = new DevComponents.DotNetBar.LabelItem();            this.controlContainerItem2 = new DevComponents.DotNetBar.ControlContainerItem();            this.labelItem4 = new DevComponents.DotNetBar.LabelItem();            this.Btn_ExportChk = new DevComponents.DotNetBar.ButtonItem();            this.Btn_ExportNow = new DevComponents.DotNetBar.ButtonItem();            this.Btn_ExportALL = new DevComponents.DotNetBar.ButtonItem();            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();            this.SCGrid = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();            this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();            this.bar1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.Btn_PageSize)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.Btn_PageIndex)).BeginInit();            this.tableLayoutPanel1.SuspendLayout();            this.SuspendLayout();            //             // bar1            //             this.bar1.AccessibleDescription = "barStatus (bar1)";            this.bar1.AccessibleName = "barStatus";            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;            this.bar1.AntiAlias = true;            this.bar1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;            this.bar1.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile;            this.bar1.BarType = DevComponents.DotNetBar.eBarType.StatusBar;            this.bar1.Controls.Add(this.Btn_PageSize);            this.bar1.Controls.Add(this.Btn_PageIndex);            this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;            this.bar1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {            this.Lbl_Chk,            this.Lbl_Text,            this.labelItem2,            this.controlContainerItem1,            this.labelItem3,            this.Btn_PageOne,            this.Btn_PageUp,            this.Btn_PageDown,            this.Btn_PageEnd,            this.labelItem1,            this.controlContainerItem2,            this.labelItem4,            this.Btn_ExportChk,            this.Btn_ExportNow,            this.Btn_ExportALL});            this.bar1.ItemSpacing = 2;            this.bar1.Location = new System.Drawing.Point(0, 236);            this.bar1.Margin = new System.Windows.Forms.Padding(0);            this.bar1.Name = "bar1";            this.bar1.PaddingBottom = 0;            this.bar1.PaddingTop = 0;            this.bar1.Size = new System.Drawing.Size(773, 25);            this.bar1.Stretch = true;            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;            this.bar1.TabIndex = 13;            this.bar1.TabStop = false;            this.bar1.Text = "barStatus";            //             // Btn_PageSize            //             //             //             //             this.Btn_PageSize.BackgroundStyle.Class = "DateTimeInputBackground";            this.Btn_PageSize.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;            this.Btn_PageSize.ButtonCalculator.Visible = true;            this.Btn_PageSize.ButtonCustom.Text = "GO";            this.Btn_PageSize.ButtonCustom.Visible = true;            this.Btn_PageSize.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;            this.Btn_PageSize.Location = new System.Drawing.Point(141, 3);            this.Btn_PageSize.Margin = new System.Windows.Forms.Padding(1);            this.Btn_PageSize.Name = "Btn_PageSize";            this.Btn_PageSize.ShowUpDown = true;            this.Btn_PageSize.Size = new System.Drawing.Size(100, 21);            this.Btn_PageSize.TabIndex = 2;            this.Btn_PageSize.Visible = false;            //             // Btn_PageIndex            //             //             //             //             this.Btn_PageIndex.BackgroundStyle.Class = "DateTimeInputBackground";            this.Btn_PageIndex.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;            this.Btn_PageIndex.ButtonCalculator.Visible = true;            this.Btn_PageIndex.ButtonCustom.Text = "GO";            this.Btn_PageIndex.ButtonCustom.Visible = true;            this.Btn_PageIndex.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;            this.Btn_PageIndex.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.Btn_PageIndex.Location = new System.Drawing.Point(418, 3);            this.Btn_PageIndex.Margin = new System.Windows.Forms.Padding(0);            this.Btn_PageIndex.Name = "Btn_PageIndex";            this.Btn_PageIndex.ShowUpDown = true;            this.Btn_PageIndex.Size = new System.Drawing.Size(100, 21);            this.Btn_PageIndex.TabIndex = 1;            this.Btn_PageIndex.Visible = false;            //             // Lbl_Chk            //             this.Lbl_Chk.BeginGroup = true;            this.Lbl_Chk.Name = "Lbl_Chk";            this.Lbl_Chk.Text = "选中1条";            this.Lbl_Chk.TextAlignment = System.Drawing.StringAlignment.Center;            //             // Lbl_Text            //             this.Lbl_Text.BeginGroup = true;            this.Lbl_Text.Name = "Lbl_Text";            this.Lbl_Text.Stretch = true;            this.Lbl_Text.Text = "页次1/1页,每页50条,当前1至100条,共10000条";            this.Lbl_Text.TextAlignment = System.Drawing.StringAlignment.Center;            //             // labelItem2            //             this.labelItem2.BeginGroup = true;            this.labelItem2.Name = "labelItem2";            this.labelItem2.Text = "每页";            //             // controlContainerItem1            //             this.controlContainerItem1.AllowItemResize = false;            this.controlContainerItem1.Control = this.Btn_PageSize;            this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;            this.controlContainerItem1.Name = "controlContainerItem1";            //             // labelItem3            //             this.labelItem3.Name = "labelItem3";            this.labelItem3.Text = "条";            //             // Btn_PageOne            //             this.Btn_PageOne.BeginGroup = true;            this.Btn_PageOne.Name = "Btn_PageOne";            this.Btn_PageOne.Symbol = "";            this.Btn_PageOne.SymbolColor = System.Drawing.SystemColors.MenuText;            this.Btn_PageOne.SymbolSize = 13F;            this.Btn_PageOne.Text = "buttonItem2";            this.Btn_PageOne.Tooltip = "转到第一页";            this.Btn_PageOne.Click += new System.EventHandler(this.Btn_PageOne_Click);            //             // Btn_PageUp            //             this.Btn_PageUp.Name = "Btn_PageUp";            this.Btn_PageUp.Symbol = "";            this.Btn_PageUp.SymbolColor = System.Drawing.SystemColors.MenuText;            this.Btn_PageUp.SymbolSize = 13F;            this.Btn_PageUp.Text = "buttonItem5";            this.Btn_PageUp.Tooltip = "上一页";            //             // Btn_PageDown            //             this.Btn_PageDown.Name = "Btn_PageDown";            this.Btn_PageDown.Symbol = "";            this.Btn_PageDown.SymbolColor = System.Drawing.SystemColors.MenuText;            this.Btn_PageDown.SymbolSize = 13F;            this.Btn_PageDown.Text = "buttonItem7";            this.Btn_PageDown.Tooltip = "下一页";            //             // Btn_PageEnd            //             this.Btn_PageEnd.Name = "Btn_PageEnd";            this.Btn_PageEnd.Symbol = "";            this.Btn_PageEnd.SymbolColor = System.Drawing.SystemColors.MenuText;            this.Btn_PageEnd.SymbolSize = 13F;            this.Btn_PageEnd.Text = "buttonItem4";            this.Btn_PageEnd.Tooltip = "转到最后一页";            //             // labelItem1            //             this.labelItem1.BeginGroup = true;            this.labelItem1.Name = "labelItem1";            this.labelItem1.Text = "跳转到";            //             // controlContainerItem2            //             this.controlContainerItem2.AllowItemResize = false;            this.controlContainerItem2.Control = this.Btn_PageIndex;            this.controlContainerItem2.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;            this.controlContainerItem2.Name = "controlContainerItem2";            //             // labelItem4            //             this.labelItem4.Name = "labelItem4";            this.labelItem4.Text = "页";            //             // Btn_ExportChk            //             this.Btn_ExportChk.BeginGroup = true;            this.Btn_ExportChk.Name = "Btn_ExportChk";            this.Btn_ExportChk.Text = "导出选中项";            //             // Btn_ExportNow            //             this.Btn_ExportNow.BeginGroup = true;            this.Btn_ExportNow.Name = "Btn_ExportNow";            this.Btn_ExportNow.Text = "导出当前页";            //             // Btn_ExportALL            //             this.Btn_ExportALL.BeginGroup = true;            this.Btn_ExportALL.Name = "Btn_ExportALL";            this.Btn_ExportALL.Text = "导出全部页";            //             // tableLayoutPanel1            //             this.tableLayoutPanel1.ColumnCount = 1;            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));            this.tableLayoutPanel1.Controls.Add(this.SCGrid, 0, 1);            this.tableLayoutPanel1.Controls.Add(this.layoutControl1, 0, 0);            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);            this.tableLayoutPanel1.Name = "tableLayoutPanel1";            this.tableLayoutPanel1.RowCount = 2;            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 37.28814F));            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 62.71186F));            this.tableLayoutPanel1.Size = new System.Drawing.Size(773, 236);            this.tableLayoutPanel1.TabIndex = 14;            //             // SCGrid            //             this.SCGrid.Dock = System.Windows.Forms.DockStyle.Fill;            this.SCGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;            this.SCGrid.Location = new System.Drawing.Point(0, 88);            this.SCGrid.Margin = new System.Windows.Forms.Padding(0);            this.SCGrid.Name = "SCGrid";            //             //             //             this.SCGrid.PrimaryGrid.AutoGenerateColumns = false;            //             //             //             this.SCGrid.PrimaryGrid.Caption.Visible = false;            //             //             //             this.SCGrid.PrimaryGrid.ColumnHeader.SortImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;            //             //             //             this.SCGrid.PrimaryGrid.Footer.Visible = false;            this.SCGrid.PrimaryGrid.MultiSelect = false;            this.SCGrid.PrimaryGrid.RowHeaderWidth = 10;            this.SCGrid.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;            this.SCGrid.PrimaryGrid.ShowRowHeaders = false;            //             //             //             this.SCGrid.PrimaryGrid.Title.Visible = false;            this.SCGrid.Size = new System.Drawing.Size(773, 148);            this.SCGrid.TabIndex = 0;            this.SCGrid.Text = "superGridControl1";            //             // layoutControl1            //             this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;            this.layoutControl1.Location = new System.Drawing.Point(0, 0);            this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);            this.layoutControl1.Name = "layoutControl1";            this.layoutControl1.Size = new System.Drawing.Size(773, 88);            this.layoutControl1.TabIndex = 1;            this.layoutControl1.Click += new System.EventHandler(this.layoutControl1_Click);            //             // UC_QueryPage            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.Controls.Add(this.tableLayoutPanel1);            this.Controls.Add(this.bar1);            this.Margin = new System.Windows.Forms.Padding(0);            this.Name = "UC_QueryPage";            this.Size = new System.Drawing.Size(773, 261);            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();            this.bar1.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.Btn_PageSize)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.Btn_PageIndex)).EndInit();            this.tableLayoutPanel1.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private DevComponents.DotNetBar.Bar bar1;        private DevComponents.Editors.IntegerInput Btn_PageSize;        private DevComponents.Editors.IntegerInput Btn_PageIndex;        private DevComponents.DotNetBar.LabelItem Lbl_Text;        private DevComponents.DotNetBar.LabelItem labelItem2;        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;        private DevComponents.DotNetBar.LabelItem labelItem3;        private DevComponents.DotNetBar.ButtonItem Btn_PageOne;        private DevComponents.DotNetBar.ButtonItem Btn_PageUp;        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem2;        private DevComponents.DotNetBar.ButtonItem Btn_PageDown;        private DevComponents.DotNetBar.ButtonItem Btn_PageEnd;        private DevComponents.DotNetBar.ButtonItem Btn_ExportChk;        private DevComponents.DotNetBar.ButtonItem Btn_ExportNow;        private DevComponents.DotNetBar.ButtonItem Btn_ExportALL;        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;        private DevComponents.DotNetBar.SuperGrid.SuperGridControl SCGrid;        private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;        private DevComponents.DotNetBar.LabelItem Lbl_Chk;        private DevComponents.DotNetBar.LabelItem labelItem1;        private DevComponents.DotNetBar.LabelItem labelItem4;    }}
 |