_ Partial Class frmGlobixAdministration Inherits DevExpress.XtraBars.Ribbon.RibbonForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGlobixAdministration)) Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroupManualIndex = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroupManualIndexFunctions = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroupAutoIndex = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() Me.AKTIVCheckBox = New System.Windows.Forms.CheckBox() Me.TBDD_DOKUMENTARTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GlobixDataset = New DigitalData.GUIs.ZooFlow.GlobixDataset() Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() Me.TBDD_DOKUMENTARTTableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter() Me.TableAdapterManager = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colBEZEICHNUNG = New DevExpress.XtraGrid.Columns.GridColumn() Me.colBESCHREIBUNG = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage() Me.XtraTabPage4 = New DevExpress.XtraTab.XtraTabPage() Me.Label32 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() Me.XtraTabPage1.SuspendLayout() CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GlobixDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl2.SuspendLayout() Me.SuspendLayout() ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 1 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.Size = New System.Drawing.Size(1243, 159) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroupManualIndex, Me.RibbonPageGroupManualIndexFunctions, Me.RibbonPageGroupAutoIndex}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "Profil-Verwaltung" ' 'RibbonPageGroupManualIndex ' Me.RibbonPageGroupManualIndex.Name = "RibbonPageGroupManualIndex" Me.RibbonPageGroupManualIndex.Text = "Manuelle Indexe" ' 'RibbonPageGroupManualIndexFunctions ' Me.RibbonPageGroupManualIndexFunctions.Name = "RibbonPageGroupManualIndexFunctions" Me.RibbonPageGroupManualIndexFunctions.Text = "Nachbearbeitungsfunktionen" ' 'RibbonPageGroupAutoIndex ' Me.RibbonPageGroupAutoIndex.Name = "RibbonPageGroupAutoIndex" Me.RibbonPageGroupAutoIndex.Text = "Automatische Indexe" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 698) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(1243, 22) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'RibbonPageGroup3 ' Me.RibbonPageGroup3.Name = "RibbonPageGroup3" Me.RibbonPageGroup3.Text = "Profil-Verwaltung" ' 'XtraTabControl1 ' Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.XtraTabControl1.Location = New System.Drawing.Point(174, 159) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 Me.XtraTabControl1.Size = New System.Drawing.Size(1069, 539) Me.XtraTabControl1.TabIndex = 3 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' Me.XtraTabPage1.Controls.Add(Me.Label32) Me.XtraTabPage1.Controls.Add(Me.ComboBox3) Me.XtraTabPage1.Controls.Add(Me.XtraTabControl2) Me.XtraTabPage1.Controls.Add(Me.AKTIVCheckBox) Me.XtraTabPage1.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage1.Name = "XtraTabPage1" Me.XtraTabPage1.Size = New System.Drawing.Size(1067, 497) Me.XtraTabPage1.Text = "Profil-Verwaltung" ' 'AKTIVCheckBox ' Me.AKTIVCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_DOKUMENTARTBindingSource, "AKTIV", True)) Me.AKTIVCheckBox.Location = New System.Drawing.Point(5, 3) Me.AKTIVCheckBox.Name = "AKTIVCheckBox" Me.AKTIVCheckBox.Size = New System.Drawing.Size(104, 24) Me.AKTIVCheckBox.TabIndex = 1 Me.AKTIVCheckBox.Text = "CheckBox1" Me.AKTIVCheckBox.UseVisualStyleBackColor = True ' 'TBDD_DOKUMENTARTBindingSource ' Me.TBDD_DOKUMENTARTBindingSource.DataMember = "TBDD_DOKUMENTART" Me.TBDD_DOKUMENTARTBindingSource.DataSource = Me.GlobixDataset ' 'GlobixDataset ' Me.GlobixDataset.DataSetName = "GlobixDataset" Me.GlobixDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'XtraTabPage2 ' Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Size = New System.Drawing.Size(624, 276) Me.XtraTabPage2.Text = "XtraTabPage2" ' 'TBDD_DOKUMENTARTTableAdapter ' Me.TBDD_DOKUMENTARTTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Me.TBDD_DOKUMENTARTTableAdapter Me.TableAdapterManager.UpdateOrder = DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'GridView1 ' Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colBEZEICHNUNG, Me.colBESCHREIBUNG}) Me.GridView1.GridControl = Me.GridControl1 Me.GridView1.Name = "GridView1" Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridView1.OptionsView.EnableAppearanceEvenRow = True Me.GridView1.OptionsView.ShowAutoFilterRow = True Me.GridView1.OptionsView.ShowColumnHeaders = False Me.GridView1.OptionsView.ShowGroupPanel = False ' 'colBEZEICHNUNG ' Me.colBEZEICHNUNG.FieldName = "BEZEICHNUNG" Me.colBEZEICHNUNG.Name = "colBEZEICHNUNG" Me.colBEZEICHNUNG.Visible = True Me.colBEZEICHNUNG.VisibleIndex = 0 ' 'colBESCHREIBUNG ' Me.colBESCHREIBUNG.FieldName = "BESCHREIBUNG" Me.colBESCHREIBUNG.Name = "colBESCHREIBUNG" Me.colBESCHREIBUNG.Visible = True Me.colBESCHREIBUNG.VisibleIndex = 1 ' 'GridControl1 ' Me.GridControl1.DataSource = Me.TBDD_DOKUMENTARTBindingSource Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Left Me.GridControl1.Location = New System.Drawing.Point(0, 159) Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.MenuManager = Me.RibbonControl1 Me.GridControl1.Name = "GridControl1" Me.GridControl1.Size = New System.Drawing.Size(174, 539) Me.GridControl1.TabIndex = 2 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'XtraTabControl2 ' Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Bottom Me.XtraTabControl2.Location = New System.Drawing.Point(0, 222) Me.XtraTabControl2.Name = "XtraTabControl2" Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPage3 Me.XtraTabControl2.Size = New System.Drawing.Size(1067, 275) Me.XtraTabControl2.TabIndex = 2 Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage3, Me.XtraTabPage4}) ' 'XtraTabPage3 ' Me.XtraTabPage3.Name = "XtraTabPage3" Me.XtraTabPage3.Size = New System.Drawing.Size(1065, 252) Me.XtraTabPage3.Text = "XtraTabPage3" ' 'XtraTabPage4 ' Me.XtraTabPage4.Name = "XtraTabPage4" Me.XtraTabPage4.Size = New System.Drawing.Size(298, 277) Me.XtraTabPage4.Text = "XtraTabPage4" ' 'Label32 ' Me.Label32.AutoSize = True Me.Label32.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label32.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label32.Location = New System.Drawing.Point(448, 29) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(209, 13) Me.Label32.TabIndex = 98 Me.Label32.Text = "Verhalten, wenn Datei bereits vorhanden:" ' 'ComboBox3 ' Me.ComboBox3.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True)) Me.ComboBox3.DisplayMember = "DISPLAY_TEXT" Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"New version", "Default", "Question"}) Me.ComboBox3.Location = New System.Drawing.Point(451, 45) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(235, 21) Me.ComboBox3.TabIndex = 97 Me.ComboBox3.ValueMember = "VALUE_TEXT" ' 'frmGlobixAdministration ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1243, 720) Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.GridControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmGlobixAdministration" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "Global Indexer - Administration" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.XtraTabPage1.ResumeLayout(False) Me.XtraTabPage1.PerformLayout() CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GlobixDataset, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl2.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonPageGroupManualIndex As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonPageGroupManualIndexFunctions As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonPageGroupAutoIndex As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage Friend WithEvents GlobixDataset As GlobixDataset Friend WithEvents TBDD_DOKUMENTARTBindingSource As BindingSource Friend WithEvents TBDD_DOKUMENTARTTableAdapter As GlobixDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter Friend WithEvents TableAdapterManager As GlobixDatasetTableAdapters.TableAdapterManager Friend WithEvents AKTIVCheckBox As CheckBox Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colBEZEICHNUNG As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colBESCHREIBUNG As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents XtraTabControl2 As DevExpress.XtraTab.XtraTabControl Friend WithEvents XtraTabPage3 As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabPage4 As DevExpress.XtraTab.XtraTabPage Friend WithEvents Label32 As Label Friend WithEvents ComboBox3 As ComboBox End Class