You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

232 lines
12 KiB
C#

namespace POSV.Stock
{
partial class StoreStockCheckSelectProductForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.controlBox1 = new POSV.Component.ControlBox();
this.mainCategoryPage = new POSV.Component.CategoryPage();
this.subCategoryPage = new POSV.Component.CategoryPage();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.txtSearch = new POSV.Component.NormalTextBox();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.productSelectControl1 = new POSV.Component.ProductSelectControl();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// controlBox1
//
this.controlBox1.BackColor = System.Drawing.Color.Maroon;
this.controlBox1.CloseBox = true;
this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox1.ForeColor = System.Drawing.Color.White;
this.controlBox1.Location = new System.Drawing.Point(0, 0);
this.controlBox1.Margin = new System.Windows.Forms.Padding(0);
this.controlBox1.MessageCenterStatus = false;
this.controlBox1.MinimizeBox = false;
this.controlBox1.Name = "controlBox1";
this.controlBox1.NetworkStatus = false;
this.controlBox1.NewForeColor = System.Drawing.Color.White;
this.controlBox1.SettingsBox = false;
this.controlBox1.ShowApplicationVersion = true;
this.controlBox1.ShowKeyboard = false;
this.controlBox1.ShowLockScreen = false;
this.controlBox1.ShowMessageCenter = false;
this.controlBox1.ShowNetworkStatus = false;
this.controlBox1.ShowQrCode = false;
this.controlBox1.Size = new System.Drawing.Size(873, 32);
this.controlBox1.TabIndex = 4;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
//
// mainCategoryPage
//
this.mainCategoryPage.BackColor = System.Drawing.Color.Transparent;
this.mainCategoryPage.CurrentPageNumber = 1;
this.mainCategoryPage.Dock = System.Windows.Forms.DockStyle.Top;
this.mainCategoryPage.itemWidth = 100;
this.mainCategoryPage.Location = new System.Drawing.Point(0, 32);
this.mainCategoryPage.Name = "mainCategoryPage";
this.mainCategoryPage.Size = new System.Drawing.Size(873, 55);
this.mainCategoryPage.TabIndex = 5;
this.mainCategoryPage.TotalCount = 0;
//
// subCategoryPage
//
this.subCategoryPage.BackColor = System.Drawing.Color.Transparent;
this.subCategoryPage.CurrentPageNumber = 1;
this.subCategoryPage.Dock = System.Windows.Forms.DockStyle.Top;
this.subCategoryPage.itemWidth = 100;
this.subCategoryPage.Location = new System.Drawing.Point(0, 87);
this.subCategoryPage.Name = "subCategoryPage";
this.subCategoryPage.Size = new System.Drawing.Size(873, 55);
this.subCategoryPage.TabIndex = 6;
this.subCategoryPage.TotalCount = 0;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.txtSearch);
this.doubleBufferPanelX1.Controls.Add(this.labelX4);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 607);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(873, 45);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 331;
//
// buttonX10
//
this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX10.BackColor = System.Drawing.Color.Red;
this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX10.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonX10.FadeEffect = false;
this.buttonX10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX10.Location = new System.Drawing.Point(740, 2);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(131, 41);
this.buttonX10.TabIndex = 335;
this.buttonX10.Tag = "exit";
this.buttonX10.Text = "确定";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.ExitClick);
//
// txtSearch
//
this.txtSearch.BackColor = System.Drawing.Color.White;
//
//
//
this.txtSearch.Border.Class = "TextBoxBorder";
this.txtSearch.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSearch.ButtonCustom.Symbol = "";
this.txtSearch.ButtonCustom.Visible = true;
this.txtSearch.DisabledBackColor = System.Drawing.Color.White;
this.txtSearch.Font = new System.Drawing.Font("宋体", 14.5F);
this.txtSearch.ForeColor = System.Drawing.Color.Black;
this.txtSearch.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtSearch.Keyboard = POSV.KeyboardType.;
this.txtSearch.Location = new System.Drawing.Point(287, 8);
this.txtSearch.MaxLength = 128;
this.txtSearch.Name = "txtSearch";
this.txtSearch.PreventEnterBeep = true;
this.txtSearch.Size = new System.Drawing.Size(280, 30);
this.txtSearch.TabIndex = 334;
this.txtSearch.WatermarkText = "编号/名称/首字母";
this.txtSearch.OnEnterClick += new POSV.Component.NormalTextBox.EventHandler(this.in_KeyWord_Enter);
this.txtSearch.ButtonCustomClick += new System.EventHandler(this.OnShowKeyboardClick);
this.txtSearch.TextChanged += new System.EventHandler(this.OnTextChanged);
//
// labelX4
//
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX4.ForeColor = System.Drawing.Color.Maroon;
this.labelX4.Location = new System.Drawing.Point(4, 8);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(277, 30);
this.labelX4.TabIndex = 333;
this.labelX4.Text = "商品搜索(编号/名称/首字母):";
this.labelX4.WordWrap = true;
//
// productSelectControl1
//
this.productSelectControl1.AutoPager = true;
this.productSelectControl1.BackColor = System.Drawing.Color.Transparent;
this.productSelectControl1.BackColor1 = "DimGray";
this.productSelectControl1.BackColor2 = "DimGray";
this.productSelectControl1.Columns = 1;
this.productSelectControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.productSelectControl1.FontSize = POSV.SystemFont.;
this.productSelectControl1.ItemHeight = 70;
this.productSelectControl1.ItemWidth = 90;
this.productSelectControl1.Location = new System.Drawing.Point(0, 142);
this.productSelectControl1.Name = "productSelectControl1";
this.productSelectControl1.PageNumber = 0;
this.productSelectControl1.PagerColor1 = "DimGray";
this.productSelectControl1.PagerColor2 = "DimGray";
this.productSelectControl1.ProductCornerType = POSV.Bean.CornerType.;
this.productSelectControl1.SaleClearColor = null;
this.productSelectControl1.SaleClearFont = POSV.SystemFont.;
this.productSelectControl1.SaleClearNotifyColor = null;
this.productSelectControl1.SaleClearTextColor = null;
this.productSelectControl1.SaleStopColor = null;
this.productSelectControl1.SelBackColor = null;
this.productSelectControl1.SelectedIds = null;
this.productSelectControl1.SelProductFont = POSV.SystemFont.;
this.productSelectControl1.SelTextColor = null;
this.productSelectControl1.ShowType = POSV.Bean.ProductShowType.;
this.productSelectControl1.Size = new System.Drawing.Size(873, 465);
this.productSelectControl1.TabIndex = 335;
this.productSelectControl1.TextColor = "White";
//
// StoreStockCheckSelectProductForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(873, 652);
this.Controls.Add(this.productSelectControl1);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.subCategoryPage);
this.Controls.Add(this.mainCategoryPage);
this.Controls.Add(this.controlBox1);
this.Name = "StoreStockCheckSelectProductForm";
this.Text = "SelectProductForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.CategoryPage mainCategoryPage;
private Component.CategoryPage subCategoryPage;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private Component.NormalTextBox txtSearch;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.ButtonX buttonX10;
private Component.ProductSelectControl productSelectControl1;
}
}