277 lines
17 KiB
VB.net
277 lines
17 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmHistory
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHistory))
|
|
Me.TBGI_HISTORYBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
|
|
Me.TBGI_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.MyDataset = New Global_Indexer.MyDataset()
|
|
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
|
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
|
|
Me.TBGI_HISTORYTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBGI_HISTORYTableAdapter()
|
|
Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colFILENAME_ORIGINAL = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colFILENAME_NEW = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colADDED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
CType(Me.TBGI_HISTORYBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TBGI_HISTORYBindingNavigator.SuspendLayout()
|
|
CType(Me.TBGI_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TBGI_HISTORYBindingNavigator
|
|
'
|
|
resources.ApplyResources(Me.TBGI_HISTORYBindingNavigator, "TBGI_HISTORYBindingNavigator")
|
|
Me.TBGI_HISTORYBindingNavigator.AddNewItem = Nothing
|
|
Me.TBGI_HISTORYBindingNavigator.BindingSource = Me.TBGI_HISTORYBindingSource
|
|
Me.TBGI_HISTORYBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
|
Me.TBGI_HISTORYBindingNavigator.CountItemFormat = "of {0} indexed files"
|
|
Me.TBGI_HISTORYBindingNavigator.DeleteItem = Nothing
|
|
Me.TBGI_HISTORYBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.ToolStripButton1, Me.ToolStripButton2, Me.ToolStripButton3})
|
|
Me.TBGI_HISTORYBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
|
Me.TBGI_HISTORYBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
|
Me.TBGI_HISTORYBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
|
|
Me.TBGI_HISTORYBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
|
Me.TBGI_HISTORYBindingNavigator.Name = "TBGI_HISTORYBindingNavigator"
|
|
Me.TBGI_HISTORYBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
|
|
'
|
|
'TBGI_HISTORYBindingSource
|
|
'
|
|
Me.TBGI_HISTORYBindingSource.DataMember = "TBGI_HISTORY"
|
|
Me.TBGI_HISTORYBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'MyDataset
|
|
'
|
|
Me.MyDataset.DataSetName = "MyDataset"
|
|
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'BindingNavigatorCountItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
|
|
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
|
'
|
|
'BindingNavigatorMoveFirstItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
|
|
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
|
'
|
|
'BindingNavigatorMovePreviousItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
|
|
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
|
'
|
|
'BindingNavigatorSeparator
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
|
|
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
|
'
|
|
'BindingNavigatorPositionItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem")
|
|
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
|
'
|
|
'BindingNavigatorSeparator1
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
|
|
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
|
'
|
|
'BindingNavigatorMoveNextItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
|
|
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
|
'
|
|
'BindingNavigatorMoveLastItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
|
|
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
|
'
|
|
'BindingNavigatorSeparator2
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
|
|
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
|
'
|
|
'ToolStripButton1
|
|
'
|
|
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
|
Me.ToolStripButton1.Image = Global.Global_Indexer.My.Resources.Resources.refresh_16xLG
|
|
Me.ToolStripButton1.Name = "ToolStripButton1"
|
|
'
|
|
'ToolStripButton2
|
|
'
|
|
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
|
Me.ToolStripButton2.Image = Global.Global_Indexer.My.Resources.Resources.refresh_16xLG
|
|
Me.ToolStripButton2.Name = "ToolStripButton2"
|
|
'
|
|
'ToolStripButton3
|
|
'
|
|
resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3")
|
|
Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ToolStripButton3.Image = Global.Global_Indexer.My.Resources.Resources.Excel_25ixel
|
|
Me.ToolStripButton3.Name = "ToolStripButton3"
|
|
'
|
|
'TBGI_HISTORYTableAdapter
|
|
'
|
|
Me.TBGI_HISTORYTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.Connection = Nothing
|
|
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_MANTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = Global_Indexer.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'GridControl1
|
|
'
|
|
resources.ApplyResources(Me.GridControl1, "GridControl1")
|
|
Me.GridControl1.DataSource = Me.TBGI_HISTORYBindingSource
|
|
Me.GridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridControl1.EmbeddedNavigator.AccessibleDescription")
|
|
Me.GridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("GridControl1.EmbeddedNavigator.AccessibleName")
|
|
Me.GridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
|
|
Me.GridControl1.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControl1.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
|
|
Me.GridControl1.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridControl1.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
|
|
Me.GridControl1.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControl1.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
|
|
Me.GridControl1.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
|
|
Me.GridControl1.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridControl1.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
|
|
Me.GridControl1.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControl1.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
|
|
Me.GridControl1.EmbeddedNavigator.ToolTip = resources.GetString("GridControl1.EmbeddedNavigator.ToolTip")
|
|
Me.GridControl1.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
|
|
Me.GridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridControl1.EmbeddedNavigator.ToolTipTitle")
|
|
Me.GridControl1.MainView = Me.GridView1
|
|
Me.GridControl1.Name = "GridControl1"
|
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView1.Appearance.EvenRow.BackColor"), System.Drawing.Color)
|
|
Me.GridView1.Appearance.EvenRow.FontSizeDelta = CType(resources.GetObject("GridView1.Appearance.EvenRow.FontSizeDelta"), Integer)
|
|
Me.GridView1.Appearance.EvenRow.FontStyleDelta = CType(resources.GetObject("GridView1.Appearance.EvenRow.FontStyleDelta"), System.Drawing.FontStyle)
|
|
Me.GridView1.Appearance.EvenRow.GradientMode = CType(resources.GetObject("GridView1.Appearance.EvenRow.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
|
|
Me.GridView1.Appearance.EvenRow.Image = CType(resources.GetObject("GridView1.Appearance.EvenRow.Image"), System.Drawing.Image)
|
|
Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True
|
|
resources.ApplyResources(Me.GridView1, "GridView1")
|
|
Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colFILENAME_ORIGINAL, Me.colFILENAME_NEW, Me.colADDED_WHEN})
|
|
Me.GridView1.GridControl = Me.GridControl1
|
|
Me.GridView1.Name = "GridView1"
|
|
Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
|
|
Me.GridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways
|
|
'
|
|
'colGUID
|
|
'
|
|
resources.ApplyResources(Me.colGUID, "colGUID")
|
|
Me.colGUID.FieldName = "GUID"
|
|
Me.colGUID.Name = "colGUID"
|
|
'
|
|
'colFILENAME_ORIGINAL
|
|
'
|
|
resources.ApplyResources(Me.colFILENAME_ORIGINAL, "colFILENAME_ORIGINAL")
|
|
Me.colFILENAME_ORIGINAL.FieldName = "FILENAME_ORIGINAL"
|
|
Me.colFILENAME_ORIGINAL.Name = "colFILENAME_ORIGINAL"
|
|
'
|
|
'colFILENAME_NEW
|
|
'
|
|
resources.ApplyResources(Me.colFILENAME_NEW, "colFILENAME_NEW")
|
|
Me.colFILENAME_NEW.FieldName = "FILENAME_NEW"
|
|
Me.colFILENAME_NEW.Name = "colFILENAME_NEW"
|
|
'
|
|
'colADDED_WHEN
|
|
'
|
|
resources.ApplyResources(Me.colADDED_WHEN, "colADDED_WHEN")
|
|
Me.colADDED_WHEN.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime
|
|
Me.colADDED_WHEN.FieldName = "ADDED_WHEN"
|
|
Me.colADDED_WHEN.Name = "colADDED_WHEN"
|
|
Me.colADDED_WHEN.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
|
'
|
|
'frmHistory
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.GridControl1)
|
|
Me.Controls.Add(Me.TBGI_HISTORYBindingNavigator)
|
|
Me.Name = "frmHistory"
|
|
CType(Me.TBGI_HISTORYBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TBGI_HISTORYBindingNavigator.ResumeLayout(False)
|
|
Me.TBGI_HISTORYBindingNavigator.PerformLayout()
|
|
CType(Me.TBGI_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents MyDataset As Global_Indexer.MyDataset
|
|
Friend WithEvents TBGI_HISTORYBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBGI_HISTORYTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBGI_HISTORYTableAdapter
|
|
Friend WithEvents TableAdapterManager As Global_Indexer.MyDatasetTableAdapters.TableAdapterManager
|
|
Friend WithEvents TBGI_HISTORYBindingNavigator As System.Windows.Forms.BindingNavigator
|
|
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colFILENAME_ORIGINAL As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colFILENAME_NEW As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colADDED_WHEN As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripButton3 As System.Windows.Forms.ToolStripButton
|
|
End Class
|