Imports System.Windows.Forms Partial Class frmDakosy_SelFirma 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(frmDakosy_SelFirma)) Me.lbl = New System.Windows.Forms.Label() Me.btn = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'lbl ' Me.lbl.AutoSize = True Me.lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.lbl.Location = New System.Drawing.Point(12, 9) Me.lbl.Name = "lbl" Me.lbl.Size = New System.Drawing.Size(239, 20) Me.lbl.TabIndex = 0 Me.lbl.Text = "Bitte Wählen Sie eine Firma aus:" ' 'btn ' Me.btn.BackgroundImage = Global.DAKOSY_Worker.My.Resources.Resources.Verag_AG_Logo Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btn.DialogResult = System.Windows.Forms.DialogResult.OK Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.Location = New System.Drawing.Point(15, 38) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(337, 64) Me.btn.TabIndex = 1 Me.btn.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.BackgroundImage = Global.DAKOSY_Worker.My.Resources.Resources.Unisped_logo Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(16, 108) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(337, 64) Me.Button1.TabIndex = 2 Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.BackgroundImage = Global.DAKOSY_Worker.My.Resources.Resources.IMEX_LOGO_simple Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button2.DialogResult = System.Windows.Forms.DialogResult.OK Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Location = New System.Drawing.Point(16, 180) Me.Button2.Margin = New System.Windows.Forms.Padding(5) Me.Button2.Name = "Button2" Me.Button2.Padding = New System.Windows.Forms.Padding(5) Me.Button2.Size = New System.Drawing.Size(337, 64) Me.Button2.TabIndex = 3 Me.Button2.UseVisualStyleBackColor = True ' 'frmDakosy_SelFirma ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(367, 255) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.btn) Me.Controls.Add(Me.lbl) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmDakosy_SelFirma" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Firma" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lbl As Label Friend WithEvents btn As Button Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button End Class