_ Partial Class frmGlobixBasicConfig Inherits DevExpress.XtraEditors.XtraForm '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() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtFolderWatch = New System.Windows.Forms.TextBox() Me.txtScanFolderWatch = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Label8 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.btnSaveExclusionFiles = New System.Windows.Forms.Button() Me.btnstartstop2 = New System.Windows.Forms.Button() Me.btnstartstop1 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(9, 13) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(295, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Definieren Sie hier den Ordner welcher überwacht wird:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 93) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(392, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Definieren Sie hier den Ordner der für Scan2Folder verwendet werden soll:" ' 'txtFolderWatch ' Me.txtFolderWatch.Location = New System.Drawing.Point(12, 30) Me.txtFolderWatch.Name = "txtFolderWatch" Me.txtFolderWatch.Size = New System.Drawing.Size(679, 22) Me.txtFolderWatch.TabIndex = 2 ' 'txtScanFolderWatch ' Me.txtScanFolderWatch.Location = New System.Drawing.Point(12, 109) Me.txtScanFolderWatch.Name = "txtScanFolderWatch" Me.txtScanFolderWatch.Size = New System.Drawing.Size(679, 22) Me.txtScanFolderWatch.TabIndex = 3 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(697, 30) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(29, 23) Me.Button1.TabIndex = 4 Me.Button1.Text = "..." Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(697, 107) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(29, 23) Me.Button2.TabIndex = 5 Me.Button2.Text = "..." Me.Button2.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label8.Location = New System.Drawing.Point(9, 186) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(453, 26) Me.Label8.TabIndex = 16 Me.Label8.Text = "Definieren Sie hier Inhalte von Dateinamen welche von der Folderwatch-Überwachung" & "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ausgenommen werden sollen:" ' 'DataGridView1 ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.Aqua Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 215) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(192, 223) Me.DataGridView1.TabIndex = 14 ' 'btnSaveExclusionFiles ' Me.btnSaveExclusionFiles.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.save_16xLG Me.btnSaveExclusionFiles.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSaveExclusionFiles.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnSaveExclusionFiles.Location = New System.Drawing.Point(210, 215) Me.btnSaveExclusionFiles.Name = "btnSaveExclusionFiles" Me.btnSaveExclusionFiles.Size = New System.Drawing.Size(94, 29) Me.btnSaveExclusionFiles.TabIndex = 15 Me.btnSaveExclusionFiles.Text = "Speichern" Me.btnSaveExclusionFiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnSaveExclusionFiles.UseVisualStyleBackColor = True ' 'btnstartstop2 ' Me.btnstartstop2.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.bell_go Me.btnstartstop2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnstartstop2.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnstartstop2.Location = New System.Drawing.Point(518, 138) Me.btnstartstop2.Margin = New System.Windows.Forms.Padding(4) Me.btnstartstop2.Name = "btnstartstop2" Me.btnstartstop2.Size = New System.Drawing.Size(173, 25) Me.btnstartstop2.TabIndex = 10 Me.btnstartstop2.Text = "Überwachung starten" Me.btnstartstop2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnstartstop2.UseVisualStyleBackColor = True ' 'btnstartstop1 ' Me.btnstartstop1.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.bell_go Me.btnstartstop1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnstartstop1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnstartstop1.Location = New System.Drawing.Point(518, 59) Me.btnstartstop1.Margin = New System.Windows.Forms.Padding(4) Me.btnstartstop1.Name = "btnstartstop1" Me.btnstartstop1.Size = New System.Drawing.Size(173, 25) Me.btnstartstop1.TabIndex = 6 Me.btnstartstop1.Text = "Überwachung starten" Me.btnstartstop1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnstartstop1.UseVisualStyleBackColor = True ' 'frmGlobixBasicConfig ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.btnSaveExclusionFiles) Me.Controls.Add(Me.btnstartstop2) Me.Controls.Add(Me.btnstartstop1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.txtScanFolderWatch) Me.Controls.Add(Me.txtFolderWatch) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmGlobixBasicConfig" Me.Text = "Basiskonfiguration Globix" Me.TopMost = True CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents txtFolderWatch As TextBox Friend WithEvents txtScanFolderWatch As TextBox Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents btnstartstop1 As Button Friend WithEvents btnstartstop2 As Button Friend WithEvents Label8 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents btnSaveExclusionFiles As Button End Class