Introduce TimerAutostart to delay Nachindexierung thread start by 30s, allowing Windream drive to become available before processing. Update status messages to reflect waiting period. Add event handler for timer tick to start threads after delay. Minor designer layout adjustments. Remove obsolete database binary files.
596 lines
31 KiB
VB.net
596 lines
31 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmNIHauptseite
|
|
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(frmNIHauptseite))
|
|
Me.tcmain = New System.Windows.Forms.TabControl()
|
|
Me.tpMain = New System.Windows.Forms.TabPage()
|
|
Me.lblNotWorking = New System.Windows.Forms.Label()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.tslblStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
|
Me.ProgressBar2 = New System.Windows.Forms.ProgressBar()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.btnStartStop = New System.Windows.Forms.Button()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.pnlInfos = New System.Windows.Forms.Panel()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.lblDatei = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.lblStatus = New System.Windows.Forms.Label()
|
|
Me.lblProfilname = New System.Windows.Forms.Label()
|
|
Me.lblDateiTitel = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.numIntervall = New System.Windows.Forms.NumericUpDown()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.pnlFooter = New System.Windows.Forms.Panel()
|
|
Me.btnEdit = New System.Windows.Forms.Button()
|
|
Me.btnStartProfile = New System.Windows.Forms.Button()
|
|
Me.gridProfileOverview = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.RepositoryItemCheckEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit()
|
|
Me.RepositoryItemGridLookUpEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit()
|
|
Me.RepositoryItemGridLookUpEdit1View = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.timRun = New System.Windows.Forms.Timer(Me.components)
|
|
Me.DS_More = New ToolCollection.DS_More()
|
|
Me.VWMO_RE_DOKUMENTARTZUORDNUNGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.VWMO_RE_DOKUMENTARTZUORDNUNGTableAdapter = New ToolCollection.DS_MoreTableAdapters.VWMO_RE_DOKUMENTARTZUORDNUNGTableAdapter()
|
|
Me.TableAdapterManager = New ToolCollection.DS_MoreTableAdapters.TableAdapterManager()
|
|
Me.TBMO_RE_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBMO_RE_HISTORYTableAdapter = New ToolCollection.DS_MoreTableAdapters.TBMO_RE_HISTORYTableAdapter()
|
|
Me.TimerRefresh = New System.Windows.Forms.Timer(Me.components)
|
|
Me.MyDataset = New ToolCollection.MyDataset()
|
|
Me.TBTC_MOVE_RENAMEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBTC_MOVE_RENAMETableAdapter = New ToolCollection.MyDatasetTableAdapters.TBTC_MOVE_RENAMETableAdapter()
|
|
Me.TableAdapterManager1 = New ToolCollection.MyDatasetTableAdapters.TableAdapterManager()
|
|
Me.TimerAutostart = New System.Windows.Forms.Timer(Me.components)
|
|
Me.tcmain.SuspendLayout()
|
|
Me.tpMain.SuspendLayout()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlInfos.SuspendLayout()
|
|
CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.pnlFooter.SuspendLayout()
|
|
CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemCheckEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemGridLookUpEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemGridLookUpEdit1View, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DS_More, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.VWMO_RE_DOKUMENTARTZUORDNUNGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBMO_RE_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBTC_MOVE_RENAMEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'tcmain
|
|
'
|
|
Me.tcmain.Controls.Add(Me.tpMain)
|
|
Me.tcmain.Controls.Add(Me.TabPage2)
|
|
Me.tcmain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tcmain.Location = New System.Drawing.Point(0, 0)
|
|
Me.tcmain.Name = "tcmain"
|
|
Me.tcmain.SelectedIndex = 0
|
|
Me.tcmain.Size = New System.Drawing.Size(777, 547)
|
|
Me.tcmain.TabIndex = 46
|
|
'
|
|
'tpMain
|
|
'
|
|
Me.tpMain.AutoScroll = True
|
|
Me.tpMain.Controls.Add(Me.lblNotWorking)
|
|
Me.tpMain.Controls.Add(Me.StatusStrip1)
|
|
Me.tpMain.Controls.Add(Me.Label1)
|
|
Me.tpMain.Controls.Add(Me.Label9)
|
|
Me.tpMain.Controls.Add(Me.ProgressBar1)
|
|
Me.tpMain.Controls.Add(Me.ProgressBar2)
|
|
Me.tpMain.Controls.Add(Me.Label2)
|
|
Me.tpMain.Controls.Add(Me.PictureBox1)
|
|
Me.tpMain.Controls.Add(Me.btnStartStop)
|
|
Me.tpMain.Controls.Add(Me.Label6)
|
|
Me.tpMain.Controls.Add(Me.pnlInfos)
|
|
Me.tpMain.Controls.Add(Me.Label5)
|
|
Me.tpMain.Controls.Add(Me.Label3)
|
|
Me.tpMain.Controls.Add(Me.Label4)
|
|
Me.tpMain.Controls.Add(Me.numIntervall)
|
|
Me.tpMain.Location = New System.Drawing.Point(4, 22)
|
|
Me.tpMain.Name = "tpMain"
|
|
Me.tpMain.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.tpMain.Size = New System.Drawing.Size(769, 521)
|
|
Me.tpMain.TabIndex = 0
|
|
Me.tpMain.Text = "Hauptseite"
|
|
Me.tpMain.UseVisualStyleBackColor = True
|
|
'
|
|
'lblNotWorking
|
|
'
|
|
Me.lblNotWorking.AutoSize = True
|
|
Me.lblNotWorking.BackColor = System.Drawing.Color.Yellow
|
|
Me.lblNotWorking.Font = New System.Drawing.Font("Segoe UI", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblNotWorking.Location = New System.Drawing.Point(54, 192)
|
|
Me.lblNotWorking.Name = "lblNotWorking"
|
|
Me.lblNotWorking.Size = New System.Drawing.Size(67, 21)
|
|
Me.lblNotWorking.TabIndex = 46
|
|
Me.lblNotWorking.Text = "Label18"
|
|
Me.lblNotWorking.Visible = False
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblStatus})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(3, 496)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(763, 22)
|
|
Me.StatusStrip1.TabIndex = 45
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'tslblStatus
|
|
'
|
|
Me.tslblStatus.Name = "tslblStatus"
|
|
Me.tslblStatus.Size = New System.Drawing.Size(0, 17)
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Calibri", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(6, 3)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(595, 29)
|
|
Me.Label1.TabIndex = 24
|
|
Me.Label1.Text = "Automatisiertes Nachindexieren von Dateien in windream"
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(11, 374)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(167, 13)
|
|
Me.Label9.TabIndex = 44
|
|
Me.Label9.Text = "Fortschritt des aktuellen Profils"
|
|
'
|
|
'ProgressBar1
|
|
'
|
|
Me.ProgressBar1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(11, 304)
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(747, 33)
|
|
Me.ProgressBar1.TabIndex = 25
|
|
'
|
|
'ProgressBar2
|
|
'
|
|
Me.ProgressBar2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.ProgressBar2.Location = New System.Drawing.Point(11, 344)
|
|
Me.ProgressBar2.Name = "ProgressBar2"
|
|
Me.ProgressBar2.Size = New System.Drawing.Size(747, 23)
|
|
Me.ProgressBar2.TabIndex = 43
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(8, 288)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(238, 13)
|
|
Me.Label2.TabIndex = 26
|
|
Me.Label2.Text = "Fortschritt des aktuellen Durchlaufs (Gesamt)"
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = Global.ToolCollection.My.Resources.Resources.info_small
|
|
Me.PictureBox1.Location = New System.Drawing.Point(55, 91)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(48, 52)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox1.TabIndex = 42
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'btnStartStop
|
|
'
|
|
Me.btnStartStop.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnStartStop.Image = Global.ToolCollection.My.Resources.Resources.clock_run
|
|
Me.btnStartStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnStartStop.Location = New System.Drawing.Point(211, 390)
|
|
Me.btnStartStop.Name = "btnStartStop"
|
|
Me.btnStartStop.Padding = New System.Windows.Forms.Padding(10, 0, 0, 0)
|
|
Me.btnStartStop.Size = New System.Drawing.Size(271, 40)
|
|
Me.btnStartStop.TabIndex = 27
|
|
Me.btnStartStop.Text = "Nachindexierung starten"
|
|
Me.btnStartStop.UseVisualStyleBackColor = True
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(109, 91)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(582, 73)
|
|
Me.Label6.TabIndex = 41
|
|
Me.Label6.Text = resources.GetString("Label6.Text")
|
|
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'pnlInfos
|
|
'
|
|
Me.pnlInfos.BackColor = System.Drawing.Color.RoyalBlue
|
|
Me.pnlInfos.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnlInfos.Controls.Add(Me.Label8)
|
|
Me.pnlInfos.Controls.Add(Me.lblDatei)
|
|
Me.pnlInfos.Controls.Add(Me.Label7)
|
|
Me.pnlInfos.Controls.Add(Me.lblStatus)
|
|
Me.pnlInfos.Controls.Add(Me.lblProfilname)
|
|
Me.pnlInfos.Controls.Add(Me.lblDateiTitel)
|
|
Me.pnlInfos.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.pnlInfos.ForeColor = System.Drawing.Color.White
|
|
Me.pnlInfos.Location = New System.Drawing.Point(112, 167)
|
|
Me.pnlInfos.Name = "pnlInfos"
|
|
Me.pnlInfos.Size = New System.Drawing.Size(596, 114)
|
|
Me.pnlInfos.TabIndex = 36
|
|
Me.pnlInfos.Visible = False
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(14, 30)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label8.TabIndex = 30
|
|
Me.Label8.Text = "In Bearbeitung"
|
|
'
|
|
'lblDatei
|
|
'
|
|
Me.lblDatei.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblDatei.Location = New System.Drawing.Point(107, 71)
|
|
Me.lblDatei.Name = "lblDatei"
|
|
Me.lblDatei.Size = New System.Drawing.Size(488, 33)
|
|
Me.lblDatei.TabIndex = 35
|
|
Me.lblDatei.Text = "lblDatei"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(14, 54)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(85, 13)
|
|
Me.Label7.TabIndex = 31
|
|
Me.Label7.Text = "aktuelles Profil:"
|
|
'
|
|
'lblStatus
|
|
'
|
|
Me.lblStatus.AutoSize = True
|
|
Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblStatus.Location = New System.Drawing.Point(107, 30)
|
|
Me.lblStatus.Name = "lblStatus"
|
|
Me.lblStatus.Size = New System.Drawing.Size(96, 13)
|
|
Me.lblStatus.TabIndex = 34
|
|
Me.lblStatus.Text = "(Status: wartend)"
|
|
'
|
|
'lblProfilname
|
|
'
|
|
Me.lblProfilname.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblProfilname.Location = New System.Drawing.Point(107, 54)
|
|
Me.lblProfilname.Name = "lblProfilname"
|
|
Me.lblProfilname.Size = New System.Drawing.Size(471, 13)
|
|
Me.lblProfilname.TabIndex = 32
|
|
Me.lblProfilname.Text = "lblProfilname"
|
|
'
|
|
'lblDateiTitel
|
|
'
|
|
Me.lblDateiTitel.AutoSize = True
|
|
Me.lblDateiTitel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblDateiTitel.Location = New System.Drawing.Point(14, 71)
|
|
Me.lblDateiTitel.Name = "lblDateiTitel"
|
|
Me.lblDateiTitel.Size = New System.Drawing.Size(81, 13)
|
|
Me.lblDateiTitel.TabIndex = 33
|
|
Me.lblDateiTitel.Text = "aktuelle Datei:"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(52, 64)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label5.TabIndex = 40
|
|
Me.Label5.Text = "alle"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(52, 45)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(174, 13)
|
|
Me.Label3.TabIndex = 37
|
|
Me.Label3.Text = "Intervall der Nachindexierung"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(163, 64)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(212, 13)
|
|
Me.Label4.TabIndex = 39
|
|
Me.Label4.Text = "Minuten einen neuen Durchlauf starten"
|
|
'
|
|
'numIntervall
|
|
'
|
|
Me.numIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.ToolCollection.My.MySettings.Default, "NI_Durchlauf_Intervall", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.numIntervall.Location = New System.Drawing.Point(81, 61)
|
|
Me.numIntervall.Maximum = New Decimal(New Integer() {6000, 0, 0, 0})
|
|
Me.numIntervall.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.numIntervall.Name = "numIntervall"
|
|
Me.numIntervall.Size = New System.Drawing.Size(76, 22)
|
|
Me.numIntervall.TabIndex = 38
|
|
Me.numIntervall.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.numIntervall.Value = Global.ToolCollection.My.MySettings.Default.NI_Durchlauf_Intervall
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.pnlFooter)
|
|
Me.TabPage2.Controls.Add(Me.gridProfileOverview)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(769, 521)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Profilübersicht"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'pnlFooter
|
|
'
|
|
Me.pnlFooter.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.pnlFooter.Controls.Add(Me.btnEdit)
|
|
Me.pnlFooter.Controls.Add(Me.btnStartProfile)
|
|
Me.pnlFooter.Location = New System.Drawing.Point(3, 480)
|
|
Me.pnlFooter.Name = "pnlFooter"
|
|
Me.pnlFooter.Size = New System.Drawing.Size(763, 38)
|
|
Me.pnlFooter.TabIndex = 3
|
|
'
|
|
'btnEdit
|
|
'
|
|
Me.btnEdit.Anchor = System.Windows.Forms.AnchorStyles.Right
|
|
Me.btnEdit.Image = Global.ToolCollection.My.Resources.Resources.cog_edit
|
|
Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnEdit.Location = New System.Drawing.Point(527, 9)
|
|
Me.btnEdit.Name = "btnEdit"
|
|
Me.btnEdit.Size = New System.Drawing.Size(120, 23)
|
|
Me.btnEdit.TabIndex = 2
|
|
Me.btnEdit.Text = "Profil Bearbeiten"
|
|
Me.btnEdit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnEdit.UseVisualStyleBackColor = True
|
|
'
|
|
'btnStartProfile
|
|
'
|
|
Me.btnStartProfile.Anchor = System.Windows.Forms.AnchorStyles.Right
|
|
Me.btnStartProfile.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
|
|
Me.btnStartProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnStartProfile.Location = New System.Drawing.Point(653, 9)
|
|
Me.btnStartProfile.Name = "btnStartProfile"
|
|
Me.btnStartProfile.Size = New System.Drawing.Size(100, 23)
|
|
Me.btnStartProfile.TabIndex = 1
|
|
Me.btnStartProfile.Text = "Profil Starten"
|
|
Me.btnStartProfile.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnStartProfile.UseVisualStyleBackColor = True
|
|
'
|
|
'gridProfileOverview
|
|
'
|
|
Me.gridProfileOverview.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.gridProfileOverview.Location = New System.Drawing.Point(3, 3)
|
|
Me.gridProfileOverview.MainView = Me.GridView1
|
|
Me.gridProfileOverview.Name = "gridProfileOverview"
|
|
Me.gridProfileOverview.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemCheckEdit1, Me.RepositoryItemGridLookUpEdit1})
|
|
Me.gridProfileOverview.Size = New System.Drawing.Size(763, 471)
|
|
Me.gridProfileOverview.TabIndex = 0
|
|
Me.gridProfileOverview.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.GridControl = Me.gridProfileOverview
|
|
Me.GridView1.Name = "GridView1"
|
|
Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridView1.OptionsBehavior.Editable = False
|
|
Me.GridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
Me.GridView1.OptionsView.ColumnAutoWidth = False
|
|
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
|
|
Me.GridView1.OptionsView.ShowAutoFilterRow = True
|
|
Me.GridView1.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'RepositoryItemCheckEdit1
|
|
'
|
|
Me.RepositoryItemCheckEdit1.AutoHeight = False
|
|
Me.RepositoryItemCheckEdit1.Name = "RepositoryItemCheckEdit1"
|
|
'
|
|
'RepositoryItemGridLookUpEdit1
|
|
'
|
|
Me.RepositoryItemGridLookUpEdit1.AutoHeight = False
|
|
Me.RepositoryItemGridLookUpEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.RepositoryItemGridLookUpEdit1.Name = "RepositoryItemGridLookUpEdit1"
|
|
Me.RepositoryItemGridLookUpEdit1.PopupView = Me.RepositoryItemGridLookUpEdit1View
|
|
'
|
|
'RepositoryItemGridLookUpEdit1View
|
|
'
|
|
Me.RepositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus
|
|
Me.RepositoryItemGridLookUpEdit1View.Name = "RepositoryItemGridLookUpEdit1View"
|
|
Me.RepositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
Me.RepositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'timRun
|
|
'
|
|
Me.timRun.Interval = 60
|
|
'
|
|
'DS_More
|
|
'
|
|
Me.DS_More.DataSetName = "DS_More"
|
|
Me.DS_More.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'VWMO_RE_DOKUMENTARTZUORDNUNGBindingSource
|
|
'
|
|
Me.VWMO_RE_DOKUMENTARTZUORDNUNGBindingSource.DataMember = "VWMO_RE_DOKUMENTARTZUORDNUNG"
|
|
Me.VWMO_RE_DOKUMENTARTZUORDNUNGBindingSource.DataSource = Me.DS_More
|
|
'
|
|
'VWMO_RE_DOKUMENTARTZUORDNUNGTableAdapter
|
|
'
|
|
Me.VWMO_RE_DOKUMENTARTZUORDNUNGTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.Connection = Nothing
|
|
Me.TableAdapterManager.TBMO_RE_DOKART_KUNDETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBMO_RE_DOKARTTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBMO_RE_HISTORYTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBMO_RE_KUNDENTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = ToolCollection.DS_MoreTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'TBMO_RE_HISTORYBindingSource
|
|
'
|
|
Me.TBMO_RE_HISTORYBindingSource.DataMember = "TBMO_RE_HISTORY"
|
|
Me.TBMO_RE_HISTORYBindingSource.DataSource = Me.DS_More
|
|
'
|
|
'TBMO_RE_HISTORYTableAdapter
|
|
'
|
|
Me.TBMO_RE_HISTORYTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TimerRefresh
|
|
'
|
|
Me.TimerRefresh.Interval = 10000
|
|
'
|
|
'MyDataset
|
|
'
|
|
Me.MyDataset.DataSetName = "MyDataset"
|
|
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBTC_MOVE_RENAMEBindingSource
|
|
'
|
|
Me.TBTC_MOVE_RENAMEBindingSource.DataMember = "TBTC_MOVE_RENAME"
|
|
Me.TBTC_MOVE_RENAMEBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'TBTC_MOVE_RENAMETableAdapter
|
|
'
|
|
Me.TBTC_MOVE_RENAMETableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager1
|
|
'
|
|
Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager1.TBTC_DI_REGEX_MATCHTableAdapter = Nothing
|
|
Me.TableAdapterManager1.TBTC_MOVE_RENAMETableAdapter = Me.TBTC_MOVE_RENAMETableAdapter
|
|
Me.TableAdapterManager1.UpdateOrder = ToolCollection.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'TimerAutostart
|
|
'
|
|
'
|
|
'frmNIHauptseite
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(777, 547)
|
|
Me.Controls.Add(Me.tcmain)
|
|
Me.DataBindings.Add(New System.Windows.Forms.Binding("Location", Global.ToolCollection.My.MySettings.Default, "frmNIHauptseite_Loc", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Location = Global.ToolCollection.My.MySettings.Default.frmNIHauptseite_Loc
|
|
Me.Name = "frmNIHauptseite"
|
|
Me.Text = "Hauptseite Nachindexierung"
|
|
Me.tcmain.ResumeLayout(False)
|
|
Me.tpMain.ResumeLayout(False)
|
|
Me.tpMain.PerformLayout()
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlInfos.ResumeLayout(False)
|
|
Me.pnlInfos.PerformLayout()
|
|
CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.pnlFooter.ResumeLayout(False)
|
|
CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemCheckEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemGridLookUpEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemGridLookUpEdit1View, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DS_More, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.VWMO_RE_DOKUMENTARTZUORDNUNGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBMO_RE_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBTC_MOVE_RENAMEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents tcmain As System.Windows.Forms.TabControl
|
|
Friend WithEvents tpMain As System.Windows.Forms.TabPage
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
|
|
Friend WithEvents ProgressBar2 As System.Windows.Forms.ProgressBar
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents btnStartStop As System.Windows.Forms.Button
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents pnlInfos As System.Windows.Forms.Panel
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
|
Friend WithEvents lblProfilname As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents numIntervall As System.Windows.Forms.NumericUpDown
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents timRun As System.Windows.Forms.Timer
|
|
Friend WithEvents MyDataset As ToolCollection.MyDataset
|
|
Friend WithEvents lblDatei As System.Windows.Forms.Label
|
|
Friend WithEvents lblDateiTitel As System.Windows.Forms.Label
|
|
|
|
Friend WithEvents DS_More As ToolCollection.DS_More
|
|
Friend WithEvents VWMO_RE_DOKUMENTARTZUORDNUNGBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents VWMO_RE_DOKUMENTARTZUORDNUNGTableAdapter As ToolCollection.DS_MoreTableAdapters.VWMO_RE_DOKUMENTARTZUORDNUNGTableAdapter
|
|
Friend WithEvents TableAdapterManager As ToolCollection.DS_MoreTableAdapters.TableAdapterManager
|
|
Friend WithEvents TBMO_RE_HISTORYBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBMO_RE_HISTORYTableAdapter As ToolCollection.DS_MoreTableAdapters.TBMO_RE_HISTORYTableAdapter
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents tslblStatus As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents TimerRefresh As System.Windows.Forms.Timer
|
|
Friend WithEvents lblNotWorking As Label
|
|
Friend WithEvents TBTC_MOVE_RENAMEBindingSource As BindingSource
|
|
Friend WithEvents TBTC_MOVE_RENAMETableAdapter As MyDatasetTableAdapters.TBTC_MOVE_RENAMETableAdapter
|
|
Friend WithEvents TableAdapterManager1 As MyDatasetTableAdapters.TableAdapterManager
|
|
Friend WithEvents gridProfileOverview As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents RepositoryItemCheckEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit
|
|
Friend WithEvents RepositoryItemGridLookUpEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit
|
|
Friend WithEvents RepositoryItemGridLookUpEdit1View As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents btnEdit As Button
|
|
Friend WithEvents btnStartProfile As Button
|
|
Friend WithEvents pnlFooter As Panel
|
|
Friend WithEvents TimerAutostart As Timer
|
|
End Class
|