_ Partial Class UPDATERfrm 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() Me.RichTextBox = New System.Windows.Forms.RichTextBox() Me.m_Label = New System.Windows.Forms.Label() Me.ProgressBar = New System.Windows.Forms.ProgressBar() Me.btnClose = New System.Windows.Forms.Button() Me.pnl = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'RichTextBox ' Me.RichTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RichTextBox.Location = New System.Drawing.Point(13, 29) Me.RichTextBox.Name = "RichTextBox" Me.RichTextBox.Size = New System.Drawing.Size(501, 169) Me.RichTextBox.TabIndex = 1 Me.RichTextBox.Text = "" ' 'm_Label ' Me.m_Label.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.m_Label.Location = New System.Drawing.Point(13, 229) Me.m_Label.Name = "m_Label" Me.m_Label.Size = New System.Drawing.Size(501, 19) Me.m_Label.TabIndex = 87 Me.m_Label.Text = "-" Me.m_Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ProgressBar ' Me.ProgressBar.BackColor = System.Drawing.Color.White Me.ProgressBar.Location = New System.Drawing.Point(13, 204) Me.ProgressBar.Name = "ProgressBar" Me.ProgressBar.Size = New System.Drawing.Size(501, 23) Me.ProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.ProgressBar.TabIndex = 0 Me.ProgressBar.UseWaitCursor = True ' 'btnClose ' Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnClose.BackColor = System.Drawing.Color.Red Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnClose.FlatAppearance.BorderSize = 0 Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnClose.ForeColor = System.Drawing.Color.White Me.btnClose.Location = New System.Drawing.Point(461, 0) Me.btnClose.Name = "btnClose" Me.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.btnClose.Size = New System.Drawing.Size(63, 23) Me.btnClose.TabIndex = 86 Me.btnClose.Text = "X" Me.btnClose.UseVisualStyleBackColor = False ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.RichTextBox) Me.pnl.Controls.Add(Me.m_Label) Me.pnl.Controls.Add(Me.ProgressBar) Me.pnl.Controls.Add(Me.btnClose) Me.pnl.Controls.Add(Me.Panel1) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(526, 257) Me.pnl.TabIndex = 89 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Location = New System.Drawing.Point(-1, -1) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(526, 24) Me.Panel1.TabIndex = 88 ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(14, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(251, 24) Me.Label1.TabIndex = 89 Me.Label1.Text = "SDL Updater" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'UPDATERfrm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(526, 257) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "UPDATERfrm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "UPDATERfrm" Me.pnl.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents RichTextBox As System.Windows.Forms.RichTextBox Friend WithEvents m_Label As System.Windows.Forms.Label Friend WithEvents ProgressBar As System.Windows.Forms.ProgressBar Friend WithEvents btnClose As System.Windows.Forms.Button Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label End Class