<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://www.vbex.ru/index.php?action=history&amp;feed=atom&amp;title=VB.Net_by_API%2FSystem.Windows.Forms%2FFlowLayoutPanel</id>
		<title>VB.Net by API/System.Windows.Forms/FlowLayoutPanel - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.vbex.ru/index.php?action=history&amp;feed=atom&amp;title=VB.Net_by_API%2FSystem.Windows.Forms%2FFlowLayoutPanel"/>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_by_API/System.Windows.Forms/FlowLayoutPanel&amp;action=history"/>
		<updated>2026-04-05T09:01:30Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VB.Net_by_API/System.Windows.Forms/FlowLayoutPanel&amp;diff=2818&amp;oldid=prev</id>
		<title> в 16:40, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_by_API/System.Windows.Forms/FlowLayoutPanel&amp;diff=2818&amp;oldid=prev"/>
				<updated>2010-05-26T16:40:16Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 16:40, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VB.Net_by_API/System.Windows.Forms/FlowLayoutPanel&amp;diff=2819&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_by_API/System.Windows.Forms/FlowLayoutPanel&amp;diff=2819&amp;oldid=prev"/>
				<updated>2010-05-26T12:52:38Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==FlowLayoutPanel.Controls.Add==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vbnet&amp;quot;&amp;gt;  &lt;br /&gt;
Imports System&lt;br /&gt;
Imports System.Data&lt;br /&gt;
Imports System.Windows.Forms&lt;br /&gt;
Imports System.Drawing&lt;br /&gt;
Public Class MainClass&lt;br /&gt;
    &lt;br /&gt;
    Shared Sub Main()&lt;br /&gt;
        Dim form1 As Form = New Form1&lt;br /&gt;
        Application.Run(form1)&lt;br /&gt;
    End Sub&lt;br /&gt;
