<?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_Tutorial%2FGUI%2FTableLayoutPanel</id>
		<title>VB.Net Tutorial/GUI/TableLayoutPanel - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.vbex.ru/index.php?action=history&amp;feed=atom&amp;title=VB.Net_Tutorial%2FGUI%2FTableLayoutPanel"/>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_Tutorial/GUI/TableLayoutPanel&amp;action=history"/>
		<updated>2026-04-05T23:23:24Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VB.Net_Tutorial/GUI/TableLayoutPanel&amp;diff=3926&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_Tutorial/GUI/TableLayoutPanel&amp;diff=3926&amp;oldid=prev"/>
				<updated>2010-05-26T16:40:30Z</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_Tutorial/GUI/TableLayoutPanel&amp;diff=3927&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_Tutorial/GUI/TableLayoutPanel&amp;diff=3927&amp;oldid=prev"/>
				<updated>2010-05-26T12:57:31Z</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;==TableLayoutPanel==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vbnet&amp;quot;&amp;gt;Imports System.Windows.Forms&lt;br /&gt;
public class FlowLayoutPanelTableLayoutPanel&lt;br /&gt;
   public Shared Sub Main&lt;br /&gt;
        Application.Run(New 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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel&lt;br /&gt;
        Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel&lt;br /&gt;
        Me.Button1 = 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.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.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.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.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.TableLayoutPanel1.SuspendLayout()&lt;br /&gt;
        Me.FlowLayoutPanel1.SuspendLayout()&lt;br /&gt;
        Me.SuspendLayout()&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;TableLayoutPanel1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.TableLayoutPanel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _&lt;br /&gt;
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)&lt;br /&gt;
        Me.TableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble&lt;br /&gt;
        Me.TableLayoutPanel1.ColumnCount = 2&lt;br /&gt;
        Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))&lt;br /&gt;
        Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button10, 0, 0)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button11, 1, 0)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button12, 0, 1)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button13, 1, 1)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button14, 0, 2)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button15, 1, 2)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button16, 0, 3)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button17, 1, 3)&lt;br /&gt;
        Me.TableLayoutPanel1.Controls.Add(Me.Button18, 0, 4)&lt;br /&gt;
        Me.TableLayoutPanel1.Location = New System.Drawing.Point(264, 16)&lt;br /&gt;
        Me.TableLayoutPanel1.Name = &amp;quot;TableLayoutPanel1&amp;quot;&lt;br /&gt;
        Me.TableLayoutPanel1.RowCount = 5&lt;br /&gt;
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!))&lt;br /&gt;
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!))&lt;br /&gt;
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!))&lt;br /&gt;
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!))&lt;br /&gt;
        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!))&lt;br /&gt;
        Me.TableLayoutPanel1.Size = New System.Drawing.Size(248, 173)&lt;br /&gt;
        Me.TableLayoutPanel1.TabIndex = 0&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;FlowLayoutPanel1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _&lt;br /&gt;
                    Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)&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.Controls.Add(Me.Button6)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button7)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button8)&lt;br /&gt;
        Me.FlowLayoutPanel1.Controls.Add(Me.Button9)&lt;br /&gt;
        Me.FlowLayoutPanel1.Location = New System.Drawing.Point(0, 16)&lt;br /&gt;
        Me.FlowLayoutPanel1.Name = &amp;quot;FlowLayoutPanel1&amp;quot;&lt;br /&gt;
        Me.FlowLayoutPanel1.Size = New System.Drawing.Size(256, 173)&lt;br /&gt;
        Me.FlowLayoutPanel1.TabIndex = 1&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(72, 24)&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;Label1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label1.AutoSize = True&lt;br /&gt;
        Me.Label1.Location = New System.Drawing.Point(0, 0)&lt;br /&gt;
        Me.Label1.Name = &amp;quot;Label1&amp;quot;&lt;br /&gt;
        Me.Label1.Size = New System.Drawing.Size(84, 13)&lt;br /&gt;
        Me.Label1.TabIndex = 2&lt;br /&gt;
        Me.Label1.Text = &amp;quot;FlowLayoutPanel&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label2.AutoSize = True&lt;br /&gt;
        Me.Label2.Location = New System.Drawing.Point(264, 0)&lt;br /&gt;
        Me.Label2.Name = &amp;quot;Label2&amp;quot;&lt;br /&gt;
        Me.Label2.Size = New System.Drawing.Size(89, 13)&lt;br /&gt;
        Me.Label2.TabIndex = 3&lt;br /&gt;
        Me.Label2.Text = &amp;quot;TableLayoutPanel&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(81, 3)&lt;br /&gt;
        Me.Button2.Name = &amp;quot;Button2&amp;quot;&lt;br /&gt;
        Me.Button2.Size = New System.Drawing.Size(72, 24)&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(159, 3)&lt;br /&gt;
        Me.Button3.Name = &amp;quot;Button3&amp;quot;&lt;br /&gt;
        Me.Button3.Size = New System.Drawing.Size(72, 24)&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(3, 33)&lt;br /&gt;
        Me.Button4.Name = &amp;quot;Button4&amp;quot;&lt;br /&gt;
        Me.Button4.Size = New System.Drawing.Size(72, 24)&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(81, 33)&lt;br /&gt;
        Me.Button5.Name = &amp;quot;Button5&amp;quot;&lt;br /&gt;
        Me.Button5.Size = New System.Drawing.Size(72, 24)&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;Button6&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button6.Location = New System.Drawing.Point(159, 33)&lt;br /&gt;
        Me.Button6.Name = &amp;quot;Button6&amp;quot;&lt;br /&gt;
        Me.Button6.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button6.TabIndex = 5&lt;br /&gt;
        Me.Button6.Text = &amp;quot;Button6&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(3, 63)&lt;br /&gt;
        Me.Button7.Name = &amp;quot;Button7&amp;quot;&lt;br /&gt;
        Me.Button7.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button7.TabIndex = 6&lt;br /&gt;
        Me.Button7.Text = &amp;quot;Button7&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, 63)&lt;br /&gt;
        Me.Button8.Name = &amp;quot;Button8&amp;quot;&lt;br /&gt;
        Me.Button8.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button8.TabIndex = 7&lt;br /&gt;
        Me.Button8.Text = &amp;quot;Button8&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(159, 63)&lt;br /&gt;
        Me.Button9.Name = &amp;quot;Button9&amp;quot;&lt;br /&gt;
        Me.Button9.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button9.TabIndex = 8&lt;br /&gt;
        Me.Button9.Text = &amp;quot;Button9&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button10&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button10.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button10.Location = New System.Drawing.Point(26, 6)&lt;br /&gt;
        Me.Button10.Name = &amp;quot;Button10&amp;quot;&lt;br /&gt;
        Me.Button10.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button10.TabIndex = 9&lt;br /&gt;
        Me.Button10.Text = &amp;quot;Button10&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button11&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button11.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button11.Location = New System.Drawing.Point(149, 6)&lt;br /&gt;
        Me.Button11.Name = &amp;quot;Button11&amp;quot;&lt;br /&gt;
        Me.Button11.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button11.TabIndex = 10&lt;br /&gt;
        Me.Button11.Text = &amp;quot;Button11&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button12&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button12.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button12.Location = New System.Drawing.Point(26, 40)&lt;br /&gt;
        Me.Button12.Name = &amp;quot;Button12&amp;quot;&lt;br /&gt;
        Me.Button12.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button12.TabIndex = 11&lt;br /&gt;
        Me.Button12.Text = &amp;quot;Button12&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button13&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button13.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button13.Location = New System.Drawing.Point(149, 40)&lt;br /&gt;
        Me.Button13.Name = &amp;quot;Button13&amp;quot;&lt;br /&gt;
        Me.Button13.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button13.TabIndex = 12&lt;br /&gt;
        Me.Button13.Text = &amp;quot;Button13&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button14&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button14.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button14.Location = New System.Drawing.Point(26, 74)&lt;br /&gt;
        Me.Button14.Name = &amp;quot;Button14&amp;quot;&lt;br /&gt;
        Me.Button14.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button14.TabIndex = 13&lt;br /&gt;
        Me.Button14.Text = &amp;quot;Button14&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button15&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button15.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button15.Location = New System.Drawing.Point(149, 74)&lt;br /&gt;
        Me.Button15.Name = &amp;quot;Button15&amp;quot;&lt;br /&gt;
        Me.Button15.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button15.TabIndex = 14&lt;br /&gt;
        Me.Button15.Text = &amp;quot;Button15&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button16&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button16.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button16.Location = New System.Drawing.Point(26, 108)&lt;br /&gt;
        Me.Button16.Name = &amp;quot;Button16&amp;quot;&lt;br /&gt;
        Me.Button16.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button16.TabIndex = 15&lt;br /&gt;
        Me.Button16.Text = &amp;quot;Button16&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button17&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button17.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button17.Location = New System.Drawing.Point(149, 108)&lt;br /&gt;
        Me.Button17.Name = &amp;quot;Button17&amp;quot;&lt;br /&gt;
        Me.Button17.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button17.TabIndex = 16&lt;br /&gt;
        Me.Button17.Text = &amp;quot;Button17&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button18&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button18.Anchor = System.Windows.Forms.AnchorStyles.None&lt;br /&gt;
        Me.Button18.Location = New System.Drawing.Point(26, 142)&lt;br /&gt;
        Me.Button18.Name = &amp;quot;Button18&amp;quot;&lt;br /&gt;
        Me.Button18.Size = New System.Drawing.Size(72, 24)&lt;br /&gt;
        Me.Button18.TabIndex = 17&lt;br /&gt;
        Me.Button18.Text = &amp;quot;Button18&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(514, 190)&lt;br /&gt;
        Me.Controls.Add(Me.Label2)&lt;br /&gt;
        Me.Controls.Add(Me.Label1)&lt;br /&gt;
        Me.Controls.Add(Me.FlowLayoutPanel1)&lt;br /&gt;
        Me.Controls.Add(Me.TableLayoutPanel1)&lt;br /&gt;
        Me.Name = &amp;quot;Form1&amp;quot;&lt;br /&gt;
        Me.Text = &amp;quot;FlowAndTableLayoutPanel&amp;quot;&lt;br /&gt;
        Me.TableLayoutPanel1.ResumeLayout(False)&lt;br /&gt;
        Me.FlowLayoutPanel1.ResumeLayout(False)&lt;br /&gt;
        Me.ResumeLayout(False)&lt;br /&gt;
        Me.PerformLayout()&lt;br /&gt;
    End Sub&lt;br /&gt;
    Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel&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 Label1 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents Label2 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents Button10 As System.Windows.Forms.Button&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 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 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 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;
End Class&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>