_ 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfiguration_Basic)) 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.lblSaveresult = New System.Windows.Forms.Label() Me.chkChildWindow = New System.Windows.Forms.CheckBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.btnResetBackground = New System.Windows.Forms.Button() Me.btnSelectBackground = New System.Windows.Forms.Button() Me.pbBackground = New System.Windows.Forms.PictureBox() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.txtProductName = New System.Windows.Forms.TextBox() Me.btnsave = New System.Windows.Forms.Button() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" ' 'Label2 ' resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" ' 'Label3 ' resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" ' 'txtDelimiterVersion ' resources.ApplyResources(Me.txtDelimiterVersion, "txtDelimiterVersion") Me.txtDelimiterVersion.Name = "txtDelimiterVersion" ' 'txtDelimiterFile ' resources.ApplyResources(Me.txtDelimiterFile, "txtDelimiterFile") Me.txtDelimiterFile.Name = "txtDelimiterFile" ' 'txtwddriveletter ' resources.ApplyResources(Me.txtwddriveletter, "txtwddriveletter") Me.txtwddriveletter.Name = "txtwddriveletter" ' 'GroupBox1 ' resources.ApplyResources(Me.GroupBox1, "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.Name = "GroupBox1" Me.GroupBox1.TabStop = False ' 'GroupBox2 ' resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Controls.Add(Me.chkUnicode) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.txtwddriveletter) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.TabStop = False ' 'chkUnicode ' resources.ApplyResources(Me.chkUnicode, "chkUnicode") Me.chkUnicode.Name = "chkUnicode" Me.chkUnicode.UseVisualStyleBackColor = True ' 'lblSaveresult ' resources.ApplyResources(Me.lblSaveresult, "lblSaveresult") Me.lblSaveresult.BackColor = System.Drawing.Color.Yellow Me.lblSaveresult.Name = "lblSaveresult" ' 'chkChildWindow ' resources.ApplyResources(Me.chkChildWindow, "chkChildWindow") 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.Name = "chkChildWindow" Me.chkChildWindow.UseVisualStyleBackColor = True ' 'GroupBox3 ' resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Controls.Add(Me.btnResetBackground) Me.GroupBox3.Controls.Add(Me.btnSelectBackground) Me.GroupBox3.Controls.Add(Me.pbBackground) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.TabStop = False ' 'btnResetBackground ' resources.ApplyResources(Me.btnResetBackground, "btnResetBackground") Me.btnResetBackground.Name = "btnResetBackground" Me.btnResetBackground.UseVisualStyleBackColor = True ' 'btnSelectBackground ' resources.ApplyResources(Me.btnSelectBackground, "btnSelectBackground") Me.btnSelectBackground.Name = "btnSelectBackground" Me.btnSelectBackground.UseVisualStyleBackColor = True ' 'pbBackground ' resources.ApplyResources(Me.pbBackground, "pbBackground") Me.pbBackground.Name = "pbBackground" Me.pbBackground.TabStop = False ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" resources.ApplyResources(Me.OpenFileDialog1, "OpenFileDialog1") ' 'GroupBox4 ' resources.ApplyResources(Me.GroupBox4, "GroupBox4") Me.GroupBox4.Controls.Add(Me.txtProductName) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.TabStop = False ' 'txtProductName ' resources.ApplyResources(Me.txtProductName, "txtProductName") Me.txtProductName.Name = "txtProductName" ' 'btnsave ' resources.ApplyResources(Me.btnsave, "btnsave") Me.btnsave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save Me.btnsave.Name = "btnsave" Me.btnsave.UseVisualStyleBackColor = True ' 'frmConfiguration_Basic ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 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.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmConfiguration_Basic" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit() 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