Partial Class frmConfigUser Inherits System.Windows.Forms.Form '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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfigUser)) Me.TabPageSupport = New DevExpress.XtraTab.XtraTabPage() Me.btnAppFolder = New DevExpress.XtraEditors.SimpleButton() Me.btnLogFolder = New DevExpress.XtraEditors.SimpleButton() Me.Button4 = New System.Windows.Forms.Button() Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox() Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.TabPageMain = New DevExpress.XtraTab.XtraTabPage() Me.Label1 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.cmbLanguage = New System.Windows.Forms.ComboBox() Me.TabPageSupport.SuspendLayout() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() Me.TabPageMain.SuspendLayout() Me.SuspendLayout() ' 'TabPageSupport ' Me.TabPageSupport.Controls.Add(Me.btnAppFolder) Me.TabPageSupport.Controls.Add(Me.btnLogFolder) Me.TabPageSupport.Controls.Add(Me.Button4) Me.TabPageSupport.Controls.Add(Me.LinkLabel1) Me.TabPageSupport.Controls.Add(Me.chkLogErrorsOnly) Me.TabPageSupport.ImageOptions.Image = CType(resources.GetObject("TabPageSupport.ImageOptions.Image"), System.Drawing.Image) Me.TabPageSupport.Name = "TabPageSupport" Me.TabPageSupport.Size = New System.Drawing.Size(700, 444) Me.TabPageSupport.Text = "Support" ' 'btnAppFolder ' Me.btnAppFolder.ImageOptions.Image = CType(resources.GetObject("btnAppFolder.ImageOptions.Image"), System.Drawing.Image) Me.btnAppFolder.Location = New System.Drawing.Point(349, 58) Me.btnAppFolder.Name = "btnAppFolder" Me.btnAppFolder.Size = New System.Drawing.Size(164, 36) Me.btnAppFolder.TabIndex = 21 Me.btnAppFolder.Text = "AppData Ordner öffnen" ' 'btnLogFolder ' Me.btnLogFolder.ImageOptions.Image = CType(resources.GetObject("btnLogFolder.ImageOptions.Image"), System.Drawing.Image) Me.btnLogFolder.Location = New System.Drawing.Point(349, 18) Me.btnLogFolder.Name = "btnLogFolder" Me.btnLogFolder.Size = New System.Drawing.Size(164, 34) Me.btnLogFolder.TabIndex = 20 Me.btnLogFolder.Text = "Log Ordner öffnen" ' 'Button4 ' Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Button4.Location = New System.Drawing.Point(15, 14) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(133, 23) Me.Button4.TabIndex = 19 Me.Button4.Text = "Create Log-Email" Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button4.UseVisualStyleBackColor = True ' 'LinkLabel1 ' Me.LinkLabel1.AutoSize = True Me.LinkLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!) Me.LinkLabel1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.LinkLabel1.Location = New System.Drawing.Point(12, 87) Me.LinkLabel1.Name = "LinkLabel1" Me.LinkLabel1.Size = New System.Drawing.Size(200, 17) Me.LinkLabel1.TabIndex = 15 Me.LinkLabel1.TabStop = True Me.LinkLabel1.Text = "Link zu Support-Tool Digital Data" ' 'chkLogErrorsOnly ' Me.chkLogErrorsOnly.AutoSize = True Me.chkLogErrorsOnly.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.chkLogErrorsOnly.Location = New System.Drawing.Point(154, 18) Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly" Me.chkLogErrorsOnly.Size = New System.Drawing.Size(100, 17) Me.chkLogErrorsOnly.TabIndex = 18 Me.chkLogErrorsOnly.Text = "Log Errors Only" Me.chkLogErrorsOnly.UseVisualStyleBackColor = True ' 'XtraTabControl1 ' Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.XtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left Me.XtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.TabPageSupport Me.XtraTabControl1.Size = New System.Drawing.Size(800, 450) Me.XtraTabControl1.TabIndex = 51 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageMain, Me.TabPageSupport}) ' 'TabPageMain ' Me.TabPageMain.Controls.Add(Me.Label1) Me.TabPageMain.Controls.Add(Me.Button3) Me.TabPageMain.Controls.Add(Me.cmbLanguage) Me.TabPageMain.ImageOptions.Image = CType(resources.GetObject("TabPageMain.ImageOptions.Image"), System.Drawing.Image) Me.TabPageMain.Name = "TabPageMain" Me.TabPageMain.Size = New System.Drawing.Size(700, 444) Me.TabPageMain.Text = "Allgemein" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(15, 21) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(91, 13) Me.Label1.TabIndex = 53 Me.Label1.Text = "Aktuelle Sprache:" ' 'Button3 ' Me.Button3.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Button3.Location = New System.Drawing.Point(158, 35) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(134, 23) Me.Button3.TabIndex = 52 Me.Button3.Text = "Sprache jetzt wechseln" Me.Button3.UseVisualStyleBackColor = True ' 'cmbLanguage ' Me.cmbLanguage.FormattingEnabled = True Me.cmbLanguage.Items.AddRange(New Object() {"de-DE", "en-US"}) Me.cmbLanguage.Location = New System.Drawing.Point(18, 37) Me.cmbLanguage.Name = "cmbLanguage" Me.cmbLanguage.Size = New System.Drawing.Size(134, 21) Me.cmbLanguage.TabIndex = 51 ' 'frmConfigUser ' 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.XtraTabControl1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmConfigUser" Me.Text = "Grundeinstellungen User" Me.TabPageSupport.ResumeLayout(False) Me.TabPageSupport.PerformLayout() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.TabPageMain.ResumeLayout(False) Me.TabPageMain.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents TabPageSupport As DevExpress.XtraTab.XtraTabPage Friend WithEvents Button4 As Button Friend WithEvents LinkLabel1 As LinkLabel Friend WithEvents chkLogErrorsOnly As CheckBox Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl Friend WithEvents TabPageMain As DevExpress.XtraTab.XtraTabPage Friend WithEvents Label1 As Label Friend WithEvents Button3 As Button Friend WithEvents cmbLanguage As ComboBox Friend WithEvents btnLogFolder As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnAppFolder As DevExpress.XtraEditors.SimpleButton End Class