End Class&lt;br /&gt;
&amp;lt;Global.Microsoft.VisualBasic.rupilerServices.DesignerGenerated()&amp;gt; _&lt;br /&gt;
Partial Public Class Form1&lt;br /&gt;
    Inherits System.Windows.Forms.Form&lt;br /&gt;
    &amp;quot;Form overrides dispose to clean up the component list.&lt;br /&gt;
    &amp;lt;System.Diagnostics.DebuggerNonUserCode()&amp;gt; _&lt;br /&gt;
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)&lt;br /&gt;
        If disposing AndAlso components IsNot Nothing Then&lt;br /&gt;
            components.Dispose()&lt;br /&gt;
        End If&lt;br /&gt;
        MyBase.Dispose(disposing)&lt;br /&gt;
    End Sub&lt;br /&gt;
    &amp;quot;Required by the Windows Form Designer&lt;br /&gt;
    Private components As System.ruponentModel.IContainer&lt;br /&gt;
    &amp;quot;NOTE: The following procedure is required by the Windows Form Designer&lt;br /&gt;
    &amp;quot;It can be modified using the Windows Form Designer.  &lt;br /&gt;
    &amp;quot;Do not modify it using the code editor.&lt;br /&gt;
    &amp;lt;System.Diagnostics.DebuggerStepThrough()&amp;gt; _&lt;br /&gt;
    Private Sub InitializeComponent()&lt;br /&gt;
        Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button1 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button2 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button3 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button4 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button5 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Label1 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.Label2 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button6 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button7 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button8 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button9 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button10 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Label3 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.FlowLayoutPanel3 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button11 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button12 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button13 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button14 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button15 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Label4 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.FlowLayoutPanel4 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button16 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button17 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button18 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button19 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button20 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.FlowLayoutPanel1.SuspendLayout()&lt;br /&gt;
        Me.FlowLayoutPanel2.SuspendLayout()&lt;br /&gt;
        Me.FlowLayoutPanel3.SuspendLayout()&lt;br /&gt;
        Me.FlowLayoutPanel4.SuspendLayout()&lt;br /&gt;
        Me.SuspendLayout()&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button1)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button2)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button3)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button4)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button5)&lt;br /&gt;
        Me.FlowLayoutPanel1.Location = New System.Drawing.Point(8, 24)&lt;br /&gt;
        Me.FlowLayoutPanel1.Name = &amp;quot;FlowLayoutPanel1&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel1.TabIndex = 0&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button1.Location = New System.Drawing.Point(3, 3)&lt;br /&gt;
        Me.Button1.Name = &amp;quot;Button1&amp;quot;&lt;br /&gt;
        Me.Button1.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button1.TabIndex = 0&lt;br /&gt;
        Me.Button1.Text = &amp;quot;Button1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button2.Location = New System.Drawing.Point(65, 3)&lt;br /&gt;
        Me.Button2.Name = &amp;quot;Button2&amp;quot;&lt;br /&gt;
        Me.Button2.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button2.TabIndex = 1&lt;br /&gt;
        Me.Button2.Text = &amp;quot;Button2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button3.Location = New System.Drawing.Point(3, 41)&lt;br /&gt;
        Me.Button3.Name = &amp;quot;Button3&amp;quot;&lt;br /&gt;
        Me.Button3.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button3.TabIndex = 2&lt;br /&gt;
        Me.Button3.Text = &amp;quot;Button3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button4.Location = New System.Drawing.Point(65, 41)&lt;br /&gt;
        Me.Button4.Name = &amp;quot;Button4&amp;quot;&lt;br /&gt;
        Me.Button4.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button4.TabIndex = 3&lt;br /&gt;
        Me.Button4.Text = &amp;quot;Button4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button5&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button5.Location = New System.Drawing.Point(3, 79)&lt;br /&gt;
        Me.Button5.Name = &amp;quot;Button5&amp;quot;&lt;br /&gt;
        Me.Button5.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button5.TabIndex = 4&lt;br /&gt;
        Me.Button5.Text = &amp;quot;Button5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label1.Location = New System.Drawing.Point(8, 8)&lt;br /&gt;
        Me.Label1.Name = &amp;quot;Label1&amp;quot;&lt;br /&gt;
        Me.Label1.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label1.TabIndex = 1&lt;br /&gt;
        Me.Label1.Text = &amp;quot;LeftToRight&amp;quot;&lt;br /&gt;
        Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label2.Location = New System.Drawing.Point(160, 8)&lt;br /&gt;
        Me.Label2.Name = &amp;quot;Label2&amp;quot;&lt;br /&gt;
        Me.Label2.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label2.TabIndex = 3&lt;br /&gt;
        Me.Label2.Text = &amp;quot;RightToLeft&amp;quot;&lt;br /&gt;
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button6)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button7)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button8)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button9)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button10)&lt;br /&gt;
        Me.FlowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft&lt;br /&gt;
        Me.FlowLayoutPanel2.Location = New System.Drawing.Point(160, 24)&lt;br /&gt;
        Me.FlowLayoutPanel2.Name = &amp;quot;FlowLayoutPanel2&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel2.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel2.TabIndex = 2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button6&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button6.Location = New System.Drawing.Point(81, 3)&lt;br /&gt;
        Me.Button6.Name = &amp;quot;Button6&amp;quot;&lt;br /&gt;
        Me.Button6.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button6.TabIndex = 0&lt;br /&gt;
        Me.Button6.Text = &amp;quot;Button 1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button7&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button7.Location = New System.Drawing.Point(19, 3)&lt;br /&gt;
        Me.Button7.Name = &amp;quot;Button7&amp;quot;&lt;br /&gt;
        Me.Button7.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button7.TabIndex = 1&lt;br /&gt;
        Me.Button7.Text = &amp;quot;Button 2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button8&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button8.Location = New System.Drawing.Point(81, 41)&lt;br /&gt;
        Me.Button8.Name = &amp;quot;Button8&amp;quot;&lt;br /&gt;
        Me.Button8.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button8.TabIndex = 2&lt;br /&gt;
        Me.Button8.Text = &amp;quot;Button 3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button9&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button9.Location = New System.Drawing.Point(19, 41)&lt;br /&gt;
        Me.Button9.Name = &amp;quot;Button9&amp;quot;&lt;br /&gt;
        Me.Button9.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button9.TabIndex = 3&lt;br /&gt;
        Me.Button9.Text = &amp;quot;Button 4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button10&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button10.Location = New System.Drawing.Point(81, 79)&lt;br /&gt;
        Me.Button10.Name = &amp;quot;Button10&amp;quot;&lt;br /&gt;
        Me.Button10.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button10.TabIndex = 4&lt;br /&gt;
        Me.Button10.Text = &amp;quot;Button 5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label3.Location = New System.Drawing.Point(160, 168)&lt;br /&gt;
        Me.Label3.Name = &amp;quot;Label3&amp;quot;&lt;br /&gt;
        Me.Label3.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label3.TabIndex = 7&lt;br /&gt;
        Me.Label3.Text = &amp;quot;BottomUp&amp;quot;&lt;br /&gt;
        Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button11)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button12)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button13)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button14)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button15)&lt;br /&gt;
        Me.FlowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp&lt;br /&gt;
        Me.FlowLayoutPanel3.Location = New System.Drawing.Point(160, 184)&lt;br /&gt;
        Me.FlowLayoutPanel3.Name = &amp;quot;FlowLayoutPanel3&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel3.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel3.TabIndex = 6&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button11&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button11.Location = New System.Drawing.Point(3, 89)&lt;br /&gt;
        Me.Button11.Name = &amp;quot;Button11&amp;quot;&lt;br /&gt;
        Me.Button11.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button11.TabIndex = 0&lt;br /&gt;
        Me.Button11.Text = &amp;quot;Button 1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button12&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button12.Location = New System.Drawing.Point(3, 51)&lt;br /&gt;
        Me.Button12.Name = &amp;quot;Button12&amp;quot;&lt;br /&gt;
        Me.Button12.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button12.TabIndex = 1&lt;br /&gt;
        Me.Button12.Text = &amp;quot;Button 2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button13&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button13.Location = New System.Drawing.Point(3, 13)&lt;br /&gt;
        Me.Button13.Name = &amp;quot;Button13&amp;quot;&lt;br /&gt;
        Me.Button13.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button13.TabIndex = 2&lt;br /&gt;
        Me.Button13.Text = &amp;quot;Button 3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button14&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button14.Location = New System.Drawing.Point(65, 89)&lt;br /&gt;
        Me.Button14.Name = &amp;quot;Button14&amp;quot;&lt;br /&gt;
        Me.Button14.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button14.TabIndex = 3&lt;br /&gt;
        Me.Button14.Text = &amp;quot;Button 4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button15&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button15.Location = New System.Drawing.Point(65, 51)&lt;br /&gt;
        Me.Button15.Name = &amp;quot;Button15&amp;quot;&lt;br /&gt;
        Me.Button15.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button15.TabIndex = 4&lt;br /&gt;
        Me.Button15.Text = &amp;quot;Button 5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label4.Location = New System.Drawing.Point(8, 168)&lt;br /&gt;
        Me.Label4.Name = &amp;quot;Label4&amp;quot;&lt;br /&gt;
        Me.Label4.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label4.TabIndex = 5&lt;br /&gt;
        Me.Label4.Text = &amp;quot;TopDown&amp;quot;&lt;br /&gt;
        Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button16)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button17)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button18)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button19)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button20)&lt;br /&gt;
        Me.FlowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown&lt;br /&gt;
        Me.FlowLayoutPanel4.Location = New System.Drawing.Point(8, 184)&lt;br /&gt;
        Me.FlowLayoutPanel4.Name = &amp;quot;FlowLayoutPanel4&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel4.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel4.TabIndex = 4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button16&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button16.Location = New System.Drawing.Point(3, 3)&lt;br /&gt;
        Me.Button16.Name = &amp;quot;Button16&amp;quot;&lt;br /&gt;
        Me.Button16.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button16.TabIndex = 0&lt;br /&gt;
        Me.Button16.Text = &amp;quot;Button 1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button17&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button17.Location = New System.Drawing.Point(3, 41)&lt;br /&gt;
        Me.Button17.Name = &amp;quot;Button17&amp;quot;&lt;br /&gt;
        Me.Button17.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button17.TabIndex = 1&lt;br /&gt;
        Me.Button17.Text = &amp;quot;Button 2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button18&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button18.Location = New System.Drawing.Point(3, 79)&lt;br /&gt;
        Me.Button18.Name = &amp;quot;Button18&amp;quot;&lt;br /&gt;
        Me.Button18.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button18.TabIndex = 2&lt;br /&gt;
        Me.Button18.Text = &amp;quot;Button 3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button19&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button19.Location = New System.Drawing.Point(65, 3)&lt;br /&gt;
        Me.Button19.Name = &amp;quot;Button19&amp;quot;&lt;br /&gt;
        Me.Button19.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button19.TabIndex = 3&lt;br /&gt;
        Me.Button19.Text = &amp;quot;Button 4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button20&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button20.Location = New System.Drawing.Point(65, 41)&lt;br /&gt;
        Me.Button20.Name = &amp;quot;Button20&amp;quot;&lt;br /&gt;
        Me.Button20.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button20.TabIndex = 4&lt;br /&gt;
        Me.Button20.Text = &amp;quot;Button 5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Form1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)&lt;br /&gt;
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font&lt;br /&gt;
        Me.ClientSize = New System.Drawing.Size(312, 319)&lt;br /&gt;
        Me.Controls.Add(Me.Label3)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel3)&lt;br /&gt;
        Me.Controls.Add(Me.Label4)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel4)&lt;br /&gt;
        Me.Controls.Add(Me.Label2)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel2)&lt;br /&gt;
        Me.Controls.Add(Me.Label1)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel1)&lt;br /&gt;
        Me.Name = &amp;quot;Form1&amp;quot;&lt;br /&gt;
        Me.Text = &amp;quot;FlowDirections&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.ResumeLayout(False)&lt;br /&gt;
        Me.FlowLayoutPanel2.ResumeLayout(False)&lt;br /&gt;
        Me.FlowLayoutPanel3.ResumeLayout(False)&lt;br /&gt;
        Me.FlowLayoutPanel4.ResumeLayout(False)&lt;br /&gt;
        Me.ResumeLayout(False)&lt;br /&gt;
    End Sub&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button1 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button2 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button3 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button4 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button5 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Label1 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents Label2 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button6 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button7 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button8 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button9 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button10 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Label3 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel3 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button11 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button12 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button13 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button14 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button15 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Label4 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel4 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button16 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button17 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button18 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button19 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button20 As System.Windows.Forms.Button&lt;br /&gt;
