namespace SystemX.Product.ALIS.UI.View.Base { partial class UcBaseView { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcBaseView)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.ViewgridControl = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gridHistView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControlDtlData = new DevExpress.XtraEditors.GroupControl(); this.layoutControl21 = new DevExpress.XtraLayout.LayoutControl(); this.simpleButtonDataMod = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonHost = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); this.layoutControlItemDataMod = new DevExpress.XtraLayout.LayoutControlItem(); this.groupControlModelOption = new DevExpress.XtraEditors.GroupControl(); this.layoutControl31 = new DevExpress.XtraLayout.LayoutControl(); this.simpleButtonModify1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonRegister1 = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlGroup22 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem131 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem141 = new DevExpress.XtraLayout.LayoutControlItem(); this.simpleLabelItemSelectRow = new DevExpress.XtraLayout.SimpleLabelItem(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItemModelMod = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ViewgridControl)).BeginInit(); this.contextMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridHistView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlDtlData)).BeginInit(); this.groupControlDtlData.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl21)).BeginInit(); this.layoutControl21.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemDataMod)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlModelOption)).BeginInit(); this.groupControlModelOption.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl31)).BeginInit(); this.layoutControl31.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup22)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem131)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem141)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItemSelectRow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemModelMod)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.ViewgridControl); this.layoutControl1.Controls.Add(this.groupControlDtlData); this.layoutControl1.Controls.Add(this.groupControlModelOption); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(825, 313, 650, 400); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(1258, 693); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // ViewgridControl // this.ViewgridControl.ContextMenuStrip = this.contextMenuStrip; this.ViewgridControl.Cursor = System.Windows.Forms.Cursors.AppStarting; this.ViewgridControl.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); gridLevelNode1.RelationName = "Level1"; this.ViewgridControl.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.ViewgridControl.Location = new System.Drawing.Point(293, 138); this.ViewgridControl.MainView = this.gridHistView; this.ViewgridControl.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); this.ViewgridControl.Name = "ViewgridControl"; this.ViewgridControl.Size = new System.Drawing.Size(953, 543); this.ViewgridControl.TabIndex = 8; this.ViewgridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridHistView, this.gridView}); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(137, 26); this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening); this.contextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip_ItemClicked); // // toolStripMenuItem // this.toolStripMenuItem.Name = "toolStripMenuItem"; this.toolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.toolStripMenuItem.Text = "Delete Item"; // // gridHistView // this.gridHistView.DetailHeight = 440; this.gridHistView.GridControl = this.ViewgridControl; this.gridHistView.Name = "gridHistView"; this.gridHistView.OptionsBehavior.Editable = false; this.gridHistView.OptionsView.AllowHtmlDrawGroups = false; this.gridHistView.OptionsView.ShowGroupPanel = false; this.gridHistView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridHistView_RowClick); this.gridHistView.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridHistView_RowCellClick); // // gridView // this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn14, this.gridColumn15, this.gridColumn16, this.gridColumn17, this.gridColumn18, this.gridColumn19}); this.gridView.DetailHeight = 440; this.gridView.GridControl = this.ViewgridControl; this.gridView.Name = "gridView"; // // gridColumn14 // this.gridColumn14.FieldName = "No"; this.gridColumn14.MinWidth = 25; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 0; this.gridColumn14.Width = 99; // // gridColumn15 // this.gridColumn15.FieldName = "PalletNumber"; this.gridColumn15.MinWidth = 25; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 1; this.gridColumn15.Width = 99; // // gridColumn16 // this.gridColumn16.FieldName = "PalletID"; this.gridColumn16.MinWidth = 25; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 2; this.gridColumn16.Width = 99; // // gridColumn17 // this.gridColumn17.FieldName = "UpdateDT"; this.gridColumn17.MinWidth = 25; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; this.gridColumn17.VisibleIndex = 3; this.gridColumn17.Width = 99; // // gridColumn18 // this.gridColumn18.FieldName = "Revision"; this.gridColumn18.MinWidth = 25; this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Visible = true; this.gridColumn18.VisibleIndex = 4; this.gridColumn18.Width = 99; // // gridColumn19 // this.gridColumn19.FieldName = "Description"; this.gridColumn19.MinWidth = 25; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 5; this.gridColumn19.Width = 99; // // groupControlDtlData // this.groupControlDtlData.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupControlDtlData.AppearanceCaption.Options.UseFont = true; this.groupControlDtlData.Controls.Add(this.layoutControl21); this.groupControlDtlData.Location = new System.Drawing.Point(12, 138); this.groupControlDtlData.Name = "groupControlDtlData"; this.groupControlDtlData.Size = new System.Drawing.Size(277, 543); this.groupControlDtlData.TabIndex = 5; this.groupControlDtlData.Text = "Detail Data"; // // layoutControl21 // this.layoutControl21.Controls.Add(this.simpleButtonDataMod); this.layoutControl21.Controls.Add(this.simpleButtonHost); this.layoutControl21.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl21.Location = new System.Drawing.Point(2, 23); this.layoutControl21.Name = "layoutControl21"; this.layoutControl21.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(299, 288, 650, 400); this.layoutControl21.Root = this.layoutControlGroup11; this.layoutControl21.Size = new System.Drawing.Size(273, 518); this.layoutControl21.TabIndex = 0; this.layoutControl21.Text = "layoutControl2"; // // simpleButtonDataMod // this.simpleButtonDataMod.Appearance.BackColor = System.Drawing.Color.Chocolate; this.simpleButtonDataMod.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButtonDataMod.Appearance.ForeColor = System.Drawing.Color.DimGray; this.simpleButtonDataMod.Appearance.Options.UseBackColor = true; this.simpleButtonDataMod.Appearance.Options.UseFont = true; this.simpleButtonDataMod.Appearance.Options.UseForeColor = true; this.simpleButtonDataMod.Appearance.Options.UseTextOptions = true; this.simpleButtonDataMod.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.simpleButtonDataMod.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.simpleButtonDataMod.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButtonDataMod.ImageOptions.SvgImage"))); this.simpleButtonDataMod.ImageOptions.SvgImageSize = new System.Drawing.Size(13, 13); this.simpleButtonDataMod.Location = new System.Drawing.Point(12, 483); this.simpleButtonDataMod.Name = "simpleButtonDataMod"; this.simpleButtonDataMod.Size = new System.Drawing.Size(249, 23); this.simpleButtonDataMod.StyleController = this.layoutControl21; this.simpleButtonDataMod.TabIndex = 15; this.simpleButtonDataMod.Text = " Data Modification"; this.simpleButtonDataMod.Click += new System.EventHandler(this.simpleButtonDataMod_Click); // // simpleButtonHost // this.simpleButtonHost.Appearance.BackColor = System.Drawing.Color.PaleTurquoise; this.simpleButtonHost.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButtonHost.Appearance.ForeColor = System.Drawing.Color.DimGray; this.simpleButtonHost.Appearance.Options.UseBackColor = true; this.simpleButtonHost.Appearance.Options.UseFont = true; this.simpleButtonHost.Appearance.Options.UseForeColor = true; this.simpleButtonHost.Appearance.Options.UseTextOptions = true; this.simpleButtonHost.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.simpleButtonHost.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.simpleButtonHost.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButtonHost.ImageOptions.SvgImage"))); this.simpleButtonHost.ImageOptions.SvgImageSize = new System.Drawing.Size(13, 13); this.simpleButtonHost.Location = new System.Drawing.Point(12, 12); this.simpleButtonHost.Name = "simpleButtonHost"; this.simpleButtonHost.Size = new System.Drawing.Size(249, 23); this.simpleButtonHost.StyleController = this.layoutControl21; this.simpleButtonHost.TabIndex = 4; this.simpleButtonHost.Text = " List: -"; this.simpleButtonHost.Click += new System.EventHandler(this.simpleButtonViewList_Click); // // layoutControlGroup11 // this.layoutControlGroup11.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup11.GroupBordersVisible = false; this.layoutControlGroup11.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem4, this.splitterItem1, this.layoutControlItemDataMod}); this.layoutControlGroup11.Name = "Root"; this.layoutControlGroup11.Size = new System.Drawing.Size(273, 518); this.layoutControlGroup11.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.simpleButtonHost; this.layoutControlItem4.CustomizationFormText = "layoutControlItemHost"; this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(253, 27); this.layoutControlItem4.Text = "layoutControlItemHost"; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // splitterItem1 // this.splitterItem1.AllowHotTrack = true; this.splitterItem1.Location = new System.Drawing.Point(0, 27); this.splitterItem1.Name = "splitterItem1"; this.splitterItem1.Size = new System.Drawing.Size(253, 444); // // layoutControlItemDataMod // this.layoutControlItemDataMod.Control = this.simpleButtonDataMod; this.layoutControlItemDataMod.Location = new System.Drawing.Point(0, 471); this.layoutControlItemDataMod.Name = "layoutControlItemDataMod"; this.layoutControlItemDataMod.Size = new System.Drawing.Size(253, 27); this.layoutControlItemDataMod.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItemDataMod.TextVisible = false; this.layoutControlItemDataMod.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // groupControlModelOption // this.groupControlModelOption.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.groupControlModelOption.AppearanceCaption.Options.UseFont = true; this.groupControlModelOption.Controls.Add(this.layoutControl31); this.groupControlModelOption.Location = new System.Drawing.Point(12, 12); this.groupControlModelOption.Name = "groupControlModelOption"; this.groupControlModelOption.Size = new System.Drawing.Size(1234, 122); this.groupControlModelOption.TabIndex = 6; this.groupControlModelOption.Text = "Management"; // // layoutControl31 // this.layoutControl31.Controls.Add(this.simpleButtonModify1); this.layoutControl31.Controls.Add(this.simpleButtonRegister1); this.layoutControl31.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl31.Location = new System.Drawing.Point(2, 23); this.layoutControl31.Margin = new System.Windows.Forms.Padding(0); this.layoutControl31.Name = "layoutControl31"; this.layoutControl31.Root = this.layoutControlGroup22; this.layoutControl31.Size = new System.Drawing.Size(1230, 97); this.layoutControl31.TabIndex = 0; this.layoutControl31.Text = "layoutControl3"; // // simpleButtonModify1 // this.simpleButtonModify1.Appearance.BackColor = System.Drawing.Color.MintCream; this.simpleButtonModify1.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButtonModify1.Appearance.ForeColor = System.Drawing.Color.DimGray; this.simpleButtonModify1.Appearance.Options.UseBackColor = true; this.simpleButtonModify1.Appearance.Options.UseFont = true; this.simpleButtonModify1.Appearance.Options.UseForeColor = true; this.simpleButtonModify1.Appearance.Options.UseTextOptions = true; this.simpleButtonModify1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButtonModify1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.simpleButtonModify1.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButtonModify1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButtonModify1.ImageOptions.SvgImage"))); this.simpleButtonModify1.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32); this.simpleButtonModify1.Location = new System.Drawing.Point(175, 1); this.simpleButtonModify1.Name = "simpleButtonModify1"; this.simpleButtonModify1.Size = new System.Drawing.Size(170, 95); this.simpleButtonModify1.StyleController = this.layoutControl31; this.simpleButtonModify1.TabIndex = 6; this.simpleButtonModify1.Text = "Modify Data"; this.simpleButtonModify1.Click += new System.EventHandler(this.simpleButtonModify1_Click); // // simpleButtonRegister1 // this.simpleButtonRegister1.Appearance.BackColor = System.Drawing.Color.MintCream; this.simpleButtonRegister1.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButtonRegister1.Appearance.ForeColor = System.Drawing.Color.DimGray; this.simpleButtonRegister1.Appearance.Options.UseBackColor = true; this.simpleButtonRegister1.Appearance.Options.UseFont = true; this.simpleButtonRegister1.Appearance.Options.UseForeColor = true; this.simpleButtonRegister1.Appearance.Options.UseTextOptions = true; this.simpleButtonRegister1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButtonRegister1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.simpleButtonRegister1.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButtonRegister1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButtonRegister1.ImageOptions.SvgImage"))); this.simpleButtonRegister1.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32); this.simpleButtonRegister1.Location = new System.Drawing.Point(1, 1); this.simpleButtonRegister1.Name = "simpleButtonRegister1"; this.simpleButtonRegister1.Size = new System.Drawing.Size(174, 95); this.simpleButtonRegister1.StyleController = this.layoutControl31; this.simpleButtonRegister1.TabIndex = 5; this.simpleButtonRegister1.Text = "Register "; this.simpleButtonRegister1.Click += new System.EventHandler(this.simpleButtonRegister1_Click); // // layoutControlGroup22 // this.layoutControlGroup22.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup22.GroupBordersVisible = false; this.layoutControlGroup22.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem131, this.layoutControlItem141, this.simpleLabelItemSelectRow}); this.layoutControlGroup22.Name = "layoutControlGroup22"; this.layoutControlGroup22.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup22.Size = new System.Drawing.Size(1230, 97); this.layoutControlGroup22.TextVisible = false; // // layoutControlItem131 // this.layoutControlItem131.Control = this.simpleButtonRegister1; this.layoutControlItem131.Location = new System.Drawing.Point(0, 0); this.layoutControlItem131.MaxSize = new System.Drawing.Size(174, 0); this.layoutControlItem131.MinSize = new System.Drawing.Size(174, 71); this.layoutControlItem131.Name = "layoutControlItem131"; this.layoutControlItem131.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlItem131.Size = new System.Drawing.Size(174, 95); this.layoutControlItem131.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem131.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem131.TextVisible = false; // // layoutControlItem141 // this.layoutControlItem141.Control = this.simpleButtonModify1; this.layoutControlItem141.Location = new System.Drawing.Point(174, 0); this.layoutControlItem141.MaxSize = new System.Drawing.Size(170, 0); this.layoutControlItem141.MinSize = new System.Drawing.Size(170, 71); this.layoutControlItem141.Name = "layoutControlItem141"; this.layoutControlItem141.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlItem141.Size = new System.Drawing.Size(170, 95); this.layoutControlItem141.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem141.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem141.TextVisible = false; // // simpleLabelItemSelectRow // this.simpleLabelItemSelectRow.AllowHotTrack = false; this.simpleLabelItemSelectRow.Location = new System.Drawing.Point(344, 0); this.simpleLabelItemSelectRow.Name = "simpleLabelItemSelectRow"; this.simpleLabelItemSelectRow.Size = new System.Drawing.Size(884, 95); this.simpleLabelItemSelectRow.Text = "-"; this.simpleLabelItemSelectRow.TextSize = new System.Drawing.Size(4, 16); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem2, this.layoutControlItemModelMod, this.layoutControlItem1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(1258, 693); this.Root.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.groupControlDtlData; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 126); this.layoutControlItem2.MaxSize = new System.Drawing.Size(281, 0); this.layoutControlItem2.MinSize = new System.Drawing.Size(281, 339); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(281, 547); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItemModelMod // this.layoutControlItemModelMod.Control = this.groupControlModelOption; this.layoutControlItemModelMod.CustomizationFormText = "layoutControlItemModelMod"; this.layoutControlItemModelMod.Location = new System.Drawing.Point(0, 0); this.layoutControlItemModelMod.MaxSize = new System.Drawing.Size(0, 126); this.layoutControlItemModelMod.MinSize = new System.Drawing.Size(1, 126); this.layoutControlItemModelMod.Name = "layoutControlItemModelMod"; this.layoutControlItemModelMod.Size = new System.Drawing.Size(1238, 126); this.layoutControlItemModelMod.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItemModelMod.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItemModelMod.TextVisible = false; this.layoutControlItemModelMod.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItem1 // this.layoutControlItem1.Control = this.ViewgridControl; this.layoutControlItem1.Location = new System.Drawing.Point(281, 126); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(957, 547); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // UcBaseView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.Name = "UcBaseView"; this.Size = new System.Drawing.Size(1258, 693); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ViewgridControl)).EndInit(); this.contextMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridHistView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlDtlData)).EndInit(); this.groupControlDtlData.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl21)).EndInit(); this.layoutControl21.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemDataMod)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlModelOption)).EndInit(); this.groupControlModelOption.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl31)).EndInit(); this.layoutControl31.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup22)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem131)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem141)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItemSelectRow)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemModelMod)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.GroupControl groupControlDtlData; private DevExpress.XtraLayout.LayoutControl layoutControl21; private DevExpress.XtraEditors.SimpleButton simpleButtonHost; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup11; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.GroupControl groupControlModelOption; private DevExpress.XtraLayout.LayoutControl layoutControl31; private DevExpress.XtraEditors.SimpleButton simpleButtonModify1; private DevExpress.XtraEditors.SimpleButton simpleButtonRegister1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup22; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem131; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem141; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItemModelMod; public DevExpress.XtraGrid.GridControl ViewgridControl; private DevExpress.XtraGrid.Views.Grid.GridView gridHistView; private DevExpress.XtraGrid.Views.Grid.GridView gridView; private DevExpress.XtraGrid.Columns.GridColumn gridColumn14; private DevExpress.XtraGrid.Columns.GridColumn gridColumn15; private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; private DevExpress.XtraGrid.Columns.GridColumn gridColumn17; private DevExpress.XtraGrid.Columns.GridColumn gridColumn18; private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItemSelectRow; private DevExpress.XtraEditors.SimpleButton simpleButtonDataMod; private DevExpress.XtraLayout.LayoutControlItem layoutControlItemDataMod; private DevExpress.XtraLayout.SplitterItem splitterItem1; } }