_ Partial Class FormConfigsWijzigen Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormConfigsWijzigen)) Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.ButtonDefaultConfigPath = New System.Windows.Forms.Button() Me.ButtonConfigPath = New System.Windows.Forms.Button() Me.TextBoxConfigPath = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.ButtonAnnuleren = New System.Windows.Forms.Button() Me.ButtonOpslaanHoofdConfigs = New System.Windows.Forms.Button() Me.FolderBrowserDialog = New System.Windows.Forms.FolderBrowserDialog() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.CheckBoxVerwerk = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.TabControlHoofdConfigs = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.ButtonOpslaanAlgemeneConfigs = New System.Windows.Forms.Button() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.ButtonHulpPDFPath = New System.Windows.Forms.Button() Me.TextBoxHulpPDFPath = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.ButtonPrinterBacklogPath = New System.Windows.Forms.Button() Me.TextBoxPrinterBacklogPath = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.ButtonBartenderPath = New System.Windows.Forms.Button() Me.TextBoxBartenderPath = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.ButtonArdisPath = New System.Windows.Forms.Button() Me.TextBoxArdisPath = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.OpenFileDialog = New System.Windows.Forms.OpenFileDialog() Me.GroupBox6 = New System.Windows.Forms.GroupBox() Me.CheckBoxLogs = New System.Windows.Forms.CheckBox() Me.Label7 = New System.Windows.Forms.Label() Me.GroupBox2.SuspendLayout Me.GroupBox1.SuspendLayout Me.TabControlHoofdConfigs.SuspendLayout Me.TabPage1.SuspendLayout Me.TabPage2.SuspendLayout Me.GroupBox5.SuspendLayout Me.GroupBox4.SuspendLayout Me.GroupBox3.SuspendLayout Me.GroupBox6.SuspendLayout Me.SuspendLayout ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.ButtonDefaultConfigPath) Me.GroupBox2.Controls.Add(Me.ButtonConfigPath) Me.GroupBox2.Controls.Add(Me.TextBoxConfigPath) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!) Me.GroupBox2.Location = New System.Drawing.Point(15, 15) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(797, 115) Me.GroupBox2.TabIndex = 5 Me.GroupBox2.TabStop = false Me.GroupBox2.Text = "Config pad" ' 'ButtonDefaultConfigPath ' Me.ButtonDefaultConfigPath.Location = New System.Drawing.Point(668, 61) Me.ButtonDefaultConfigPath.Name = "ButtonDefaultConfigPath" Me.ButtonDefaultConfigPath.Size = New System.Drawing.Size(71, 26) Me.ButtonDefaultConfigPath.TabIndex = 10 Me.ButtonDefaultConfigPath.Text = "default" Me.ButtonDefaultConfigPath.UseVisualStyleBackColor = true ' 'ButtonConfigPath ' Me.ButtonConfigPath.Location = New System.Drawing.Point(745, 61) Me.ButtonConfigPath.Name = "ButtonConfigPath" Me.ButtonConfigPath.Size = New System.Drawing.Size(37, 26) Me.ButtonConfigPath.TabIndex = 8 Me.ButtonConfigPath.Text = "..." Me.ButtonConfigPath.UseVisualStyleBackColor = true ' 'TextBoxConfigPath ' Me.TextBoxConfigPath.Location = New System.Drawing.Point(6, 61) Me.TextBoxConfigPath.Name = "TextBoxConfigPath" Me.TextBoxConfigPath.ReadOnly = true Me.TextBoxConfigPath.Size = New System.Drawing.Size(656, 26) Me.TextBoxConfigPath.TabIndex = 7 ' 'Label3 ' Me.Label3.AutoSize = true Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!) Me.Label3.Location = New System.Drawing.Point(6, 41) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(112, 17) Me.Label3.TabIndex = 2 Me.Label3.Text = "Pad naar config:" ' 'ButtonAnnuleren ' Me.ButtonAnnuleren.Font = New System.Drawing.Font("Microsoft Sans Serif", 15!) Me.ButtonAnnuleren.Location = New System.Drawing.Point(680, 472) Me.ButtonAnnuleren.Name = "ButtonAnnuleren" Me.ButtonAnnuleren.Size = New System.Drawing.Size(133, 39) Me.ButtonAnnuleren.TabIndex = 8 Me.ButtonAnnuleren.Text = "Annuleren" Me.ButtonAnnuleren.UseVisualStyleBackColor = true ' 'ButtonOpslaanHoofdConfigs ' Me.ButtonOpslaanHoofdConfigs.Enabled = false Me.ButtonOpslaanHoofdConfigs.Font = New System.Drawing.Font("Microsoft Sans Serif", 15!) Me.ButtonOpslaanHoofdConfigs.Location = New System.Drawing.Point(536, 438) Me.ButtonOpslaanHoofdConfigs.Name = "ButtonOpslaanHoofdConfigs" Me.ButtonOpslaanHoofdConfigs.Size = New System.Drawing.Size(133, 39) Me.ButtonOpslaanHoofdConfigs.TabIndex = 7 Me.ButtonOpslaanHoofdConfigs.Text = "Opslaan" Me.ButtonOpslaanHoofdConfigs.UseVisualStyleBackColor = true ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.CheckBoxVerwerk) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!) Me.GroupBox1.Location = New System.Drawing.Point(15, 136) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(797, 115) Me.GroupBox1.TabIndex = 9 Me.GroupBox1.TabStop = false Me.GroupBox1.Text = "Verwerk status" ' 'CheckBoxVerwerk ' Me.CheckBoxVerwerk.AutoSize = true Me.CheckBoxVerwerk.Checked = true Me.CheckBoxVerwerk.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxVerwerk.Location = New System.Drawing.Point(9, 61) Me.CheckBoxVerwerk.Name = "CheckBoxVerwerk" Me.CheckBoxVerwerk.Size = New System.Drawing.Size(86, 24) Me.CheckBoxVerwerk.TabIndex = 3 Me.CheckBoxVerwerk.Text = "Verwerk" Me.CheckBoxVerwerk.UseVisualStyleBackColor = true ' 'Label1 ' Me.Label1.AutoSize = true Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!) Me.Label1.Location = New System.Drawing.Point(6, 41) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(444, 17) Me.Label1.TabIndex = 2 Me.Label1.Text = "Bepalen of er wordt opgeslagen/verwerkt (ALLEEN OM TE TESTEN):" ' 'TabControlHoofdConfigs ' Me.TabControlHoofdConfigs.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.TabControlHoofdConfigs.Controls.Add(Me.TabPage1) Me.TabControlHoofdConfigs.Controls.Add(Me.TabPage2) Me.TabControlHoofdConfigs.Font = New System.Drawing.Font("Microsoft Sans Serif", 15!) Me.TabControlHoofdConfigs.Location = New System.Drawing.Point(1, 0) Me.TabControlHoofdConfigs.Name = "TabControlHoofdConfigs" Me.TabControlHoofdConfigs.SelectedIndex = 0 Me.TabControlHoofdConfigs.Size = New System.Drawing.Size(838, 533) Me.TabControlHoofdConfigs.TabIndex = 10 Me.TabControlHoofdConfigs.Tag = "" ' 'TabPage1 ' Me.TabPage1.BackColor = System.Drawing.Color.White Me.TabPage1.Controls.Add(Me.GroupBox6) Me.TabPage1.Controls.Add(Me.GroupBox2) Me.TabPage1.Controls.Add(Me.GroupBox1) Me.TabPage1.Controls.Add(Me.ButtonOpslaanHoofdConfigs) Me.TabPage1.Location = New System.Drawing.Point(4, 34) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(830, 495) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Basis configs" ' 'TabPage2 ' Me.TabPage2.BackColor = System.Drawing.Color.White Me.TabPage2.Controls.Add(Me.ButtonOpslaanAlgemeneConfigs) Me.TabPage2.Controls.Add(Me.GroupBox5) Me.TabPage2.Controls.Add(Me.GroupBox4) Me.TabPage2.Controls.Add(Me.GroupBox3) Me.TabPage2.Location = New System.Drawing.Point(4, 34) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(830, 495) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Algemene configs" ' 'ButtonOpslaanAlgemeneConfigs ' Me.ButtonOpslaanAlgemeneConfigs.Enabled = false Me.ButtonOpslaanAlgemeneConfigs.Font = New System.Drawing.Font("Microsoft Sans Serif", 15!) Me.ButtonOpslaanAlgemeneConfigs.Location = New System.Drawing.Point(536, 438) Me.ButtonOpslaanAlgemeneConfigs.Name = "ButtonOpslaanAlgemeneConfigs" Me.ButtonOpslaanAlgemeneConfigs.Size = New System.Drawing.Size(133, 39) Me.ButtonOpslaanAlgemeneConfigs.TabIndex = 14 Me.ButtonOpslaanAlgemeneConfigs.Text = "Opslaan" Me.ButtonOpslaanAlgemeneConfigs.UseVisualStyleBackColor = true ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.ButtonHulpPDFPath) Me.GroupBox5.Controls.Add(Me.TextBoxHulpPDFPath) Me.GroupBox5.Controls.Add(Me.Label5) Me.GroupBox5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!) Me.GroupBox5.Location = New System.Drawing.Point(15, 310) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(797, 110) Me.GroupBox5.TabIndex = 13 Me.GroupBox5.TabStop = false Me.GroupBox5.Text = "Hulp PDF" ' 'ButtonHulpPDFPath ' Me.ButtonHulpPDFPath.Location = New System.Drawing.Point(745, 61) Me.ButtonHulpPDFPath.Name = "ButtonHulpPDFPath" Me.ButtonHulpPDFPath.Size = New System.Drawing.Size(37, 26) Me.ButtonHulpPDFPath.TabIndex = 8 Me.ButtonHulpPDFPath.Text = "..." Me.ButtonHulpPDFPath.UseVisualStyleBackColor = true ' 'TextBoxHulpPDFPath ' Me.TextBoxHulpPDFPath.Location = New System.Drawing.Point(6, 61) Me.TextBoxHulpPDFPath.Name = "TextBoxHulpPDFPath" Me.TextBoxHulpPDFPath.ReadOnly = true Me.TextBoxHulpPDFPath.Size = New System.Drawing.Size(725, 26) Me.TextBoxHulpPDFPath.TabIndex = 7 ' 'Label5 ' Me.Label5.AutoSize = true Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!) Me.Label5.Location = New System.Drawing.Point(6, 41) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(145, 17) Me.Label5.TabIndex = 2 Me.Label5.Text = "Pad naar de hulp pdf:" ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.ButtonPrinterBacklogPath) Me.GroupBox4.Controls.Add(Me.TextBoxPrinterBacklogPath) Me.GroupBox4.Controls.Add(Me.Label6) Me.GroupBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!) Me.GroupBox4.Location = New System.Drawing.Point(16, 194) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(797, 110) Me.GroupBox4.TabIndex = 12 Me.GroupBox4.TabStop = false Me.GroupBox4.Text = "Backlog" ' 'ButtonPrinterBacklogPath ' Me.ButtonPrinterBacklogPath.Location = New System.Drawing.Point(745, 61) Me.ButtonPrinterBacklogPath.Name = "ButtonPrinterBacklogPath" Me.ButtonPrinterBacklogPath.Size = New System.Drawing.Size(37, 26) Me.ButtonPrinterBacklogPath.TabIndex = 8 Me.ButtonPrinterBacklogPath.Text = "..." Me.ButtonPrinterBacklogPath.UseVisualStyleBackColor = true ' 'TextBoxPrinterBacklogPath ' Me.TextBoxPrinterBacklogPath.Location = New System.Drawing.Point(6, 61) Me.TextBoxPrinterBacklogPath.Name = "TextBoxPrinterBacklogPath" Me.TextBoxPrinterBacklogPath.ReadOnly = true Me.TextBoxPrinterBacklogPath.Size = New System.Drawing.Size(724, 26) Me.TextBoxPrinterBacklogPath.TabIndex = 7 ' 'Label6 ' Me.Label6.AutoSize = true Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!) Me.Label6.Location = New System.Drawing.Point(6, 41) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(253, 17) Me.Label6.TabIndex = 2 Me.Label6.Text = "Pad naar map met backlog van printer:" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.ButtonBartenderPath) Me.GroupBox3.Controls.Add(Me.TextBoxBartenderPath) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.ButtonArdisPath) Me.GroupBox3.Controls.Add(Me.TextBoxArdisPath) Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!) Me.GroupBox3.Location = New System.Drawing.Point(15, 15) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(797, 173) Me.GroupBox3.TabIndex = 6 Me.GroupBox3.TabStop = false Me.GroupBox3.Text = "Ardis en Bartender" ' 'ButtonBartenderPath ' Me.ButtonBartenderPath.Location = New System.Drawing.Point(745, 128) Me.ButtonBartenderPath.Name = "ButtonBartenderPath" Me.ButtonBartenderPath.Size = New System.Drawing.Size(37, 26) Me.ButtonBartenderPath.TabIndex = 11 Me.ButtonBartenderPath.Text = "..." Me.ButtonBartenderPath.UseVisualStyleBackColor = true ' 'TextBoxBartenderPath ' Me.TextBoxBartenderPath.Location = New System.Drawing.Point(6, 128) Me.TextBoxBartenderPath.Name = "TextBoxBartenderPath" Me.TextBoxBartenderPath.ReadOnly = true Me.TextBoxBartenderPath.Size = New System.Drawing.Size(724, 26) Me.TextBoxBartenderPath.TabIndex = 10 ' 'Label4 ' Me.Label4.AutoSize = true Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!) Me.Label4.Location = New System.Drawing.Point(6, 108) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(137, 17) Me.Label4.TabIndex = 9 Me.Label4.Text = "Pad naar Bartender:" ' 'ButtonArdisPath ' Me.ButtonArdisPath.Location = New System.Drawing.Point(745, 61) Me.ButtonArdisPath.Name = "ButtonArdisPath" Me.ButtonArdisPath.Size = New System.Drawing.Size(37, 26) Me.ButtonArdisPath.TabIndex = 8 Me.ButtonArdisPath.Text = "..." Me.ButtonArdisPath.UseVisualStyleBackColor = true ' 'TextBoxArdisPath ' Me.TextBoxArdisPath.Location = New System.Drawing.Point(6, 61) Me.TextBoxArdisPath.Name = "TextBoxArdisPath" Me.TextBoxArdisPath.ReadOnly = true Me.TextBoxArdisPath.Size = New System.Drawing.Size(724, 26) Me.TextBoxArdisPath.TabIndex = 7 ' 'Label2 ' Me.Label2.AutoSize = true Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!) Me.Label2.Location = New System.Drawing.Point(6, 41) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(185, 17) Me.Label2.TabIndex = 2 Me.Label2.Text = "Pad naar Ardis importfolder:" ' 'OpenFileDialog ' Me.OpenFileDialog.FileName = "OpenFileDialog1" ' 'GroupBox6 ' Me.GroupBox6.Controls.Add(Me.CheckBoxLogs) Me.GroupBox6.Controls.Add(Me.Label7) Me.GroupBox6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!) Me.GroupBox6.Location = New System.Drawing.Point(15, 257) Me.GroupBox6.Name = "GroupBox6" Me.GroupBox6.Size = New System.Drawing.Size(797, 115) Me.GroupBox6.TabIndex = 10 Me.GroupBox6.TabStop = false Me.GroupBox6.Text = "Logs" ' 'CheckBoxLogs ' Me.CheckBoxLogs.AutoSize = true Me.CheckBoxLogs.Checked = true Me.CheckBoxLogs.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxLogs.Location = New System.Drawing.Point(9, 61) Me.CheckBoxLogs.Name = "CheckBoxLogs" Me.CheckBoxLogs.Size = New System.Drawing.Size(123, 24) Me.CheckBoxLogs.TabIndex = 3 Me.CheckBoxLogs.Text = "Logs opslaan" Me.CheckBoxLogs.UseVisualStyleBackColor = true ' 'Label7 ' Me.Label7.AutoSize = true Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!) Me.Label7.Location = New System.Drawing.Point(6, 41) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(255, 17) Me.Label7.TabIndex = 2 Me.Label7.Text = "Bepalen of er logs worden opgeslagen:" ' 'FormConfigsWijzigen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(836, 529) Me.Controls.Add(Me.ButtonAnnuleren) Me.Controls.Add(Me.TabControlHoofdConfigs) Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon) Me.Name = "FormConfigsWijzigen" Me.Text = "TAOR rework - Configs wijzigen" Me.GroupBox2.ResumeLayout(false) Me.GroupBox2.PerformLayout Me.GroupBox1.ResumeLayout(false) Me.GroupBox1.PerformLayout Me.TabControlHoofdConfigs.ResumeLayout(false) Me.TabPage1.ResumeLayout(false) Me.TabPage2.ResumeLayout(false) Me.GroupBox5.ResumeLayout(false) Me.GroupBox5.PerformLayout Me.GroupBox4.ResumeLayout(false) Me.GroupBox4.PerformLayout Me.GroupBox3.ResumeLayout(false) Me.GroupBox3.PerformLayout Me.GroupBox6.ResumeLayout(false) Me.GroupBox6.PerformLayout Me.ResumeLayout(false) End Sub Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents ButtonConfigPath As System.Windows.Forms.Button Friend WithEvents TextBoxConfigPath As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents ButtonAnnuleren As System.Windows.Forms.Button Friend WithEvents ButtonOpslaanHoofdConfigs As System.Windows.Forms.Button Friend WithEvents FolderBrowserDialog As System.Windows.Forms.FolderBrowserDialog Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents CheckBoxVerwerk As System.Windows.Forms.CheckBox Friend WithEvents TabControlHoofdConfigs As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents ButtonArdisPath As System.Windows.Forms.Button Friend WithEvents TextBoxArdisPath As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents ButtonBartenderPath As System.Windows.Forms.Button Friend WithEvents TextBoxBartenderPath As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents ButtonPrinterBacklogPath As System.Windows.Forms.Button Friend WithEvents TextBoxPrinterBacklogPath As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox Friend WithEvents ButtonHulpPDFPath As System.Windows.Forms.Button Friend WithEvents TextBoxHulpPDFPath As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents ButtonOpslaanAlgemeneConfigs As System.Windows.Forms.Button Friend WithEvents OpenFileDialog As System.Windows.Forms.OpenFileDialog Friend WithEvents ButtonDefaultConfigPath As System.Windows.Forms.Button Friend WithEvents GroupBox6 As GroupBox Friend WithEvents CheckBoxLogs As CheckBox Friend WithEvents Label7 As Label End Class