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.

609 lines
32 KiB
C#

namespace POSV.Stock
{
partial class StoreStockCheckAddForm
{
/// <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.detailListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn7 = 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.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.memoTextBox = new POSV.Component.NormalTextBox();
this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.statusBox = new POSV.Component.NormalTextBox();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.setDateTextBox = new POSV.Component.NormalTextBox();
this.setManTextBox = new POSV.Component.NormalTextBox();
this.storeNameTextBox = new POSV.Component.NormalTextBox();
this.busNoTextBox = new POSV.Component.NormalTextBox();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.controlBox1 = new POSV.Component.ControlBox();
this.doubleBufferPanelX2.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// detailListTable
//
this.detailListTable.BackColor = System.Drawing.Color.White;
this.detailListTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.detailListTable.ForeColor = System.Drawing.Color.Black;
this.detailListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.detailListTable.Location = new System.Drawing.Point(0, 207);
this.detailListTable.Name = "detailListTable";
//
//
//
this.detailListTable.PrimaryGrid.AllowEdit = false;
this.detailListTable.PrimaryGrid.AutoGenerateColumns = false;
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn8);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn7);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn4);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn5);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn6);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.detailListTable.PrimaryGrid.DefaultRowHeight = 35;
this.detailListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.detailListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.detailListTable.PrimaryGrid.MultiSelect = false;
this.detailListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.detailListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.detailListTable.PrimaryGrid.ShowRowGridIndex = true;
this.detailListTable.Size = new System.Drawing.Size(1024, 561);
this.detailListTable.TabIndex = 336;
this.detailListTable.Text = "superGridControl1";
this.detailListTable.CellClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellClickEventArgs>(this.OnOrderItemCellClick);
//
// gridColumn8
//
this.gridColumn8.DataPropertyName = "StorageId";
this.gridColumn8.HeaderText = "仓库ID";
this.gridColumn8.Name = "storageId";
this.gridColumn8.Visible = false;
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "StorageName";
this.gridColumn2.HeaderText = "仓库";
this.gridColumn2.Name = "storageName";
this.gridColumn2.Width = 140;
//
// gridColumn9
//
this.gridColumn9.DataPropertyName = "ProductNo";
this.gridColumn9.HeaderText = "商品编号";
this.gridColumn9.Name = "productNo";
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "ProductName";
this.gridColumn3.HeaderText = "商品名称";
this.gridColumn3.Name = "productName";
this.gridColumn3.Width = 160;
//
// gridColumn7
//
this.gridColumn7.DataPropertyName = "SpecId";
this.gridColumn7.HeaderText = "规格ID";
this.gridColumn7.Name = "specId";
this.gridColumn7.Visible = false;
//
// gridColumn4
//
this.gridColumn4.DataPropertyName = "SpecName";
this.gridColumn4.HeaderText = "规格名";
this.gridColumn4.Name = "specName";
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "ProductDescription";
this.gridColumn5.HeaderText = "商品说明";
this.gridColumn5.Name = "productDescription";
this.gridColumn5.Visible = false;
//
// gridColumn6
//
this.gridColumn6.DataPropertyName = "StockUnitName";
this.gridColumn6.HeaderText = "库存单位";
this.gridColumn6.Name = "stockUnitName";
this.gridColumn6.Width = 80;
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "Operation";
this.gridColumn1.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.gridColumn1.HeaderText = "操作";
this.gridColumn1.Name = "operation";
this.gridColumn1.Width = 80;
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.memoTextBox);
this.doubleBufferPanelX2.Controls.Add(this.comboBoxEx1);
this.doubleBufferPanelX2.Controls.Add(this.statusBox);
this.doubleBufferPanelX2.Controls.Add(this.labelX7);
this.doubleBufferPanelX2.Controls.Add(this.setDateTextBox);
this.doubleBufferPanelX2.Controls.Add(this.setManTextBox);
this.doubleBufferPanelX2.Controls.Add(this.storeNameTextBox);
this.doubleBufferPanelX2.Controls.Add(this.busNoTextBox);
this.doubleBufferPanelX2.Controls.Add(this.labelX6);
this.doubleBufferPanelX2.Controls.Add(this.labelX5);
this.doubleBufferPanelX2.Controls.Add(this.labelX4);
this.doubleBufferPanelX2.Controls.Add(this.labelX2);
this.doubleBufferPanelX2.Controls.Add(this.labelX1);
this.doubleBufferPanelX2.Controls.Add(this.labelX3);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 85);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX2.Size = new System.Drawing.Size(1024, 122);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX2.Style.GradientAngle = 90;
this.doubleBufferPanelX2.TabIndex = 335;
//
// memoTextBox
//
this.memoTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.memoTextBox.Border.Class = "TextBoxBorder";
this.memoTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.memoTextBox.ButtonCustom.Symbol = "";
this.memoTextBox.ButtonCustom.Visible = true;
this.memoTextBox.DisabledBackColor = System.Drawing.Color.White;
this.memoTextBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.memoTextBox.ForeColor = System.Drawing.Color.Black;
this.memoTextBox.Keyboard = POSV.KeyboardType.;
this.memoTextBox.Location = new System.Drawing.Point(122, 46);
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.PreventEnterBeep = true;
this.memoTextBox.Size = new System.Drawing.Size(542, 30);
this.memoTextBox.TabIndex = 339;
this.memoTextBox.ButtonCustomClick += new System.EventHandler(this.OnTxtMemoCustomClick);
//
// 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(791, 5);
this.comboBoxEx1.Name = "comboBoxEx1";
this.comboBoxEx1.Size = new System.Drawing.Size(216, 31);
this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.comboBoxEx1.TabIndex = 338;
//
// statusBox
//
this.statusBox.BackColor = System.Drawing.Color.White;
//
//
//
this.statusBox.Border.Class = "TextBoxBorder";
this.statusBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.statusBox.DisabledBackColor = System.Drawing.Color.White;
this.statusBox.Enabled = false;
this.statusBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.statusBox.ForeColor = System.Drawing.Color.Black;
this.statusBox.ImeMode = System.Windows.Forms.ImeMode.On;
this.statusBox.Keyboard = POSV.KeyboardType.;
this.statusBox.Location = new System.Drawing.Point(791, 46);
this.statusBox.MaxLength = 128;
this.statusBox.Name = "statusBox";
this.statusBox.PreventEnterBeep = true;
this.statusBox.Size = new System.Drawing.Size(216, 30);
this.statusBox.TabIndex = 337;
this.statusBox.WatermarkText = "单据状态";
//
// labelX7
//
//
//
//
this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX7.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX7.Location = new System.Drawing.Point(687, 46);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(98, 30);
this.labelX7.TabIndex = 336;
this.labelX7.Text = "单据状态:";
this.labelX7.WordWrap = true;
//
// setDateTextBox
//
this.setDateTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.setDateTextBox.Border.Class = "TextBoxBorder";
this.setDateTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.setDateTextBox.DisabledBackColor = System.Drawing.Color.White;
this.setDateTextBox.Enabled = false;
this.setDateTextBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.setDateTextBox.ForeColor = System.Drawing.Color.Black;
this.setDateTextBox.ImeMode = System.Windows.Forms.ImeMode.On;
this.setDateTextBox.Keyboard = POSV.KeyboardType.;
this.setDateTextBox.Location = new System.Drawing.Point(448, 85);
this.setDateTextBox.MaxLength = 128;
this.setDateTextBox.Name = "setDateTextBox";
this.setDateTextBox.PreventEnterBeep = true;
this.setDateTextBox.Size = new System.Drawing.Size(216, 30);
this.setDateTextBox.TabIndex = 334;
this.setDateTextBox.WatermarkText = "制单时间";
//
// setManTextBox
//
this.setManTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.setManTextBox.Border.Class = "TextBoxBorder";
this.setManTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.setManTextBox.DisabledBackColor = System.Drawing.Color.White;
this.setManTextBox.Enabled = false;
this.setManTextBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.setManTextBox.ForeColor = System.Drawing.Color.Black;
this.setManTextBox.ImeMode = System.Windows.Forms.ImeMode.On;
this.setManTextBox.Keyboard = POSV.KeyboardType.;
this.setManTextBox.Location = new System.Drawing.Point(122, 86);
this.setManTextBox.MaxLength = 128;
this.setManTextBox.Name = "setManTextBox";
this.setManTextBox.PreventEnterBeep = true;
this.setManTextBox.Size = new System.Drawing.Size(216, 30);
this.setManTextBox.TabIndex = 335;
this.setManTextBox.WatermarkText = "制单人";
//
// storeNameTextBox
//
this.storeNameTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.storeNameTextBox.Border.Class = "TextBoxBorder";
this.storeNameTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.storeNameTextBox.DisabledBackColor = System.Drawing.Color.White;
this.storeNameTextBox.Enabled = false;
this.storeNameTextBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.storeNameTextBox.ForeColor = System.Drawing.Color.Black;
this.storeNameTextBox.ImeMode = System.Windows.Forms.ImeMode.On;
this.storeNameTextBox.Keyboard = POSV.KeyboardType.;
this.storeNameTextBox.Location = new System.Drawing.Point(448, 6);
this.storeNameTextBox.MaxLength = 128;
this.storeNameTextBox.Name = "storeNameTextBox";
this.storeNameTextBox.PreventEnterBeep = true;
this.storeNameTextBox.Size = new System.Drawing.Size(216, 30);
this.storeNameTextBox.TabIndex = 334;
this.storeNameTextBox.WatermarkText = "要货门店";
//
// busNoTextBox
//
this.busNoTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.busNoTextBox.Border.Class = "TextBoxBorder";
this.busNoTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.busNoTextBox.DisabledBackColor = System.Drawing.Color.White;
this.busNoTextBox.Enabled = false;
this.busNoTextBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.busNoTextBox.ForeColor = System.Drawing.Color.Black;
this.busNoTextBox.ImeMode = System.Windows.Forms.ImeMode.On;
this.busNoTextBox.Keyboard = POSV.KeyboardType.;
this.busNoTextBox.Location = new System.Drawing.Point(122, 6);
this.busNoTextBox.MaxLength = 128;
this.busNoTextBox.Name = "busNoTextBox";
this.busNoTextBox.PreventEnterBeep = true;
this.busNoTextBox.Size = new System.Drawing.Size(216, 30);
this.busNoTextBox.TabIndex = 333;
this.busNoTextBox.WatermarkText = "单据编号";
//
// labelX6
//
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX6.Location = new System.Drawing.Point(344, 87);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(98, 30);
this.labelX6.TabIndex = 324;
this.labelX6.Text = "制单时间:";
this.labelX6.WordWrap = true;
//
// labelX5
//
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX5.Location = new System.Drawing.Point(18, 87);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(98, 30);
this.labelX5.TabIndex = 322;
this.labelX5.Text = "制单人:";
this.labelX5.WordWrap = true;
//
// labelX4
//
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX4.Location = new System.Drawing.Point(18, 46);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(98, 30);
this.labelX4.TabIndex = 320;
this.labelX4.Text = "盘点备注:";
this.labelX4.WordWrap = true;
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX2.Location = new System.Drawing.Point(687, 6);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(98, 30);
this.labelX2.TabIndex = 318;
this.labelX2.Text = "盘点仓库:";
this.labelX2.WordWrap = true;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX1.Location = new System.Drawing.Point(344, 6);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(98, 30);
this.labelX1.TabIndex = 316;
this.labelX1.Text = "盘点门店:";
this.labelX1.WordWrap = true;
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX3.Location = new System.Drawing.Point(18, 6);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(98, 30);
this.labelX3.TabIndex = 314;
this.labelX3.Text = "单据编号:";
this.labelX3.WordWrap = true;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX2);
this.doubleBufferPanelX1.Controls.Add(this.buttonX3);
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
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, 53);
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 = 253;
//
// 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, 3);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(113, 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.BtnSelectTemplate);
//
// 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(231, 3);
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.BtnSave);
//
// 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(117, 3);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(113, 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.btn_selectProduct);
//
// 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(938, 3);
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);
//
// 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(1024, 32);
this.controlBox1.TabIndex = 5;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
//
// StoreStockCheckAddForm
//
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.detailListTable);
this.Controls.Add(this.doubleBufferPanelX2);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.Name = "StoreStockCheckAddForm";
this.Text = "StoreStockCheckAddForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX2.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.ButtonX buttonX10;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private Component.NormalTextBox setDateTextBox;
private Component.NormalTextBox setManTextBox;
private Component.NormalTextBox storeNameTextBox;
private Component.NormalTextBox busNoTextBox;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX labelX3;
private Component.NormalTextBox statusBox;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl detailListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
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.SuperGrid.GridColumn gridColumn8;
private Component.NormalTextBox memoTextBox;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
}
}