_ 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.chkChildWindow = New System.Windows.Forms.CheckBox() Me.pbBackground = New System.Windows.Forms.PictureBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.btnResetBackground = New System.Windows.Forms.Button() Me.btnSelectBackground = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.txtProductName = New System.Windows.Forms.TextBox() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.GroupBox4.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, 74) 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, 302) 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(651, 310) 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 ' 'chkChildWindow ' Me.chkChildWindow.AutoSize = True Me.chkChildWindow.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_DesignPanels_areChild Me.chkChildWindow.CheckState = System.Windows.Forms.CheckState.Checked Me.chkChildWindow.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.chkChildWindow.Location = New System.Drawing.Point(12, 135) Me.chkChildWindow.Name = "chkChildWindow" Me.chkChildWindow.Size = New System.Drawing.Size(194, 30) Me.chkChildWindow.TabIndex = 79 Me.chkChildWindow.Text = "Design-Panels als Child aufrufen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Eingebettet in Hauptformular)" Me.chkChildWindow.UseVisualStyleBackColor = True ' 'pbBackground ' Me.pbBackground.Location = New System.Drawing.Point(6, 21) Me.pbBackground.Name = "pbBackground" Me.pbBackground.Size = New System.Drawing.Size(356, 194) Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage Me.pbBackground.TabIndex = 80 Me.pbBackground.TabStop = False ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.btnResetBackground) Me.GroupBox3.Controls.Add(Me.btnSelectBackground) Me.GroupBox3.Controls.Add(Me.pbBackground) Me.GroupBox3.Location = New System.Drawing.Point(517, 12) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(368, 256) Me.GroupBox3.TabIndex = 81 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Anwendungshintergrund" ' 'btnResetBackground ' Me.btnResetBackground.Location = New System.Drawing.Point(211, 221) Me.btnResetBackground.Name = "btnResetBackground" Me.btnResetBackground.Size = New System.Drawing.Size(151, 23) Me.btnResetBackground.TabIndex = 82 Me.btnResetBackground.Text = "Hintergrund zurücksetzen" Me.btnResetBackground.UseVisualStyleBackColor = True ' 'btnSelectBackground ' Me.btnSelectBackground.Location = New System.Drawing.Point(6, 221) Me.btnSelectBackground.Name = "btnSelectBackground" Me.btnSelectBackground.Size = New System.Drawing.Size(151, 23) Me.btnSelectBackground.TabIndex = 81 Me.btnSelectBackground.Text = "Hintergrund auswählen.." Me.btnSelectBackground.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.txtProductName) Me.GroupBox4.Location = New System.Drawing.Point(224, 12) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(287, 56) Me.GroupBox4.TabIndex = 82 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Anwendungsname" ' 'txtProductName ' Me.txtProductName.Location = New System.Drawing.Point(6, 21) Me.txtProductName.Name = "txtProductName" Me.txtProductName.Size = New System.Drawing.Size(238, 22) Me.txtProductName.TabIndex = 0 ' '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(897, 336) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.chkChildWindow) 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() CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.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 chkChildWindow As System.Windows.Forms.CheckBox Friend WithEvents pbBackground As System.Windows.Forms.PictureBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents btnResetBackground As System.Windows.Forms.Button Friend WithEvents btnSelectBackground As System.Windows.Forms.Button Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents txtProductName As System.Windows.Forms.TextBox End Class