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.

476 lines
26 KiB
C#

9 months ago
namespace POSV.Stock
{
partial class StoreStorageConsumeAddForm
{
/// <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.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.boxStorage = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.txtSetDate = new POSV.Component.NormalTextBox();
this.txtSetMan = new POSV.Component.NormalTextBox();
this.txtStatus = new POSV.Component.NormalTextBox();
this.txtBusNo = new POSV.Component.NormalTextBox();
this.txtMemo = 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.labelX3 = new DevComponents.DotNetBar.LabelX();
this.detailGrid = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX2.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 = false;
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 = 1;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseClick);
//
// 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.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.buttonX4);
this.doubleBufferPanelX1.Controls.Add(this.buttonX2);
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;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(148)))), ((int)(((byte)(73)))));
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
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(137, 3);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(100, 45);
this.buttonX1.TabIndex = 238;
this.buttonX1.Tag = "edit";
this.buttonX1.Text = "删除明细";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.OnDeleteItemClick);
//
// 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.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;
this.buttonX10.Click += new System.EventHandler(this.OnExistClick);
//
// 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.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(805, 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;
this.buttonX4.Click += new System.EventHandler(this.OnSaveClick);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX2.BackColor = System.Drawing.Color.SeaGreen;
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
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(7, 3);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(100, 45);
this.buttonX2.TabIndex = 229;
this.buttonX2.Tag = "edit";
this.buttonX2.Text = "选择商品";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.OnSelectProductClick);
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.boxStorage);
this.doubleBufferPanelX2.Controls.Add(this.labelX7);
this.doubleBufferPanelX2.Controls.Add(this.txtSetDate);
this.doubleBufferPanelX2.Controls.Add(this.txtSetMan);
this.doubleBufferPanelX2.Controls.Add(this.txtStatus);
this.doubleBufferPanelX2.Controls.Add(this.txtBusNo);
this.doubleBufferPanelX2.Controls.Add(this.txtMemo);
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.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, 124);
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;
//
// boxStorage
//
this.boxStorage.DisplayMember = "Text";
this.boxStorage.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.boxStorage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.boxStorage.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.boxStorage.ForeColor = System.Drawing.Color.Black;
this.boxStorage.FormattingEnabled = true;
this.boxStorage.ItemHeight = 25;
this.boxStorage.Location = new System.Drawing.Point(430, 4);
this.boxStorage.Name = "boxStorage";
this.boxStorage.Size = new System.Drawing.Size(215, 31);
this.boxStorage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.boxStorage.TabIndex = 338;
//
// 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(363, 6);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(60, 30);
this.labelX7.TabIndex = 336;
this.labelX7.Text = "仓库:";
this.labelX7.WordWrap = true;
//
// txtSetDate
//
this.txtSetDate.BackColor = System.Drawing.Color.White;
//
//
//
this.txtSetDate.Border.Class = "TextBoxBorder";
this.txtSetDate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSetDate.DisabledBackColor = System.Drawing.Color.White;
this.txtSetDate.Enabled = false;
this.txtSetDate.Font = new System.Drawing.Font("宋体", 14.5F);
this.txtSetDate.ForeColor = System.Drawing.Color.Black;
this.txtSetDate.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtSetDate.Keyboard = POSV.KeyboardType.;
this.txtSetDate.Location = new System.Drawing.Point(448, 80);
this.txtSetDate.MaxLength = 128;
this.txtSetDate.Name = "txtSetDate";
this.txtSetDate.PreventEnterBeep = true;
this.txtSetDate.Size = new System.Drawing.Size(216, 30);
this.txtSetDate.TabIndex = 334;
this.txtSetDate.WatermarkText = "制单时间";
//
// txtSetMan
//
this.txtSetMan.BackColor = System.Drawing.Color.White;
//
//
//
this.txtSetMan.Border.Class = "TextBoxBorder";
this.txtSetMan.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSetMan.DisabledBackColor = System.Drawing.Color.White;
this.txtSetMan.Enabled = false;
this.txtSetMan.Font = new System.Drawing.Font("宋体", 14.5F);
this.txtSetMan.ForeColor = System.Drawing.Color.Black;
this.txtSetMan.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtSetMan.Keyboard = POSV.KeyboardType.;
this.txtSetMan.Location = new System.Drawing.Point(122, 81);
this.txtSetMan.MaxLength = 128;
this.txtSetMan.Name = "txtSetMan";
this.txtSetMan.PreventEnterBeep = true;
this.txtSetMan.Size = new System.Drawing.Size(216, 30);
this.txtSetMan.TabIndex = 335;
this.txtSetMan.WatermarkText = "制单人";
//
// txtStatus
//
this.txtStatus.BackColor = System.Drawing.Color.White;
//
//
//
this.txtStatus.Border.Class = "TextBoxBorder";
this.txtStatus.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtStatus.DisabledBackColor = System.Drawing.Color.White;
this.txtStatus.Enabled = false;
this.txtStatus.Font = new System.Drawing.Font("宋体", 14.5F);
this.txtStatus.ForeColor = System.Drawing.Color.Black;
this.txtStatus.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtStatus.Keyboard = POSV.KeyboardType.;
this.txtStatus.Location = new System.Drawing.Point(791, 6);
this.txtStatus.MaxLength = 128;
this.txtStatus.Name = "txtStatus";
this.txtStatus.PreventEnterBeep = true;
this.txtStatus.Size = new System.Drawing.Size(216, 30);
this.txtStatus.TabIndex = 335;
this.txtStatus.WatermarkText = "单据状态";
//
// txtBusNo
//
this.txtBusNo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtBusNo.Border.Class = "TextBoxBorder";
this.txtBusNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtBusNo.DisabledBackColor = System.Drawing.Color.White;
this.txtBusNo.Enabled = false;
this.txtBusNo.Font = new System.Drawing.Font("宋体", 14.5F);
this.txtBusNo.ForeColor = System.Drawing.Color.Black;
this.txtBusNo.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtBusNo.Keyboard = POSV.KeyboardType.;
this.txtBusNo.Location = new System.Drawing.Point(122, 6);
this.txtBusNo.MaxLength = 128;
this.txtBusNo.Name = "txtBusNo";
this.txtBusNo.PreventEnterBeep = true;
this.txtBusNo.Size = new System.Drawing.Size(216, 30);
this.txtBusNo.TabIndex = 333;
this.txtBusNo.WatermarkText = "单据编号";
//
// txtMemo
//
this.txtMemo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtMemo.Border.Class = "TextBoxBorder";
this.txtMemo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtMemo.DisabledBackColor = System.Drawing.Color.White;
this.txtMemo.Font = new System.Drawing.Font("宋体", 14.5F);
this.txtMemo.ForeColor = System.Drawing.Color.Black;
this.txtMemo.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtMemo.Keyboard = POSV.KeyboardType.;
this.txtMemo.Location = new System.Drawing.Point(122, 42);
this.txtMemo.MaxLength = 128;
this.txtMemo.Name = "txtMemo";
this.txtMemo.PreventEnterBeep = true;
this.txtMemo.Size = new System.Drawing.Size(885, 30);
this.txtMemo.TabIndex = 332;
this.txtMemo.WatermarkText = "耗料备注";
this.txtMemo.Click += new System.EventHandler(this.OnMemoClick);
//
// 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, 82);
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(37, 82);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(79, 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, 42);
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;
//
// 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;
//
// detailGrid
//
this.detailGrid.BackColor = System.Drawing.Color.White;
this.detailGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.detailGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.detailGrid.ForeColor = System.Drawing.Color.Black;
this.detailGrid.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.detailGrid.Location = new System.Drawing.Point(0, 206);
this.detailGrid.Name = "detailGrid";
//
//
//
this.detailGrid.PrimaryGrid.AllowNullCellMerge = false;
this.detailGrid.PrimaryGrid.AutoGenerateColumns = false;
this.detailGrid.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.detailGrid.PrimaryGrid.MouseEditMode = DevComponents.DotNetBar.SuperGrid.MouseEditMode.SingleClick;
this.detailGrid.PrimaryGrid.MultiSelect = false;
this.detailGrid.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.detailGrid.PrimaryGrid.ShowRowGridIndex = true;
this.detailGrid.Size = new System.Drawing.Size(1024, 562);
this.detailGrid.TabIndex = 336;
this.detailGrid.Text = "superGridControl2";
this.detailGrid.CellValueChanged += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellValueChangedEventArgs>(this.OnCellValueChanged);
this.detailGrid.BeginEdit += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridEditEventArgs>(this.OnBeginEdit);
this.detailGrid.CloseEdit += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCloseEditEventArgs>(this.OnCloseEdit);
//
// StoreStorageConsumeAddForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.detailGrid);
this.Controls.Add(this.doubleBufferPanelX2);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.Name = "StoreStorageConsumeAddForm";
this.Text = "StoreStorageInAddForm";
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 DevComponents.DotNetBar.ButtonX buttonX2;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private Component.NormalTextBox txtSetDate;
private Component.NormalTextBox txtSetMan;
private Component.NormalTextBox txtStatus;
private Component.NormalTextBox txtBusNo;
private Component.NormalTextBox txtMemo;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl detailGrid;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.Controls.ComboBoxEx boxStorage;
private DevComponents.DotNetBar.ButtonX buttonX1;
}
}