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.

724 lines
38 KiB
C#

namespace POSV.Stock
{
partial class ReciveProductForm
{
/// <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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.setDateTextBox = new POSV.Component.NormalTextBox();
this.setManTextBox = new POSV.Component.NormalTextBox();
this.statusBox = new POSV.Component.NormalTextBox();
this.busNoTextBox = new POSV.Component.NormalTextBox();
this.memoTextBox = new POSV.Component.NormalTextBox();
this.totalMoneyTextBox = new POSV.Component.NumericTextBox();
this.labelX9 = new DevComponents.DotNetBar.LabelX();
this.dispatchMoneyTextBox = new POSV.Component.NumericTextBox();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.productMoneyTextBox = new POSV.Component.NumericTextBox();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
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.detailListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn10 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn11 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn2 = 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.gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn17 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn19 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX2.SuspendLayout();
this.SuspendLayout();
//
// controlBox1
//
this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
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 = true;
this.controlBox1.ShowLockScreen = false;
this.controlBox1.ShowMessageCenter = false;
this.controlBox1.ShowNetworkStatus = false;
this.controlBox1.Size = new System.Drawing.Size(1024, 32);
this.controlBox1.TabIndex = 4;
//
// 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.buttonX4);
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.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(1024, 50);
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.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(922, 3);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 45);
this.buttonX10.TabIndex = 237;
this.buttonX10.Tag = "exit";
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX4.BackColor = System.Drawing.Color.DodgerBlue;
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(820, 3);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(100, 45);
this.buttonX4.TabIndex = 231;
this.buttonX4.Tag = "add";
this.buttonX4.Text = "入库处理";
this.buttonX4.TextColor = System.Drawing.Color.White;
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.comboBoxEx1);
this.doubleBufferPanelX2.Controls.Add(this.setDateTextBox);
this.doubleBufferPanelX2.Controls.Add(this.setManTextBox);
this.doubleBufferPanelX2.Controls.Add(this.statusBox);
this.doubleBufferPanelX2.Controls.Add(this.busNoTextBox);
this.doubleBufferPanelX2.Controls.Add(this.memoTextBox);
this.doubleBufferPanelX2.Controls.Add(this.totalMoneyTextBox);
this.doubleBufferPanelX2.Controls.Add(this.labelX9);
this.doubleBufferPanelX2.Controls.Add(this.dispatchMoneyTextBox);
this.doubleBufferPanelX2.Controls.Add(this.labelX7);
this.doubleBufferPanelX2.Controls.Add(this.productMoneyTextBox);
this.doubleBufferPanelX2.Controls.Add(this.labelX8);
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, 82);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX2.Size = new System.Drawing.Size(1024, 165);
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;
//
// comboBoxEx1
//
this.comboBoxEx1.DisplayMember = "Text";
this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
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(448, 5);
this.comboBoxEx1.Name = "comboBoxEx1";
this.comboBoxEx1.Size = new System.Drawing.Size(216, 31);
this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.comboBoxEx1.TabIndex = 336;
//
// 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 = "制单人";
//
// 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, 6);
this.statusBox.MaxLength = 128;
this.statusBox.Name = "statusBox";
this.statusBox.PreventEnterBeep = true;
this.statusBox.Size = new System.Drawing.Size(216, 30);
this.statusBox.TabIndex = 335;
this.statusBox.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 = "单据编号";
//
// memoTextBox
//
this.memoTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.memoTextBox.Border.Class = "TextBoxBorder";
this.memoTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.memoTextBox.DisabledBackColor = System.Drawing.Color.White;
this.memoTextBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.memoTextBox.ForeColor = System.Drawing.Color.Black;
this.memoTextBox.ImeMode = System.Windows.Forms.ImeMode.On;
this.memoTextBox.Keyboard = POSV.KeyboardType.;
this.memoTextBox.Location = new System.Drawing.Point(122, 46);
this.memoTextBox.MaxLength = 128;
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.PreventEnterBeep = true;
this.memoTextBox.Size = new System.Drawing.Size(885, 30);
this.memoTextBox.TabIndex = 332;
this.memoTextBox.Visible = false;
this.memoTextBox.WatermarkText = "发货备注";
//
// totalMoneyTextBox
//
this.totalMoneyTextBox.AllowDecimalSeparator = true;
this.totalMoneyTextBox.AllowNegativeSign = false;
this.totalMoneyTextBox.AllowSpace = false;
this.totalMoneyTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.totalMoneyTextBox.Border.Class = "TextBoxBorder";
this.totalMoneyTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.totalMoneyTextBox.DisabledBackColor = System.Drawing.Color.White;
this.totalMoneyTextBox.Enabled = false;
this.totalMoneyTextBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.totalMoneyTextBox.ForeColor = System.Drawing.Color.Black;
this.totalMoneyTextBox.Location = new System.Drawing.Point(791, 128);
this.totalMoneyTextBox.MaxDecimalDigit = 2;
this.totalMoneyTextBox.MaxLength = 10;
this.totalMoneyTextBox.Name = "totalMoneyTextBox";
this.totalMoneyTextBox.PreventEnterBeep = true;
this.totalMoneyTextBox.Size = new System.Drawing.Size(216, 30);
this.totalMoneyTextBox.TabIndex = 331;
this.totalMoneyTextBox.Text = "0.00";
this.totalMoneyTextBox.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.totalMoneyTextBox.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.totalMoneyTextBox.WatermarkText = "要货总额";
//
// labelX9
//
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX9.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX9.Location = new System.Drawing.Point(687, 128);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(98, 30);
this.labelX9.TabIndex = 330;
this.labelX9.Text = "要货总额:";
this.labelX9.WordWrap = true;
//
// dispatchMoneyTextBox
//
this.dispatchMoneyTextBox.AllowDecimalSeparator = true;
this.dispatchMoneyTextBox.AllowNegativeSign = false;
this.dispatchMoneyTextBox.AllowSpace = false;
this.dispatchMoneyTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.dispatchMoneyTextBox.Border.Class = "TextBoxBorder";
this.dispatchMoneyTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dispatchMoneyTextBox.DisabledBackColor = System.Drawing.Color.White;
this.dispatchMoneyTextBox.Enabled = false;
this.dispatchMoneyTextBox.Font = new System.Drawing.Font("宋体", 14F);
this.dispatchMoneyTextBox.ForeColor = System.Drawing.Color.Black;
this.dispatchMoneyTextBox.Location = new System.Drawing.Point(448, 128);
this.dispatchMoneyTextBox.MaxDecimalDigit = 2;
this.dispatchMoneyTextBox.MaxLength = 10;
this.dispatchMoneyTextBox.Name = "dispatchMoneyTextBox";
this.dispatchMoneyTextBox.PreventEnterBeep = true;
this.dispatchMoneyTextBox.Size = new System.Drawing.Size(216, 29);
this.dispatchMoneyTextBox.TabIndex = 329;
this.dispatchMoneyTextBox.Text = "0.00";
this.dispatchMoneyTextBox.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.dispatchMoneyTextBox.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.dispatchMoneyTextBox.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(344, 128);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(98, 30);
this.labelX7.TabIndex = 328;
this.labelX7.Text = "配送费用:";
this.labelX7.WordWrap = true;
//
// productMoneyTextBox
//
this.productMoneyTextBox.AllowDecimalSeparator = true;
this.productMoneyTextBox.AllowNegativeSign = false;
this.productMoneyTextBox.AllowSpace = false;
this.productMoneyTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.productMoneyTextBox.Border.Class = "TextBoxBorder";
this.productMoneyTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.productMoneyTextBox.DisabledBackColor = System.Drawing.Color.White;
this.productMoneyTextBox.Enabled = false;
this.productMoneyTextBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.productMoneyTextBox.ForeColor = System.Drawing.Color.Black;
this.productMoneyTextBox.Location = new System.Drawing.Point(122, 128);
this.productMoneyTextBox.MaxDecimalDigit = 2;
this.productMoneyTextBox.MaxLength = 10;
this.productMoneyTextBox.Name = "productMoneyTextBox";
this.productMoneyTextBox.PreventEnterBeep = true;
this.productMoneyTextBox.Size = new System.Drawing.Size(216, 30);
this.productMoneyTextBox.TabIndex = 327;
this.productMoneyTextBox.Text = "0.00";
this.productMoneyTextBox.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.productMoneyTextBox.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.productMoneyTextBox.WatermarkText = "商品总额";
//
// labelX8
//
//
//
//
this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX8.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX8.Location = new System.Drawing.Point(18, 128);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(98, 30);
this.labelX8.TabIndex = 326;
this.labelX8.Text = "商品总额:";
this.labelX8.WordWrap = true;
//
// 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;
//
// detailListTable
//
this.detailListTable.AllowDrop = true;
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.ImeMode = System.Windows.Forms.ImeMode.On;
this.detailListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.detailListTable.Location = new System.Drawing.Point(0, 247);
this.detailListTable.Name = "detailListTable";
//
//
//
this.detailListTable.PrimaryGrid.AutoGenerateColumns = false;
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn10);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn11);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
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.gridColumn7);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn8);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn17);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn18);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn19);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.detailListTable.PrimaryGrid.DefaultRowHeight = 35;
this.detailListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.detailListTable.PrimaryGrid.MouseEditMode = DevComponents.DotNetBar.SuperGrid.MouseEditMode.SingleClick;
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, 521);
this.detailListTable.TabIndex = 336;
this.detailListTable.TabSelection = DevComponents.DotNetBar.SuperGrid.TabSelection.CellSameRow;
this.detailListTable.Text = "superGridControl1";
//
// gridColumn10
//
this.gridColumn10.AllowEdit = false;
this.gridColumn10.DataPropertyName = "ProductId";
this.gridColumn10.HeaderText = "ProductId";
this.gridColumn10.Name = "ProductId";
this.gridColumn10.Visible = false;
//
// gridColumn11
//
this.gridColumn11.DataPropertyName = "SpecId";
this.gridColumn11.HeaderText = "SpecId";
this.gridColumn11.Name = "SpecId";
this.gridColumn11.Visible = false;
//
// gridColumn2
//
this.gridColumn2.AllowEdit = false;
this.gridColumn2.DataPropertyName = "ProductNo";
this.gridColumn2.HeaderText = "商品编号";
this.gridColumn2.Name = "productNo";
this.gridColumn2.Width = 80;
//
// gridColumn3
//
this.gridColumn3.AllowEdit = false;
this.gridColumn3.DataPropertyName = "ProductName";
this.gridColumn3.HeaderText = "商品名称";
this.gridColumn3.Name = "productName";
this.gridColumn3.Width = 160;
//
// gridColumn4
//
this.gridColumn4.AllowEdit = false;
this.gridColumn4.DataPropertyName = "SpecName";
this.gridColumn4.HeaderText = "规格名";
this.gridColumn4.Name = "specName";
//
// gridColumn5
//
this.gridColumn5.AllowEdit = false;
this.gridColumn5.DataPropertyName = "Memo";
this.gridColumn5.HeaderText = "商品说明";
this.gridColumn5.Name = "memo";
this.gridColumn5.Width = 120;
//
// gridColumn6
//
this.gridColumn6.AllowEdit = false;
this.gridColumn6.DataPropertyName = "PackUnitName";
this.gridColumn6.HeaderText = "库存单位";
this.gridColumn6.Name = "packUnitName";
this.gridColumn6.Width = 60;
//
// gridColumn7
//
this.gridColumn7.AllowEdit = false;
this.gridColumn7.DataPropertyName = "PackUnitAmount";
this.gridColumn7.HeaderText = "库存数量";
this.gridColumn7.Name = "packUnitAmount";
//
// gridColumn8
//
this.gridColumn8.AllowEdit = false;
this.gridColumn8.DataPropertyName = "DispatchUnitName";
this.gridColumn8.HeaderText = "配送单位";
this.gridColumn8.Name = "dispatchUnitName";
this.gridColumn8.Width = 60;
//
// gridColumn9
//
this.gridColumn9.DataPropertyName = "Amount";
this.gridColumn9.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl);
this.gridColumn9.FilterPopupMaxItems = 200;
this.gridColumn9.HeaderText = "要货数量";
this.gridColumn9.Name = "amount";
//
// gridColumn17
//
this.gridColumn17.AllowEdit = false;
this.gridColumn17.DataPropertyName = "Price";
this.gridColumn17.HeaderText = "单价";
this.gridColumn17.Name = "price";
//
// gridColumn18
//
this.gridColumn18.AllowEdit = false;
this.gridColumn18.DataPropertyName = "Money";
this.gridColumn18.HeaderText = "金额";
this.gridColumn18.Name = "money";
//
// gridColumn19
//
this.gridColumn19.DataPropertyName = "Description";
this.gridColumn19.HeaderText = "要货说明";
this.gridColumn19.Name = "description";
this.gridColumn19.Width = 160;
//
// gridColumn1
//
this.gridColumn1.AllowEdit = false;
this.gridColumn1.DataPropertyName = "Operation";
this.gridColumn1.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridButtonXEditControl);
this.gridColumn1.HeaderText = "操作";
this.gridColumn1.Name = "operation";
this.gridColumn1.Width = 60;
//
// ReciveProductForm
//
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 = "ReciveProductForm";
this.Text = "ReciveProductForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.ButtonX buttonX4;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private Component.NormalTextBox setDateTextBox;
private Component.NormalTextBox setManTextBox;
private Component.NormalTextBox statusBox;
private Component.NormalTextBox busNoTextBox;
private Component.NormalTextBox memoTextBox;
private Component.NumericTextBox totalMoneyTextBox;
private DevComponents.DotNetBar.LabelX labelX9;
private Component.NumericTextBox dispatchMoneyTextBox;
private DevComponents.DotNetBar.LabelX labelX7;
private Component.NumericTextBox productMoneyTextBox;
private DevComponents.DotNetBar.LabelX labelX8;
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 DevComponents.DotNetBar.SuperGrid.SuperGridControl detailListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn10;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn11;
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.SuperGrid.GridColumn gridColumn8;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn17;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn19;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
}
}