_ Partial Class FormSelectID 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(FormSelectID)) Me.btnZoekOp = New System.Windows.Forms.Button() Me.radioBarcode = New System.Windows.Forms.RadioButton() Me.radioBatch = New System.Windows.Forms.RadioButton() Me.radioToelevering = New System.Windows.Forms.RadioButton() Me.radioKlantnaam = New System.Windows.Forms.RadioButton() Me.textBoxInput = New System.Windows.Forms.TextBox() Me.btnTerug = New System.Windows.Forms.Button() Me.radioDossiercode = New System.Windows.Forms.RadioButton() Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel() Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel() Me.Panel2 = New System.Windows.Forms.Panel() Me.lblFoutmeldingOpzoeken = New System.Windows.Forms.Label() Me.Panel3 = New System.Windows.Forms.Panel() Me.btnSpecialMenu = New System.Windows.Forms.Button() Me.btnPrintLabel = New System.Windows.Forms.Button() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.ConfigToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.OptiesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.LogsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.HuidigeLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.VorigeLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.LogMapToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.HelpToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() Me.FlowLayoutPanel1.SuspendLayout Me.FlowLayoutPanel2.SuspendLayout Me.Panel3.SuspendLayout Me.MenuStrip1.SuspendLayout Me.SuspendLayout ' 'btnZoekOp ' Me.btnZoekOp.Anchor = System.Windows.Forms.AnchorStyles.None Me.btnZoekOp.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.btnZoekOp.Location = New System.Drawing.Point(639, 3) Me.btnZoekOp.Margin = New System.Windows.Forms.Padding(3, 3, 50, 3) Me.btnZoekOp.Name = "btnZoekOp" Me.btnZoekOp.Size = New System.Drawing.Size(256, 68) Me.btnZoekOp.TabIndex = 1 Me.btnZoekOp.Text = "Zoek op" Me.btnZoekOp.UseVisualStyleBackColor = true ' 'radioBarcode ' Me.radioBarcode.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.radioBarcode.AutoSize = true Me.radioBarcode.Checked = true Me.radioBarcode.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.radioBarcode.Location = New System.Drawing.Point(3, 3) Me.radioBarcode.Name = "radioBarcode" Me.radioBarcode.Size = New System.Drawing.Size(217, 43) Me.radioBarcode.TabIndex = 2 Me.radioBarcode.TabStop = true Me.radioBarcode.Text = "Via barcode" Me.radioBarcode.UseVisualStyleBackColor = true ' 'radioBatch ' Me.radioBatch.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.radioBatch.AutoSize = true Me.radioBatch.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.radioBatch.Location = New System.Drawing.Point(226, 3) Me.radioBatch.Name = "radioBatch" Me.radioBatch.Size = New System.Drawing.Size(177, 43) Me.radioBatch.TabIndex = 2 Me.radioBatch.TabStop = true Me.radioBatch.Text = "Via batch" Me.radioBatch.UseVisualStyleBackColor = true ' 'radioToelevering ' Me.radioToelevering.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.radioToelevering.AutoSize = true Me.radioToelevering.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.radioToelevering.Location = New System.Drawing.Point(409, 3) Me.radioToelevering.Name = "radioToelevering" Me.radioToelevering.Size = New System.Drawing.Size(261, 43) Me.radioToelevering.TabIndex = 2 Me.radioToelevering.TabStop = true Me.radioToelevering.Text = "Via toelevering" Me.radioToelevering.UseVisualStyleBackColor = true ' 'radioKlantnaam ' Me.radioKlantnaam.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.radioKlantnaam.AutoSize = true Me.radioKlantnaam.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.radioKlantnaam.Location = New System.Drawing.Point(676, 3) Me.radioKlantnaam.Name = "radioKlantnaam" Me.radioKlantnaam.Size = New System.Drawing.Size(251, 43) Me.radioKlantnaam.TabIndex = 2 Me.radioKlantnaam.TabStop = true Me.radioKlantnaam.Text = "Via klantnaam" Me.radioKlantnaam.UseVisualStyleBackColor = true ' 'textBoxInput ' Me.textBoxInput.Font = New System.Drawing.Font("Microsoft Sans Serif", 40!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.textBoxInput.ForeColor = System.Drawing.Color.Maroon Me.textBoxInput.Location = New System.Drawing.Point(6, 3) Me.textBoxInput.Margin = New System.Windows.Forms.Padding(0, 3, 50, 3) Me.textBoxInput.Name = "textBoxInput" Me.textBoxInput.Size = New System.Drawing.Size(580, 68) Me.textBoxInput.TabIndex = 0 ' 'btnTerug ' Me.btnTerug.Enabled = false Me.FlowLayoutPanel2.SetFlowBreak(Me.btnTerug, true) Me.btnTerug.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.btnTerug.Location = New System.Drawing.Point(948, 3) Me.btnTerug.Name = "btnTerug" Me.btnTerug.Size = New System.Drawing.Size(228, 68) Me.btnTerug.TabIndex = 9 Me.btnTerug.Text = "Terug" Me.btnTerug.UseVisualStyleBackColor = true ' 'radioDossiercode ' Me.radioDossiercode.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.radioDossiercode.AutoSize = true Me.radioDossiercode.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.radioDossiercode.Location = New System.Drawing.Point(933, 3) Me.radioDossiercode.Name = "radioDossiercode" Me.radioDossiercode.Size = New System.Drawing.Size(278, 43) Me.radioDossiercode.TabIndex = 2 Me.radioDossiercode.TabStop = true Me.radioDossiercode.Text = "Via dossiercode" Me.radioDossiercode.UseVisualStyleBackColor = true ' 'FlowLayoutPanel1 ' Me.FlowLayoutPanel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.FlowLayoutPanel1.Controls.Add(Me.radioBarcode) Me.FlowLayoutPanel1.Controls.Add(Me.radioBatch) Me.FlowLayoutPanel1.Controls.Add(Me.radioToelevering) Me.FlowLayoutPanel1.Controls.Add(Me.radioKlantnaam) Me.FlowLayoutPanel1.Controls.Add(Me.radioDossiercode) Me.FlowLayoutPanel1.Controls.Add(Me.FlowLayoutPanel2) Me.FlowLayoutPanel1.Controls.Add(Me.Panel3) Me.FlowLayoutPanel1.Location = New System.Drawing.Point(310, 91) Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1" Me.FlowLayoutPanel1.Size = New System.Drawing.Size(1300, 650) Me.FlowLayoutPanel1.TabIndex = 10 ' 'FlowLayoutPanel2 ' Me.FlowLayoutPanel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.FlowLayoutPanel2.AutoSize = true Me.FlowLayoutPanel2.BackColor = System.Drawing.SystemColors.Control Me.FlowLayoutPanel2.Controls.Add(Me.Panel2) Me.FlowLayoutPanel2.Controls.Add(Me.textBoxInput) Me.FlowLayoutPanel2.Controls.Add(Me.btnZoekOp) Me.FlowLayoutPanel2.Controls.Add(Me.btnTerug) Me.FlowLayoutPanel2.Controls.Add(Me.lblFoutmeldingOpzoeken) Me.FlowLayoutPanel1.SetFlowBreak(Me.FlowLayoutPanel2, true) Me.FlowLayoutPanel2.Location = New System.Drawing.Point(3, 89) Me.FlowLayoutPanel2.Margin = New System.Windows.Forms.Padding(3, 40, 3, 3) Me.FlowLayoutPanel2.Name = "FlowLayoutPanel2" Me.FlowLayoutPanel2.Size = New System.Drawing.Size(1179, 133) Me.FlowLayoutPanel2.TabIndex = 11 ' 'Panel2 ' Me.Panel2.AutoSize = true Me.Panel2.Location = New System.Drawing.Point(3, 3) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(0, 0) Me.Panel2.TabIndex = 0 ' 'lblFoutmeldingOpzoeken ' Me.lblFoutmeldingOpzoeken.AutoSize = true Me.FlowLayoutPanel2.SetFlowBreak(Me.lblFoutmeldingOpzoeken, true) Me.lblFoutmeldingOpzoeken.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.lblFoutmeldingOpzoeken.ForeColor = System.Drawing.Color.Red Me.lblFoutmeldingOpzoeken.Location = New System.Drawing.Point(3, 79) Me.lblFoutmeldingOpzoeken.Margin = New System.Windows.Forms.Padding(3, 5, 3, 15) Me.lblFoutmeldingOpzoeken.Name = "lblFoutmeldingOpzoeken" Me.lblFoutmeldingOpzoeken.Size = New System.Drawing.Size(0, 39) Me.lblFoutmeldingOpzoeken.TabIndex = 8 ' 'Panel3 ' Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel3.Controls.Add(Me.btnSpecialMenu) Me.Panel3.Controls.Add(Me.btnPrintLabel) Me.Panel3.Location = New System.Drawing.Point(3, 228) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(586, 114) Me.Panel3.TabIndex = 19 ' 'btnSpecialMenu ' Me.btnSpecialMenu.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.btnSpecialMenu.Location = New System.Drawing.Point(18, 22) Me.btnSpecialMenu.Margin = New System.Windows.Forms.Padding(3, 3, 150, 3) Me.btnSpecialMenu.Name = "btnSpecialMenu" Me.btnSpecialMenu.Size = New System.Drawing.Size(260, 68) Me.btnSpecialMenu.TabIndex = 13 Me.btnSpecialMenu.Text = "Special menu" Me.btnSpecialMenu.UseVisualStyleBackColor = true ' 'btnPrintLabel ' Me.btnPrintLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.btnPrintLabel.Location = New System.Drawing.Point(299, 22) Me.btnPrintLabel.Margin = New System.Windows.Forms.Padding(3, 3, 150, 3) Me.btnPrintLabel.Name = "btnPrintLabel" Me.btnPrintLabel.Size = New System.Drawing.Size(260, 68) Me.btnPrintLabel.TabIndex = 14 Me.btnPrintLabel.Text = "Print Label" Me.btnPrintLabel.UseVisualStyleBackColor = true ' 'MenuStrip1 ' Me.MenuStrip1.BackColor = System.Drawing.Color.Silver Me.MenuStrip1.Font = New System.Drawing.Font("Segoe UI", 15!) Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConfigToolStripMenuItem, Me.OptiesToolStripMenuItem, Me.LogsToolStripMenuItem, Me.HelpToolStripMenuItem1}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System Me.MenuStrip1.Size = New System.Drawing.Size(1904, 54) Me.MenuStrip1.TabIndex = 11 Me.MenuStrip1.Text = "MenuStrip1" ' 'ConfigToolStripMenuItem ' Me.ConfigToolStripMenuItem.Font = New System.Drawing.Font("Segoe UI", 25!) Me.ConfigToolStripMenuItem.Name = "ConfigToolStripMenuItem" Me.ConfigToolStripMenuItem.Size = New System.Drawing.Size(131, 50) Me.ConfigToolStripMenuItem.Text = "Config" ' 'OptiesToolStripMenuItem ' Me.OptiesToolStripMenuItem.Font = New System.Drawing.Font("Segoe UI", 25!) Me.OptiesToolStripMenuItem.Name = "OptiesToolStripMenuItem" Me.OptiesToolStripMenuItem.Size = New System.Drawing.Size(229, 50) Me.OptiesToolStripMenuItem.Text = "Print backlog" ' 'LogsToolStripMenuItem ' Me.LogsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.HuidigeLogToolStripMenuItem, Me.VorigeLogToolStripMenuItem, Me.LogMapToolStripMenuItem}) Me.LogsToolStripMenuItem.Font = New System.Drawing.Font("Segoe UI", 25!) Me.LogsToolStripMenuItem.Name = "LogsToolStripMenuItem" Me.LogsToolStripMenuItem.Size = New System.Drawing.Size(102, 50) Me.LogsToolStripMenuItem.Text = "Logs" ' 'HuidigeLogToolStripMenuItem ' Me.HuidigeLogToolStripMenuItem.Name = "HuidigeLogToolStripMenuItem" Me.HuidigeLogToolStripMenuItem.Size = New System.Drawing.Size(274, 50) Me.HuidigeLogToolStripMenuItem.Text = "Huidige log" ' 'VorigeLogToolStripMenuItem ' Me.VorigeLogToolStripMenuItem.Name = "VorigeLogToolStripMenuItem" Me.VorigeLogToolStripMenuItem.Size = New System.Drawing.Size(274, 50) Me.VorigeLogToolStripMenuItem.Text = "Vorige log" ' 'LogMapToolStripMenuItem ' Me.LogMapToolStripMenuItem.Name = "LogMapToolStripMenuItem" Me.LogMapToolStripMenuItem.Size = New System.Drawing.Size(274, 50) Me.LogMapToolStripMenuItem.Text = "Log map" ' 'HelpToolStripMenuItem1 ' Me.HelpToolStripMenuItem1.Font = New System.Drawing.Font("Segoe UI", 25!) Me.HelpToolStripMenuItem1.Name = "HelpToolStripMenuItem1" Me.HelpToolStripMenuItem1.Size = New System.Drawing.Size(102, 50) Me.HelpToolStripMenuItem1.Text = "Help" ' 'FormSelectID ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1904, 1042) Me.Controls.Add(Me.MenuStrip1) Me.Controls.Add(Me.FlowLayoutPanel1) Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "FormSelectID" Me.Text = "TA'OR rework - Hoofdscherm." Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.FlowLayoutPanel1.ResumeLayout(false) Me.FlowLayoutPanel1.PerformLayout Me.FlowLayoutPanel2.ResumeLayout(false) Me.FlowLayoutPanel2.PerformLayout Me.Panel3.ResumeLayout(false) Me.MenuStrip1.ResumeLayout(false) Me.MenuStrip1.PerformLayout Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents btnZoekOp As System.Windows.Forms.Button Friend WithEvents radioBarcode As System.Windows.Forms.RadioButton Friend WithEvents radioBatch As System.Windows.Forms.RadioButton Friend WithEvents radioToelevering As System.Windows.Forms.RadioButton Friend WithEvents radioKlantnaam As System.Windows.Forms.RadioButton Friend WithEvents textBoxInput As System.Windows.Forms.TextBox Friend WithEvents radioDossiercode As System.Windows.Forms.RadioButton Friend WithEvents btnTerug As System.Windows.Forms.Button Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents lblFoutmeldingOpzoeken As System.Windows.Forms.Label Friend WithEvents btnSpecialMenu As System.Windows.Forms.Button Friend WithEvents btnPrintLabel As System.Windows.Forms.Button Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents OptiesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents HelpToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents LogsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents HuidigeLogToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents VorigeLogToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents LogMapToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ConfigToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem End Class