_ Partial Class frmUserBasics 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(frmUserBasics)) Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.Button4 = New System.Windows.Forms.Button() Me.btnApplicationFolder = New System.Windows.Forms.Button() Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox() Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() Me.Button1 = New System.Windows.Forms.Button() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.Button3 = New System.Windows.Forms.Button() Me.cmbLanguage = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(800, 450) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.Button3) Me.TabPage1.Controls.Add(Me.cmbLanguage) Me.TabPage1.Controls.Add(Me.Button4) Me.TabPage1.Controls.Add(Me.btnApplicationFolder) Me.TabPage1.Controls.Add(Me.chkLogErrorsOnly) Me.TabPage1.Controls.Add(Me.LinkLabel1) Me.TabPage1.Controls.Add(Me.Button1) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(792, 424) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Logging und Support" Me.TabPage1.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Image = Global.EDMI_ClientSuite.My.Resources.Resources.email_go Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Button4.Location = New System.Drawing.Point(8, 6) 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 ' 'btnApplicationFolder ' Me.btnApplicationFolder.Image = Global.EDMI_ClientSuite.My.Resources.Resources.folder_go Me.btnApplicationFolder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnApplicationFolder.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnApplicationFolder.Location = New System.Drawing.Point(265, 35) Me.btnApplicationFolder.Name = "btnApplicationFolder" Me.btnApplicationFolder.Size = New System.Drawing.Size(144, 23) Me.btnApplicationFolder.TabIndex = 16 Me.btnApplicationFolder.Text = "Open AppFolder User" Me.btnApplicationFolder.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnApplicationFolder.UseVisualStyleBackColor = True ' 'chkLogErrorsOnly ' Me.chkLogErrorsOnly.AutoSize = True Me.chkLogErrorsOnly.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.chkLogErrorsOnly.Location = New System.Drawing.Point(147, 10) 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 ' '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(5, 79) 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" ' 'Button1 ' Me.Button1.Image = Global.EDMI_ClientSuite.My.Resources.Resources.folder_go Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Button1.Location = New System.Drawing.Point(8, 35) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(133, 23) Me.Button1.TabIndex = 17 Me.Button1.Text = "Open Log-Folder" Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'TabPage2 ' 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(792, 424) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "TabPage2" Me.TabPage2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Button3.Location = New System.Drawing.Point(148, 139) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(134, 23) Me.Button3.TabIndex = 49 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(8, 141) Me.cmbLanguage.Name = "cmbLanguage" Me.cmbLanguage.Size = New System.Drawing.Size(134, 21) Me.cmbLanguage.TabIndex = 48 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(5, 125) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(91, 13) Me.Label1.TabIndex = 50 Me.Label1.Text = "Aktuelle Sprache:" ' 'frmUserBasics ' 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.TabControl1) 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 = "frmUserBasics" Me.Text = "Grundeinstellungen User" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents Button4 As Button Friend WithEvents chkLogErrorsOnly As CheckBox Friend WithEvents Button1 As Button Friend WithEvents btnApplicationFolder As Button Friend WithEvents LinkLabel1 As LinkLabel Friend WithEvents Label1 As Label Friend WithEvents Button3 As Button Friend WithEvents cmbLanguage As ComboBox End Class