namespace Scada
{
partial class FrmLoc
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.gc1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.loc = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gc2 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gc3 = new DevExpress.XtraGrid.GridControl();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gc5 = new DevExpress.XtraGrid.GridControl();
this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gc4 = new DevExpress.XtraGrid.GridControl();
this.gc6 = new DevExpress.XtraGrid.GridControl();
this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.t_qty = new System.Windows.Forms.TextBox();
this.t_iyid = new System.Windows.Forms.TextBox();
this.t_dec = new System.Windows.Forms.TextBox();
this.t_date = new System.Windows.Forms.TextBox();
this.t_sheet = new System.Windows.Forms.TextBox();
this.t_hg = new System.Windows.Forms.TextBox();
this.t_locId = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.gc1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gc2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gc3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gc5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gc4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gc6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// gc1
//
this.gc1.Dock = System.Windows.Forms.DockStyle.Left;
this.gc1.Location = new System.Drawing.Point(0, 0);
this.gc1.MainView = this.gridView1;
this.gc1.Name = "gc1";
this.gc1.Size = new System.Drawing.Size(93, 677);
this.gc1.TabIndex = 0;
this.gc1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.loc,
this.gridColumn7,
this.gridColumn1});
this.gridView1.GridControl = this.gc1;
this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.OptionsView.ShowIndicator = false;
this.gridView1.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
this.gridView1.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
//
// loc
//
this.loc.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.loc.AppearanceCell.Options.UseFont = true;
this.loc.AppearanceHeader.Options.UseTextOptions = true;
this.loc.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.loc.Caption = "layer1";
this.loc.FieldName = "loc";
this.loc.Name = "loc";
this.loc.Visible = true;
this.loc.VisibleIndex = 0;
this.loc.Width = 105;
//
// gridColumn7
//
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridColumn7.AppearanceCell.Options.UseFont = true;
this.gridColumn7.Caption = "gridColumn7";
this.gridColumn7.FieldName = "status";
this.gridColumn7.Name = "gridColumn7";
//
// gridColumn1
//
this.gridColumn1.Caption = "gridColumn1";
this.gridColumn1.FieldName = "HASVOLUME";
this.gridColumn1.Name = "gridColumn1";
//
// gc2
//
this.gc2.Dock = System.Windows.Forms.DockStyle.Left;
this.gc2.Location = new System.Drawing.Point(93, 0);
this.gc2.MainView = this.gridView2;
this.gc2.Name = "gc2";
this.gc2.Size = new System.Drawing.Size(95, 677);
this.gc2.TabIndex = 1;
this.gc2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
//
// gridView2
//
this.gridView2.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView2.Appearance.Row.Options.UseFont = true;
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn2,
this.gridColumn8,
this.gridColumn13});
this.gridView2.GridControl = this.gc2;
this.gridView2.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsBehavior.Editable = false;
this.gridView2.OptionsView.ShowGroupPanel = false;
this.gridView2.OptionsView.ShowIndicator = false;
this.gridView2.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
this.gridView2.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView2.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
this.gridView2.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
//
// gridColumn2
//
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.gridColumn2.AppearanceCell.Options.UseFont = true;
this.gridColumn2.Caption = "layer2";
this.gridColumn2.FieldName = "loc";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 0;
this.gridColumn2.Width = 92;
//
// gridColumn8
//
this.gridColumn8.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridColumn8.AppearanceCell.Options.UseFont = true;
this.gridColumn8.FieldName = "status";
this.gridColumn8.Name = "gridColumn8";
//
// gridColumn13
//
this.gridColumn13.Caption = "gridColumn13";
this.gridColumn13.FieldName = "HASVOLUME";
this.gridColumn13.Name = "gridColumn13";
//
// gc3
//
this.gc3.Dock = System.Windows.Forms.DockStyle.Left;
this.gc3.Location = new System.Drawing.Point(188, 0);
this.gc3.MainView = this.gridView3;
this.gc3.Name = "gc3";
this.gc3.Size = new System.Drawing.Size(96, 677);
this.gc3.TabIndex = 2;
this.gc3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView3});
//
// gridView3
//
this.gridView3.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView3.Appearance.Row.Options.UseFont = true;
this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn3,
this.gridColumn9,
this.gridColumn14});
this.gridView3.GridControl = this.gc3;
this.gridView3.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView3.Name = "gridView3";
this.gridView3.OptionsBehavior.Editable = false;
this.gridView3.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.Formatted;
this.gridView3.OptionsCustomization.AllowFilter = false;
this.gridView3.OptionsView.ShowGroupPanel = false;
this.gridView3.OptionsView.ShowIndicator = false;
this.gridView3.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
this.gridView3.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView3.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
this.gridView3.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
//
// gridColumn3
//
this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.gridColumn3.AppearanceCell.Options.UseFont = true;
this.gridColumn3.Caption = "layer3";
this.gridColumn3.FieldName = "loc";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 0;
this.gridColumn3.Width = 98;
//
// gridColumn9
//
this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridColumn9.AppearanceCell.Options.UseFont = true;
this.gridColumn9.FieldName = "status";
this.gridColumn9.Name = "gridColumn9";
//
// gridColumn14
//
this.gridColumn14.Caption = "gridColumn14";
this.gridColumn14.FieldName = "HASVOLUME";
this.gridColumn14.Name = "gridColumn14";
//
// gc5
//
this.gc5.Dock = System.Windows.Forms.DockStyle.Left;
this.gc5.Location = new System.Drawing.Point(381, 0);
this.gc5.MainView = this.gridView6;
this.gc5.Name = "gc5";
this.gc5.Size = new System.Drawing.Size(95, 677);
this.gc5.TabIndex = 5;
this.gc5.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView6});
//
// gridView6
//
this.gridView6.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView6.Appearance.Row.Options.UseFont = true;
this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn6,
this.gridColumn11,
this.gridColumn16});
this.gridView6.GridControl = this.gc5;
this.gridView6.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView6.Name = "gridView6";
this.gridView6.OptionsBehavior.Editable = false;
this.gridView6.OptionsView.ShowGroupPanel = false;
this.gridView6.OptionsView.ShowIndicator = false;
this.gridView6.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
this.gridView6.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView6.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
this.gridView6.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
//
// gridColumn6
//
this.gridColumn6.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.gridColumn6.AppearanceCell.Options.UseFont = true;
this.gridColumn6.Caption = "layer5";
this.gridColumn6.FieldName = "loc";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 0;
this.gridColumn6.Width = 90;
//
// gridColumn11
//
this.gridColumn11.Caption = "gridColumn11";
this.gridColumn11.FieldName = "status";
this.gridColumn11.Name = "gridColumn11";
//
// gridColumn16
//
this.gridColumn16.Caption = "gridColumn16";
this.gridColumn16.FieldName = "HASVOLUME";
this.gridColumn16.Name = "gridColumn16";
//
// gridView4
//
this.gridView4.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView4.Appearance.Row.Options.UseFont = true;
this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn4,
this.gridColumn10,
this.gridColumn15});
this.gridView4.GridControl = this.gc4;
this.gridView4.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView4.Name = "gridView4";
this.gridView4.OptionsBehavior.Editable = false;
this.gridView4.OptionsView.ShowGroupPanel = false;
this.gridView4.OptionsView.ShowIndicator = false;
this.gridView4.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
this.gridView4.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView4.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
this.gridView4.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
//
// gridColumn4
//
this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.gridColumn4.AppearanceCell.Options.UseFont = true;
this.gridColumn4.Caption = "layer4";
this.gridColumn4.FieldName = "loc";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 0;
this.gridColumn4.Width = 91;
//
// gridColumn10
//
this.gridColumn10.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridColumn10.AppearanceCell.Options.UseFont = true;
this.gridColumn10.FieldName = "status";
this.gridColumn10.Name = "gridColumn10";
//
// gridColumn15
//
this.gridColumn15.Caption = "gridColumn15";
this.gridColumn15.FieldName = "HASVOLUME";
this.gridColumn15.Name = "gridColumn15";
//
// gc4
//
this.gc4.Dock = System.Windows.Forms.DockStyle.Left;
this.gc4.Location = new System.Drawing.Point(284, 0);
this.gc4.MainView = this.gridView4;
this.gc4.Name = "gc4";
this.gc4.Size = new System.Drawing.Size(97, 677);
this.gc4.TabIndex = 3;
this.gc4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView4});
//
// gc6
//
this.gc6.Dock = System.Windows.Forms.DockStyle.Left;
this.gc6.EmbeddedNavigator.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Application;
this.gc6.Location = new System.Drawing.Point(476, 0);
this.gc6.MainView = this.gridView5;
this.gc6.Name = "gc6";
this.gc6.Size = new System.Drawing.Size(102, 677);
this.gc6.TabIndex = 6;
this.gc6.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView5});
//
// gridView5
//
this.gridView5.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView5.Appearance.Row.Options.UseFont = true;
this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn5,
this.gridColumn12,
this.gridColumn17});
this.gridView5.GridControl = this.gc6;
this.gridView5.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView5.Name = "gridView5";
this.gridView5.OptionsBehavior.Editable = false;
this.gridView5.OptionsView.ShowGroupPanel = false;
this.gridView5.OptionsView.ShowIndicator = false;
this.gridView5.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
this.gridView5.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
this.gridView5.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
this.gridView5.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
//
// gridColumn5
//
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.gridColumn5.AppearanceCell.Options.UseFont = true;
this.gridColumn5.Caption = "layer6";
this.gridColumn5.FieldName = "loc";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 0;
this.gridColumn5.Width = 91;
//
// gridColumn12
//
this.gridColumn12.Caption = "gridColumn12";
this.gridColumn12.FieldName = "status";
this.gridColumn12.Name = "gridColumn12";
//
// gridColumn17
//
this.gridColumn17.Caption = "gridColumn17";
this.gridColumn17.FieldName = "HASVOLUME";
this.gridColumn17.Name = "gridColumn17";
//
// panel1
//
this.panel1.Controls.Add(this.t_qty);
this.panel1.Controls.Add(this.t_iyid);
this.panel1.Controls.Add(this.t_dec);
this.panel1.Controls.Add(this.t_date);
this.panel1.Controls.Add(this.t_sheet);
this.panel1.Controls.Add(this.t_hg);
this.panel1.Controls.Add(this.t_locId);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(584, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(333, 677);
this.panel1.TabIndex = 7;
//
// t_qty
//
this.t_qty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.t_qty.Font = new System.Drawing.Font("宋体", 12F);
this.t_qty.ForeColor = System.Drawing.Color.Pink;
this.t_qty.Location = new System.Drawing.Point(108, 242);
this.t_qty.Name = "t_qty";
this.t_qty.ReadOnly = true;
this.t_qty.Size = new System.Drawing.Size(210, 26);
this.t_qty.TabIndex = 13;
//
// t_iyid
//
this.t_iyid.Font = new System.Drawing.Font("宋体", 12F);
this.t_iyid.Location = new System.Drawing.Point(108, 202);
this.t_iyid.Name = "t_iyid";
this.t_iyid.ReadOnly = true;
this.t_iyid.Size = new System.Drawing.Size(210, 26);
this.t_iyid.TabIndex = 12;
//
// t_dec
//
this.t_dec.Font = new System.Drawing.Font("宋体", 12F);
this.t_dec.Location = new System.Drawing.Point(108, 164);
this.t_dec.Name = "t_dec";
this.t_dec.ReadOnly = true;
this.t_dec.Size = new System.Drawing.Size(210, 26);
this.t_dec.TabIndex = 11;
//
// t_date
//
this.t_date.Font = new System.Drawing.Font("宋体", 12F);
this.t_date.Location = new System.Drawing.Point(108, 120);
this.t_date.Name = "t_date";
this.t_date.ReadOnly = true;
this.t_date.Size = new System.Drawing.Size(210, 26);
this.t_date.TabIndex = 10;
//
// t_sheet
//
this.t_sheet.Font = new System.Drawing.Font("宋体", 12F);
this.t_sheet.Location = new System.Drawing.Point(108, 80);
this.t_sheet.Name = "t_sheet";
this.t_sheet.ReadOnly = true;
this.t_sheet.Size = new System.Drawing.Size(210, 26);
this.t_sheet.TabIndex = 9;
//
// t_hg
//
this.t_hg.Font = new System.Drawing.Font("宋体", 12F);
this.t_hg.Location = new System.Drawing.Point(108, 42);
this.t_hg.Name = "t_hg";
this.t_hg.ReadOnly = true;
this.t_hg.Size = new System.Drawing.Size(210, 26);
this.t_hg.TabIndex = 8;
//
// t_locId
//
this.t_locId.Font = new System.Drawing.Font("宋体", 12F);
this.t_locId.Location = new System.Drawing.Point(108, 7);
this.t_locId.Name = "t_locId";
this.t_locId.ReadOnly = true;
this.t_locId.Size = new System.Drawing.Size(210, 26);
this.t_locId.TabIndex = 7;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 12F);
this.label7.Location = new System.Drawing.Point(10, 205);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(96, 16);
this.label7.TabIndex = 6;
this.label7.Text = "InventoryId";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 12F);
this.label6.Location = new System.Drawing.Point(18, 167);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(88, 16);
this.label6.TabIndex = 5;
this.label6.Text = "Desciption";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F);
this.label5.Location = new System.Drawing.Point(50, 247);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 16);
this.label5.TabIndex = 4;
this.label5.Text = "In Qty";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F);
this.label4.Location = new System.Drawing.Point(42, 125);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 16);
this.label4.TabIndex = 3;
this.label4.Text = "on date";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F);
this.label3.Location = new System.Drawing.Point(34, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(72, 16);
this.label3.TabIndex = 2;
this.label3.Text = "Sheet No";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F);
this.label2.Location = new System.Drawing.Point(50, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 16);
this.label2.TabIndex = 1;
this.label2.Text = "height";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 12F);
this.label1.Location = new System.Drawing.Point(58, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 16);
this.label1.TabIndex = 0;
this.label1.Text = "locID";
//
// FrmLoc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(917, 677);
this.Controls.Add(this.panel1);
this.Controls.Add(this.gc6);
this.Controls.Add(this.gc5);
this.Controls.Add(this.gc4);
this.Controls.Add(this.gc3);
this.Controls.Add(this.gc2);
this.Controls.Add(this.gc1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(459, 695);
this.Name = "FrmLoc";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "LOCATION";
this.Load += new System.EventHandler(this.FrmLoc_Load);
((System.ComponentModel.ISupportInitialize)(this.gc1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gc2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gc3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gc5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gc4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gc6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gc1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn loc;
private DevExpress.XtraGrid.GridControl gc2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.GridControl gc3;
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.GridControl gc5;
private DevExpress.XtraGrid.Views.Grid.GridView gridView6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.GridControl gc4;
private DevExpress.XtraGrid.GridControl gc6;
private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox t_qty;
private System.Windows.Forms.TextBox t_iyid;
private System.Windows.Forms.TextBox t_dec;
private System.Windows.Forms.TextBox t_date;
private System.Windows.Forms.TextBox t_sheet;
private System.Windows.Forms.TextBox t_hg;
private System.Windows.Forms.TextBox t_locId;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
}
}