_ Partial Class frmVersionCheck 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(frmVersionCheck)) Me.lblStatus = New System.Windows.Forms.Label() Me.pbStatus = New System.Windows.Forms.ProgressBar() Me.Label1 = New System.Windows.Forms.Label() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Label2 = New System.Windows.Forms.Label() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lblStatus ' Me.lblStatus.AutoSize = True Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblStatus.ForeColor = System.Drawing.SystemColors.ControlText Me.lblStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.lblStatus.Location = New System.Drawing.Point(213, 70) Me.lblStatus.Name = "lblStatus" Me.lblStatus.Size = New System.Drawing.Size(173, 15) Me.lblStatus.TabIndex = 3 Me.lblStatus.Text = "Checking for newer version...." Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pbStatus ' Me.pbStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.pbStatus.Location = New System.Drawing.Point(216, 88) Me.pbStatus.Name = "pbStatus" Me.pbStatus.Size = New System.Drawing.Size(253, 23) Me.pbStatus.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label1.Location = New System.Drawing.Point(212, 12) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(208, 21) Me.Label1.TabIndex = 6 Me.Label1.Text = "Checking for new updates" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'PictureBox2 ' Me.PictureBox2.BackColor = System.Drawing.Color.Transparent Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.PictureBox2.Location = New System.Drawing.Point(12, 12) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(183, 185) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 5 Me.PictureBox2.TabStop = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("Impact", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.DarkMagenta Me.Label2.Location = New System.Drawing.Point(95, 128) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(134, 43) Me.Label2.TabIndex = 7 Me.Label2.Text = "Updater" ' 'frmVersionCheck ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.LightSteelBlue Me.ClientSize = New System.Drawing.Size(481, 207) Me.ControlBox = False Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.lblStatus) Me.Controls.Add(Me.pbStatus) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmVersionCheck" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Checking for newer version of ADDI" CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblStatus As System.Windows.Forms.Label Friend WithEvents pbStatus As System.Windows.Forms.ProgressBar Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Label2 As System.Windows.Forms.Label End Class