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.

572 lines
32 KiB
C#

namespace POSV.Stock
{
partial class StoreStockCheckForm
{
/// <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.stockListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn10 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn11 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn12 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn13 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn14 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn15 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn16 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn17 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.noTextBox = new POSV.Component.NormalTextBox();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.buttonX8 = new DevComponents.DotNetBar.ButtonX();
this.controlBox1 = new POSV.Component.ControlBox();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// stockListTable
//
this.stockListTable.AllowDrop = true;
this.stockListTable.BackColor = System.Drawing.Color.White;
this.stockListTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.stockListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.stockListTable.ForeColor = System.Drawing.Color.Black;
this.stockListTable.ImeMode = System.Windows.Forms.ImeMode.On;
this.stockListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.stockListTable.Location = new System.Drawing.Point(0, 124);
this.stockListTable.Name = "stockListTable";
//
//
//
this.stockListTable.PrimaryGrid.AutoGenerateColumns = false;
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn4);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn5);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn6);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn7);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn10);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn11);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn12);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn13);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn14);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn15);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn16);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn17);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn18);
this.stockListTable.PrimaryGrid.Columns.Add(this.gridColumn8);
this.stockListTable.PrimaryGrid.DefaultRowHeight = 35;
this.stockListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stockListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.stockListTable.PrimaryGrid.MouseEditMode = DevComponents.DotNetBar.SuperGrid.MouseEditMode.SingleClick;
this.stockListTable.PrimaryGrid.MultiSelect = false;
this.stockListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.stockListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.stockListTable.PrimaryGrid.ShowRowGridIndex = true;
this.stockListTable.Size = new System.Drawing.Size(1024, 644);
this.stockListTable.TabIndex = 300;
this.stockListTable.TabSelection = DevComponents.DotNetBar.SuperGrid.TabSelection.CellSameRow;
this.stockListTable.Text = "superGridControl1";
this.stockListTable.CellClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellClickEventArgs>(this.OnOrderItemCellClick);
this.stockListTable.CellValueChanged += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellValueChangedEventArgs>(this.OnCellValueChanged);
this.stockListTable.DataBindingComplete += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridDataBindingCompleteEventArgs>(this.OnDataBindingComplete);
this.stockListTable.BeginEdit += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridEditEventArgs>(this.OnBeginEdit);
this.stockListTable.CloseEdit += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCloseEditEventArgs>(this.OnCloseEdit);
//
// gridColumn2
//
this.gridColumn2.AllowEdit = false;
this.gridColumn2.DataPropertyName = "StorageName";
this.gridColumn2.HeaderText = "仓库";
this.gridColumn2.Name = "storageName";
this.gridColumn2.Width = 120;
//
// gridColumn9
//
this.gridColumn9.AllowEdit = false;
this.gridColumn9.DataPropertyName = "ProductNo";
this.gridColumn9.HeaderText = "商品编号";
this.gridColumn9.Name = "productNo";
//
// gridColumn3
//
this.gridColumn3.AllowEdit = false;
this.gridColumn3.DataPropertyName = "ProductName";
this.gridColumn3.HeaderText = "商品名称";
this.gridColumn3.Name = "productName";
this.gridColumn3.Width = 120;
//
// gridColumn4
//
this.gridColumn4.AllowEdit = false;
this.gridColumn4.DataPropertyName = "SpecName";
this.gridColumn4.HeaderText = "规格名";
this.gridColumn4.Name = "specName";
//
// gridColumn5
//
this.gridColumn5.AllowEdit = false;
this.gridColumn5.DataPropertyName = "ProductDescription";
this.gridColumn5.HeaderText = "商品说明";
this.gridColumn5.Name = "productDescription";
this.gridColumn5.Visible = false;
//
// gridColumn6
//
this.gridColumn6.AllowEdit = false;
this.gridColumn6.DataPropertyName = "StockUnitName";
this.gridColumn6.HeaderText = "库存单位";
this.gridColumn6.Name = "stockUnitName";
this.gridColumn6.Width = 80;
//
// gridColumn1
//
this.gridColumn1.AllowEdit = false;
this.gridColumn1.DataPropertyName = "SysPrice";
this.gridColumn1.HeaderText = "系统价格";
this.gridColumn1.Name = "sysPrice";
//
// gridColumn7
//
this.gridColumn7.AllowEdit = false;
this.gridColumn7.DataPropertyName = "SysAmount";
this.gridColumn7.HeaderText = "系统数量";
this.gridColumn7.Name = "sysAmount";
this.gridColumn7.Visible = false;
//
// gridColumn10
//
this.gridColumn10.DataPropertyName = "CheckAmount";
this.gridColumn10.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl);
this.gridColumn10.HeaderText = "盘点数量";
this.gridColumn10.Name = "checkAmount";
//
// gridColumn11
//
this.gridColumn11.AllowEdit = false;
this.gridColumn11.DataPropertyName = "SysMoney";
this.gridColumn11.HeaderText = "系统金额";
this.gridColumn11.Name = "sysMoney";
this.gridColumn11.Visible = false;
//
// gridColumn12
//
this.gridColumn12.AllowEdit = false;
this.gridColumn12.DataPropertyName = "CheckMoney";
this.gridColumn12.HeaderText = "盘点金额";
this.gridColumn12.Name = "checkMoney";
//
// gridColumn13
//
this.gridColumn13.DataPropertyName = "Description";
this.gridColumn13.HeaderText = "备注说明";
this.gridColumn13.Name = "description";
this.gridColumn13.Width = 110;
//
// gridColumn14
//
this.gridColumn14.DataPropertyName = "Id";
this.gridColumn14.HeaderText = "盘点明细ID";
this.gridColumn14.Name = "id";
this.gridColumn14.Visible = false;
//
// gridColumn15
//
this.gridColumn15.DataPropertyName = "TicketId";
this.gridColumn15.HeaderText = "盘点单ID";
this.gridColumn15.Name = "ticketId";
this.gridColumn15.Visible = false;
//
// gridColumn16
//
this.gridColumn16.DataPropertyName = "TicketNo";
this.gridColumn16.HeaderText = "盘点单编号";
this.gridColumn16.Name = "ticketNo";
this.gridColumn16.Visible = false;
//
// gridColumn17
//
this.gridColumn17.DataPropertyName = "DifferenceAmount";
this.gridColumn17.HeaderText = "差异数量";
this.gridColumn17.Name = "differenceAmount";
this.gridColumn17.Visible = false;
//
// gridColumn18
//
this.gridColumn18.DataPropertyName = "DifferenceMoney";
this.gridColumn18.HeaderText = "差异金额";
this.gridColumn18.Name = "differenceMoney";
this.gridColumn18.Visible = false;
//
// gridColumn8
//
this.gridColumn8.DataPropertyName = "Operation";
this.gridColumn8.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.gridColumn8.HeaderText = "操作";
this.gridColumn8.Name = "operation";
this.gridColumn8.Width = 60;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.buttonX6);
this.doubleBufferPanelX1.Controls.Add(this.buttonX5);
this.doubleBufferPanelX1.Controls.Add(this.noTextBox);
this.doubleBufferPanelX1.Controls.Add(this.buttonX4);
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX2);
this.doubleBufferPanelX1.Controls.Add(this.buttonX3);
this.doubleBufferPanelX1.Controls.Add(this.labelX1);
this.doubleBufferPanelX1.Controls.Add(this.comboBoxEx1);
this.doubleBufferPanelX1.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.buttonX8);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 32);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(1024, 92);
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 = 249;
//
// buttonX5
//
this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX5.BackColor = System.Drawing.Color.Orange;
this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX5.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX5.FadeEffect = false;
this.buttonX5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX5.Location = new System.Drawing.Point(433, 43);
this.buttonX5.Name = "buttonX5";
this.buttonX5.Size = new System.Drawing.Size(117, 45);
this.buttonX5.TabIndex = 341;
this.buttonX5.Tag = "exit";
this.buttonX5.Text = "盘点分析";
this.buttonX5.TextColor = System.Drawing.Color.White;
this.buttonX5.Click += new System.EventHandler(this.BtnCheckSummary);
//
// noTextBox
//
this.noTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.noTextBox.Border.Class = "TextBoxBorder";
this.noTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.noTextBox.ButtonCustom.Symbol = "";
this.noTextBox.ButtonCustom.Visible = true;
this.noTextBox.DisabledBackColor = System.Drawing.Color.White;
this.noTextBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.noTextBox.ForeColor = System.Drawing.Color.Black;
this.noTextBox.Keyboard = POSV.KeyboardType.;
this.noTextBox.Location = new System.Drawing.Point(321, 10);
this.noTextBox.Name = "noTextBox";
this.noTextBox.PreventEnterBeep = true;
this.noTextBox.Size = new System.Drawing.Size(295, 30);
this.noTextBox.TabIndex = 340;
this.noTextBox.WatermarkText = "商品编号\\商品名称";
this.noTextBox.ButtonCustomClick += new System.EventHandler(this.OnTxtMemoCustomClick);
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX4.BackColor = System.Drawing.Color.Red;
this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX4.FadeEffect = false;
this.buttonX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(175, 43);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(85, 45);
this.buttonX4.TabIndex = 307;
this.buttonX4.Tag = "exit";
this.buttonX4.Text = "作废";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.CancelClick);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX1.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX1.FadeEffect = false;
this.buttonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(3, 43);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(85, 45);
this.buttonX1.TabIndex = 304;
this.buttonX1.Tag = "query";
this.buttonX1.Text = "添加";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.AddClick);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX2.BackColor = System.Drawing.Color.Green;
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX2.FadeEffect = false;
this.buttonX2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(261, 43);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(85, 45);
this.buttonX2.TabIndex = 306;
this.buttonX2.Tag = "exit";
this.buttonX2.Text = "保存";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.SaveClick);
//
// buttonX3
//
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX3.BackColor = System.Drawing.Color.MediumPurple;
this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX3.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX3.FadeEffect = false;
this.buttonX3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX3.Location = new System.Drawing.Point(89, 43);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(85, 45);
this.buttonX3.TabIndex = 305;
this.buttonX3.Tag = "print";
this.buttonX3.Text = "审核";
this.buttonX3.TextColor = System.Drawing.Color.White;
this.buttonX3.Click += new System.EventHandler(this.ApplyClick);
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX1.ForeColor = System.Drawing.Color.DodgerBlue;
this.labelX1.Location = new System.Drawing.Point(3, 10);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(105, 30);
this.labelX1.TabIndex = 302;
this.labelX1.Text = "选择仓库:";
this.labelX1.WordWrap = true;
//
// comboBoxEx1
//
this.comboBoxEx1.DisplayMember = "Text";
this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx1.Font = new System.Drawing.Font("宋体", 14.5F);
this.comboBoxEx1.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx1.FormattingEnabled = true;
this.comboBoxEx1.ItemHeight = 25;
this.comboBoxEx1.Location = new System.Drawing.Point(112, 9);
this.comboBoxEx1.Name = "comboBoxEx1";
this.comboBoxEx1.Size = new System.Drawing.Size(203, 31);
this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.comboBoxEx1.TabIndex = 301;
//
// ButtonOk
//
this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.ButtonOk.BackColor = System.Drawing.Color.DodgerBlue;
this.ButtonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonOk.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonOk.FadeEffect = false;
this.ButtonOk.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOk.Location = new System.Drawing.Point(767, 43);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 45);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Tag = "query";
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.queryClick);
//
// 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.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(939, 43);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 45);
this.buttonX10.TabIndex = 236;
this.buttonX10.Tag = "exit";
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.exitClick);
//
// buttonX8
//
this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX8.BackColor = System.Drawing.Color.SeaGreen;
this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX8.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX8.FadeEffect = false;
this.buttonX8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX8.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX8.Location = new System.Drawing.Point(853, 43);
this.buttonX8.Name = "buttonX8";
this.buttonX8.Size = new System.Drawing.Size(85, 45);
this.buttonX8.TabIndex = 234;
this.buttonX8.Tag = "print";
this.buttonX8.Text = "打印";
this.buttonX8.TextColor = System.Drawing.Color.White;
this.buttonX8.Click += new System.EventHandler(this.BtnPrint);
//
// 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 = true;
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(1024, 32);
this.controlBox1.TabIndex = 4;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox1.MinimizedClick += new POSV.Component.ControlBox.EventHandler(this.OnMinimizedClick);
//
// buttonX6
//
this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX6.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX6.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX6.FadeEffect = false;
this.buttonX6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX6.Location = new System.Drawing.Point(347, 43);
this.buttonX6.Name = "buttonX6";
this.buttonX6.Size = new System.Drawing.Size(85, 45);
this.buttonX6.TabIndex = 342;
this.buttonX6.Tag = "exit";
this.buttonX6.Text = "历史";
this.buttonX6.TextColor = System.Drawing.Color.White;
this.buttonX6.Click += new System.EventHandler(this.BtnHistory);
//
// StoreStockCheckForm
//
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(1024, 768);
this.Controls.Add(this.stockListTable);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.Name = "StoreStockCheckForm";
this.Text = "StoreStockCheckForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.ButtonX buttonX8;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl stockListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn10;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn11;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn12;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn13;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn14;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn15;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn16;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn17;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18;
private Component.NormalTextBox noTextBox;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8;
private DevComponents.DotNetBar.ButtonX buttonX5;
private DevComponents.DotNetBar.ButtonX buttonX6;
}
}