namespace TsSFCDevice.Client.Launch.Maintain { partial class dlgAccessoriesEdit { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgAccessoriesEdit)); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar2 = new DevExpress.XtraBars.Bar(); this.btn_AddItem = new DevExpress.XtraBars.BarButtonItem(); this.btn_EditItem = new DevExpress.XtraBars.BarButtonItem(); this.btn_DeleteItem = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.toolbarFormControl1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormControl(); this.toolbarFormManager1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(this.components); this.barDockControl1 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl2 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl3 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl4 = new DevExpress.XtraBars.BarDockControl(); this.btn_SaveAccessories = new DevExpress.XtraBars.BarButtonItem(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcFieldName = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAccessoriesCount = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDescription = new DevExpress.XtraGrid.Columns.GridColumn(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar2}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.btn_AddItem, this.btn_DeleteItem, this.btn_EditItem}); this.barManager1.MainMenu = this.bar2; this.barManager1.MaxItemId = 3; // // bar2 // this.bar2.BarName = "Main menu"; this.bar2.DockCol = 0; this.bar2.DockRow = 0; this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar2.HideWhenMerging = DevExpress.Utils.DefaultBoolean.True; this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.btn_AddItem), new DevExpress.XtraBars.LinkPersistInfo(this.btn_EditItem), new DevExpress.XtraBars.LinkPersistInfo(this.btn_DeleteItem)}); this.bar2.OptionsBar.AllowQuickCustomization = false; this.bar2.OptionsBar.DisableClose = true; this.bar2.OptionsBar.DisableCustomization = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; // // btn_AddItem // this.btn_AddItem.Caption = "添加配件"; this.btn_AddItem.Id = 0; this.btn_AddItem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddItem.ImageOptions.Image"))); this.btn_AddItem.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btn_AddItem.ImageOptions.LargeImage"))); this.btn_AddItem.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_AddItem.ItemAppearance.Disabled.Options.UseFont = true; this.btn_AddItem.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_AddItem.ItemAppearance.Hovered.Options.UseFont = true; this.btn_AddItem.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_AddItem.ItemAppearance.Normal.Options.UseFont = true; this.btn_AddItem.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_AddItem.ItemAppearance.Pressed.Options.UseFont = true; this.btn_AddItem.Name = "btn_AddItem"; this.btn_AddItem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btn_AddItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_AddItem_ItemClick); // // btn_EditItem // this.btn_EditItem.Caption = "修改配件数量"; this.btn_EditItem.Id = 2; this.btn_EditItem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_EditItem.ImageOptions.Image"))); this.btn_EditItem.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btn_EditItem.ImageOptions.LargeImage"))); this.btn_EditItem.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_EditItem.ItemAppearance.Disabled.Options.UseFont = true; this.btn_EditItem.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_EditItem.ItemAppearance.Hovered.Options.UseFont = true; this.btn_EditItem.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_EditItem.ItemAppearance.Normal.Options.UseFont = true; this.btn_EditItem.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_EditItem.ItemAppearance.Pressed.Options.UseFont = true; this.btn_EditItem.Name = "btn_EditItem"; this.btn_EditItem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btn_EditItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_EditItem_ItemClick); // // btn_DeleteItem // this.btn_DeleteItem.Caption = "删除配件"; this.btn_DeleteItem.Id = 1; this.btn_DeleteItem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_DeleteItem.ImageOptions.Image"))); this.btn_DeleteItem.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btn_DeleteItem.ImageOptions.LargeImage"))); this.btn_DeleteItem.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_DeleteItem.ItemAppearance.Disabled.Options.UseFont = true; this.btn_DeleteItem.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_DeleteItem.ItemAppearance.Hovered.Options.UseFont = true; this.btn_DeleteItem.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_DeleteItem.ItemAppearance.Normal.Options.UseFont = true; this.btn_DeleteItem.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_DeleteItem.ItemAppearance.Pressed.Options.UseFont = true; this.btn_DeleteItem.Name = "btn_DeleteItem"; this.btn_DeleteItem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btn_DeleteItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_DeleteItem_ItemClick); // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 31); this.barDockControlTop.Manager = this.barManager1; this.barDockControlTop.Size = new System.Drawing.Size(907, 26); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 438); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(907, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 57); this.barDockControlLeft.Manager = this.barManager1; this.barDockControlLeft.Size = new System.Drawing.Size(0, 381); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(907, 57); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 381); // // toolbarFormControl1 // this.toolbarFormControl1.Location = new System.Drawing.Point(0, 0); this.toolbarFormControl1.Manager = this.toolbarFormManager1; this.toolbarFormControl1.Name = "toolbarFormControl1"; this.toolbarFormControl1.Size = new System.Drawing.Size(907, 31); this.toolbarFormControl1.TabIndex = 4; this.toolbarFormControl1.TabStop = false; this.toolbarFormControl1.TitleItemLinks.Add(this.btn_SaveAccessories); this.toolbarFormControl1.ToolbarForm = this; // // toolbarFormManager1 // this.toolbarFormManager1.DockControls.Add(this.barDockControl1); this.toolbarFormManager1.DockControls.Add(this.barDockControl2); this.toolbarFormManager1.DockControls.Add(this.barDockControl3); this.toolbarFormManager1.DockControls.Add(this.barDockControl4); this.toolbarFormManager1.Form = this; this.toolbarFormManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.btn_SaveAccessories}); this.toolbarFormManager1.MaxItemId = 1; // // barDockControl1 // this.barDockControl1.CausesValidation = false; this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControl1.Location = new System.Drawing.Point(0, 31); this.barDockControl1.Manager = this.toolbarFormManager1; this.barDockControl1.Size = new System.Drawing.Size(907, 0); // // barDockControl2 // this.barDockControl2.CausesValidation = false; this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControl2.Location = new System.Drawing.Point(0, 438); this.barDockControl2.Manager = this.toolbarFormManager1; this.barDockControl2.Size = new System.Drawing.Size(907, 0); // // barDockControl3 // this.barDockControl3.CausesValidation = false; this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControl3.Location = new System.Drawing.Point(0, 31); this.barDockControl3.Manager = this.toolbarFormManager1; this.barDockControl3.Size = new System.Drawing.Size(0, 407); // // barDockControl4 // this.barDockControl4.CausesValidation = false; this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControl4.Location = new System.Drawing.Point(907, 31); this.barDockControl4.Manager = this.toolbarFormManager1; this.barDockControl4.Size = new System.Drawing.Size(0, 407); // // btn_SaveAccessories // this.btn_SaveAccessories.Caption = "保存"; this.btn_SaveAccessories.Id = 0; this.btn_SaveAccessories.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SaveAccessories.ImageOptions.Image"))); this.btn_SaveAccessories.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btn_SaveAccessories.ImageOptions.LargeImage"))); this.btn_SaveAccessories.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_SaveAccessories.ItemAppearance.Disabled.Options.UseFont = true; this.btn_SaveAccessories.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_SaveAccessories.ItemAppearance.Hovered.Options.UseFont = true; this.btn_SaveAccessories.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_SaveAccessories.ItemAppearance.Normal.Options.UseFont = true; this.btn_SaveAccessories.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_SaveAccessories.ItemAppearance.Pressed.Options.UseFont = true; this.btn_SaveAccessories.Name = "btn_SaveAccessories"; this.btn_SaveAccessories.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btn_SaveAccessories.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_SaveAccessories_ItemClick); // // layoutControl1 // this.layoutControl1.Controls.Add(this.gridControl1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 57); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(907, 381); this.layoutControl1.TabIndex = 5; this.layoutControl1.Text = "layoutControl1"; // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(12, 12); this.gridControl1.MainView = this.gridView1; this.gridControl1.MenuManager = this.barManager1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(883, 357); this.gridControl1.TabIndex = 4; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.ColumnPanelRowHeight = 31; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcFieldName, this.gcAccessoriesCount, this.gcDescription}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowHeight = 31; this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader); // // gcFieldName // this.gcFieldName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFieldName.AppearanceCell.Options.UseFont = true; this.gcFieldName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFieldName.AppearanceHeader.Options.UseFont = true; this.gcFieldName.Caption = "配件名称"; this.gcFieldName.FieldName = "FieldName"; this.gcFieldName.MinWidth = 200; this.gcFieldName.Name = "gcFieldName"; this.gcFieldName.Visible = true; this.gcFieldName.VisibleIndex = 1; this.gcFieldName.Width = 200; // // gcAccessoriesCount // this.gcAccessoriesCount.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcAccessoriesCount.AppearanceCell.Options.UseFont = true; this.gcAccessoriesCount.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcAccessoriesCount.AppearanceHeader.Options.UseFont = true; this.gcAccessoriesCount.Caption = "配件数量"; this.gcAccessoriesCount.FieldName = "AccessoriesCount"; this.gcAccessoriesCount.MinWidth = 50; this.gcAccessoriesCount.Name = "gcAccessoriesCount"; this.gcAccessoriesCount.Visible = true; this.gcAccessoriesCount.VisibleIndex = 2; // // gcDescription // this.gcDescription.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcDescription.AppearanceCell.Options.UseFont = true; this.gcDescription.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcDescription.AppearanceHeader.Options.UseFont = true; this.gcDescription.Caption = "说明"; this.gcDescription.FieldName = "Description"; this.gcDescription.MinWidth = 200; this.gcDescription.Name = "gcDescription"; this.gcDescription.Visible = true; this.gcDescription.VisibleIndex = 3; this.gcDescription.Width = 200; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition1.Width = 100D; this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1}); this.Root.Size = new System.Drawing.Size(907, 381); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.gridControl1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(887, 361); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // dlgAccessoriesEdit // this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(907, 438); this.Controls.Add(this.layoutControl1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Controls.Add(this.barDockControl3); this.Controls.Add(this.barDockControl4); this.Controls.Add(this.barDockControl2); this.Controls.Add(this.barDockControl1); this.Controls.Add(this.toolbarFormControl1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Microsoft YaHei UI", 11.25F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("dlgAccessoriesEdit.IconOptions.Image"))); this.Name = "dlgAccessoriesEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "维修配件"; this.ToolbarFormControl = this.toolbarFormControl1; ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.Bar bar2; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraBars.BarButtonItem btn_AddItem; private DevExpress.XtraBars.BarButtonItem btn_EditItem; private DevExpress.XtraBars.BarButtonItem btn_DeleteItem; private DevExpress.XtraBars.ToolbarForm.ToolbarFormControl toolbarFormControl1; private DevExpress.XtraBars.ToolbarForm.ToolbarFormManager toolbarFormManager1; private DevExpress.XtraBars.BarDockControl barDockControl1; private DevExpress.XtraBars.BarDockControl barDockControl2; private DevExpress.XtraBars.BarDockControl barDockControl3; private DevExpress.XtraBars.BarDockControl barDockControl4; private DevExpress.XtraBars.BarButtonItem btn_SaveAccessories; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraGrid.Columns.GridColumn gcFieldName; private DevExpress.XtraGrid.Columns.GridColumn gcAccessoriesCount; private DevExpress.XtraGrid.Columns.GridColumn gcDescription; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; } }