Exemple #1
1
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent( )
        {
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding2 = new DevComponents.DotNetBar.SuperGrid.Style.Padding( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background3 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend2 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background4 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            this.plLeft = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.gridCompanyInfo = new DevComponents.DotNetBar.SuperGrid.SuperGridControl( );
            this.picCompany = new System.Windows.Forms.PictureBox( );
            this.plRight = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.plMainFunc = new DevComponents.DotNetBar.Metro.MetroTilePanel( );
            this.funcContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.tileOrder = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileCash = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileMember = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileSystem = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileCompanyItem = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileCompanyAds = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.titleEleooo = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileClose = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.picLogo = new System.Windows.Forms.PictureBox( );
            this.mainContainer = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.plTitle.SuspendLayout( );
            this.plLeft.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.picCompany)).BeginInit( );
            this.plRight.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit( );
            this.mainContainer.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // plLeft
            // 
            this.plLeft.BackColor = System.Drawing.Color.White;
            this.plLeft.Controls.Add(this.gridCompanyInfo);
            this.plLeft.Controls.Add(this.picCompany);
            this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.plLeft.ForeColor = System.Drawing.Color.Black;
            this.plLeft.Location = new System.Drawing.Point(0, 0);
            this.plLeft.Name = "plLeft";
            this.plLeft.Size = new System.Drawing.Size(225, 503);
            this.plLeft.TabIndex = 1;
            this.plLeft.Text = "slidePanel1";
            this.plLeft.UsesBlockingAnimation = false;
            // 
            // gridCompanyInfo
            // 
            this.gridCompanyInfo.BackColor = System.Drawing.Color.White;
            this.gridCompanyInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridCompanyInfo.ForeColor = System.Drawing.Color.Black;
            this.gridCompanyInfo.Location = new System.Drawing.Point(0, 192);
            this.gridCompanyInfo.Name = "gridCompanyInfo";
            this.gridCompanyInfo.PrimaryGrid.AutoGenerateColumns = false;
            this.gridCompanyInfo.PrimaryGrid.Caption.Text = "商家信息";
            this.gridCompanyInfo.PrimaryGrid.ColumnHeader.Visible = false;
            gridColumn3.AllowSelection = false;
            gridColumn3.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn3.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn3.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
            gridColumn3.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn3.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            padding2.Right = 5;
            gridColumn3.CellStyles.Default.Margin = padding2;
            gridColumn3.CellStyles.Default.TextColor = System.Drawing.Color.SaddleBrown;
            gridColumn3.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn3.DataPropertyName = "Key";
            gridColumn3.EditorType = null;
            gridColumn3.Name = "Key";
            gridColumn3.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn3.Width = 70;
            gridColumn4.AllowSelection = false;
            gridColumn4.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn4.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn4.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn4.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn4.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            gridColumn4.CellStyles.Default.TextColor = System.Drawing.Color.OrangeRed;
            gridColumn4.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn4.DataPropertyName = "Value";
            gridColumn4.EditorType = null;
            gridColumn4.FillWeight = 200;
            gridColumn4.InfoImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn4.Name = "Value";
            gridColumn4.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn4.Width = 200;
            this.gridCompanyInfo.PrimaryGrid.Columns.Add(gridColumn3);
            this.gridCompanyInfo.PrimaryGrid.Columns.Add(gridColumn4);
            this.gridCompanyInfo.PrimaryGrid.DefaultRowHeight = 36;
            backColorBlend2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.SkyBlue};
            background3.BackColorBlend = backColorBlend2;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.AlternateRowCellStyles.Default.Background = background3;
            background4.Color1 = System.Drawing.Color.Orange;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Background = background4;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.HorizontalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.VerticalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gridCompanyInfo.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None;
            this.gridCompanyInfo.PrimaryGrid.MultiSelect = false;
            this.gridCompanyInfo.PrimaryGrid.ReadOnly = true;
            this.gridCompanyInfo.PrimaryGrid.RowHighlightType = DevComponents.DotNetBar.SuperGrid.RowHighlightType.None;
            this.gridCompanyInfo.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gridCompanyInfo.PrimaryGrid.ShowCellInfo = false;
            this.gridCompanyInfo.PrimaryGrid.ShowColumnHeader = false;
            this.gridCompanyInfo.PrimaryGrid.ShowRowHeaders = false;
            this.gridCompanyInfo.PrimaryGrid.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gridCompanyInfo.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
            this.gridCompanyInfo.PrimaryGrid.UseAlternateRowStyle = true;
            this.gridCompanyInfo.Size = new System.Drawing.Size(225, 311);
            this.gridCompanyInfo.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gridCompanyInfo.TabIndex = 2;
            // 
            // picCompany
            // 
            this.picCompany.Dock = System.Windows.Forms.DockStyle.Top;
            this.picCompany.Location = new System.Drawing.Point(0, 0);
            this.picCompany.Margin = new System.Windows.Forms.Padding(10);
            this.picCompany.Name = "picCompany";
            this.picCompany.Size = new System.Drawing.Size(225, 192);
            this.picCompany.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picCompany.TabIndex = 1;
            this.picCompany.TabStop = false;
            // 
            // plRight
            // 
            this.plRight.BackColor = System.Drawing.Color.White;
            this.plRight.Controls.Add(this.plMainFunc);
            this.plRight.Controls.Add(this.picLogo);
            this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plRight.ForeColor = System.Drawing.Color.Black;
            this.plRight.Location = new System.Drawing.Point(225, 0);
            this.plRight.Name = "plRight";
            this.plRight.Size = new System.Drawing.Size(459, 503);
            this.plRight.TabIndex = 2;
            this.plRight.Text = "slidePanel1";
            this.plRight.UsesBlockingAnimation = false;
            // 
            // plMainFunc
            // 
            this.plMainFunc.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.plMainFunc.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMainFunc.BackgroundStyle.BorderLeftColor = System.Drawing.Color.Orange;
            this.plMainFunc.BackgroundStyle.BorderLeftWidth = 2;
            this.plMainFunc.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMainFunc.BackgroundStyle.BorderTopColor = System.Drawing.Color.Orange;
            this.plMainFunc.BackgroundStyle.BorderTopWidth = 2;
            this.plMainFunc.BackgroundStyle.Class = "MetroTilePanel";
            this.plMainFunc.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plMainFunc.ContainerControlProcessDialogKey = true;
            this.plMainFunc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plMainFunc.FitButtonsToContainerWidth = true;
            this.plMainFunc.ForeColor = System.Drawing.Color.Black;
            this.plMainFunc.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
            this.plMainFunc.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.funcContainer});
            this.plMainFunc.Location = new System.Drawing.Point(0, 67);
            this.plMainFunc.MultiLine = true;
            this.plMainFunc.Name = "plMainFunc";
            this.plMainFunc.Size = new System.Drawing.Size(459, 436);
            this.plMainFunc.TabIndex = 4;
            // 
            // funcContainer
            // 
            // 
            // 
            // 
            this.funcContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.funcContainer.MultiLine = true;
            this.funcContainer.Name = "funcContainer";
            this.funcContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tileOrder,
            this.tileCash,
            this.tileMember,
            this.tileSystem,
            this.tileCompanyItem,
            this.tileCompanyAds,
            this.titleEleooo,
            this.tileClose});
            // 
            // tileOrder
            // 
            this.tileOrder.AutoRotateFramesInterval = 2500;
            this.tileOrder.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileOrder.Image = global::Eleooo.Client.Properties.Resources.OrderImage;
            this.tileOrder.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileOrder.Name = "tileOrder";
            this.tileOrder.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileOrder.TileStyle.BackColor = System.Drawing.Color.Goldenrod;
            this.tileOrder.TileStyle.BackColor2 = System.Drawing.Color.Goldenrod;
            this.tileOrder.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileOrder.TitleText = "会员消费";
            this.tileOrder.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileOrder.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileCash
            // 
            this.tileCash.AutoRotateFramesInterval = 2600;
            this.tileCash.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileCash.Image = global::Eleooo.Client.Properties.Resources.CashImage;
            this.tileCash.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileCash.Name = "tileCash";
            this.tileCash.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileCash.TileStyle.BackColor = System.Drawing.Color.Coral;
            this.tileCash.TileStyle.BackColor2 = System.Drawing.Color.Coral;
            this.tileCash.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileCash.TitleText = "会员储值";
            this.tileCash.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileCash.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileMember
            // 
            this.tileMember.AutoRotateFramesInterval = 2700;
            this.tileMember.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileMember.Image = global::Eleooo.Client.Properties.Resources.MemberImage;
            this.tileMember.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileMember.Name = "tileMember";
            this.tileMember.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileMember.TileStyle.BackColor = System.Drawing.Color.HotPink;
            this.tileMember.TileStyle.BackColor2 = System.Drawing.Color.HotPink;
            this.tileMember.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileMember.TitleText = "会员注册";
            this.tileMember.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileMember.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileSystem
            // 
            this.tileSystem.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileSystem.Image = global::Eleooo.Client.Properties.Resources.SystemImage;
            this.tileSystem.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileSystem.Name = "tileSystem";
            this.tileSystem.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileSystem.TileStyle.BackColor = System.Drawing.Color.Orange;
            this.tileSystem.TileStyle.BackColor2 = System.Drawing.Color.Orange;
            this.tileSystem.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileSystem.TitleText = "系统管理";
            this.tileSystem.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileSystem.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileCompanyItem
            // 
            this.tileCompanyItem.AutoRotateFramesInterval = 2900;
            this.tileCompanyItem.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileCompanyItem.Image = global::Eleooo.Client.Properties.Resources.ItemImage;
            this.tileCompanyItem.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileCompanyItem.Name = "tileCompanyItem";
            this.tileCompanyItem.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileCompanyItem.TileStyle.BackColor = System.Drawing.Color.CadetBlue;
            this.tileCompanyItem.TileStyle.BackColor2 = System.Drawing.Color.CadetBlue;
            this.tileCompanyItem.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileCompanyItem.TitleText = "店面促销";
            this.tileCompanyItem.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileCompanyItem.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileCompanyAds
            // 
            this.tileCompanyAds.AutoRotateFramesInterval = 3000;
            this.tileCompanyAds.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileCompanyAds.Image = global::Eleooo.Client.Properties.Resources.AdsImage;
            this.tileCompanyAds.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileCompanyAds.Name = "tileCompanyAds";
            this.tileCompanyAds.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileCompanyAds.TileStyle.BackColor = System.Drawing.Color.SandyBrown;
            this.tileCompanyAds.TileStyle.BackColor2 = System.Drawing.Color.SandyBrown;
            this.tileCompanyAds.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileCompanyAds.TitleText = "广告定投";
            this.tileCompanyAds.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileCompanyAds.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // titleEleooo
            // 
            this.titleEleooo.AutoRotateFramesInterval = 2800;
            this.titleEleooo.Cursor = System.Windows.Forms.Cursors.Hand;
            this.titleEleooo.Image = global::Eleooo.Client.Properties.Resources.EleoooImage;
            this.titleEleooo.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.titleEleooo.Name = "titleEleooo";
            this.titleEleooo.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.titleEleooo.TileStyle.BackColor = System.Drawing.Color.Chocolate;
            this.titleEleooo.TileStyle.BackColor2 = System.Drawing.Color.Chocolate;
            this.titleEleooo.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // tileClose
            // 
            this.tileClose.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileClose.Image = global::Eleooo.Client.Properties.Resources.LogoutImage;
            this.tileClose.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileClose.Name = "tileClose";
            this.tileClose.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileClose.TileStyle.BackColor = System.Drawing.Color.YellowGreen;
            this.tileClose.TileStyle.BackColor2 = System.Drawing.Color.YellowGreen;
            this.tileClose.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileClose.TitleText = "安全退出";
            this.tileClose.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileClose.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // picLogo
            // 
            this.picLogo.BackColor = System.Drawing.Color.White;
            this.picLogo.Dock = System.Windows.Forms.DockStyle.Top;
            this.picLogo.ForeColor = System.Drawing.Color.Black;
            this.picLogo.Image = global::Eleooo.Client.Properties.Resources.HeadLogo;
            this.picLogo.Location = new System.Drawing.Point(0, 0);
            this.picLogo.Margin = new System.Windows.Forms.Padding(10);
            this.picLogo.Name = "picLogo";
            this.picLogo.Padding = new System.Windows.Forms.Padding(3);
            this.picLogo.Size = new System.Drawing.Size(459, 67);
            this.picLogo.TabIndex = 2;
            this.picLogo.TabStop = false;
            // 
            // mainContainer
            // 
            this.mainContainer.Controls.Add(this.plRight);
            this.mainContainer.Controls.Add(this.plLeft);
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
            this.mainContainer.Name = "mainContainer";
            this.mainContainer.Size = new System.Drawing.Size(684, 503);
            this.mainContainer.TabIndex = 1;
            this.mainContainer.Text = "slidePanel1";
            this.mainContainer.UsesBlockingAnimation = false;
            // 
            // UcHome
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainContainer);
            this.Name = "UcHome";
            this.Size = new System.Drawing.Size(684, 503);
            this.SlideSide = DevComponents.DotNetBar.Controls.eSlideSide.Right;
            this.Controls.SetChildIndex(this.mainContainer, 0);
            this.Controls.SetChildIndex(this.plTitle, 0);
            this.plTitle.ResumeLayout(false);
            this.plLeft.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picCompany)).EndInit( );
            this.plRight.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit( );
            this.mainContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemple #2
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent( )
        {
            this.components = new System.ComponentModel.Container( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding1 = new DevComponents.DotNetBar.SuperGrid.Style.Padding( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            this.cashContainer = new DevComponents.DotNetBar.ItemPanel( );
            this.txtPhone = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.bsCashEntity = new System.Windows.Forms.BindingSource(this.components);
            this.txtCashSum = new DevComponents.Editors.DoubleInput( );
            this.txtRateSale = new DevComponents.Editors.DoubleInput( );
            this.cbMemberRate = new System.Windows.Forms.CheckedListBox( );
            this.txtPoint = new DevComponents.Editors.DoubleInput( );
            this.cbUserGrade = new DevComponents.DotNetBar.Controls.ComboBoxEx( );
            this.btnSave = new DevComponents.DotNetBar.ButtonX( );
            this.btnClear = new DevComponents.DotNetBar.ButtonX( );
            this.lblMessage = new DevComponents.DotNetBar.LabelX( );
            this.lblOrderInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPhone = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPhone = new DevComponents.DotNetBar.LabelItem( );
            this.phoneContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnQuery = new DevComponents.DotNetBar.ButtonItem( );
            this.lblPhoneInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowCashSum = new DevComponents.DotNetBar.ItemContainer( );
            this.lblCashSum = new DevComponents.DotNetBar.LabelItem( );
            this.CashSumContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblOrderSumInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowRateSale = new DevComponents.DotNetBar.ItemContainer( );
            this.lblRateSale = new DevComponents.DotNetBar.LabelItem( );
            this.rateSaleContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblRateSaleInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPointRate = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPointRate = new DevComponents.DotNetBar.LabelItem( );
            this.pointRateContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowPoint = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPoint = new DevComponents.DotNetBar.LabelItem( );
            this.pointContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowUserGrade = new DevComponents.DotNetBar.ItemContainer( );
            this.lblUserGrade = new DevComponents.DotNetBar.LabelItem( );
            this.gradeCBContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowButton = new DevComponents.DotNetBar.ItemContainer( );
            this.btnSaveContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnClearContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblPayInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowMessage = new DevComponents.DotNetBar.ItemContainer( );
            this.messageContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblHelpHeader = new DevComponents.DotNetBar.LabelItem( );
            this.rowHelp = new DevComponents.DotNetBar.ItemContainer( );
            this.lblHelp = new DevComponents.DotNetBar.LabelItem( );
            this.plMemberInfo = new System.Windows.Forms.Panel( );
            this.gvUserInfo = new DevComponents.DotNetBar.SuperGrid.SuperGridControl( );
            this.bsUserInfo = new System.Windows.Forms.BindingSource(this.components);
            this.plUserInfo = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.mainContainer = new System.Windows.Forms.Panel( );
            this.plTitle.SuspendLayout( );
            this.cashContainer.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsCashEntity)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCashSum)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtPoint)).BeginInit( );
            this.plMemberInfo.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).BeginInit( );
            this.mainContainer.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // cashContainer
            // 
            this.cashContainer.AutoScroll = true;
            // 
            // 
            // 
            this.cashContainer.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderBottomWidth = 1;
            this.cashContainer.BackgroundStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
            this.cashContainer.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderLeftWidth = 1;
            this.cashContainer.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderRightWidth = 1;
            this.cashContainer.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderTopWidth = 1;
            this.cashContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.cashContainer.BackgroundStyle.PaddingBottom = 1;
            this.cashContainer.BackgroundStyle.PaddingLeft = 1;
            this.cashContainer.BackgroundStyle.PaddingRight = 1;
            this.cashContainer.BackgroundStyle.PaddingTop = 1;
            this.cashContainer.ContainerControlProcessDialogKey = true;
            this.cashContainer.Controls.Add(this.txtPhone);
            this.cashContainer.Controls.Add(this.txtCashSum);
            this.cashContainer.Controls.Add(this.txtRateSale);
            this.cashContainer.Controls.Add(this.cbMemberRate);
            this.cashContainer.Controls.Add(this.txtPoint);
            this.cashContainer.Controls.Add(this.cbUserGrade);
            this.cashContainer.Controls.Add(this.btnSave);
            this.cashContainer.Controls.Add(this.btnClear);
            this.cashContainer.Controls.Add(this.lblMessage);
            this.cashContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cashContainer.FitButtonsToContainerWidth = true;
            this.cashContainer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cashContainer.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderInfo,
            this.rowPhone,
            this.rowCashSum,
            this.rowRateSale,
            this.rowPointRate,
            this.rowPoint,
            this.rowUserGrade,
            this.rowButton,
            this.lblPayInfo,
            this.rowMessage,
            this.lblHelpHeader,
            this.rowHelp});
            this.cashContainer.ItemSpacing = 5;
            this.cashContainer.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            this.cashContainer.Location = new System.Drawing.Point(0, 0);
            this.cashContainer.MultiLine = true;
            this.cashContainer.Name = "cashContainer";
            this.cashContainer.Size = new System.Drawing.Size(401, 370);
            this.cashContainer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cashContainer.TabIndex = 0;
            // 
            // txtPhone
            // 
            this.txtPhone.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPhone.Border.Class = "TextBoxBorder";
            this.txtPhone.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCashEntity, "PhoneNum", true));
            this.txtPhone.ForeColor = System.Drawing.Color.Black;
            this.txtPhone.Location = new System.Drawing.Point(77, 29);
            this.txtPhone.MaxLength = 11;
            this.txtPhone.Name = "txtPhone";
            this.txtPhone.Size = new System.Drawing.Size(175, 21);
            this.txtPhone.TabIndex = 0;
            this.txtPhone.TextChanged += new System.EventHandler(this.txtPhone_TextChanged);
            // 
            // bsCashEntity
            // 
            this.bsCashEntity.DataMember = "CashData";
            this.bsCashEntity.DataSource = typeof(Eleooo.Client.UcMemberCash);
            // 
            // txtCashSum
            // 
            // 
            // 
            // 
            this.txtCashSum.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtCashSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtCashSum.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtCashSum.DataBindings.Add(new System.Windows.Forms.Binding("ValueObject", this.bsCashEntity, "CashSum", true));
            this.txtCashSum.DisplayFormat = "0.00";
            this.txtCashSum.Increment = 1D;
            this.txtCashSum.Location = new System.Drawing.Point(77, 59);
            this.txtCashSum.MinValue = 0D;
            this.txtCashSum.Name = "txtCashSum";
            this.txtCashSum.ShowUpDown = true;
            this.txtCashSum.Size = new System.Drawing.Size(175, 21);
            this.txtCashSum.TabIndex = 1;
            // 
            // txtRateSale
            // 
            // 
            // 
            // 
            this.txtRateSale.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtRateSale.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtRateSale.DataBindings.Add(new System.Windows.Forms.Binding("ValueObject", this.bsCashEntity, "CashRate", true));
            this.txtRateSale.Increment = 1D;
            this.txtRateSale.Location = new System.Drawing.Point(77, 89);
            this.txtRateSale.MaxValue = 99D;
            this.txtRateSale.MinValue = 0D;
            this.txtRateSale.Name = "txtRateSale";
            this.txtRateSale.ShowUpDown = true;
            this.txtRateSale.Size = new System.Drawing.Size(175, 21);
            this.txtRateSale.TabIndex = 2;
            // 
            // cbMemberRate
            // 
            this.cbMemberRate.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.cbMemberRate.CheckOnClick = true;
            this.cbMemberRate.ColumnWidth = 60;
            this.cbMemberRate.HorizontalScrollbar = true;
            this.cbMemberRate.Location = new System.Drawing.Point(77, 121);
            this.cbMemberRate.MultiColumn = true;
            this.cbMemberRate.Name = "cbMemberRate";
            this.cbMemberRate.Size = new System.Drawing.Size(296, 16);
            this.cbMemberRate.TabIndex = 3;
            this.cbMemberRate.ThreeDCheckBoxes = true;
            this.cbMemberRate.UseCompatibleTextRendering = true;
            this.cbMemberRate.UseTabStops = false;
            this.cbMemberRate.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cbMemberRate_ItemCheck);
            this.cbMemberRate.SelectedIndexChanged += new System.EventHandler(this.cbMemberRate_SelectedIndexChanged);
            // 
            // txtPoint
            // 
            // 
            // 
            // 
            this.txtPoint.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtPoint.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPoint.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtPoint.DataBindings.Add(new System.Windows.Forms.Binding("ValueObject", this.bsCashEntity, "CashPoint", true));
            this.txtPoint.Increment = 1D;
            this.txtPoint.Location = new System.Drawing.Point(77, 149);
            this.txtPoint.MinValue = 0D;
            this.txtPoint.Name = "txtPoint";
            this.txtPoint.ShowUpDown = true;
            this.txtPoint.Size = new System.Drawing.Size(175, 21);
            this.txtPoint.TabIndex = 4;
            // 
            // cbUserGrade
            // 
            this.cbUserGrade.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsCashEntity, "CashMemo", true));
            this.cbUserGrade.DisplayMember = "Text";
            this.cbUserGrade.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbUserGrade.FormattingEnabled = true;
            this.cbUserGrade.ItemHeight = 15;
            this.cbUserGrade.Location = new System.Drawing.Point(77, 179);
            this.cbUserGrade.Name = "cbUserGrade";
            this.cbUserGrade.Size = new System.Drawing.Size(175, 21);
            this.cbUserGrade.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbUserGrade.TabIndex = 5;
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSave.Image = global::Eleooo.Client.MetroIcon.CheckMark;
            this.btnSave.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnSave.Location = new System.Drawing.Point(98, 210);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(73, 23);
            this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSave.TabIndex = 6;
            this.btnSave.Text = "保存&S";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnClear
            // 
            this.btnClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnClear.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnClear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.Image = global::Eleooo.Client.MetroIcon.Delete;
            this.btnClear.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnClear.Location = new System.Drawing.Point(225, 210);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(78, 23);
            this.btnClear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnClear.TabIndex = 7;
            this.btnClear.Text = "取消&C";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // lblMessage
            // 
            this.lblMessage.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.lblMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblMessage.ForeColor = System.Drawing.Color.Red;
            this.lblMessage.Location = new System.Drawing.Point(4, 268);
            this.lblMessage.Name = "lblMessage";
            this.lblMessage.Size = new System.Drawing.Size(394, 23);
            this.lblMessage.TabIndex = 7;
            this.lblMessage.TextLineAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblOrderInfo
            // 
            this.lblOrderInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblOrderInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblOrderInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblOrderInfo.Name = "lblOrderInfo";
            this.lblOrderInfo.PaddingBottom = 1;
            this.lblOrderInfo.PaddingLeft = 1;
            this.lblOrderInfo.PaddingRight = 1;
            this.lblOrderInfo.PaddingTop = 1;
            this.lblOrderInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblOrderInfo.Text = "<b>充值信息</b>";
            // 
            // rowPhone
            // 
            // 
            // 
            // 
            this.rowPhone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPhone.ItemSpacing = 3;
            this.rowPhone.Name = "rowPhone";
            this.rowPhone.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPhone,
            this.phoneContainer,
            this.btnQuery,
            this.lblPhoneInfo});
            // 
            // lblPhone
            // 
            this.lblPhone.Height = 25;
            this.lblPhone.Name = "lblPhone";
            this.lblPhone.Text = "会员账号:";
            this.lblPhone.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPhone.Width = 70;
            // 
            // phoneContainer
            // 
            this.phoneContainer.AllowItemResize = true;
            this.phoneContainer.Control = this.txtPhone;
            this.phoneContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.phoneContainer.Name = "phoneContainer";
            this.phoneContainer.Text = "controlContainerItem1";
            // 
            // btnQuery
            // 
            this.btnQuery.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Text = "查询";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // lblPhoneInfo
            // 
            this.lblPhoneInfo.Name = "lblPhoneInfo";
            // 
            // rowCashSum
            // 
            // 
            // 
            // 
            this.rowCashSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowCashSum.ItemSpacing = 3;
            this.rowCashSum.Name = "rowCashSum";
            this.rowCashSum.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblCashSum,
            this.CashSumContainer,
            this.lblOrderSumInfo});
            // 
            // lblCashSum
            // 
            this.lblCashSum.Height = 25;
            this.lblCashSum.Name = "lblCashSum";
            this.lblCashSum.Text = "充值金额:";
            this.lblCashSum.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblCashSum.Width = 70;
            // 
            // CashSumContainer
            // 
            this.CashSumContainer.AllowItemResize = true;
            this.CashSumContainer.Control = this.txtCashSum;
            this.CashSumContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.CashSumContainer.Name = "CashSumContainer";
            // 
            // lblOrderSumInfo
            // 
            this.lblOrderSumInfo.Name = "lblOrderSumInfo";
            // 
            // rowRateSale
            // 
            // 
            // 
            // 
            this.rowRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowRateSale.ItemSpacing = 3;
            this.rowRateSale.Name = "rowRateSale";
            this.rowRateSale.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblRateSale,
            this.rateSaleContainer,
            this.lblRateSaleInfo});
            // 
            // lblRateSale
            // 
            this.lblRateSale.Height = 25;
            this.lblRateSale.Name = "lblRateSale";
            this.lblRateSale.Text = "折扣比例:";
            this.lblRateSale.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblRateSale.Width = 70;
            // 
            // rateSaleContainer
            // 
            this.rateSaleContainer.AllowItemResize = true;
            this.rateSaleContainer.Control = this.txtRateSale;
            this.rateSaleContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.rateSaleContainer.Name = "rateSaleContainer";
            this.rateSaleContainer.Text = "controlContainerItem1";
            // 
            // lblRateSaleInfo
            // 
            this.lblRateSaleInfo.Name = "lblRateSaleInfo";
            this.lblRateSaleInfo.Text = "1-99数字";
            // 
            // rowPointRate
            // 
            // 
            // 
            // 
            this.rowPointRate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPointRate.ItemSpacing = 3;
            this.rowPointRate.Name = "rowPointRate";
            this.rowPointRate.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPointRate,
            this.pointRateContainer});
            // 
            // lblPointRate
            // 
            this.lblPointRate.BeginGroup = true;
            this.lblPointRate.Height = 25;
            this.lblPointRate.Name = "lblPointRate";
            this.lblPointRate.Text = "积分比例:";
            this.lblPointRate.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPointRate.Width = 70;
            // 
            // pointRateContainer
            // 
            this.pointRateContainer.AllowItemResize = true;
            this.pointRateContainer.Control = this.cbMemberRate;
            this.pointRateContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.pointRateContainer.Name = "pointRateContainer";
            // 
            // rowPoint
            // 
            // 
            // 
            // 
            this.rowPoint.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPoint.ItemSpacing = 3;
            this.rowPoint.Name = "rowPoint";
            this.rowPoint.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPoint,
            this.pointContainer});
            // 
            // lblPoint
            // 
            this.lblPoint.BeginGroup = true;
            this.lblPoint.Height = 25;
            this.lblPoint.Name = "lblPoint";
            this.lblPoint.Text = "赠送积分:";
            this.lblPoint.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPoint.Width = 70;
            // 
            // pointContainer
            // 
            this.pointContainer.AllowItemResize = true;
            this.pointContainer.Control = this.txtPoint;
            this.pointContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.pointContainer.Name = "pointContainer";
            this.pointContainer.Text = "controlContainerItem1";
            // 
            // rowUserGrade
            // 
            // 
            // 
            // 
            this.rowUserGrade.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowUserGrade.ItemSpacing = 3;
            this.rowUserGrade.Name = "rowUserGrade";
            this.rowUserGrade.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblUserGrade,
            this.gradeCBContainer});
            // 
            // lblUserGrade
            // 
            this.lblUserGrade.BeginGroup = true;
            this.lblUserGrade.Height = 25;
            this.lblUserGrade.Name = "lblUserGrade";
            this.lblUserGrade.Text = "会员级别:";
            this.lblUserGrade.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblUserGrade.Width = 70;
            // 
            // gradeCBContainer
            // 
            this.gradeCBContainer.AllowItemResize = true;
            this.gradeCBContainer.Control = this.cbUserGrade;
            this.gradeCBContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.gradeCBContainer.Name = "gradeCBContainer";
            this.gradeCBContainer.Text = "controlContainerItem1";
            // 
            // rowButton
            // 
            // 
            // 
            // 
            this.rowButton.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowButton.BeginGroup = true;
            this.rowButton.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
            this.rowButton.ItemSpacing = 50;
            this.rowButton.MinimumSize = new System.Drawing.Size(0, 30);
            this.rowButton.Name = "rowButton";
            this.rowButton.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnSaveContainer,
            this.btnClearContainer});
            this.rowButton.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // btnSaveContainer
            // 
            this.btnSaveContainer.AllowItemResize = true;
            this.btnSaveContainer.Control = this.btnSave;
            this.btnSaveContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnSaveContainer.Name = "btnSaveContainer";
            // 
            // btnClearContainer
            // 
            this.btnClearContainer.AllowItemResize = true;
            this.btnClearContainer.Control = this.btnClear;
            this.btnClearContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnClearContainer.Name = "btnClearContainer";
            // 
            // lblPayInfo
            // 
            this.lblPayInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblPayInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblPayInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblPayInfo.Name = "lblPayInfo";
            this.lblPayInfo.PaddingBottom = 1;
            this.lblPayInfo.PaddingLeft = 1;
            this.lblPayInfo.PaddingRight = 1;
            this.lblPayInfo.PaddingTop = 1;
            this.lblPayInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblPayInfo.Text = "<b>信息</b>";
            // 
            // rowMessage
            // 
            // 
            // 
            // 
            this.rowMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowMessage.Name = "rowMessage";
            this.rowMessage.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.messageContainer});
            // 
            // messageContainer
            // 
            this.messageContainer.AllowItemResize = true;
            this.messageContainer.Control = this.lblMessage;
            this.messageContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.messageContainer.Name = "messageContainer";
            this.messageContainer.Text = "controlContainerItem1";
            // 
            // lblHelpHeader
            // 
            this.lblHelpHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblHelpHeader.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblHelpHeader.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblHelpHeader.Name = "lblHelpHeader";
            this.lblHelpHeader.PaddingBottom = 1;
            this.lblHelpHeader.PaddingLeft = 1;
            this.lblHelpHeader.PaddingRight = 1;
            this.lblHelpHeader.PaddingTop = 1;
            this.lblHelpHeader.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblHelpHeader.Text = "<b>操作说明</b>";
            // 
            // rowHelp
            // 
            // 
            // 
            // 
            this.rowHelp.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowHelp.BeginGroup = true;
            this.rowHelp.MinimumSize = new System.Drawing.Size(0, 25);
            this.rowHelp.Name = "rowHelp";
            this.rowHelp.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblHelp});
            // 
            // lblHelp
            // 
            this.lblHelp.Name = "lblHelp";
            this.lblHelp.Text = "帮助:刷新(<b><font color=\"#BA1419\">F5</font></b>),查询会员(<b><font color=\"#BA1419\">F7</f" +
                "ont></b>),保存(<b><font color=\"#BA1419\">F9</font></b>)";
            // 
            // plMemberInfo
            // 
            this.plMemberInfo.Controls.Add(this.gvUserInfo);
            this.plMemberInfo.Controls.Add(this.plUserInfo);
            this.plMemberInfo.Dock = System.Windows.Forms.DockStyle.Right;
            this.plMemberInfo.Location = new System.Drawing.Point(401, 0);
            this.plMemberInfo.Margin = new System.Windows.Forms.Padding(0);
            this.plMemberInfo.Name = "plMemberInfo";
            this.plMemberInfo.Size = new System.Drawing.Size(198, 370);
            this.plMemberInfo.TabIndex = 8;
            // 
            // gvUserInfo
            // 
            this.gvUserInfo.BackColor = System.Drawing.Color.White;
            this.gvUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gvUserInfo.ForeColor = System.Drawing.Color.Black;
            this.gvUserInfo.Location = new System.Drawing.Point(0, 0);
            this.gvUserInfo.Name = "gvUserInfo";
            this.gvUserInfo.PrimaryGrid.AutoGenerateColumns = false;
            this.gvUserInfo.PrimaryGrid.Caption.Text = "会员信息";
            this.gvUserInfo.PrimaryGrid.ColumnHeader.Visible = false;
            gridColumn1.AllowSelection = false;
            gridColumn1.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn1.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn1.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
            gridColumn1.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn1.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            padding1.Right = 5;
            gridColumn1.CellStyles.Default.Margin = padding1;
            gridColumn1.CellStyles.Default.TextColor = System.Drawing.Color.SaddleBrown;
            gridColumn1.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn1.DataPropertyName = "Key";
            gridColumn1.EditorType = null;
            gridColumn1.Name = "Key";
            gridColumn1.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn1.Width = 70;
            gridColumn2.AllowSelection = false;
            gridColumn2.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn2.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn2.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn2.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            gridColumn2.CellStyles.Default.TextColor = System.Drawing.Color.OrangeRed;
            gridColumn2.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn2.DataPropertyName = "Value";
            gridColumn2.EditorType = null;
            gridColumn2.FillWeight = 200;
            gridColumn2.InfoImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.Name = "Value";
            gridColumn2.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn2.Width = 200;
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn1);
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn2);
            this.gvUserInfo.PrimaryGrid.DataSource = this.bsUserInfo;
            this.gvUserInfo.PrimaryGrid.DefaultRowHeight = 36;
            backColorBlend1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.SkyBlue};
            background1.BackColorBlend = backColorBlend1;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.AlternateRowCellStyles.Default.Background = background1;
            background2.Color1 = System.Drawing.Color.Orange;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Background = background2;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.HorizontalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.VerticalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None;
            this.gvUserInfo.PrimaryGrid.MultiSelect = false;
            this.gvUserInfo.PrimaryGrid.ReadOnly = true;
            this.gvUserInfo.PrimaryGrid.RowHighlightType = DevComponents.DotNetBar.SuperGrid.RowHighlightType.None;
            this.gvUserInfo.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gvUserInfo.PrimaryGrid.ShowCellInfo = false;
            this.gvUserInfo.PrimaryGrid.ShowColumnHeader = false;
            this.gvUserInfo.PrimaryGrid.ShowRowHeaders = false;
            this.gvUserInfo.PrimaryGrid.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
            this.gvUserInfo.PrimaryGrid.UseAlternateRowStyle = true;
            this.gvUserInfo.Size = new System.Drawing.Size(198, 273);
            this.gvUserInfo.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.TabIndex = 5;
            // 
            // bsUserInfo
            // 
            this.bsUserInfo.DataMember = "UserInfo";
            this.bsUserInfo.DataSource = typeof(Eleooo.Client.UcMemberCash);
            // 
            // plUserInfo
            // 
            this.plUserInfo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.plUserInfo.Border.Class = "TextBoxBorder";
            this.plUserInfo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plUserInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.plUserInfo.ForeColor = System.Drawing.Color.OrangeRed;
            this.plUserInfo.Location = new System.Drawing.Point(0, 273);
            this.plUserInfo.Multiline = true;
            this.plUserInfo.Name = "plUserInfo";
            this.plUserInfo.ReadOnly = true;
            this.plUserInfo.Size = new System.Drawing.Size(198, 97);
            this.plUserInfo.TabIndex = 1;
            // 
            // mainContainer
            // 
            this.mainContainer.Controls.Add(this.cashContainer);
            this.mainContainer.Controls.Add(this.plMemberInfo);
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
            this.mainContainer.Name = "mainContainer";
            this.mainContainer.Size = new System.Drawing.Size(599, 370);
            this.mainContainer.TabIndex = 2;
            // 
            // UcMemberCash
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainContainer);
            this.Name = "UcMemberCash";
            this.Size = new System.Drawing.Size(599, 370);
            this.Text = "会员充值";
            this.Controls.SetChildIndex(this.plTitle, 0);
            this.Controls.SetChildIndex(this.mainContainer, 0);
            this.plTitle.ResumeLayout(false);
            this.cashContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bsCashEntity)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCashSum)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtPoint)).EndInit( );
            this.plMemberInfo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).EndInit( );
            this.mainContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemple #3
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent( )
        {
            this.components = new System.ComponentModel.Container( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding1 = new DevComponents.DotNetBar.SuperGrid.Style.Padding( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcMemberOrder));
            this.plMemberInfo = new DevComponents.DotNetBar.Controls.GroupPanel( );
            this.gvUserInfo = new DevComponents.DotNetBar.SuperGrid.SuperGridControl( );
            this.bsUserInfo = new System.Windows.Forms.BindingSource(this.components);
            this.plUserInfo = new System.Windows.Forms.TextBox( );
            this.leftContainer = new DevComponents.DotNetBar.Ribbon.RibbonClientPanel( );
            this.orderContainer = new DevComponents.DotNetBar.ItemPanel( );
            this.txtPhone = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.bsOrderEntity = new System.Windows.Forms.BindingSource(this.components);
            this.txtOrderSum = new DevComponents.Editors.DoubleInput( );
            this.txtRateSale = new DevComponents.Editors.IntegerInput( );
            this.txtCash = new DevComponents.Editors.IntegerInput( );
            this.txtBalance = new DevComponents.Editors.IntegerInput( );
            this.txtBalanceCash = new DevComponents.Editors.IntegerInput( );
            this.txtSumOk = new DevComponents.Editors.IntegerInput( );
            this.cbMemberRate = new System.Windows.Forms.CheckedListBox( );
            this.cbProduct = new DevComponents.DotNetBar.Controls.ComboBoxEx( );
            this.txtMemo = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.txtPwd = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.btnSave = new DevComponents.DotNetBar.ButtonX( );
            this.btnClear = new DevComponents.DotNetBar.ButtonX( );
            this.lblMessage = new DevComponents.DotNetBar.LabelX( );
            this.lblOrderInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPhone = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPhone = new DevComponents.DotNetBar.LabelItem( );
            this.phoneContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnQuery = new DevComponents.DotNetBar.ButtonItem( );
            this.lblPhoneInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowOrderSum = new DevComponents.DotNetBar.ItemContainer( );
            this.lblOrderSum = new DevComponents.DotNetBar.LabelItem( );
            this.orderSumContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblOrderSumInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowRateSale = new DevComponents.DotNetBar.ItemContainer( );
            this.lblRateSale = new DevComponents.DotNetBar.LabelItem( );
            this.rateSaleContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblRateSaleInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPayment = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPayment = new DevComponents.DotNetBar.LabelItem( );
            this.cashContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.lblCash = new DevComponents.DotNetBar.LabelItem( );
            this.cashTxtContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.balanceContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.lblBalance = new DevComponents.DotNetBar.LabelItem( );
            this.balanceTxtContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.balanceCashContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.lblBalanceCash = new DevComponents.DotNetBar.LabelItem( );
            this.balanceCashTxtContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowSumOk = new DevComponents.DotNetBar.ItemContainer( );
            this.lblSumOk = new DevComponents.DotNetBar.LabelItem( );
            this.sumOkContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowRate = new DevComponents.DotNetBar.ItemContainer( );
            this.lblRate = new DevComponents.DotNetBar.LabelItem( );
            this.rateContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowOrderItem = new DevComponents.DotNetBar.ItemContainer( );
            this.lblOrderItem = new DevComponents.DotNetBar.LabelItem( );
            this.productContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowMemo = new DevComponents.DotNetBar.ItemContainer( );
            this.lblMemo = new DevComponents.DotNetBar.LabelItem( );
            this.memoContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowMemberPass = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPass = new DevComponents.DotNetBar.LabelItem( );
            this.pwdContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnReadFinger = new DevComponents.DotNetBar.ButtonItem( );
            this.lblPassInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowButton = new DevComponents.DotNetBar.ItemContainer( );
            this.btnSaveContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnClearContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblPayInfo = new DevComponents.DotNetBar.LabelItem( );
            this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer( );
            this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblHelpHeader = new DevComponents.DotNetBar.LabelItem( );
            this.rowHelp = new DevComponents.DotNetBar.ItemContainer( );
            this.lblHelp = new DevComponents.DotNetBar.LabelItem( );
            this.mainContainer = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.plTitle.SuspendLayout( );
            this.plMemberInfo.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).BeginInit( );
            this.leftContainer.SuspendLayout( );
            this.orderContainer.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsOrderEntity)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderSum)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCash)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalance)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalanceCash)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtSumOk)).BeginInit( );
            this.mainContainer.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // btnSlide
            // 
            this.btnSlide.Location = new System.Drawing.Point(615, 2);
            // 
            // plTitle
            // 
            this.plTitle.Size = new System.Drawing.Size(654, 32);
            // 
            // plMemberInfo
            // 
            this.plMemberInfo.BackColor = System.Drawing.Color.Transparent;
            this.plMemberInfo.CanvasColor = System.Drawing.SystemColors.Control;
            this.plMemberInfo.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.plMemberInfo.Controls.Add(this.gvUserInfo);
            this.plMemberInfo.Controls.Add(this.plUserInfo);
            this.plMemberInfo.Dock = System.Windows.Forms.DockStyle.Right;
            this.plMemberInfo.Location = new System.Drawing.Point(456, 0);
            this.plMemberInfo.Margin = new System.Windows.Forms.Padding(0);
            this.plMemberInfo.Name = "plMemberInfo";
            this.plMemberInfo.Size = new System.Drawing.Size(198, 454);
            // 
            // 
            // 
            this.plMemberInfo.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.plMemberInfo.Style.BackColorGradientAngle = 90;
            this.plMemberInfo.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.plMemberInfo.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderBottomWidth = 1;
            this.plMemberInfo.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.plMemberInfo.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderLeftWidth = 1;
            this.plMemberInfo.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderRightWidth = 1;
            this.plMemberInfo.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderTopWidth = 1;
            this.plMemberInfo.Style.CornerDiameter = 0;
            this.plMemberInfo.Style.CornerType = DevComponents.DotNetBar.eCornerType.Diagonal;
            this.plMemberInfo.Style.MarginBottom = 3;
            this.plMemberInfo.Style.MarginLeft = 3;
            this.plMemberInfo.Style.MarginRight = 3;
            this.plMemberInfo.Style.MarginTop = 3;
            this.plMemberInfo.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.plMemberInfo.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.plMemberInfo.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.plMemberInfo.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.plMemberInfo.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plMemberInfo.TabIndex = 0;
            // 
            // gvUserInfo
            // 
            this.gvUserInfo.BackColor = System.Drawing.Color.White;
            this.gvUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gvUserInfo.ForeColor = System.Drawing.Color.Black;
            this.gvUserInfo.Location = new System.Drawing.Point(0, 0);
            this.gvUserInfo.Name = "gvUserInfo";
            this.gvUserInfo.PrimaryGrid.AutoGenerateColumns = false;
            this.gvUserInfo.PrimaryGrid.Caption.Text = "会员信息";
            this.gvUserInfo.PrimaryGrid.ColumnHeader.Visible = false;
            gridColumn1.AllowSelection = false;
            gridColumn1.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn1.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn1.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
            gridColumn1.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn1.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            padding1.Right = 5;
            gridColumn1.CellStyles.Default.Margin = padding1;
            gridColumn1.CellStyles.Default.TextColor = System.Drawing.Color.SaddleBrown;
            gridColumn1.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn1.DataPropertyName = "Key";
            gridColumn1.EditorType = null;
            gridColumn1.Name = "Key";
            gridColumn1.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn1.Width = 70;
            gridColumn2.AllowSelection = false;
            gridColumn2.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn2.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn2.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn2.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            gridColumn2.CellStyles.Default.TextColor = System.Drawing.Color.OrangeRed;
            gridColumn2.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn2.DataPropertyName = "Value";
            gridColumn2.EditorType = null;
            gridColumn2.FillWeight = 200;
            gridColumn2.InfoImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.Name = "Value";
            gridColumn2.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn2.Width = 200;
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn1);
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn2);
            this.gvUserInfo.PrimaryGrid.DataSource = this.bsUserInfo;
            this.gvUserInfo.PrimaryGrid.DefaultRowHeight = 36;
            backColorBlend1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.SkyBlue};
            background1.BackColorBlend = backColorBlend1;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.AlternateRowCellStyles.Default.Background = background1;
            background2.Color1 = System.Drawing.Color.Orange;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Background = background2;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.HorizontalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.VerticalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None;
            this.gvUserInfo.PrimaryGrid.MultiSelect = false;
            this.gvUserInfo.PrimaryGrid.ReadOnly = true;
            this.gvUserInfo.PrimaryGrid.RowHighlightType = DevComponents.DotNetBar.SuperGrid.RowHighlightType.None;
            this.gvUserInfo.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gvUserInfo.PrimaryGrid.ShowCellInfo = false;
            this.gvUserInfo.PrimaryGrid.ShowColumnHeader = false;
            this.gvUserInfo.PrimaryGrid.ShowRowHeaders = false;
            this.gvUserInfo.PrimaryGrid.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
            this.gvUserInfo.PrimaryGrid.UseAlternateRowStyle = true;
            this.gvUserInfo.Size = new System.Drawing.Size(196, 299);
            this.gvUserInfo.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.TabIndex = 3;
            // 
            // bsUserInfo
            // 
            this.bsUserInfo.DataMember = "UserInfo";
            this.bsUserInfo.DataSource = typeof(Eleooo.Client.UcMemberOrder);
            // 
            // plUserInfo
            // 
            this.plUserInfo.BackColor = System.Drawing.Color.White;
            this.plUserInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.plUserInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.plUserInfo.ForeColor = System.Drawing.Color.Red;
            this.plUserInfo.Location = new System.Drawing.Point(0, 299);
            this.plUserInfo.Multiline = true;
            this.plUserInfo.Name = "plUserInfo";
            this.plUserInfo.ReadOnly = true;
            this.plUserInfo.Size = new System.Drawing.Size(196, 153);
            this.plUserInfo.TabIndex = 4;
            // 
            // leftContainer
            // 
            this.leftContainer.CanvasColor = System.Drawing.SystemColors.Control;
            this.leftContainer.Controls.Add(this.orderContainer);
            this.leftContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.leftContainer.Location = new System.Drawing.Point(0, 0);
            this.leftContainer.Name = "leftContainer";
            this.leftContainer.Size = new System.Drawing.Size(456, 454);
            // 
            // 
            // 
            this.leftContainer.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.leftContainer.Style.BackColorGradientAngle = 90;
            this.leftContainer.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.leftContainer.Style.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Tile;
            this.leftContainer.Style.BorderBottomWidth = 10;
            this.leftContainer.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.leftContainer.Style.BorderLeftWidth = 10;
            this.leftContainer.Style.BorderRightWidth = 10;
            this.leftContainer.Style.BorderTopWidth = 10;
            this.leftContainer.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.leftContainer.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.leftContainer.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            // 
            // 
            // 
            this.leftContainer.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.leftContainer.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.leftContainer.TabIndex = 1;
            this.leftContainer.Text = "ribbonClientPanel1";
            // 
            // orderContainer
            // 
            this.orderContainer.AutoScroll = true;
            // 
            // 
            // 
            this.orderContainer.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderBottomWidth = 1;
            this.orderContainer.BackgroundStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
            this.orderContainer.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderLeftWidth = 1;
            this.orderContainer.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderRightWidth = 1;
            this.orderContainer.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderTopWidth = 1;
            this.orderContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.orderContainer.BackgroundStyle.PaddingBottom = 1;
            this.orderContainer.BackgroundStyle.PaddingLeft = 1;
            this.orderContainer.BackgroundStyle.PaddingRight = 1;
            this.orderContainer.BackgroundStyle.PaddingTop = 1;
            this.orderContainer.ContainerControlProcessDialogKey = true;
            this.orderContainer.Controls.Add(this.txtPhone);
            this.orderContainer.Controls.Add(this.txtOrderSum);
            this.orderContainer.Controls.Add(this.txtRateSale);
            this.orderContainer.Controls.Add(this.txtCash);
            this.orderContainer.Controls.Add(this.txtBalance);
            this.orderContainer.Controls.Add(this.txtBalanceCash);
            this.orderContainer.Controls.Add(this.txtSumOk);
            this.orderContainer.Controls.Add(this.cbMemberRate);
            this.orderContainer.Controls.Add(this.cbProduct);
            this.orderContainer.Controls.Add(this.txtMemo);
            this.orderContainer.Controls.Add(this.txtPwd);
            this.orderContainer.Controls.Add(this.btnSave);
            this.orderContainer.Controls.Add(this.btnClear);
            this.orderContainer.Controls.Add(this.lblMessage);
            this.orderContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.orderContainer.FitButtonsToContainerWidth = true;
            this.orderContainer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.orderContainer.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderInfo,
            this.rowPhone,
            this.rowOrderSum,
            this.rowRateSale,
            this.rowPayment,
            this.rowSumOk,
            this.rowRate,
            this.rowOrderItem,
            this.rowMemo,
            this.rowMemberPass,
            this.rowButton,
            this.lblPayInfo,
            this.itemContainer1,
            this.lblHelpHeader,
            this.rowHelp});
            this.orderContainer.ItemSpacing = 5;
            this.orderContainer.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            this.orderContainer.Location = new System.Drawing.Point(0, 0);
            this.orderContainer.MultiLine = true;
            this.orderContainer.Name = "orderContainer";
            this.orderContainer.Size = new System.Drawing.Size(456, 454);
            this.orderContainer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.orderContainer.TabIndex = 6;
            // 
            // txtPhone
            // 
            this.txtPhone.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPhone.Border.Class = "TextBoxBorder";
            this.txtPhone.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsOrderEntity, "PhoneNum", true));
            this.txtPhone.ForeColor = System.Drawing.Color.Black;
            this.txtPhone.Location = new System.Drawing.Point(77, 29);
            this.txtPhone.MaxLength = 11;
            this.txtPhone.Name = "txtPhone";
            this.txtPhone.Size = new System.Drawing.Size(125, 21);
            this.txtPhone.TabIndex = 0;
            this.txtPhone.TextChanged += new System.EventHandler(this.txtPhone_TextChanged);
            // 
            // bsOrderEntity
            // 
            this.bsOrderEntity.DataMember = "OrderData";
            this.bsOrderEntity.DataSource = typeof(Eleooo.Client.UcMemberOrder);
            // 
            // txtOrderSum
            // 
            // 
            // 
            // 
            this.txtOrderSum.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtOrderSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtOrderSum.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtOrderSum.DisplayFormat = "0.00";
            this.txtOrderSum.Increment = 1D;
            this.txtOrderSum.Location = new System.Drawing.Point(77, 59);
            this.txtOrderSum.MinValue = 0D;
            this.txtOrderSum.Name = "txtOrderSum";
            this.txtOrderSum.ShowUpDown = true;
            this.txtOrderSum.Size = new System.Drawing.Size(125, 21);
            this.txtOrderSum.TabIndex = 1;
            this.txtOrderSum.ValueChanged += new System.EventHandler(this.txtOrderSum_ValueChanged);
            // 
            // txtRateSale
            // 
            // 
            // 
            // 
            this.txtRateSale.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtRateSale.ButtonCustom.DisplayPosition = 10;
            this.txtRateSale.ButtonCustom.Text = "计算";
            this.txtRateSale.ButtonCustom.Visible = true;
            this.txtRateSale.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtRateSale.DisplayFormat = "0";
            this.txtRateSale.Location = new System.Drawing.Point(77, 89);
            this.txtRateSale.MaxValue = 99;
            this.txtRateSale.MinValue = 0;
            this.txtRateSale.Name = "txtRateSale";
            this.txtRateSale.ShowUpDown = true;
            this.txtRateSale.Size = new System.Drawing.Size(125, 21);
            this.txtRateSale.TabIndex = 2;
            this.txtRateSale.ValueChanged += new System.EventHandler(this.txtRateSale_ValueChanged);
            // 
            // txtCash
            // 
            // 
            // 
            // 
            this.txtCash.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtCash.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtCash.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtCash.DisplayFormat = "0";
            this.txtCash.Location = new System.Drawing.Point(109, 119);
            this.txtCash.MinValue = 0;
            this.txtCash.Name = "txtCash";
            this.txtCash.ShowUpDown = true;
            this.txtCash.Size = new System.Drawing.Size(75, 21);
            this.txtCash.TabIndex = 3;
            // 
            // txtBalance
            // 
            // 
            // 
            // 
            this.txtBalance.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtBalance.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtBalance.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtBalance.DisplayFormat = "0";
            this.txtBalance.Location = new System.Drawing.Point(223, 119);
            this.txtBalance.MinValue = 0;
            this.txtBalance.Name = "txtBalance";
            this.txtBalance.ShowUpDown = true;
            this.txtBalance.Size = new System.Drawing.Size(73, 21);
            this.txtBalance.TabIndex = 4;
            // 
            // txtBalanceCash
            // 
            // 
            // 
            // 
            this.txtBalanceCash.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtBalanceCash.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtBalanceCash.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtBalanceCash.DisplayFormat = "0";
            this.txtBalanceCash.Location = new System.Drawing.Point(335, 119);
            this.txtBalanceCash.MinValue = 0;
            this.txtBalanceCash.Name = "txtBalanceCash";
            this.txtBalanceCash.ShowUpDown = true;
            this.txtBalanceCash.Size = new System.Drawing.Size(76, 21);
            this.txtBalanceCash.TabIndex = 5;
            // 
            // txtSumOk
            // 
            // 
            // 
            // 
            this.txtSumOk.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtSumOk.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtSumOk.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtSumOk.Enabled = false;
            this.txtSumOk.IsInputReadOnly = true;
            this.txtSumOk.Location = new System.Drawing.Point(77, 149);
            this.txtSumOk.MinValue = 0;
            this.txtSumOk.Name = "txtSumOk";
            this.txtSumOk.Size = new System.Drawing.Size(127, 21);
            this.txtSumOk.TabIndex = 6;
            // 
            // cbMemberRate
            // 
            this.cbMemberRate.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.cbMemberRate.CheckOnClick = true;
            this.cbMemberRate.ColumnWidth = 60;
            this.cbMemberRate.HorizontalScrollbar = true;
            this.cbMemberRate.Location = new System.Drawing.Point(77, 181);
            this.cbMemberRate.MultiColumn = true;
            this.cbMemberRate.Name = "cbMemberRate";
            this.cbMemberRate.Size = new System.Drawing.Size(332, 16);
            this.cbMemberRate.TabIndex = 7;
            this.cbMemberRate.ThreeDCheckBoxes = true;
            this.cbMemberRate.UseCompatibleTextRendering = true;
            this.cbMemberRate.UseTabStops = false;
            this.cbMemberRate.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cbMemberRate_ItemCheck);
            this.cbMemberRate.SelectedIndexChanged += new System.EventHandler(this.cbMemberRate_SelectedIndexChanged);
            // 
            // cbProduct
            // 
            this.cbProduct.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsOrderEntity, "OrderProduct", true));
            this.cbProduct.DisplayMember = "Selectedvalue";
            this.cbProduct.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbProduct.FormattingEnabled = true;
            this.cbProduct.ItemHeight = 15;
            this.cbProduct.Location = new System.Drawing.Point(77, 209);
            this.cbProduct.Name = "cbProduct";
            this.cbProduct.Size = new System.Drawing.Size(130, 21);
            this.cbProduct.TabIndex = 8;
            // 
            // txtMemo
            // 
            this.txtMemo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtMemo.Border.Class = "TextBoxBorder";
            this.txtMemo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtMemo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsOrderEntity, "OrderMemo", true));
            this.txtMemo.ForeColor = System.Drawing.Color.Black;
            this.txtMemo.Location = new System.Drawing.Point(77, 239);
            this.txtMemo.Name = "txtMemo";
            this.txtMemo.Size = new System.Drawing.Size(332, 21);
            this.txtMemo.TabIndex = 9;
            // 
            // txtPwd
            // 
            this.txtPwd.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPwd.Border.Class = "TextBoxBorder";
            this.txtPwd.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPwd.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsOrderEntity, "UserPwd", true));
            this.txtPwd.ForeColor = System.Drawing.Color.Black;
            this.txtPwd.Location = new System.Drawing.Point(77, 269);
            this.txtPwd.Name = "txtPwd";
            this.txtPwd.Size = new System.Drawing.Size(127, 21);
            this.txtPwd.TabIndex = 10;
            this.txtPwd.UseSystemPasswordChar = true;
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSave.Image = global::Eleooo.Client.MetroIcon.CheckMark;
            this.btnSave.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnSave.Location = new System.Drawing.Point(125, 300);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(73, 23);
            this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSave.TabIndex = 11;
            this.btnSave.Text = "保存&S";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnClear
            // 
            this.btnClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnClear.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnClear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.Image = global::Eleooo.Client.MetroIcon.Delete;
            this.btnClear.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnClear.Location = new System.Drawing.Point(252, 300);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(78, 23);
            this.btnClear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnClear.TabIndex = 12;
            this.btnClear.Text = "取消&C";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // lblMessage
            // 
            // 
            // 
            // 
            this.lblMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblMessage.Location = new System.Drawing.Point(4, 359);
            this.lblMessage.Name = "lblMessage";
            this.lblMessage.Size = new System.Drawing.Size(326, 23);
            this.lblMessage.TabIndex = 15;
            // 
            // lblOrderInfo
            // 
            this.lblOrderInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblOrderInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblOrderInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblOrderInfo.Name = "lblOrderInfo";
            this.lblOrderInfo.PaddingBottom = 1;
            this.lblOrderInfo.PaddingLeft = 1;
            this.lblOrderInfo.PaddingRight = 1;
            this.lblOrderInfo.PaddingTop = 1;
            this.lblOrderInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblOrderInfo.Text = "<b>消费信息</b>";
            // 
            // rowPhone
            // 
            // 
            // 
            // 
            this.rowPhone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPhone.ItemSpacing = 3;
            this.rowPhone.Name = "rowPhone";
            this.rowPhone.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPhone,
            this.phoneContainer,
            this.btnQuery,
            this.lblPhoneInfo});
            // 
            // lblPhone
            // 
            this.lblPhone.Height = 25;
            this.lblPhone.Name = "lblPhone";
            this.lblPhone.Text = "会员账号:";
            this.lblPhone.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPhone.Width = 70;
            // 
            // phoneContainer
            // 
            this.phoneContainer.AllowItemResize = true;
            this.phoneContainer.Control = this.txtPhone;
            this.phoneContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.phoneContainer.Name = "phoneContainer";
            this.phoneContainer.Text = "controlContainerItem1";
            // 
            // btnQuery
            // 
            this.btnQuery.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Text = "查询";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // lblPhoneInfo
            // 
            this.lblPhoneInfo.Name = "lblPhoneInfo";
            // 
            // rowOrderSum
            // 
            // 
            // 
            // 
            this.rowOrderSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowOrderSum.ItemSpacing = 3;
            this.rowOrderSum.Name = "rowOrderSum";
            this.rowOrderSum.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderSum,
            this.orderSumContainer,
            this.lblOrderSumInfo});
            // 
            // lblOrderSum
            // 
            this.lblOrderSum.Height = 25;
            this.lblOrderSum.Name = "lblOrderSum";
            this.lblOrderSum.Text = "消费金额:";
            this.lblOrderSum.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblOrderSum.Width = 70;
            // 
            // orderSumContainer
            // 
            this.orderSumContainer.AllowItemResize = true;
            this.orderSumContainer.Control = this.txtOrderSum;
            this.orderSumContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.orderSumContainer.Name = "orderSumContainer";
            // 
            // lblOrderSumInfo
            // 
            this.lblOrderSumInfo.Name = "lblOrderSumInfo";
            // 
            // rowRateSale
            // 
            // 
            // 
            // 
            this.rowRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowRateSale.ItemSpacing = 3;
            this.rowRateSale.Name = "rowRateSale";
            this.rowRateSale.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblRateSale,
            this.rateSaleContainer,
            this.lblRateSaleInfo});
            // 
            // lblRateSale
            // 
            this.lblRateSale.Height = 25;
            this.lblRateSale.Name = "lblRateSale";
            this.lblRateSale.Text = "消费折扣:";
            this.lblRateSale.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblRateSale.Width = 70;
            // 
            // rateSaleContainer
            // 
            this.rateSaleContainer.AllowItemResize = true;
            this.rateSaleContainer.Control = this.txtRateSale;
            this.rateSaleContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.rateSaleContainer.Name = "rateSaleContainer";
            this.rateSaleContainer.Text = "controlContainerItem1";
            // 
            // lblRateSaleInfo
            // 
            this.lblRateSaleInfo.Name = "lblRateSaleInfo";
            this.lblRateSaleInfo.Text = "1-99数字,0代表不打折";
            // 
            // rowPayment
            // 
            // 
            // 
            // 
            this.rowPayment.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPayment.ItemSpacing = 3;
            this.rowPayment.Name = "rowPayment";
            this.rowPayment.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPayment,
            this.cashContainer,
            this.balanceContainer,
            this.balanceCashContainer});
            // 
            // lblPayment
            // 
            this.lblPayment.BeginGroup = true;
            this.lblPayment.Height = 25;
            this.lblPayment.Name = "lblPayment";
            this.lblPayment.Text = "付款方式:";
            this.lblPayment.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPayment.Width = 70;
            // 
            // cashContainer
            // 
            // 
            // 
            // 
            this.cashContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.cashContainer.MultiLine = true;
            this.cashContainer.Name = "cashContainer";
            this.cashContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblCash,
            this.cashTxtContainer});
            this.cashContainer.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // lblCash
            // 
            this.lblCash.ForeColor = System.Drawing.Color.SaddleBrown;
            this.lblCash.Name = "lblCash";
            this.lblCash.Text = "现金";
            // 
            // cashTxtContainer
            // 
            this.cashTxtContainer.AllowItemResize = true;
            this.cashTxtContainer.Control = this.txtCash;
            this.cashTxtContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.cashTxtContainer.Name = "cashTxtContainer";
            this.cashTxtContainer.Text = "controlContainerItem1";
            // 
            // balanceContainer
            // 
            // 
            // 
            // 
            this.balanceContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.balanceContainer.Name = "balanceContainer";
            this.balanceContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblBalance,
            this.balanceTxtContainer});
            this.balanceContainer.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // lblBalance
            // 
            this.lblBalance.ForeColor = System.Drawing.Color.SaddleBrown;
            this.lblBalance.Name = "lblBalance";
            this.lblBalance.Text = "积分";
            // 
            // balanceTxtContainer
            // 
            this.balanceTxtContainer.AllowItemResize = true;
            this.balanceTxtContainer.Control = this.txtBalance;
            this.balanceTxtContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.balanceTxtContainer.Name = "balanceTxtContainer";
            this.balanceTxtContainer.Text = "controlContainerItem1";
            // 
            // balanceCashContainer
            // 
            // 
            // 
            // 
            this.balanceCashContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.balanceCashContainer.Name = "balanceCashContainer";
            this.balanceCashContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblBalanceCash,
            this.balanceCashTxtContainer});
            this.balanceCashContainer.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // lblBalanceCash
            // 
            this.lblBalanceCash.ForeColor = System.Drawing.Color.SaddleBrown;
            this.lblBalanceCash.Name = "lblBalanceCash";
            this.lblBalanceCash.Text = "储值";
            // 
            // balanceCashTxtContainer
            // 
            this.balanceCashTxtContainer.AllowItemResize = true;
            this.balanceCashTxtContainer.Control = this.txtBalanceCash;
            this.balanceCashTxtContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.balanceCashTxtContainer.Name = "balanceCashTxtContainer";
            this.balanceCashTxtContainer.Text = "controlContainerItem1";
            // 
            // rowSumOk
            // 
            // 
            // 
            // 
            this.rowSumOk.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowSumOk.ItemSpacing = 3;
            this.rowSumOk.Name = "rowSumOk";
            this.rowSumOk.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblSumOk,
            this.sumOkContainer});
            // 
            // lblSumOk
            // 
            this.lblSumOk.Height = 25;
            this.lblSumOk.Name = "lblSumOk";
            this.lblSumOk.Text = "实际金额:";
            this.lblSumOk.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblSumOk.Width = 70;
            // 
            // sumOkContainer
            // 
            this.sumOkContainer.AllowItemResize = true;
            this.sumOkContainer.Control = this.txtSumOk;
            this.sumOkContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.sumOkContainer.Name = "sumOkContainer";
            this.sumOkContainer.Text = "controlContainerItem1";
            // 
            // rowRate
            // 
            // 
            // 
            // 
            this.rowRate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowRate.ItemSpacing = 3;
            this.rowRate.Name = "rowRate";
            this.rowRate.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblRate,
            this.rateContainer});
            // 
            // lblRate
            // 
            this.lblRate.BeginGroup = true;
            this.lblRate.Height = 25;
            this.lblRate.Name = "lblRate";
            this.lblRate.Text = "积分比例:";
            this.lblRate.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblRate.Width = 70;
            // 
            // rateContainer
            // 
            this.rateContainer.AllowItemResize = true;
            this.rateContainer.Control = this.cbMemberRate;
            this.rateContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.rateContainer.Name = "rateContainer";
            this.rateContainer.Text = "controlContainerItem1";
            // 
            // rowOrderItem
            // 
            // 
            // 
            // 
            this.rowOrderItem.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowOrderItem.ItemSpacing = 3;
            this.rowOrderItem.Name = "rowOrderItem";
            this.rowOrderItem.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderItem,
            this.productContainer});
            // 
            // lblOrderItem
            // 
            this.lblOrderItem.BeginGroup = true;
            this.lblOrderItem.Height = 25;
            this.lblOrderItem.Name = "lblOrderItem";
            this.lblOrderItem.Text = "消费项目:";
            this.lblOrderItem.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblOrderItem.Width = 70;
            // 
            // productContainer
            // 
            this.productContainer.AllowItemResize = true;
            this.productContainer.Control = this.cbProduct;
            this.productContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.productContainer.Name = "productContainer";
            this.productContainer.Text = "controlContainerItem1";
            // 
            // rowMemo
            // 
            // 
            // 
            // 
            this.rowMemo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowMemo.ItemSpacing = 3;
            this.rowMemo.Name = "rowMemo";
            this.rowMemo.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblMemo,
            this.memoContainer});
            // 
            // lblMemo
            // 
            this.lblMemo.Height = 25;
            this.lblMemo.Name = "lblMemo";
            this.lblMemo.Text = "消费备注:";
            this.lblMemo.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblMemo.Width = 70;
            // 
            // memoContainer
            // 
            this.memoContainer.AllowItemResize = true;
            this.memoContainer.Control = this.txtMemo;
            this.memoContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.memoContainer.Name = "memoContainer";
            this.memoContainer.Text = "controlContainerItem1";
            // 
            // rowMemberPass
            // 
            // 
            // 
            // 
            this.rowMemberPass.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowMemberPass.ItemSpacing = 3;
            this.rowMemberPass.Name = "rowMemberPass";
            this.rowMemberPass.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPass,
            this.pwdContainer,
            this.btnReadFinger,
            this.lblPassInfo});
            // 
            // lblPass
            // 
            this.lblPass.Height = 25;
            this.lblPass.Name = "lblPass";
            this.lblPass.Text = "会员密码:";
            this.lblPass.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPass.Width = 70;
            // 
            // pwdContainer
            // 
            this.pwdContainer.AllowItemResize = true;
            this.pwdContainer.Control = this.txtPwd;
            this.pwdContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.pwdContainer.Name = "pwdContainer";
            this.pwdContainer.Text = "controlContainerItem1";
            // 
            // btnReadFinger
            // 
            this.btnReadFinger.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
            this.btnReadFinger.Name = "btnReadFinger";
            this.btnReadFinger.Text = "读取指纹";
            this.btnReadFinger.Click += new System.EventHandler(this.btnReadFinger_Click);
            // 
            // lblPassInfo
            // 
            this.lblPassInfo.Name = "lblPassInfo";
            // 
            // rowButton
            // 
            // 
            // 
            // 
            this.rowButton.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowButton.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
            this.rowButton.ItemSpacing = 50;
            this.rowButton.MinimumSize = new System.Drawing.Size(0, 30);
            this.rowButton.Name = "rowButton";
            this.rowButton.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnSaveContainer,
            this.btnClearContainer});
            this.rowButton.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // btnSaveContainer
            // 
            this.btnSaveContainer.AllowItemResize = true;
            this.btnSaveContainer.Control = this.btnSave;
            this.btnSaveContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnSaveContainer.Name = "btnSaveContainer";
            // 
            // btnClearContainer
            // 
            this.btnClearContainer.AllowItemResize = true;
            this.btnClearContainer.Control = this.btnClear;
            this.btnClearContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnClearContainer.Name = "btnClearContainer";
            // 
            // lblPayInfo
            // 
            this.lblPayInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblPayInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblPayInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblPayInfo.Name = "lblPayInfo";
            this.lblPayInfo.PaddingBottom = 1;
            this.lblPayInfo.PaddingLeft = 1;
            this.lblPayInfo.PaddingRight = 1;
            this.lblPayInfo.PaddingTop = 1;
            this.lblPayInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblPayInfo.Text = "<b>结算信息</b>";
            // 
            // itemContainer1
            // 
            // 
            // 
            // 
            this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer1.Name = "itemContainer1";
            this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.controlContainerItem1});
            // 
            // controlContainerItem1
            // 
            this.controlContainerItem1.AllowItemResize = true;
            this.controlContainerItem1.Control = this.lblMessage;
            this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem1.Name = "controlContainerItem1";
            this.controlContainerItem1.Text = "controlContainerItem1";
            // 
            // lblHelpHeader
            // 
            this.lblHelpHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblHelpHeader.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblHelpHeader.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblHelpHeader.Name = "lblHelpHeader";
            this.lblHelpHeader.PaddingBottom = 1;
            this.lblHelpHeader.PaddingLeft = 1;
            this.lblHelpHeader.PaddingRight = 1;
            this.lblHelpHeader.PaddingTop = 1;
            this.lblHelpHeader.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblHelpHeader.Text = "<b>操作说明</b>";
            // 
            // rowHelp
            // 
            // 
            // 
            // 
            this.rowHelp.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowHelp.MinimumSize = new System.Drawing.Size(0, 25);
            this.rowHelp.Name = "rowHelp";
            this.rowHelp.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblHelp});
            // 
            // lblHelp
            // 
            this.lblHelp.Name = "lblHelp";
            this.lblHelp.Text = resources.GetString("lblHelp.Text");
            // 
            // mainContainer
            // 
            this.mainContainer.Controls.Add(this.leftContainer);
            this.mainContainer.Controls.Add(this.plMemberInfo);
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
            this.mainContainer.Name = "mainContainer";
            this.mainContainer.Size = new System.Drawing.Size(654, 454);
            this.mainContainer.TabIndex = 1;
            this.mainContainer.Text = "slidePanel1";
            this.mainContainer.UsesBlockingAnimation = false;
            // 
            // UcMemberOrder
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainContainer);
            this.Name = "UcMemberOrder";
            this.Size = new System.Drawing.Size(654, 454);
            this.Load += new System.EventHandler(this.UcMemberOrder_Load);
            this.Controls.SetChildIndex(this.mainContainer, 0);
            this.Controls.SetChildIndex(this.plTitle, 0);
            this.plTitle.ResumeLayout(false);
            this.plMemberInfo.ResumeLayout(false);
            this.plMemberInfo.PerformLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).EndInit( );
            this.leftContainer.ResumeLayout(false);
            this.orderContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bsOrderEntity)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderSum)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCash)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalance)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalanceCash)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtSumOk)).EndInit( );
            this.mainContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevComponents.DotNetBar.SuperGrid.Style.Padding        padding1        = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn1     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     System.ComponentModel.ComponentResourceManager         resources       = new System.ComponentModel.ComponentResourceManager(typeof(DemoGridBasics2));
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn2     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn3     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn4     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.Style.Padding        padding2        = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn5     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.Style.Padding        padding3        = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
     DevComponents.DotNetBar.SuperGrid.Style.Background     background1     = new DevComponents.DotNetBar.SuperGrid.Style.Background();
     DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend();
     DevComponents.DotNetBar.SuperGrid.Style.BorderPattern  borderPattern1  = new DevComponents.DotNetBar.SuperGrid.Style.BorderPattern();
     DevComponents.DotNetBar.SuperGrid.Style.Padding        padding4        = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
     DevComponents.DotNetBar.SuperGrid.Style.Padding        padding5        = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
     this.richTextBox1      = new DevComponents.DotNetBar.Controls.RichTextBoxEx();
     this.cbxAltRowStyle    = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cbxAltColStyle    = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cbxTreeButtons    = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cbxHeaderImages   = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.btnExpandAll      = new DevComponents.DotNetBar.ButtonX();
     this.btnCollapseAll    = new DevComponents.DotNetBar.ButtonX();
     this.comboBoxEx1       = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1           = new DevComponents.DotNetBar.LabelX();
     this.superGridControl1 = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
     this.styleManager1     = new DevComponents.DotNetBar.StyleManager(this.components);
     this.SuspendLayout();
     //
     // richTextBox1
     //
     this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.richTextBox1.BackColorRichTextBox = System.Drawing.Color.White;
     //
     //
     //
     this.richTextBox1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.richTextBox1.Location = new System.Drawing.Point(4, 4);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.ReadOnly = true;
     this.richTextBox1.Size     = new System.Drawing.Size(780, 113);
     this.richTextBox1.TabIndex = 3;
     this.richTextBox1.TabStop  = false;
     //
     // cbxAltRowStyle
     //
     this.cbxAltRowStyle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     //
     //
     this.cbxAltRowStyle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxAltRowStyle.Location        = new System.Drawing.Point(193, 555);
     this.cbxAltRowStyle.Name            = "cbxAltRowStyle";
     this.cbxAltRowStyle.Size            = new System.Drawing.Size(160, 23);
     this.cbxAltRowStyle.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cbxAltRowStyle.TabIndex        = 3;
     this.cbxAltRowStyle.Text            = "Use Alternate Row Style";
     this.cbxAltRowStyle.CheckedChanged += new System.EventHandler(this.CbxAltRowStyleCheckedChanged);
     //
     // cbxAltColStyle
     //
     this.cbxAltColStyle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     //
     //
     this.cbxAltColStyle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxAltColStyle.Location        = new System.Drawing.Point(193, 583);
     this.cbxAltColStyle.Name            = "cbxAltColStyle";
     this.cbxAltColStyle.Size            = new System.Drawing.Size(160, 23);
     this.cbxAltColStyle.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cbxAltColStyle.TabIndex        = 4;
     this.cbxAltColStyle.Text            = "Use Alternate Column Style";
     this.cbxAltColStyle.CheckedChanged += new System.EventHandler(this.CbxAltColStyleCheckedChanged);
     //
     // cbxTreeButtons
     //
     this.cbxTreeButtons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     //
     //
     this.cbxTreeButtons.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxTreeButtons.Location        = new System.Drawing.Point(14, 555);
     this.cbxTreeButtons.Name            = "cbxTreeButtons";
     this.cbxTreeButtons.Size            = new System.Drawing.Size(173, 23);
     this.cbxTreeButtons.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cbxTreeButtons.TabIndex        = 1;
     this.cbxTreeButtons.Text            = "Set Tree Buttons";
     this.cbxTreeButtons.CheckedChanged += new System.EventHandler(this.CbxTreeButtonsCheckedChanged);
     //
     // cbxHeaderImages
     //
     this.cbxHeaderImages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     //
     //
     this.cbxHeaderImages.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxHeaderImages.Location        = new System.Drawing.Point(14, 583);
     this.cbxHeaderImages.Name            = "cbxHeaderImages";
     this.cbxHeaderImages.Size            = new System.Drawing.Size(173, 23);
     this.cbxHeaderImages.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cbxHeaderImages.TabIndex        = 2;
     this.cbxHeaderImages.Text            = "Show Column Header Images";
     this.cbxHeaderImages.CheckedChanged += new System.EventHandler(this.CbxHeaderImagesCheckedChanged);
     //
     // btnExpandAll
     //
     this.btnExpandAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExpandAll.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnExpandAll.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExpandAll.Location       = new System.Drawing.Point(620, 561);
     this.btnExpandAll.Name           = "btnExpandAll";
     this.btnExpandAll.Size           = new System.Drawing.Size(152, 20);
     this.btnExpandAll.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnExpandAll.TabIndex       = 7;
     this.btnExpandAll.Text           = "Expand All Rows";
     this.btnExpandAll.Click         += new System.EventHandler(this.BtnExpandAllClick);
     //
     // btnCollapseAll
     //
     this.btnCollapseAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCollapseAll.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCollapseAll.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCollapseAll.Location       = new System.Drawing.Point(620, 587);
     this.btnCollapseAll.Name           = "btnCollapseAll";
     this.btnCollapseAll.Size           = new System.Drawing.Size(152, 20);
     this.btnCollapseAll.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCollapseAll.TabIndex       = 8;
     this.btnCollapseAll.Text           = "Collapse All Rows";
     this.btnCollapseAll.Click         += new System.EventHandler(this.BtnCollapseAllClick);
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.comboBoxEx1.DisplayMember     = "Text";
     this.comboBoxEx1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight        = 14;
     this.comboBoxEx1.Location          = new System.Drawing.Point(414, 584);
     this.comboBoxEx1.Name                  = "comboBoxEx1";
     this.comboBoxEx1.Size                  = new System.Drawing.Size(106, 20);
     this.comboBoxEx1.Style                 = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx1.TabIndex              = 6;
     this.comboBoxEx1.SelectedIndexChanged += new System.EventHandler(this.ComboBoxEx1SelectedIndexChanged);
     //
     // labelX1
     //
     this.labelX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(414, 562);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(96, 19);
     this.labelX1.TabIndex = 5;
     this.labelX1.Text     = "Sort Level";
     //
     // superGridControl1
     //
     this.superGridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     padding1.Bottom = 2;
     padding1.Left   = 2;
     padding1.Right  = 2;
     padding1.Top    = 2;
     this.superGridControl1.DefaultVisualStyles.CellStyles.Default.Margin = padding1;
     this.superGridControl1.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
     this.superGridControl1.Location = new System.Drawing.Point(0, 123);
     this.superGridControl1.Name     = "superGridControl1";
     this.superGridControl1.PrimaryGrid.Caption.Text = "Numeric related Input Cell Editors";
     this.superGridControl1.PrimaryGrid.ColumnHeader.ShowHeaderImages = false;
     gridColumn1.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
     gridColumn1.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
     gridColumn1.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDateTimeInputEditControl);
     gridColumn1.FillWeight = 140;
     gridColumn1.HeaderStyles.Default.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     gridColumn1.Name         = "DateTimeInput";
     gridColumn2.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
     gridColumn2.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
     gridColumn2.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDateTimePickerEditControl);
     gridColumn2.FillWeight = 170;
     gridColumn2.HeaderStyles.Default.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     gridColumn2.Name         = "DateTimePicker";
     gridColumn3.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
     gridColumn3.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
     gridColumn3.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridNumericUpDownEditControl);
     gridColumn3.FillWeight = 130;
     gridColumn3.HeaderStyles.Default.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     gridColumn3.Name         = "NumericUpDown";
     gridColumn4.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
     gridColumn4.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
     gridColumn4.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridIntegerInputEditControl);
     gridColumn4.HeaderStyles.Default.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     gridColumn4.HeaderStyles.Default.ImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.BottomCenter;
     padding2.Bottom = 8;
     padding2.Left   = 4;
     padding2.Right  = 4;
     padding2.Top    = 4;
     gridColumn4.HeaderStyles.Default.ImagePadding = padding2;
     gridColumn4.Name         = "IntegerInput";
     gridColumn5.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
     gridColumn5.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
     gridColumn5.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl);
     gridColumn5.HeaderStyles.Default.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     padding3.Bottom = 8;
     padding3.Left   = 4;
     padding3.Right  = 4;
     padding3.Top    = 4;
     gridColumn5.HeaderStyles.Default.ImagePadding = padding3;
     gridColumn5.Name = "DoubleInput";
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn1);
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn2);
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn3);
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn4);
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn5);
     this.superGridControl1.PrimaryGrid.DefaultRowHeight = 30;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
     backColorBlend1.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.SkyBlue,
         System.Drawing.Color.SteelBlue,
         System.Drawing.Color.SteelBlue,
         System.Drawing.Color.Aqua
     };
     background1.BackColorBlend = backColorBlend1;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Background = background1;
     borderPattern1.Bottom = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
     borderPattern1.Left   = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
     borderPattern1.Right  = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
     borderPattern1.Top    = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.BorderPattern = borderPattern1;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font          = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     padding4.Bottom = 6;
     padding4.Left   = 6;
     padding4.Right  = 6;
     padding4.Top    = 6;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Margin              = padding4;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.TextColor           = System.Drawing.Color.White;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Font           = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.ImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.BottomCenter;
     padding5.Bottom = 4;
     this.superGridControl1.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.ImagePadding = padding5;
     this.superGridControl1.PrimaryGrid.FilterExpr                = null;
     this.superGridControl1.PrimaryGrid.RowHeaderWidth            = 50;
     this.superGridControl1.PrimaryGrid.ShowRowGridIndex          = true;
     this.superGridControl1.PrimaryGrid.ShowTreeButtons           = true;
     this.superGridControl1.PrimaryGrid.ShowTreeLines             = true;
     this.superGridControl1.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
     this.superGridControl1.Size     = new System.Drawing.Size(784, 422);
     this.superGridControl1.TabIndex = 0;
     this.superGridControl1.Text     = "superGridControl1";
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle         = DevComponents.DotNetBar.eStyle.Windows7Blue;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(26))))));
     //
     // DemoGridBasics2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 621);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.comboBoxEx1);
     this.Controls.Add(this.btnCollapseAll);
     this.Controls.Add(this.btnExpandAll);
     this.Controls.Add(this.cbxHeaderImages);
     this.Controls.Add(this.cbxTreeButtons);
     this.Controls.Add(this.cbxAltColStyle);
     this.Controls.Add(this.cbxAltRowStyle);
     this.Controls.Add(this.superGridControl1);
     this.Controls.Add(this.richTextBox1);
     this.DoubleBuffered = true;
     this.EnableGlass    = false;
     this.Name           = "DemoGridBasics2";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "SuperGrid Demo - Numeric Related Control Types";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn1     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn2     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn3     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn4     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.Style.Background     background1     = new DevComponents.DotNetBar.SuperGrid.Style.Background();
     DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn5     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn6     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn7     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn8     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn9     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn10    = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn11    = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn12    = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridRow  gridRow1  = new DevComponents.DotNetBar.SuperGrid.GridRow();
     DevComponents.DotNetBar.SuperGrid.GridCell gridCell1 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell gridCell2 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell gridCell3 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell gridCell4 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell gridCell5 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell gridCell6 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridRow  gridRow2  = new DevComponents.DotNetBar.SuperGrid.GridRow();
     this.LendGrid = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
     this.SuspendLayout();
     //
     // LendGrid
     //
     this.LendGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.LendGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
     this.LendGrid.Location = new System.Drawing.Point(0, 0);
     this.LendGrid.Name     = "LendGrid";
     this.LendGrid.PrimaryGrid.Caption.RowHeight = 40;
     this.LendGrid.PrimaryGrid.Caption.Text      = "资料借出登记表";
     gridColumn1.Name       = "gcId";
     gridColumn1.Visible    = false;
     gridColumn2.HeaderText = "资料名称";
     gridColumn2.Name       = "gcArchName";
     gridColumn2.Width      = 360;
     gridColumn3.HeaderText = "借出日期";
     gridColumn3.Name       = "gcLendDate";
     backColorBlend1.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.LightGray
     };
     background1.BackColorBlend = backColorBlend1;
     gridColumn4.CellStyles.Default.Background = background1;
     gridColumn4.HeaderText  = "份数";
     gridColumn4.Name        = "gcCount";
     gridColumn5.HeaderText  = "借出事由";
     gridColumn5.Name        = "gcReason";
     gridColumn5.Width       = 70;
     gridColumn6.HeaderText  = "借出单位";
     gridColumn6.Name        = "gcLendUnit";
     gridColumn6.Width       = 60;
     gridColumn7.HeaderText  = "借出人";
     gridColumn7.Name        = "gcBorrower";
     gridColumn8.HeaderText  = "电话";
     gridColumn8.Name        = "gcPhone";
     gridColumn8.Width       = 80;
     gridColumn9.HeaderText  = "预计归还时间";
     gridColumn9.Name        = "gcRebackDate";
     gridColumn10.HeaderText = "经办人";
     gridColumn10.Name       = "gcHandler";
     gridColumn11.HeaderText = "核准人";
     gridColumn11.Name       = "gcApprovedBy";
     gridColumn12.HeaderText = "是否需要归还";
     gridColumn12.Name       = "gcNeedReturn";
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn1);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn2);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn3);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn4);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn5);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn6);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn7);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn8);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn9);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn10);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn11);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn12);
     this.LendGrid.PrimaryGrid.EnableFiltering      = true;
     this.LendGrid.PrimaryGrid.Filter.RowHeight     = 25;
     this.LendGrid.PrimaryGrid.Filter.Visible       = true;
     this.LendGrid.PrimaryGrid.RowHeaderIndexOffset = 1;
     gridRow1.Cells.Add(gridCell1);
     gridRow1.Cells.Add(gridCell2);
     gridRow1.Cells.Add(gridCell3);
     gridRow1.Cells.Add(gridCell4);
     gridRow1.Cells.Add(gridCell5);
     gridRow1.Cells.Add(gridCell6);
     gridRow1.InfoText = "";
     this.LendGrid.PrimaryGrid.Rows.Add(gridRow1);
     this.LendGrid.PrimaryGrid.Rows.Add(gridRow2);
     this.LendGrid.PrimaryGrid.ShowRowGridIndex = true;
     this.LendGrid.Size     = new System.Drawing.Size(1308, 585);
     this.LendGrid.TabIndex = 8;
     this.LendGrid.Text     = "superGridControl3";
     //
     // LendGridCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.LendGrid);
     this.Name = "LendGridCtrl";
     this.Size = new System.Drawing.Size(1308, 585);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn1     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn2     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn3     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn4     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn5     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn6     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn7     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn8     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridRow              gridRow1        = new DevComponents.DotNetBar.SuperGrid.GridRow();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell1       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell2       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell3       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell4       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell5       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell6       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.Style.Background     background1     = new DevComponents.DotNetBar.SuperGrid.Style.Background();
     DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend();
     DevComponents.DotNetBar.SuperGrid.Style.Background     background2     = new DevComponents.DotNetBar.SuperGrid.Style.Background();
     DevComponents.DotNetBar.SuperGrid.GridRow              gridRow2        = new DevComponents.DotNetBar.SuperGrid.GridRow();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell7       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell8       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell             gridCell9       = new DevComponents.DotNetBar.SuperGrid.GridCell();
     this.StatGrid          = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
     this.panel2            = new System.Windows.Forms.Panel();
     this.buttonX1          = new DevComponents.DotNetBar.ButtonX();
     this.btnRefreshArchive = new DevComponents.DotNetBar.ButtonX();
     this.btnExport         = new DevComponents.DotNetBar.ButtonX();
     this.btnPrint          = new DevComponents.DotNetBar.ButtonX();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // StatGrid
     //
     this.StatGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.StatGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
     this.StatGrid.Location = new System.Drawing.Point(0, 51);
     this.StatGrid.Name     = "StatGrid";
     this.StatGrid.PrimaryGrid.Caption.RowHeight = 40;
     this.StatGrid.PrimaryGrid.Caption.Text      = "未归还统计";
     gridColumn1.DefaultNewRowCellValue          = "";
     gridColumn1.EditorType          = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxDropDownEditControl);
     gridColumn1.FilterPopupMaxItems = 75;
     gridColumn1.HeaderText          = "项目名称";
     gridColumn1.Name       = "gcProjectName";
     gridColumn1.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridComboBoxExEditControl);
     gridColumn1.Width      = 275;
     gridColumn2.HeaderText = "资料名称";
     gridColumn2.Name       = "gcArchName";
     gridColumn2.Width      = 360;
     gridColumn3.HeaderText = "未归还份数";
     gridColumn3.Name       = "gcAllCount";
     gridColumn3.Width      = 80;
     gridColumn4.HeaderText = "借出人";
     gridColumn4.Name       = "gcBorrower";
     gridColumn5.HeaderText = "电话";
     gridColumn5.Name       = "gcPhone";
     gridColumn6.HeaderText = "借出单位";
     gridColumn6.Name       = "gcUnit";
     gridColumn7.HeaderText = "借出事由";
     gridColumn7.Name       = "gcReason";
     gridColumn8.HeaderText = "是否需要归还";
     gridColumn8.Name       = "gcNeedReturn";
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn1);
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn2);
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn3);
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn4);
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn5);
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn6);
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn7);
     this.StatGrid.PrimaryGrid.Columns.Add(gridColumn8);
     this.StatGrid.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font      = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.StatGrid.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.TextColor = System.Drawing.Color.Black;
     this.StatGrid.PrimaryGrid.EnableFiltering      = true;
     this.StatGrid.PrimaryGrid.Filter.RowHeight     = 25;
     this.StatGrid.PrimaryGrid.Filter.Visible       = true;
     this.StatGrid.PrimaryGrid.RowHeaderIndexOffset = 1;
     this.StatGrid.PrimaryGrid.RowHeaderWidth       = 65;
     gridCell1.Value = "1";
     gridCell2.Value = "2";
     gridRow1.Cells.Add(gridCell1);
     gridRow1.Cells.Add(gridCell2);
     gridRow1.Cells.Add(gridCell3);
     gridRow1.Cells.Add(gridCell4);
     gridRow1.Cells.Add(gridCell5);
     gridRow1.Cells.Add(gridCell6);
     backColorBlend1.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.CornflowerBlue
     };
     background1.BackColorBlend             = backColorBlend1;
     background1.Color1                     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     gridRow1.CellStyles.Default.Background = background1;
     gridRow1.Expanded        = true;
     gridRow1.InfoText        = "";
     background2.BackFillType = DevComponents.DotNetBar.SuperGrid.Style.BackFillType.Center;
     background2.Color1       = System.Drawing.Color.Goldenrod;
     gridRow1.RowStyles.Default.Background = background2;
     gridCell7.Value = "2";
     gridCell8.Value = "2";
     gridRow2.Cells.Add(gridCell7);
     gridRow2.Cells.Add(gridCell8);
     gridRow2.Cells.Add(gridCell9);
     this.StatGrid.PrimaryGrid.Rows.Add(gridRow1);
     this.StatGrid.PrimaryGrid.Rows.Add(gridRow2);
     this.StatGrid.PrimaryGrid.ShowRowGridIndex = true;
     this.StatGrid.Size     = new System.Drawing.Size(1290, 540);
     this.StatGrid.TabIndex = 5;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonX1);
     this.panel2.Controls.Add(this.btnRefreshArchive);
     this.panel2.Controls.Add(this.btnExport);
     this.panel2.Controls.Add(this.btnPrint);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1290, 51);
     this.panel2.TabIndex = 4;
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location       = new System.Drawing.Point(1140, 15);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(75, 23);
     this.buttonX1.Style          = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.buttonX1.TabIndex       = 3;
     this.buttonX1.Text           = "buttonX1";
     this.buttonX1.Visible        = false;
     //
     // btnRefreshArchive
     //
     this.btnRefreshArchive.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnRefreshArchive.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRefreshArchive.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnRefreshArchive.Location   = new System.Drawing.Point(259, 15);
     this.btnRefreshArchive.Name       = "btnRefreshArchive";
     this.btnRefreshArchive.Size       = new System.Drawing.Size(75, 26);
     this.btnRefreshArchive.Style      = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnRefreshArchive.TabIndex   = 2;
     this.btnRefreshArchive.Text       = "未归还统计";
     this.btnRefreshArchive.Visible    = false;
     this.btnRefreshArchive.Click     += new System.EventHandler(this.btnRefreshArchive_Click);
     //
     // btnExport
     //
     this.btnExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExport.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.btnExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExport.Location   = new System.Drawing.Point(26, 15);
     this.btnExport.Name       = "btnExport";
     this.btnExport.Size       = new System.Drawing.Size(75, 26);
     this.btnExport.Style      = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnExport.TabIndex   = 1;
     this.btnExport.Text       = "导出";
     this.btnExport.Click     += new System.EventHandler(this.btnExport_Click);
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.Location       = new System.Drawing.Point(164, 15);
     this.btnPrint.Name           = "btnPrint";
     this.btnPrint.Size           = new System.Drawing.Size(75, 26);
     this.btnPrint.Style          = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnPrint.TabIndex       = 0;
     this.btnPrint.Text           = "打印";
     this.btnPrint.Visible        = false;
     this.btnPrint.Click         += new System.EventHandler(this.btnPrint_Click);
     //
     // NoReturnForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1290, 591);
     this.Controls.Add(this.StatGrid);
     this.Controls.Add(this.panel2);
     this.Name          = "NoReturnForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "未归还统计";
     this.Shown        += new System.EventHandler(this.NoReturnForm_Shown);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn1     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn2     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn3     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn4     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.Style.Background     background1     = new DevComponents.DotNetBar.SuperGrid.Style.Background();
     DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn5     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn6     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn7     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn8     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn9     = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn10    = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn11    = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn12    = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn           gridColumn13    = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridRow      gridRow1  = new DevComponents.DotNetBar.SuperGrid.GridRow();
     DevComponents.DotNetBar.SuperGrid.GridCell     gridCell1 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell     gridCell2 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell     gridCell3 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell     gridCell4 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell     gridCell5 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridCell     gridCell6 = new DevComponents.DotNetBar.SuperGrid.GridCell();
     DevComponents.DotNetBar.SuperGrid.GridRow      gridRow2  = new DevComponents.DotNetBar.SuperGrid.GridRow();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LendForm));
     this.LendGrid         = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
     this.panel3           = new System.Windows.Forms.Panel();
     this.btnDelete        = new DevComponents.DotNetBar.ButtonX();
     this.btnSaveAndReturn = new DevComponents.DotNetBar.ButtonX();
     this.btnLendRefresh   = new DevComponents.DotNetBar.ButtonX();
     this.btnSaveSend      = new DevComponents.DotNetBar.ButtonX();
     this.btnLend          = new DevComponents.DotNetBar.ButtonX();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // LendGrid
     //
     this.LendGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.LendGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
     this.LendGrid.Location = new System.Drawing.Point(0, 51);
     this.LendGrid.Name     = "LendGrid";
     this.LendGrid.PrimaryGrid.Caption.RowHeight = 40;
     this.LendGrid.PrimaryGrid.Caption.Text      = "资料借出登记表";
     gridColumn1.HeaderText = "资料名称";
     gridColumn1.Name       = "gcArchName";
     gridColumn1.Width      = 360;
     gridColumn2.Name       = "gcId";
     gridColumn2.Visible    = false;
     gridColumn3.HeaderText = "借出日期";
     gridColumn3.Name       = "gcLendDate";
     backColorBlend1.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.LightGray
     };
     background1.BackColorBlend = backColorBlend1;
     gridColumn4.CellStyles.Default.Background = background1;
     gridColumn4.HeaderText  = "份数";
     gridColumn4.Name        = "gcCount";
     gridColumn5.HeaderText  = "借出事由";
     gridColumn5.Name        = "gcReason";
     gridColumn5.Width       = 70;
     gridColumn6.HeaderText  = "借出单位";
     gridColumn6.Name        = "gcLendUnit";
     gridColumn6.Width       = 60;
     gridColumn7.HeaderText  = "借出人";
     gridColumn7.Name        = "gcBorrower";
     gridColumn8.HeaderText  = "电话";
     gridColumn8.Name        = "gcPhone";
     gridColumn8.Width       = 80;
     gridColumn9.HeaderText  = "预计归还时间";
     gridColumn9.Name        = "gcRebackDate";
     gridColumn10.HeaderText = "经办人";
     gridColumn10.Name       = "gcHandler";
     gridColumn11.HeaderText = "核准人";
     gridColumn11.Name       = "gcApprovedBy";
     gridColumn12.HeaderText = "是否需要归还";
     gridColumn12.Name       = "gcNeedReturn";
     gridColumn13.Name       = "gcArchId";
     gridColumn13.Visible    = false;
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn1);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn2);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn3);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn4);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn5);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn6);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn7);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn8);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn9);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn10);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn11);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn12);
     this.LendGrid.PrimaryGrid.Columns.Add(gridColumn13);
     this.LendGrid.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font      = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.LendGrid.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.TextColor = System.Drawing.Color.Black;
     this.LendGrid.PrimaryGrid.EnableFiltering      = true;
     this.LendGrid.PrimaryGrid.Filter.RowHeight     = 25;
     this.LendGrid.PrimaryGrid.Filter.Visible       = true;
     this.LendGrid.PrimaryGrid.RowHeaderIndexOffset = 1;
     gridRow1.Cells.Add(gridCell1);
     gridRow1.Cells.Add(gridCell2);
     gridRow1.Cells.Add(gridCell3);
     gridRow1.Cells.Add(gridCell4);
     gridRow1.Cells.Add(gridCell5);
     gridRow1.Cells.Add(gridCell6);
     gridRow1.InfoText = "";
     this.LendGrid.PrimaryGrid.Rows.Add(gridRow1);
     this.LendGrid.PrimaryGrid.Rows.Add(gridRow2);
     this.LendGrid.PrimaryGrid.ShowRowGridIndex = true;
     this.LendGrid.Size     = new System.Drawing.Size(1318, 637);
     this.LendGrid.TabIndex = 7;
     this.LendGrid.Text     = "superGridControl3";
     this.LendGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LendGrid_KeyDown);
     this.LendGrid.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.LendGrid_KeyUp);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.btnDelete);
     this.panel3.Controls.Add(this.btnSaveAndReturn);
     this.panel3.Controls.Add(this.btnLendRefresh);
     this.panel3.Controls.Add(this.btnSaveSend);
     this.panel3.Controls.Add(this.btnLend);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1318, 51);
     this.panel3.TabIndex = 6;
     //
     // btnDelete
     //
     this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnDelete.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelete.Location  = new System.Drawing.Point(345, 15);
     this.btnDelete.Name      = "btnDelete";
     this.btnDelete.Size      = new System.Drawing.Size(75, 26);
     this.btnDelete.Style     = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnDelete.TabIndex  = 5;
     this.btnDelete.Text      = "删除";
     this.btnDelete.TextColor = System.Drawing.Color.Red;
     this.btnDelete.Click    += new System.EventHandler(this.btnDelete_Click);
     //
     // btnSaveAndReturn
     //
     this.btnSaveAndReturn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSaveAndReturn.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveAndReturn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSaveAndReturn.Location   = new System.Drawing.Point(1166, 15);
     this.btnSaveAndReturn.Name       = "btnSaveAndReturn";
     this.btnSaveAndReturn.Size       = new System.Drawing.Size(140, 26);
     this.btnSaveAndReturn.Style      = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnSaveAndReturn.TabIndex   = 4;
     this.btnSaveAndReturn.Text       = "保存并返回登记收存";
     this.btnSaveAndReturn.Click     += new System.EventHandler(this.btnSaveAndReturn_Click);
     //
     // btnLendRefresh
     //
     this.btnLendRefresh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLendRefresh.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLendRefresh.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLendRefresh.Location   = new System.Drawing.Point(130, 15);
     this.btnLendRefresh.Name       = "btnLendRefresh";
     this.btnLendRefresh.Size       = new System.Drawing.Size(75, 26);
     this.btnLendRefresh.Style      = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnLendRefresh.TabIndex   = 3;
     this.btnLendRefresh.Text       = "刷新";
     this.btnLendRefresh.Visible    = false;
     this.btnLendRefresh.Click     += new System.EventHandler(this.btnLendRefresh_Click);
     //
     // btnSaveSend
     //
     this.btnSaveSend.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSaveSend.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveSend.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSaveSend.Location   = new System.Drawing.Point(1060, 15);
     this.btnSaveSend.Name       = "btnSaveSend";
     this.btnSaveSend.Size       = new System.Drawing.Size(75, 26);
     this.btnSaveSend.Style      = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnSaveSend.TabIndex   = 2;
     this.btnSaveSend.Text       = "保存";
     this.btnSaveSend.Click     += new System.EventHandler(this.btnSaveSend_Click);
     //
     // btnLend
     //
     this.btnLend.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLend.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLend.Location       = new System.Drawing.Point(27, 15);
     this.btnLend.Name           = "btnLend";
     this.btnLend.Size           = new System.Drawing.Size(75, 26);
     this.btnLend.Style          = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.btnLend.TabIndex       = 0;
     this.btnLend.Text           = "登记借出";
     this.btnLend.Click         += new System.EventHandler(this.btnLend_Click);
     //
     // LendForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1318, 688);
     this.Controls.Add(this.LendGrid);
     this.Controls.Add(this.panel3);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "LendForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "借出资料";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.LendForm_FormClosing);
     this.Shown        += new System.EventHandler(this.LendForm_Shown);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }