namespace Pur.configure { partial class frmSuppSel { /// /// 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.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPCODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPNAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("col_sel"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPTAXRATE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUSPENDSTATUS"); Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery"); Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure"); Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("do"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit"); Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSuppSel)); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txt_SuppName = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.txt_SuppCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this._FrmPmsBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmPmsBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmPmsBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmPmsBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_SuppName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_SuppCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.SuspendLayout(); // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4, this.dataColumn5, this.dataColumn6}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "供应商代码"; this.dataColumn1.ColumnName = "SUPPCODE"; // // dataColumn2 // this.dataColumn2.Caption = "供应商名称"; this.dataColumn2.ColumnName = "SUPPNAME"; // // dataColumn3 // this.dataColumn3.Caption = "选择"; this.dataColumn3.ColumnName = "col_sel"; // // dataColumn4 // this.dataColumn4.Caption = "税率"; this.dataColumn4.ColumnName = "SUPPTAXRATE"; // // dataColumn5 // this.dataColumn5.Caption = "状态"; this.dataColumn5.ColumnName = "STATUS"; // // dataColumn6 // this.dataColumn6.Caption = "是否暂挂"; this.dataColumn6.ColumnName = "SUSPENDSTATUS"; // // ultraGrid1 // this.ultraGrid1.DataMember = "Table1"; this.ultraGrid1.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0); ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(148, 0); ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn3.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0); ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0); ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0); ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; this.ultraGrid1.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Popup; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Location = new System.Drawing.Point(3, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(607, 275); this.ultraGrid1.TabIndex = 0; this.ultraGrid1.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_ClickCellButton); this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(619, 324); this.tableLayoutPanel1.TabIndex = 1; // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.ultraGrid1); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox2.Location = new System.Drawing.Point(3, 43); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(613, 278); this.ultraGroupBox2.TabIndex = 1; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.txt_SuppName); this.ultraGroupBox1.Controls.Add(this.txt_SuppCode); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(613, 34); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label2.Location = new System.Drawing.Point(257, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 10; this.label2.Text = "供应商名称"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label1.Location = new System.Drawing.Point(6, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 9; this.label1.Text = "供应商代码"; // // txt_SuppName // this.txt_SuppName.Location = new System.Drawing.Point(322, 8); this.txt_SuppName.Name = "txt_SuppName"; this.txt_SuppName.Size = new System.Drawing.Size(179, 21); this.txt_SuppName.TabIndex = 7; // // txt_SuppCode // this.txt_SuppCode.Location = new System.Drawing.Point(72, 8); this.txt_SuppCode.Name = "txt_SuppCode"; this.txt_SuppCode.Size = new System.Drawing.Size(169, 21); this.txt_SuppCode.TabIndex = 5; // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase); this.ultraToolbarsManager1.ShowQuickCustomizeButton = false; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool15, buttonTool18, buttonTool23}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); appearance23.Image = ((object)(resources.GetObject("appearance23.Image"))); buttonTool20.SharedPropsInternal.AppearancesSmall.Appearance = appearance23; buttonTool20.SharedPropsInternal.Caption = "查询"; buttonTool20.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance24.Image = ((object)(resources.GetObject("appearance24.Image"))); buttonTool21.SharedPropsInternal.AppearancesSmall.Appearance = appearance24; buttonTool21.SharedPropsInternal.Caption = "确定"; buttonTool21.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool22.SharedPropsInternal.Caption = "ButtonTool1"; appearance25.Image = ((object)(resources.GetObject("appearance25.Image"))); buttonTool24.SharedPropsInternal.AppearancesSmall.Appearance = appearance25; buttonTool24.SharedPropsInternal.Caption = "退出"; buttonTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool20, buttonTool21, buttonTool22, buttonTool24}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // _FrmPmsBase_Toolbars_Dock_Area_Left // this._FrmPmsBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._FrmPmsBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24); this._FrmPmsBase_Toolbars_Dock_Area_Left.Name = "_FrmPmsBase_Toolbars_Dock_Area_Left"; this._FrmPmsBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 324); this._FrmPmsBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmPmsBase_Toolbars_Dock_Area_Right // this._FrmPmsBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._FrmPmsBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(619, 24); this._FrmPmsBase_Toolbars_Dock_Area_Right.Name = "_FrmPmsBase_Toolbars_Dock_Area_Right"; this._FrmPmsBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 324); this._FrmPmsBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmPmsBase_Toolbars_Dock_Area_Top // this._FrmPmsBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._FrmPmsBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._FrmPmsBase_Toolbars_Dock_Area_Top.Name = "_FrmPmsBase_Toolbars_Dock_Area_Top"; this._FrmPmsBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(619, 24); this._FrmPmsBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmPmsBase_Toolbars_Dock_Area_Bottom // this._FrmPmsBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 348); this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Name = "_FrmPmsBase_Toolbars_Dock_Area_Bottom"; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(619, 0); this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // frmSuppSel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(619, 348); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Left); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Right); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Top); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Bottom); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.Name = "frmSuppSel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "选择供应商"; this.Load += new System.EventHandler(this.frmSuppSel_Load); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_SuppName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_SuppCode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_SuppName; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_SuppCode; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private System.Data.DataColumn dataColumn6; private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Bottom; } }