Go to most recent revision |
Compare with Previous |
Blame |
View Log
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class About
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(About))
Me.Label1 = New System.Windows.Forms.Label()
Me.OK = New System.Windows.Forms.Button()
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
Me.Label1.Location = New System.Drawing.Point(0, 0)
Me.Label1.Name = "Label1"
Me.Label1.Padding = New System.Windows.Forms.Padding(0, 3, 0, 3)
Me.Label1.Size = New System.Drawing.Size(196, 19)
Me.Label1.TabIndex = 0
Me.Label1.Text = "MyUi Builder contains components from"
'
'OK
'
Me.OK.DialogResult = System.Windows.Forms.DialogResult.OK
Me.OK.Dock = System.Windows.Forms.DockStyle.Bottom
Me.OK.Location = New System.Drawing.Point(0, 193)
Me.OK.Name = "OK"
Me.OK.Size = New System.Drawing.Size(503, 20)
Me.OK.TabIndex = 1
Me.OK.Text = "Ok"
Me.OK.UseVisualStyleBackColor = True
'
'RichTextBox1
'
Me.RichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Top
Me.RichTextBox1.Location = New System.Drawing.Point(0, 19)
Me.RichTextBox1.Name = "RichTextBox1"
Me.RichTextBox1.ReadOnly = True
Me.RichTextBox1.ShowSelectionMargin = True
Me.RichTextBox1.Size = New System.Drawing.Size(503, 153)
Me.RichTextBox1.TabIndex = 2
Me.RichTextBox1.Text = resources.GetString("RichTextBox1.Text")
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Label2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Label2.Location = New System.Drawing.Point(0, 180)
Me.Label2.MinimumSize = New System.Drawing.Size(500, 0)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(500, 13)
Me.Label2.TabIndex = 3
Me.Label2.Text = "MyUi Builder by MrJackdaw expanded by The Old One"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'About
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.ClientSize = New System.Drawing.Size(503, 213)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.RichTextBox1)
Me.Controls.Add(Me.OK)
Me.Controls.Add(Me.Label1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "About"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "About"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents OK As System.Windows.Forms.Button
Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
End Class
Go to most recent revision |
Compare with Previous |
Blame
All times are GMT -5. The time now is 12:35 AM.