namespace Core.StlMes.Client.BuyBillet { partial class StockLocationPopup { /// /// 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() { Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton(); Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NAME"); Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.btn_choice = new Infragistics.Win.Misc.UltraButton(); this.btn_qry = new Infragistics.Win.Misc.UltraButton(); this.txt_location = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.txt_stocklocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ug_location = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ds_location = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_location)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_stocklocation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ug_location)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ds_location)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.SuspendLayout(); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.btn_choice); this.ultraGroupBox1.Controls.Add(this.btn_qry); this.ultraGroupBox1.Controls.Add(this.txt_location); this.ultraGroupBox1.Controls.Add(this.ultraLabel3); this.ultraGroupBox1.Controls.Add(this.txt_stocklocation); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(418, 33); this.ultraGroupBox1.TabIndex = 1; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // btn_choice // this.btn_choice.Location = new System.Drawing.Point(247, 5); this.btn_choice.Name = "btn_choice"; this.btn_choice.Size = new System.Drawing.Size(56, 23); this.btn_choice.TabIndex = 9; this.btn_choice.Text = "选择"; this.btn_choice.Click += new System.EventHandler(this.btn_choice_Click); // // btn_qry // this.btn_qry.Location = new System.Drawing.Point(153, 4); this.btn_qry.Name = "btn_qry"; this.btn_qry.Size = new System.Drawing.Size(56, 23); this.btn_qry.TabIndex = 8; this.btn_qry.Text = "查询"; this.btn_qry.Click += new System.EventHandler(this.btn_qry_Click); // // txt_location // editorButton1.Text = "库位"; this.txt_location.ButtonsRight.Add(editorButton1); this.txt_location.Location = new System.Drawing.Point(612, 4); this.txt_location.Name = "txt_location"; this.txt_location.Size = new System.Drawing.Size(100, 21); this.txt_location.TabIndex = 7; // // ultraLabel3 // this.ultraLabel3.Location = new System.Drawing.Point(4, 5); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(33, 20); this.ultraLabel3.TabIndex = 5; this.ultraLabel3.Text = "库位"; // // txt_stocklocation // this.txt_stocklocation.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007; this.txt_stocklocation.Location = new System.Drawing.Point(40, 4); this.txt_stocklocation.Name = "txt_stocklocation"; this.txt_stocklocation.Size = new System.Drawing.Size(109, 21); this.txt_stocklocation.TabIndex = 3; this.txt_stocklocation.ValueChanged += new System.EventHandler(this.txt_stocklocation_ValueChanged); // // ug_location // this.ug_location.DataSource = this.ds_location; appearance75.BackColor = System.Drawing.SystemColors.Window; appearance75.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ug_location.DisplayLayout.Appearance = appearance75; ultraGridColumn1.Header.Caption = "库位"; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1}); this.ug_location.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ug_location.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance79.TextHAlignAsString = "Left"; this.ug_location.DisplayLayout.CaptionAppearance = appearance79; this.ug_location.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True; appearance80.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance80.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance80.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance80.BorderColor = System.Drawing.SystemColors.Window; this.ug_location.DisplayLayout.GroupByBox.Appearance = appearance80; appearance81.ForeColor = System.Drawing.SystemColors.GrayText; this.ug_location.DisplayLayout.GroupByBox.BandLabelAppearance = appearance81; this.ug_location.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ug_location.DisplayLayout.GroupByBox.Hidden = true; appearance82.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance82.BackColor2 = System.Drawing.SystemColors.Control; appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance82.ForeColor = System.Drawing.SystemColors.GrayText; this.ug_location.DisplayLayout.GroupByBox.PromptAppearance = appearance82; this.ug_location.DisplayLayout.MaxColScrollRegions = 1; this.ug_location.DisplayLayout.MaxRowScrollRegions = 1; appearance83.BackColor = System.Drawing.SystemColors.Window; appearance83.ForeColor = System.Drawing.SystemColors.ControlText; this.ug_location.DisplayLayout.Override.ActiveCellAppearance = appearance83; appearance84.BackColor = System.Drawing.SystemColors.Highlight; appearance84.ForeColor = System.Drawing.SystemColors.HighlightText; this.ug_location.DisplayLayout.Override.ActiveRowAppearance = appearance84; this.ug_location.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ug_location.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance85.BackColor = System.Drawing.SystemColors.Window; this.ug_location.DisplayLayout.Override.CardAreaAppearance = appearance85; appearance86.BorderColor = System.Drawing.Color.Silver; appearance86.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ug_location.DisplayLayout.Override.CellAppearance = appearance86; this.ug_location.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ug_location.DisplayLayout.Override.CellPadding = 0; appearance87.BackColor = System.Drawing.SystemColors.Control; appearance87.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance87.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance87.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance87.BorderColor = System.Drawing.SystemColors.Window; this.ug_location.DisplayLayout.Override.GroupByRowAppearance = appearance87; appearance88.TextHAlignAsString = "Left"; this.ug_location.DisplayLayout.Override.HeaderAppearance = appearance88; this.ug_location.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ug_location.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance89.BackColor = System.Drawing.SystemColors.Window; appearance89.BorderColor = System.Drawing.Color.Silver; this.ug_location.DisplayLayout.Override.RowAppearance = appearance89; this.ug_location.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance90.BackColor = System.Drawing.SystemColors.ControlLight; this.ug_location.DisplayLayout.Override.TemplateAddRowAppearance = appearance90; this.ug_location.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ug_location.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ug_location.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.ug_location.Dock = System.Windows.Forms.DockStyle.Fill; this.ug_location.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ug_location.Location = new System.Drawing.Point(0, 33); this.ug_location.Name = "ug_location"; this.ug_location.Size = new System.Drawing.Size(418, 371); this.ug_location.TabIndex = 2; this.ug_location.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ug_location_DoubleClickCell); this.ug_location.DoubleClick += new System.EventHandler(this.ug_location_DoubleClick); // // ds_location // this.ds_location.DataSetName = "NewDataSet"; this.ds_location.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.ColumnName = "LOCATION_NAME"; // // StockLocationPopup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(418, 404); this.Controls.Add(this.ug_location); this.Controls.Add(this.ultraGroupBox1); this.Name = "StockLocationPopup"; this.ShowIcon = false; this.Text = "仓库库位"; this.Load += new System.EventHandler(this.StockLocationPopup_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_location)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_stocklocation)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ug_location)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ds_location)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_location; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_stocklocation; private Infragistics.Win.Misc.UltraButton btn_qry; private Infragistics.Win.UltraWinGrid.UltraGrid ug_location; private System.Data.DataSet ds_location; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn1; private Infragistics.Win.Misc.UltraButton btn_choice; } }