_ Partial Class frmConfiguration_Basic 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() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.txtDelimiterVersion = New System.Windows.Forms.TextBox() Me.txtDelimiterFile = New System.Windows.Forms.TextBox() Me.txtwddriveletter = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.chkUnicode = New System.Windows.Forms.CheckBox() Me.btnsave = New System.Windows.Forms.Button() Me.lblSaveresult = New System.Windows.Forms.Label() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(15, 18) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(235, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Trennzeichen für Versionierung der Dateien:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(6, 18) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(167, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Laufwerkbuchstabe Windream:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(15, 59) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(261, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "Trennzeichen zur Nutzung in Namenskonvention:" ' 'txtDelimiterVersion ' Me.txtDelimiterVersion.Location = New System.Drawing.Point(18, 34) Me.txtDelimiterVersion.Name = "txtDelimiterVersion" Me.txtDelimiterVersion.Size = New System.Drawing.Size(49, 22) Me.txtDelimiterVersion.TabIndex = 4 ' 'txtDelimiterFile ' Me.txtDelimiterFile.Location = New System.Drawing.Point(18, 75) Me.txtDelimiterFile.Name = "txtDelimiterFile" Me.txtDelimiterFile.Size = New System.Drawing.Size(49, 22) Me.txtDelimiterFile.TabIndex = 5 ' 'txtwddriveletter ' Me.txtwddriveletter.Location = New System.Drawing.Point(9, 34) Me.txtwddriveletter.Name = "txtwddriveletter" Me.txtwddriveletter.Size = New System.Drawing.Size(49, 22) Me.txtwddriveletter.TabIndex = 7 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.txtDelimiterFile) Me.GroupBox1.Controls.Add(Me.txtDelimiterVersion) Me.GroupBox1.Location = New System.Drawing.Point(218, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(293, 105) Me.GroupBox1.TabIndex = 8 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Allgemeine Funktionen:" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.chkUnicode) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.txtwddriveletter) Me.GroupBox2.Location = New System.Drawing.Point(12, 12) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(200, 105) Me.GroupBox2.TabIndex = 9 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Globale windream-Einstellungen" ' 'chkUnicode ' Me.chkUnicode.AutoSize = True Me.chkUnicode.Location = New System.Drawing.Point(9, 62) Me.chkUnicode.Name = "chkUnicode" Me.chkUnicode.Size = New System.Drawing.Size(117, 17) Me.chkUnicode.TabIndex = 8 Me.chkUnicode.Text = "Unicode-Version?" Me.chkUnicode.UseVisualStyleBackColor = True ' 'btnsave ' Me.btnsave.Enabled = False Me.btnsave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnsave.Location = New System.Drawing.Point(12, 187) Me.btnsave.Name = "btnsave" Me.btnsave.Size = New System.Drawing.Size(87, 22) Me.btnsave.TabIndex = 10 Me.btnsave.Text = "Speichern" Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsave.UseVisualStyleBackColor = True ' 'lblSaveresult ' Me.lblSaveresult.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblSaveresult.AutoSize = True Me.lblSaveresult.BackColor = System.Drawing.Color.Yellow Me.lblSaveresult.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSaveresult.Location = New System.Drawing.Point(277, 192) Me.lblSaveresult.Name = "lblSaveresult" Me.lblSaveresult.Size = New System.Drawing.Size(234, 17) Me.lblSaveresult.TabIndex = 78 Me.lblSaveresult.Text = "Änderungen erfolgreich gespeichert!" Me.lblSaveresult.Visible = False ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_DesignPanels_areChild Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox2.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_DesignPanels_areChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.CheckBox2.Location = New System.Drawing.Point(12, 135) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(194, 30) Me.CheckBox2.TabIndex = 79 Me.CheckBox2.Text = "Design-Panels als Child aufrufen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Eingebettet in Hauptformular)" Me.CheckBox2.UseVisualStyleBackColor = True ' 'frmConfiguration_Basic ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(697, 218) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.lblSaveresult) Me.Controls.Add(Me.btnsave) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmConfiguration_Basic" Me.Text = "Grundeinstellungen Record Organizer" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtDelimiterVersion As System.Windows.Forms.TextBox Friend WithEvents txtDelimiterFile As System.Windows.Forms.TextBox Friend WithEvents txtwddriveletter As System.Windows.Forms.TextBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents chkUnicode As System.Windows.Forms.CheckBox Friend WithEvents btnsave As System.Windows.Forms.Button Friend WithEvents lblSaveresult As System.Windows.Forms.Label Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox End Class