End Class&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FlowLayoutPanel.FlowDirection==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vbnet&amp;quot;&amp;gt;  &lt;br /&gt;
Imports System&lt;br /&gt;
Imports System.Data&lt;br /&gt;
Imports System.Windows.Forms&lt;br /&gt;
Imports System.Drawing&lt;br /&gt;
Public Class MainClass&lt;br /&gt;
    &lt;br /&gt;
    Shared Sub Main()&lt;br /&gt;
        Dim form1 As Form = New Form1&lt;br /&gt;
        Application.Run(form1)&lt;br /&gt;
    End Sub&lt;br /&gt;
End Class&lt;br /&gt;
&amp;lt;Global.Microsoft.VisualBasic.rupilerServices.DesignerGenerated()&amp;gt; _&lt;br /&gt;
Partial Public Class Form1&lt;br /&gt;
    Inherits System.Windows.Forms.Form&lt;br /&gt;
    &amp;quot;Form overrides dispose to clean up the component list.&lt;br /&gt;
    &amp;lt;System.Diagnostics.DebuggerNonUserCode()&amp;gt; _&lt;br /&gt;
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)&lt;br /&gt;
        If disposing AndAlso components IsNot Nothing Then&lt;br /&gt;
            components.Dispose()&lt;br /&gt;
        End If&lt;br /&gt;
        MyBase.Dispose(disposing)&lt;br /&gt;
    End Sub&lt;br /&gt;
    &amp;quot;Required by the Windows Form Designer&lt;br /&gt;
    Private components As System.ruponentModel.IContainer&lt;br /&gt;
    &amp;quot;NOTE: The following procedure is required by the Windows Form Designer&lt;br /&gt;
    &amp;quot;It can be modified using the Windows Form Designer.  &lt;br /&gt;
    &amp;quot;Do not modify it using the code editor.&lt;br /&gt;
    &amp;lt;System.Diagnostics.DebuggerStepThrough()&amp;gt; _&lt;br /&gt;
    Private Sub InitializeComponent()&lt;br /&gt;
        Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button1 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button2 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button3 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button4 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button5 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Label1 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.Label2 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button6 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button7 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button8 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button9 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button10 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Label3 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.FlowLayoutPanel3 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button11 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button12 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button13 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button14 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button15 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Label4 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.FlowLayoutPanel4 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button16 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button17 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button18 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button19 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.Button20 = New System.Windows.Forms.Button&lt;br /&gt;
        Me.FlowLayoutPanel1.SuspendLayout()&lt;br /&gt;
        Me.FlowLayoutPanel2.SuspendLayout()&lt;br /&gt;
        Me.FlowLayoutPanel3.SuspendLayout()&lt;br /&gt;
        Me.FlowLayoutPanel4.SuspendLayout()&lt;br /&gt;
        Me.SuspendLayout()&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button1)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button2)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button3)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button4)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button5)&lt;br /&gt;
        Me.FlowLayoutPanel1.Location = New System.Drawing.Point(8, 24)&lt;br /&gt;
        Me.FlowLayoutPanel1.Name = &amp;quot;FlowLayoutPanel1&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel1.TabIndex = 0&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button1.Location = New System.Drawing.Point(3, 3)&lt;br /&gt;
        Me.Button1.Name = &amp;quot;Button1&amp;quot;&lt;br /&gt;
        Me.Button1.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button1.TabIndex = 0&lt;br /&gt;
        Me.Button1.Text = &amp;quot;Button1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button2.Location = New System.Drawing.Point(65, 3)&lt;br /&gt;
        Me.Button2.Name = &amp;quot;Button2&amp;quot;&lt;br /&gt;
        Me.Button2.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button2.TabIndex = 1&lt;br /&gt;
        Me.Button2.Text = &amp;quot;Button2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button3.Location = New System.Drawing.Point(3, 41)&lt;br /&gt;
        Me.Button3.Name = &amp;quot;Button3&amp;quot;&lt;br /&gt;
        Me.Button3.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button3.TabIndex = 2&lt;br /&gt;
        Me.Button3.Text = &amp;quot;Button3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button4.Location = New System.Drawing.Point(65, 41)&lt;br /&gt;
        Me.Button4.Name = &amp;quot;Button4&amp;quot;&lt;br /&gt;
        Me.Button4.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button4.TabIndex = 3&lt;br /&gt;
        Me.Button4.Text = &amp;quot;Button4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button5&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button5.Location = New System.Drawing.Point(3, 79)&lt;br /&gt;
        Me.Button5.Name = &amp;quot;Button5&amp;quot;&lt;br /&gt;
        Me.Button5.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button5.TabIndex = 4&lt;br /&gt;
        Me.Button5.Text = &amp;quot;Button5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label1.Location = New System.Drawing.Point(8, 8)&lt;br /&gt;
        Me.Label1.Name = &amp;quot;Label1&amp;quot;&lt;br /&gt;
        Me.Label1.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label1.TabIndex = 1&lt;br /&gt;
        Me.Label1.Text = &amp;quot;LeftToRight&amp;quot;&lt;br /&gt;
        Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label2.Location = New System.Drawing.Point(160, 8)&lt;br /&gt;
        Me.Label2.Name = &amp;quot;Label2&amp;quot;&lt;br /&gt;
        Me.Label2.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label2.TabIndex = 3&lt;br /&gt;
        Me.Label2.Text = &amp;quot;RightToLeft&amp;quot;&lt;br /&gt;
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button6)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button7)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button8)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button9)&lt;br /&gt;
        Me.FlowLayoutPanel2.Controls.Add(Me.Button10)&lt;br /&gt;
        Me.FlowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft&lt;br /&gt;
        Me.FlowLayoutPanel2.Location = New System.Drawing.Point(160, 24)&lt;br /&gt;
        Me.FlowLayoutPanel2.Name = &amp;quot;FlowLayoutPanel2&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel2.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel2.TabIndex = 2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button6&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button6.Location = New System.Drawing.Point(81, 3)&lt;br /&gt;
        Me.Button6.Name = &amp;quot;Button6&amp;quot;&lt;br /&gt;
        Me.Button6.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button6.TabIndex = 0&lt;br /&gt;
        Me.Button6.Text = &amp;quot;Button 1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button7&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button7.Location = New System.Drawing.Point(19, 3)&lt;br /&gt;
        Me.Button7.Name = &amp;quot;Button7&amp;quot;&lt;br /&gt;
        Me.Button7.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button7.TabIndex = 1&lt;br /&gt;
        Me.Button7.Text = &amp;quot;Button 2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button8&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button8.Location = New System.Drawing.Point(81, 41)&lt;br /&gt;
        Me.Button8.Name = &amp;quot;Button8&amp;quot;&lt;br /&gt;
        Me.Button8.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button8.TabIndex = 2&lt;br /&gt;
        Me.Button8.Text = &amp;quot;Button 3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button9&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button9.Location = New System.Drawing.Point(19, 41)&lt;br /&gt;
        Me.Button9.Name = &amp;quot;Button9&amp;quot;&lt;br /&gt;
        Me.Button9.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button9.TabIndex = 3&lt;br /&gt;
        Me.Button9.Text = &amp;quot;Button 4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button10&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button10.Location = New System.Drawing.Point(81, 79)&lt;br /&gt;
        Me.Button10.Name = &amp;quot;Button10&amp;quot;&lt;br /&gt;
        Me.Button10.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button10.TabIndex = 4&lt;br /&gt;
        Me.Button10.Text = &amp;quot;Button 5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label3.Location = New System.Drawing.Point(160, 168)&lt;br /&gt;
        Me.Label3.Name = &amp;quot;Label3&amp;quot;&lt;br /&gt;
        Me.Label3.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label3.TabIndex = 7&lt;br /&gt;
        Me.Label3.Text = &amp;quot;BottomUp&amp;quot;&lt;br /&gt;
        Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button11)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button12)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button13)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button14)&lt;br /&gt;
        Me.FlowLayoutPanel3.Controls.Add(Me.Button15)&lt;br /&gt;
        Me.FlowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp&lt;br /&gt;
        Me.FlowLayoutPanel3.Location = New System.Drawing.Point(160, 184)&lt;br /&gt;
        Me.FlowLayoutPanel3.Name = &amp;quot;FlowLayoutPanel3&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel3.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel3.TabIndex = 6&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button11&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button11.Location = New System.Drawing.Point(3, 89)&lt;br /&gt;
        Me.Button11.Name = &amp;quot;Button11&amp;quot;&lt;br /&gt;
        Me.Button11.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button11.TabIndex = 0&lt;br /&gt;
        Me.Button11.Text = &amp;quot;Button 1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button12&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button12.Location = New System.Drawing.Point(3, 51)&lt;br /&gt;
        Me.Button12.Name = &amp;quot;Button12&amp;quot;&lt;br /&gt;
        Me.Button12.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button12.TabIndex = 1&lt;br /&gt;
        Me.Button12.Text = &amp;quot;Button 2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button13&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button13.Location = New System.Drawing.Point(3, 13)&lt;br /&gt;
        Me.Button13.Name = &amp;quot;Button13&amp;quot;&lt;br /&gt;
        Me.Button13.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button13.TabIndex = 2&lt;br /&gt;
        Me.Button13.Text = &amp;quot;Button 3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button14&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button14.Location = New System.Drawing.Point(65, 89)&lt;br /&gt;
        Me.Button14.Name = &amp;quot;Button14&amp;quot;&lt;br /&gt;
        Me.Button14.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button14.TabIndex = 3&lt;br /&gt;
        Me.Button14.Text = &amp;quot;Button 4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button15&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button15.Location = New System.Drawing.Point(65, 51)&lt;br /&gt;
        Me.Button15.Name = &amp;quot;Button15&amp;quot;&lt;br /&gt;
        Me.Button15.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button15.TabIndex = 4&lt;br /&gt;
        Me.Button15.Text = &amp;quot;Button 5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label4.Location = New System.Drawing.Point(8, 168)&lt;br /&gt;
        Me.Label4.Name = &amp;quot;Label4&amp;quot;&lt;br /&gt;
        Me.Label4.Size = New System.Drawing.Size(144, 16)&lt;br /&gt;
        Me.Label4.TabIndex = 5&lt;br /&gt;
        Me.Label4.Text = &amp;quot;TopDown&amp;quot;&lt;br /&gt;
        Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button16)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button17)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button18)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button19)&lt;br /&gt;
        Me.FlowLayoutPanel4.Controls.Add(Me.Button20)&lt;br /&gt;
        Me.FlowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown&lt;br /&gt;
        Me.FlowLayoutPanel4.Location = New System.Drawing.Point(8, 184)&lt;br /&gt;
        Me.FlowLayoutPanel4.Name = &amp;quot;FlowLayoutPanel4&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel4.Size = New System.Drawing.Size(144, 128)&lt;br /&gt;
        Me.FlowLayoutPanel4.TabIndex = 4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button16&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button16.Location = New System.Drawing.Point(3, 3)&lt;br /&gt;
        Me.Button16.Name = &amp;quot;Button16&amp;quot;&lt;br /&gt;
        Me.Button16.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button16.TabIndex = 0&lt;br /&gt;
        Me.Button16.Text = &amp;quot;Button 1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button17&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button17.Location = New System.Drawing.Point(3, 41)&lt;br /&gt;
        Me.Button17.Name = &amp;quot;Button17&amp;quot;&lt;br /&gt;
        Me.Button17.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button17.TabIndex = 1&lt;br /&gt;
        Me.Button17.Text = &amp;quot;Button 2&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button18&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button18.Location = New System.Drawing.Point(3, 79)&lt;br /&gt;
        Me.Button18.Name = &amp;quot;Button18&amp;quot;&lt;br /&gt;
        Me.Button18.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button18.TabIndex = 2&lt;br /&gt;
        Me.Button18.Text = &amp;quot;Button 3&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button19&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button19.Location = New System.Drawing.Point(65, 3)&lt;br /&gt;
        Me.Button19.Name = &amp;quot;Button19&amp;quot;&lt;br /&gt;
        Me.Button19.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button19.TabIndex = 3&lt;br /&gt;
        Me.Button19.Text = &amp;quot;Button 4&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button20&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button20.Location = New System.Drawing.Point(65, 41)&lt;br /&gt;
        Me.Button20.Name = &amp;quot;Button20&amp;quot;&lt;br /&gt;
        Me.Button20.Size = New System.Drawing.Size(56, 32)&lt;br /&gt;
        Me.Button20.TabIndex = 4&lt;br /&gt;
        Me.Button20.Text = &amp;quot;Button 5&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Form1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)&lt;br /&gt;
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font&lt;br /&gt;
        Me.ClientSize = New System.Drawing.Size(312, 319)&lt;br /&gt;
        Me.Controls.Add(Me.Label3)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel3)&lt;br /&gt;
        Me.Controls.Add(Me.Label4)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel4)&lt;br /&gt;
        Me.Controls.Add(Me.Label2)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel2)&lt;br /&gt;
        Me.Controls.Add(Me.Label1)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel1)&lt;br /&gt;
        Me.Name = &amp;quot;Form1&amp;quot;&lt;br /&gt;
        Me.Text = &amp;quot;FlowDirections&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.ResumeLayout(False)&lt;br /&gt;
        Me.FlowLayoutPanel2.ResumeLayout(False)&lt;br /&gt;
        Me.FlowLayoutPanel3.ResumeLayout(False)&lt;br /&gt;
        Me.FlowLayoutPanel4.ResumeLayout(False)&lt;br /&gt;
        Me.ResumeLayout(False)&lt;br /&gt;
    End Sub&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button1 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button2 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button3 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button4 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button5 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Label1 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents Label2 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button6 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button7 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button8 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button9 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button10 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Label3 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel3 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button11 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button12 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button13 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button14 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button15 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Label4 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents FlowLayoutPanel4 As System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
    Friend WithEvents Button16 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button17 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button18 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button19 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents Button20 As System.Windows.Forms.Button&lt;br /&gt;
End Class&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>