namespace JwKdsV { partial class SaleClearForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); DevComponents.DotNetBar.SuperGrid.Style.Background background3 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); DevComponents.DotNetBar.SuperGrid.Style.Background background4 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); DevComponents.DotNetBar.SuperGrid.Style.BorderColor borderColor1 = new DevComponents.DotNetBar.SuperGrid.Style.BorderColor(); this.mainPanel = new JwKdsV.Component.DoubleBufferPanelX(); this.productControl = new JwKdsV.Component.ProductControl(); this.keyboardPanel = new JwKdsV.Component.DoubleBufferPanelX(); this.searchPanel = new JwKdsV.Component.DoubleBufferPanelX(); this.txtSearch = new JwKdsV.Component.NormalTextBox(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.categoryPanel = new JwKdsV.Component.DoubleBufferPanelX(); this.categoryControl = new JwKdsV.Component.CategoryControl(); this.leftContainer = new JwKdsV.Component.DoubleBufferPanelX(); this.gridControl = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.id = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.name = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.quantity = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.unitName = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.detailPanel = new JwKdsV.Component.DoubleBufferPanelX(); this.lblDateTimer = new DevComponents.DotNetBar.LabelX(); this.lblSaleQuantity = new DevComponents.DotNetBar.LabelX(); this.lblNotifyQuantity = new DevComponents.DotNetBar.LabelX(); this.lblTotalQuantity = new DevComponents.DotNetBar.LabelX(); this.bottomPanel = new JwKdsV.Component.DoubleBufferPanelX(); this.touchLabelX3 = new JwKdsV.Component.TouchLabelX(); this.touchShowHide = new JwKdsV.Component.TouchLabelX(); this.touchLabelX2 = new JwKdsV.Component.TouchLabelX(); this.touchLabelX1 = new JwKdsV.Component.TouchLabelX(); this.orderPanel = new JwKdsV.Component.DoubleBufferPanelX(); this.dateTime = new JwKdsV.Component.DatePicker(); this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX28 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.gridCell1 = new DevComponents.DotNetBar.SuperGrid.GridCell(); this.gridCell2 = new DevComponents.DotNetBar.SuperGrid.GridCell(); this.gridCell3 = new DevComponents.DotNetBar.SuperGrid.GridCell(); this.mainPanel.SuspendLayout(); this.searchPanel.SuspendLayout(); this.categoryPanel.SuspendLayout(); this.leftContainer.SuspendLayout(); this.detailPanel.SuspendLayout(); this.bottomPanel.SuspendLayout(); this.orderPanel.SuspendLayout(); this.SuspendLayout(); // // mainPanel // this.mainPanel.CanvasColor = System.Drawing.SystemColors.Control; this.mainPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.mainPanel.Controls.Add(this.productControl); this.mainPanel.Controls.Add(this.keyboardPanel); this.mainPanel.Controls.Add(this.searchPanel); this.mainPanel.Controls.Add(this.categoryPanel); this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty; this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPanel.Location = new System.Drawing.Point(442, 0); this.mainPanel.Name = "mainPanel"; this.mainPanel.Padding = new System.Windows.Forms.Padding(2); this.mainPanel.Size = new System.Drawing.Size(522, 606); this.mainPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.mainPanel.Style.BackColor1.Alpha = ((byte)(0)); this.mainPanel.Style.BackColor1.Color = System.Drawing.Color.DimGray; this.mainPanel.Style.BackColor2.Alpha = ((byte)(0)); this.mainPanel.Style.BackColor2.Color = System.Drawing.Color.DimGray; this.mainPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.mainPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.mainPanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Right; this.mainPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.mainPanel.Style.GradientAngle = 90; this.mainPanel.TabIndex = 49; // // productControl // this.productControl.AutoPager = true; this.productControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167))))); this.productControl.BackColor1 = "187, 175, 167"; this.productControl.BackColor2 = "187, 175, 167"; this.productControl.Columns = 7; this.productControl.Dock = System.Windows.Forms.DockStyle.Fill; this.productControl.FontSize = JwKdsV.Core.SystemFont.默认; this.productControl.ItemHeight = 70; this.productControl.ItemWidth = 90; this.productControl.Location = new System.Drawing.Point(2, 92); this.productControl.Name = "productControl"; this.productControl.PageNumber = 0; this.productControl.PagerColor1 = "DimGray"; this.productControl.PagerColor2 = "DimGray"; this.productControl.ProductCornerType = JwKdsV.Core.Bean.CornerType.圆角; this.productControl.SaleClearColor = null; this.productControl.SaleClearFont = JwKdsV.Core.SystemFont.默认; this.productControl.SaleClearNotifyColor = null; this.productControl.SaleClearTextColor = null; this.productControl.SaleStopColor = null; this.productControl.SelBackColor = null; this.productControl.SelProductFont = JwKdsV.Core.SystemFont.默认; this.productControl.SelTextColor = null; this.productControl.ShowType = JwKdsV.Core.Bean.ProductShowType.全称和零售价; this.productControl.Size = new System.Drawing.Size(518, 427); this.productControl.TabIndex = 63; this.productControl.TextColor = "White"; this.productControl.ProductCheckedChanged += new JwKdsV.Component.ProductEventHandler(this.OnProductCheckedChanged); // // keyboardPanel // this.keyboardPanel.CanvasColor = System.Drawing.SystemColors.Control; this.keyboardPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.keyboardPanel.DisabledBackColor = System.Drawing.Color.Empty; this.keyboardPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.keyboardPanel.Location = new System.Drawing.Point(2, 519); this.keyboardPanel.Name = "keyboardPanel"; this.keyboardPanel.Padding = new System.Windows.Forms.Padding(2); this.keyboardPanel.Size = new System.Drawing.Size(518, 35); this.keyboardPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.keyboardPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.keyboardPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.keyboardPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.keyboardPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.keyboardPanel.Style.GradientAngle = 90; this.keyboardPanel.TabIndex = 62; this.keyboardPanel.VisibleChanged += new System.EventHandler(this.OnSearchPanelVisibleChanged); // // searchPanel // this.searchPanel.CanvasColor = System.Drawing.SystemColors.Control; this.searchPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.searchPanel.Controls.Add(this.txtSearch); this.searchPanel.Controls.Add(this.labelX4); this.searchPanel.DisabledBackColor = System.Drawing.Color.Empty; this.searchPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.searchPanel.Location = new System.Drawing.Point(2, 554); this.searchPanel.Name = "searchPanel"; this.searchPanel.Padding = new System.Windows.Forms.Padding(2); this.searchPanel.Size = new System.Drawing.Size(518, 50); this.searchPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.searchPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.searchPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.searchPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.searchPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.searchPanel.Style.GradientAngle = 90; this.searchPanel.TabIndex = 58; // // txtSearch // this.txtSearch.BackColor = System.Drawing.Color.White; // // // this.txtSearch.Border.BorderColor = System.Drawing.Color.DimGray; this.txtSearch.Border.BorderColor2 = System.Drawing.Color.DimGray; this.txtSearch.Border.Class = "TextBoxBorder"; this.txtSearch.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtSearch.ButtonCustom.Checked = true; this.txtSearch.ButtonCustom.Symbol = ""; this.txtSearch.ButtonCustom.Visible = true; this.txtSearch.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSearch.DisabledBackColor = System.Drawing.Color.White; this.txtSearch.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSearch.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtSearch.ForeColor = System.Drawing.Color.Black; this.txtSearch.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtSearch.Keyboard = JwKdsV.Core.KeyboardType.英文; this.txtSearch.Location = new System.Drawing.Point(58, 2); this.txtSearch.MaxLength = 24; this.txtSearch.Multiline = true; this.txtSearch.Name = "txtSearch"; this.txtSearch.PreventEnterBeep = true; this.txtSearch.Size = new System.Drawing.Size(458, 46); this.txtSearch.TabIndex = 15; this.txtSearch.ButtonCustomClick += new System.EventHandler(this.OnSearchCustomClick); this.txtSearch.TextChanged += new System.EventHandler(this.OnSearchTextChanged); // // labelX4 // this.labelX4.BackColor = System.Drawing.Color.DimGray; // // // this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Dock = System.Windows.Forms.DockStyle.Left; this.labelX4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX4.ForeColor = System.Drawing.Color.White; this.labelX4.Location = new System.Drawing.Point(2, 2); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(56, 46); this.labelX4.TabIndex = 14; this.labelX4.Text = "编码:"; // // categoryPanel // this.categoryPanel.AutoSize = true; this.categoryPanel.CanvasColor = System.Drawing.SystemColors.Control; this.categoryPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.categoryPanel.Controls.Add(this.categoryControl); this.categoryPanel.DisabledBackColor = System.Drawing.Color.Empty; this.categoryPanel.Dock = System.Windows.Forms.DockStyle.Top; this.categoryPanel.Location = new System.Drawing.Point(2, 2); this.categoryPanel.Name = "categoryPanel"; this.categoryPanel.Size = new System.Drawing.Size(518, 90); this.categoryPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.categoryPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.categoryPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.categoryPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.categoryPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.categoryPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Bottom))); this.categoryPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.categoryPanel.Style.GradientAngle = 90; this.categoryPanel.TabIndex = 16; // // categoryControl // this.categoryControl.AutoSize = true; this.categoryControl.BackColor = System.Drawing.Color.Transparent; this.categoryControl.CategoryCornerType = JwKdsV.Core.Bean.CornerType.默认; this.categoryControl.Dock = System.Windows.Forms.DockStyle.Top; this.categoryControl.Location = new System.Drawing.Point(0, 0); this.categoryControl.MainAutoItemWidth = true; this.categoryControl.MainAutoPager = true; this.categoryControl.MainCategoryBackColor1 = "DimGray"; this.categoryControl.MainCategoryBackColor2 = "DimGray"; this.categoryControl.MainCategoryCode = false; this.categoryControl.MainCategoryColumns = 1; this.categoryControl.MainCategoryFont = JwKdsV.Core.SystemFont.默认; this.categoryControl.MainCategoryItemHeight = 45; this.categoryControl.MainCategoryRows = 1; this.categoryControl.MainCategorySelectedColor = "DimGray"; this.categoryControl.MainCategoryTextColor = "White"; this.categoryControl.MainCustomItemWidth = 80; this.categoryControl.Name = "categoryControl"; this.categoryControl.ShowCagegoryType = JwKdsV.Core.Bean.CategoryShowType.系统默认; this.categoryControl.Size = new System.Drawing.Size(518, 90); this.categoryControl.SubAutoItemWidth = true; this.categoryControl.SubAutoPager = true; this.categoryControl.SubCategoryBackColor1 = "DimGray"; this.categoryControl.SubCategoryBackColor2 = "DimGray"; this.categoryControl.SubCategoryCode = false; this.categoryControl.SubCategoryColumns = 1; this.categoryControl.SubCategoryFont = JwKdsV.Core.SystemFont.默认; this.categoryControl.SubCategoryItemHeight = 45; this.categoryControl.SubCategoryRows = 1; this.categoryControl.SubCategorySelectedColor = "DimGray"; this.categoryControl.SubCategoryTextColor = "White"; this.categoryControl.SubCustomItemWidth = 80; this.categoryControl.TabIndex = 1; // // leftContainer // this.leftContainer.CanvasColor = System.Drawing.SystemColors.Control; this.leftContainer.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.leftContainer.Controls.Add(this.gridControl); this.leftContainer.Controls.Add(this.detailPanel); this.leftContainer.Controls.Add(this.bottomPanel); this.leftContainer.Controls.Add(this.orderPanel); this.leftContainer.DisabledBackColor = System.Drawing.Color.Empty; this.leftContainer.Dock = System.Windows.Forms.DockStyle.Left; this.leftContainer.Location = new System.Drawing.Point(0, 0); this.leftContainer.Name = "leftContainer"; this.leftContainer.Size = new System.Drawing.Size(442, 606); this.leftContainer.Style.Alignment = System.Drawing.StringAlignment.Center; this.leftContainer.Style.BackColor1.Alpha = ((byte)(0)); this.leftContainer.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.leftContainer.Style.BackColor2.Alpha = ((byte)(0)); this.leftContainer.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.leftContainer.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.leftContainer.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.leftContainer.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right))); this.leftContainer.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.leftContainer.Style.GradientAngle = 90; this.leftContainer.TabIndex = 33; this.leftContainer.Text = "111"; // // gridControl // this.gridControl.BackColor = System.Drawing.Color.Transparent; this.gridControl.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); background1.Color1 = System.Drawing.Color.Moccasin; background1.Color2 = System.Drawing.Color.Moccasin; this.gridControl.DefaultVisualStyles.CellStyles.Selected.Background = background1; this.gridControl.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.Black; background2.Color1 = System.Drawing.Color.Moccasin; background2.Color2 = System.Drawing.Color.Moccasin; this.gridControl.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background2; this.gridControl.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black; background3.Color1 = System.Drawing.Color.Transparent; background3.Color2 = System.Drawing.Color.Transparent; this.gridControl.DefaultVisualStyles.GridPanelStyle.Background = background3; this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.gridControl.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gridControl.ForeColor = System.Drawing.Color.Black; this.gridControl.HScrollBarVisible = false; this.gridControl.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.gridControl.Location = new System.Drawing.Point(0, 45); this.gridControl.Name = "gridControl"; // // // this.gridControl.PrimaryGrid.ActiveRowIndicatorStyle = DevComponents.DotNetBar.SuperGrid.ActiveRowIndicatorStyle.None; this.gridControl.PrimaryGrid.AllowEdit = false; this.gridControl.PrimaryGrid.CellDragBehavior = DevComponents.DotNetBar.SuperGrid.CellDragBehavior.None; this.gridControl.PrimaryGrid.CellMergeMode = DevComponents.DotNetBar.SuperGrid.CellMergeMode.None; this.gridControl.PrimaryGrid.ColumnAutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill; this.gridControl.PrimaryGrid.ColumnDragBehavior = DevComponents.DotNetBar.SuperGrid.ColumnDragBehavior.None; this.gridControl.PrimaryGrid.ColumnGroupHeaderClickBehavior = DevComponents.DotNetBar.SuperGrid.ColumnHeaderClickBehavior.None; this.gridControl.PrimaryGrid.ColumnHeaderClickBehavior = DevComponents.DotNetBar.SuperGrid.ColumnHeaderClickBehavior.None; this.gridControl.PrimaryGrid.Columns.Add(this.id); this.gridControl.PrimaryGrid.Columns.Add(this.name); this.gridControl.PrimaryGrid.Columns.Add(this.quantity); this.gridControl.PrimaryGrid.Columns.Add(this.unitName); this.gridControl.PrimaryGrid.DefaultRowHeight = 0; background4.Color1 = System.Drawing.Color.Moccasin; background4.Color2 = System.Drawing.Color.Moccasin; this.gridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background4; this.gridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114))))); this.gridControl.PrimaryGrid.DefaultVisualStyles.FooterStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft; borderColor1.Bottom = System.Drawing.Color.Transparent; borderColor1.Left = System.Drawing.Color.Transparent; borderColor1.Right = System.Drawing.Color.Transparent; borderColor1.Top = System.Drawing.Color.Transparent; this.gridControl.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.BorderColor = borderColor1; // // // this.gridControl.PrimaryGrid.Footer.RowHeight = 30; this.gridControl.PrimaryGrid.Footer.Text = "合计"; this.gridControl.PrimaryGrid.Footer.Visible = false; this.gridControl.PrimaryGrid.GridLines = DevComponents.DotNetBar.SuperGrid.GridLines.Horizontal; this.gridControl.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None; this.gridControl.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.gridControl.PrimaryGrid.KeyboardEditMode = DevComponents.DotNetBar.SuperGrid.KeyboardEditMode.None; this.gridControl.PrimaryGrid.MouseEditMode = DevComponents.DotNetBar.SuperGrid.MouseEditMode.None; this.gridControl.PrimaryGrid.MultiSelect = false; this.gridControl.PrimaryGrid.OnlySendFinalRowActivatedEvents = true; this.gridControl.PrimaryGrid.RowHeaderIndexOffset = 1; this.gridControl.PrimaryGrid.RowWhitespaceClickBehavior = DevComponents.DotNetBar.SuperGrid.RowWhitespaceClickBehavior.None; this.gridControl.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.gridControl.PrimaryGrid.ShowInsertRowImage = false; this.gridControl.PrimaryGrid.ShowRowGridIndex = true; this.gridControl.PrimaryGrid.TopLeftHeaderSelectBehavior = DevComponents.DotNetBar.SuperGrid.TopLeftHeaderSelectBehavior.NoSelection; this.gridControl.Size = new System.Drawing.Size(442, 422); this.gridControl.TabIndex = 59; this.gridControl.Text = " "; // // id // this.id.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); this.id.FillWeight = 50; this.id.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.id.HeaderStyles.Default.ImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter; this.id.HeaderStyles.Default.SymbolDef.Symbol = ""; this.id.HeaderStyles.Default.SymbolDef.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.id.HeaderText = ""; this.id.Name = "id"; this.id.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); this.id.Visible = false; this.id.Width = 50; // // name // this.name.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft; this.name.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; this.name.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; this.name.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; this.name.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); this.name.FillWeight = 160; this.name.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.name.HeaderText = "品名"; this.name.MinimumWidth = 160; this.name.Name = "name"; this.name.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None; this.name.Width = 160; // // quantity // this.quantity.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter; this.quantity.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False; this.quantity.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False; this.quantity.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; this.quantity.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); this.quantity.FillWeight = 40; this.quantity.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 14.25F); this.quantity.HeaderText = "数量"; this.quantity.MinimumWidth = 40; this.quantity.Name = "quantity"; this.quantity.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None; this.quantity.Width = 40; // // unitName // this.unitName.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); this.unitName.FillWeight = 40; this.unitName.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.unitName.HeaderText = "单位"; this.unitName.MinimumWidth = 40; this.unitName.Name = "unitName"; this.unitName.Width = 40; // // detailPanel // this.detailPanel.AutoScroll = true; this.detailPanel.CanvasColor = System.Drawing.SystemColors.Control; this.detailPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.detailPanel.Controls.Add(this.lblDateTimer); this.detailPanel.Controls.Add(this.lblSaleQuantity); this.detailPanel.Controls.Add(this.lblNotifyQuantity); this.detailPanel.Controls.Add(this.lblTotalQuantity); this.detailPanel.DisabledBackColor = System.Drawing.Color.Empty; this.detailPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.detailPanel.Location = new System.Drawing.Point(0, 467); this.detailPanel.Name = "detailPanel"; this.detailPanel.Size = new System.Drawing.Size(442, 89); this.detailPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.detailPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.detailPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.detailPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.detailPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.detailPanel.Style.GradientAngle = 90; this.detailPanel.TabIndex = 58; // // lblDateTimer // this.lblDateTimer.BackColor = System.Drawing.Color.Transparent; // // // this.lblDateTimer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblDateTimer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDateTimer.ForeColor = System.Drawing.Color.Black; this.lblDateTimer.Location = new System.Drawing.Point(5, 52); this.lblDateTimer.Name = "lblDateTimer"; this.lblDateTimer.Size = new System.Drawing.Size(431, 25); this.lblDateTimer.TabIndex = 241; this.lblDateTimer.Tag = "沽清时间:{0}至{1}"; this.lblDateTimer.Text = "沽清时间:"; // // lblSaleQuantity // this.lblSaleQuantity.BackColor = System.Drawing.Color.Transparent; // // // this.lblSaleQuantity.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblSaleQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSaleQuantity.ForeColor = System.Drawing.Color.Black; this.lblSaleQuantity.Location = new System.Drawing.Point(312, 13); this.lblSaleQuantity.Name = "lblSaleQuantity"; this.lblSaleQuantity.Size = new System.Drawing.Size(124, 25); this.lblSaleQuantity.TabIndex = 64; this.lblSaleQuantity.Tag = "已售数量:{0}"; this.lblSaleQuantity.Text = "已售数量:"; // // lblNotifyQuantity // this.lblNotifyQuantity.BackColor = System.Drawing.Color.Transparent; // // // this.lblNotifyQuantity.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblNotifyQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblNotifyQuantity.ForeColor = System.Drawing.Color.Black; this.lblNotifyQuantity.Location = new System.Drawing.Point(159, 13); this.lblNotifyQuantity.Name = "lblNotifyQuantity"; this.lblNotifyQuantity.Size = new System.Drawing.Size(147, 25); this.lblNotifyQuantity.TabIndex = 62; this.lblNotifyQuantity.Tag = "提醒数量:{0}"; this.lblNotifyQuantity.Text = "提醒数量:"; // // lblTotalQuantity // this.lblTotalQuantity.BackColor = System.Drawing.Color.Transparent; // // // this.lblTotalQuantity.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTotalQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTotalQuantity.ForeColor = System.Drawing.Color.Black; this.lblTotalQuantity.Location = new System.Drawing.Point(5, 13); this.lblTotalQuantity.Name = "lblTotalQuantity"; this.lblTotalQuantity.Size = new System.Drawing.Size(148, 25); this.lblTotalQuantity.TabIndex = 60; this.lblTotalQuantity.Tag = "沽清数量:{0}"; this.lblTotalQuantity.Text = "沽清数量:"; // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.touchLabelX3); this.bottomPanel.Controls.Add(this.touchShowHide); this.bottomPanel.Controls.Add(this.touchLabelX2); this.bottomPanel.Controls.Add(this.touchLabelX1); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(0, 556); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Padding = new System.Windows.Forms.Padding(2); this.bottomPanel.Size = new System.Drawing.Size(442, 50); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 54; // // touchLabelX3 // this.touchLabelX3.BackColor = System.Drawing.Color.DimGray; this.touchLabelX3.BackColor1 = System.Drawing.Color.DimGray; this.touchLabelX3.BackColor2 = System.Drawing.Color.Tan; // // // this.touchLabelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.touchLabelX3.BackgroundStyle.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchLabelX3.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.touchLabelX3.Dock = System.Windows.Forms.DockStyle.Fill; this.touchLabelX3.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchLabelX3.ForeColor = System.Drawing.Color.White; this.touchLabelX3.Location = new System.Drawing.Point(53, 2); this.touchLabelX3.Name = "touchLabelX3"; this.touchLabelX3.Size = new System.Drawing.Size(187, 46); this.touchLabelX3.SymbolColor = System.Drawing.Color.White; this.touchLabelX3.SymbolSize = 25F; this.touchLabelX3.TabIndex = 4; this.touchLabelX3.Text = "刷新"; this.touchLabelX3.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.touchLabelX3.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; // // touchShowHide // this.touchShowHide.BackColor = System.Drawing.Color.DimGray; this.touchShowHide.BackColor1 = System.Drawing.Color.DimGray; this.touchShowHide.BackColor2 = System.Drawing.Color.Tan; // // // this.touchShowHide.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.touchShowHide.BackgroundStyle.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchShowHide.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.touchShowHide.Dock = System.Windows.Forms.DockStyle.Left; this.touchShowHide.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchShowHide.ForeColor = System.Drawing.Color.White; this.touchShowHide.Location = new System.Drawing.Point(2, 2); this.touchShowHide.Name = "touchShowHide"; this.touchShowHide.Size = new System.Drawing.Size(51, 46); this.touchShowHide.Symbol = ""; this.touchShowHide.SymbolColor = System.Drawing.Color.White; this.touchShowHide.SymbolSize = 25F; this.touchShowHide.TabIndex = 3; this.touchShowHide.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.touchShowHide.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.touchShowHide.TouchClick += new JwKdsV.Component.TouchLabelX.EventHandler(this.OnShowOrHideTouchClick); // // touchLabelX2 // this.touchLabelX2.BackColor = System.Drawing.Color.DimGray; this.touchLabelX2.BackColor1 = System.Drawing.Color.DimGray; this.touchLabelX2.BackColor2 = System.Drawing.Color.Tan; // // // this.touchLabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.touchLabelX2.Dock = System.Windows.Forms.DockStyle.Right; this.touchLabelX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.touchLabelX2.Location = new System.Drawing.Point(240, 2); this.touchLabelX2.Name = "touchLabelX2"; this.touchLabelX2.Size = new System.Drawing.Size(100, 46); this.touchLabelX2.Symbol = ""; this.touchLabelX2.SymbolColor = System.Drawing.Color.White; this.touchLabelX2.SymbolSize = 25F; this.touchLabelX2.TabIndex = 1; this.touchLabelX2.Tag = "up"; this.touchLabelX2.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; this.touchLabelX2.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.touchLabelX2.Click += new System.EventHandler(this.OnPageChangeClick); // // touchLabelX1 // this.touchLabelX1.BackColor = System.Drawing.Color.DimGray; this.touchLabelX1.BackColor1 = System.Drawing.Color.DimGray; this.touchLabelX1.BackColor2 = System.Drawing.Color.Tan; // // // this.touchLabelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.touchLabelX1.Dock = System.Windows.Forms.DockStyle.Right; this.touchLabelX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.touchLabelX1.Location = new System.Drawing.Point(340, 2); this.touchLabelX1.Name = "touchLabelX1"; this.touchLabelX1.Size = new System.Drawing.Size(100, 46); this.touchLabelX1.Symbol = ""; this.touchLabelX1.SymbolColor = System.Drawing.Color.White; this.touchLabelX1.SymbolSize = 25F; this.touchLabelX1.TabIndex = 0; this.touchLabelX1.Tag = "down"; this.touchLabelX1.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; this.touchLabelX1.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.touchLabelX1.Click += new System.EventHandler(this.OnPageChangeClick); // // orderPanel // this.orderPanel.CanvasColor = System.Drawing.SystemColors.Control; this.orderPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.orderPanel.Controls.Add(this.dateTime); this.orderPanel.Controls.Add(this.checkBoxX1); this.orderPanel.Controls.Add(this.checkBoxX28); this.orderPanel.DisabledBackColor = System.Drawing.Color.Empty; this.orderPanel.Dock = System.Windows.Forms.DockStyle.Top; this.orderPanel.Location = new System.Drawing.Point(0, 0); this.orderPanel.Name = "orderPanel"; this.orderPanel.Padding = new System.Windows.Forms.Padding(2); this.orderPanel.Size = new System.Drawing.Size(442, 45); this.orderPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.orderPanel.Style.BackColor1.Alpha = ((byte)(0)); this.orderPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.orderPanel.Style.BackColor2.Alpha = ((byte)(0)); this.orderPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.orderPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.orderPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.orderPanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.None; this.orderPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.orderPanel.Style.GradientAngle = 90; this.orderPanel.TabIndex = 12; // // dateTime // this.dateTime.CustomFormat = "yyyy-MM-dd"; this.dateTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTime.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTime.HeaderColor = System.Drawing.Color.Empty; this.dateTime.Location = new System.Drawing.Point(291, 9); this.dateTime.Name = "dateTime"; this.dateTime.Size = new System.Drawing.Size(126, 26); this.dateTime.TabIndex = 240; this.dateTime.Value = new System.DateTime(2017, 11, 20, 0, 0, 0, 0); // // checkBoxX1 // // // // this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX1.Location = new System.Drawing.Point(137, 11); this.checkBoxX1.Name = "checkBoxX1"; this.checkBoxX1.Size = new System.Drawing.Size(158, 23); this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX1.TabIndex = 79; this.checkBoxX1.Tag = "Custom"; this.checkBoxX1.Text = "指定日期的有效沽清"; this.checkBoxX1.CheckedChanged += new System.EventHandler(this.OnSearchCheckedChanged); // // checkBoxX28 // // // // this.checkBoxX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX28.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX28.Checked = true; this.checkBoxX28.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxX28.CheckValue = "Y"; this.checkBoxX28.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX28.Location = new System.Drawing.Point(5, 11); this.checkBoxX28.Name = "checkBoxX28"; this.checkBoxX28.Size = new System.Drawing.Size(126, 23); this.checkBoxX28.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX28.TabIndex = 78; this.checkBoxX28.Tag = "Today"; this.checkBoxX28.Text = "今日有效的沽清"; this.checkBoxX28.CheckedChanged += new System.EventHandler(this.OnSearchCheckedChanged); // // gridCell1 // this.gridCell1.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridButtonXEditControl); this.gridCell1.Value = "修改"; // // gridCell2 // this.gridCell2.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); // // gridCell3 // this.gridCell3.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); // // SaleClearForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167))))); this.ClientSize = new System.Drawing.Size(964, 606); this.Controls.Add(this.mainPanel); this.Controls.Add(this.leftContainer); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SaleClearForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "单品沽清"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.mainPanel.ResumeLayout(false); this.mainPanel.PerformLayout(); this.searchPanel.ResumeLayout(false); this.categoryPanel.ResumeLayout(false); this.categoryPanel.PerformLayout(); this.leftContainer.ResumeLayout(false); this.detailPanel.ResumeLayout(false); this.bottomPanel.ResumeLayout(false); this.orderPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX leftContainer; private Component.DoubleBufferPanelX orderPanel; private Component.DoubleBufferPanelX mainPanel; private Component.DoubleBufferPanelX categoryPanel; private Component.CategoryControl categoryControl; private DevComponents.DotNetBar.SuperGrid.GridCell gridCell1; private DevComponents.DotNetBar.SuperGrid.GridCell gridCell2; private DevComponents.DotNetBar.SuperGrid.GridCell gridCell3; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX28; private Component.DatePicker dateTime; private Component.DoubleBufferPanelX bottomPanel; private Component.TouchLabelX touchLabelX3; private Component.TouchLabelX touchShowHide; private Component.TouchLabelX touchLabelX2; private Component.TouchLabelX touchLabelX1; private DevComponents.DotNetBar.SuperGrid.SuperGridControl gridControl; private DevComponents.DotNetBar.SuperGrid.GridColumn id; private DevComponents.DotNetBar.SuperGrid.GridColumn name; private DevComponents.DotNetBar.SuperGrid.GridColumn quantity; private Component.DoubleBufferPanelX detailPanel; private DevComponents.DotNetBar.SuperGrid.GridColumn unitName; private DevComponents.DotNetBar.LabelX lblSaleQuantity; private DevComponents.DotNetBar.LabelX lblNotifyQuantity; private DevComponents.DotNetBar.LabelX lblTotalQuantity; private DevComponents.DotNetBar.LabelX lblDateTimer; private Component.DoubleBufferPanelX keyboardPanel; private Component.DoubleBufferPanelX searchPanel; private Component.NormalTextBox txtSearch; private DevComponents.DotNetBar.LabelX labelX4; private Component.ProductControl productControl; } }