Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class Form1
- 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()
- FlowLayoutPanel1 = New FlowLayoutPanel()
- Me.Button1 = New Button()
- Me.Button2 = New Button()
- Me.Button3 = New Button()
- Me.Button4 = New Button()
- Me.FlowLayoutPanel1.SuspendLayout()
- SuspendLayout()
- '
- ' FlowLayoutPanel1
- '
- Me.FlowLayoutPanel1.Controls.Add(Me.Button3)
- Me.FlowLayoutPanel1.Controls.Add(Me.Button4)
- Me.FlowLayoutPanel1.Controls.Add(Me.Button1)
- Me.FlowLayoutPanel1.Controls.Add(Me.Button2)
- FlowLayoutPanel1.Dock = DockStyle.Fill
- FlowLayoutPanel1.FlowDirection = FlowDirection.TopDown
- FlowLayoutPanel1.Location = New Point(0, 0)
- FlowLayoutPanel1.Name = "FlowLayoutPanel1"
- FlowLayoutPanel1.Size = New Size(800, 450)
- FlowLayoutPanel1.TabIndex = 0
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(3, 61)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(380, 23)
- Me.Button1.TabIndex = 0
- Me.Button1.Text = "Open form that overrides onLoad normal with center parent with parent"
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(3, 90)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(380, 23)
- Me.Button2.TabIndex = 1
- Me.Button2.Text = "Open form that overrides onLoad normal with center parent without parent"
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(3, 3)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(380, 23)
- Me.Button3.TabIndex = 2
- Me.Button3.Text = "Open form normal with center parent"
- '
- 'Button4
- '
- Me.Button4.Location = New System.Drawing.Point(3, 32)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(380, 23)
- Me.Button4.TabIndex = 3
- Me.Button4.Text = "Open form maximized with center parent"
- '
- ' Form1
- '
- AutoScaleDimensions = New SizeF(7.0F, 15.0F)
- AutoScaleMode = AutoScaleMode.Font
- ClientSize = New Size(800, 450)
- Controls.Add(FlowLayoutPanel1)
- Name = "Form1"
- Text = "Form1"
- ResumeLayout(False)
- End Sub
- Friend WithEvents FlowLayoutPanel1 As FlowLayoutPanel
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents Button4 As Button
- End Class
Advertisement
Add Comment
Please, Sign In to add comment