<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FCSharp_Tutorial%2FGUI_Windows_Forms%2FTableLayoutPanel</id>
		<title>Csharp/CSharp Tutorial/GUI Windows Forms/TableLayoutPanel - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FCSharp_Tutorial%2FGUI_Windows_Forms%2FTableLayoutPanel"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/CSharp_Tutorial/GUI_Windows_Forms/TableLayoutPanel&amp;action=history"/>
		<updated>2026-04-30T01:08:54Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/CSharp_Tutorial/GUI_Windows_Forms/TableLayoutPanel&amp;diff=5477&amp;oldid=prev</id>
		<title> в 15:31, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/CSharp_Tutorial/GUI_Windows_Forms/TableLayoutPanel&amp;diff=5477&amp;oldid=prev"/>
				<updated>2010-05-26T15:31:53Z</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;Версия 15:31, 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://nfex.ru/index.php?title=Csharp/CSharp_Tutorial/GUI_Windows_Forms/TableLayoutPanel&amp;diff=5478&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/CSharp_Tutorial/GUI_Windows_Forms/TableLayoutPanel&amp;diff=5478&amp;oldid=prev"/>
				<updated>2010-05-26T12:15: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;==TableLayoutPanel Demo==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class FloatLayoutTableLayout : Form&lt;br /&gt;
{&lt;br /&gt;
    public FloatLayoutTableLayout()&lt;br /&gt;
    {&lt;br /&gt;
        InitializeComponent();&lt;br /&gt;
    }&lt;br /&gt;
    [STAThread]&lt;br /&gt;
    public static void Main(string[] args)&lt;br /&gt;
    {&lt;br /&gt;
        Application.Run(new FloatLayoutTableLayout());&lt;br /&gt;
    }&lt;br /&gt;
    private void InitializeComponent()&lt;br /&gt;
    {&lt;br /&gt;
        this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();&lt;br /&gt;
        this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();&lt;br /&gt;
        this.radioButton1 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton2 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton3 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton4 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton5 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.label1 = new System.Windows.Forms.Label();&lt;br /&gt;
        this.label2 = new System.Windows.Forms.Label();&lt;br /&gt;
        this.radioButton6 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton7 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton8 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton9 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton10 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton11 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton12 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton13 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton14 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton15 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton16 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton17 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton18 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.flowLayoutPanel1.SuspendLayout();&lt;br /&gt;
        this.tableLayoutPanel1.SuspendLayout();&lt;br /&gt;
        this.SuspendLayout();&lt;br /&gt;
        // &lt;br /&gt;
        // flowLayoutPanel1&lt;br /&gt;
        // &lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton10);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton11);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton12);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton13);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton14);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton15);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton16);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton17);&lt;br /&gt;
        this.flowLayoutPanel1.Controls.Add(this.radioButton18);&lt;br /&gt;
        this.flowLayoutPanel1.Location = new System.Drawing.Point(299, 35);&lt;br /&gt;
        this.flowLayoutPanel1.Name = &amp;quot;flowLayoutPanel1&amp;quot;;&lt;br /&gt;
        this.flowLayoutPanel1.Size = new System.Drawing.Size(298, 219);&lt;br /&gt;
        this.flowLayoutPanel1.TabIndex = 0;&lt;br /&gt;
        // &lt;br /&gt;
        // tableLayoutPanel1&lt;br /&gt;
        // &lt;br /&gt;
        this.tableLayoutPanel1.ColumnCount = 3;&lt;br /&gt;
        this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));&lt;br /&gt;
        this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));&lt;br /&gt;
        this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 96F));&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton1, 0, 0);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton2, 1, 0);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton3, 2, 0);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton4, 0, 1);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton5, 1, 1);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton6, 2, 1);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton7, 0, 2);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton8, 1, 2);&lt;br /&gt;
        this.tableLayoutPanel1.Controls.Add(this.radioButton9, 2, 2);&lt;br /&gt;
        this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;&lt;br /&gt;
        this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 35);&lt;br /&gt;
        this.tableLayoutPanel1.Name = &amp;quot;tableLayoutPanel1&amp;quot;;&lt;br /&gt;
        this.tableLayoutPanel1.RowCount = 3;&lt;br /&gt;
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));&lt;br /&gt;
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));&lt;br /&gt;
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 88F));&lt;br /&gt;
        this.tableLayoutPanel1.Size = new System.Drawing.Size(281, 219);&lt;br /&gt;
        this.tableLayoutPanel1.TabIndex = 1;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton1&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton1.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton1.AutoSize = true;&lt;br /&gt;
        this.radioButton1.Location = new System.Drawing.Point(5, 24);&lt;br /&gt;
        this.radioButton1.Name = &amp;quot;radioButton1&amp;quot;;&lt;br /&gt;
        this.radioButton1.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton1.TabIndex = 0;&lt;br /&gt;
        this.radioButton1.Text = &amp;quot;radioButton1&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton2&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton2.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton2.AutoSize = true;&lt;br /&gt;
        this.radioButton2.Location = new System.Drawing.Point(97, 24);&lt;br /&gt;
        this.radioButton2.Name = &amp;quot;radioButton2&amp;quot;;&lt;br /&gt;
        this.radioButton2.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton2.TabIndex = 1;&lt;br /&gt;
        this.radioButton2.Text = &amp;quot;radioButton2&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton3&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton3.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton3.AutoSize = true;&lt;br /&gt;
        this.radioButton3.Location = new System.Drawing.Point(192, 24);&lt;br /&gt;
        this.radioButton3.Name = &amp;quot;radioButton3&amp;quot;;&lt;br /&gt;
        this.radioButton3.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton3.TabIndex = 2;&lt;br /&gt;
        this.radioButton3.Text = &amp;quot;radioButton3&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton4&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton4.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton4.AutoSize = true;&lt;br /&gt;
        this.radioButton4.Location = new System.Drawing.Point(5, 89);&lt;br /&gt;
        this.radioButton4.Name = &amp;quot;radioButton4&amp;quot;;&lt;br /&gt;
        this.radioButton4.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton4.TabIndex = 3;&lt;br /&gt;
        this.radioButton4.Text = &amp;quot;radioButton4&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton5&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton5.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton5.AutoSize = true;&lt;br /&gt;
        this.radioButton5.Location = new System.Drawing.Point(97, 89);&lt;br /&gt;
        this.radioButton5.Name = &amp;quot;radioButton5&amp;quot;;&lt;br /&gt;
        this.radioButton5.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton5.TabIndex = 4;&lt;br /&gt;
        this.radioButton5.Text = &amp;quot;radioButton5&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // label1&lt;br /&gt;
        // &lt;br /&gt;
        this.label1.AutoSize = true;&lt;br /&gt;
        this.label1.Font = new System.Drawing.Font(&amp;quot;Microsoft Sans Serif&amp;quot;, 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));&lt;br /&gt;
        this.label1.Location = new System.Drawing.Point(86, 9);&lt;br /&gt;
        this.label1.Name = &amp;quot;label1&amp;quot;;&lt;br /&gt;
        this.label1.Size = new System.Drawing.Size(139, 20);&lt;br /&gt;
        this.label1.TabIndex = 2;&lt;br /&gt;
        this.label1.Text = &amp;quot;Table Layout Panel&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // label2&lt;br /&gt;
        // &lt;br /&gt;
        this.label2.AutoSize = true;&lt;br /&gt;
        this.label2.Font = new System.Drawing.Font(&amp;quot;Microsoft Sans Serif&amp;quot;, 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));&lt;br /&gt;
        this.label2.Location = new System.Drawing.Point(370, 9);&lt;br /&gt;
        this.label2.Name = &amp;quot;label2&amp;quot;;&lt;br /&gt;
        this.label2.Size = new System.Drawing.Size(133, 20);&lt;br /&gt;
        this.label2.TabIndex = 3;&lt;br /&gt;
        this.label2.Text = &amp;quot;Flow Layout Panel&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton6&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton6.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton6.AutoSize = true;&lt;br /&gt;
        this.radioButton6.Location = new System.Drawing.Point(192, 89);&lt;br /&gt;
        this.radioButton6.Name = &amp;quot;radioButton6&amp;quot;;&lt;br /&gt;
        this.radioButton6.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton6.TabIndex = 5;&lt;br /&gt;
        this.radioButton6.Text = &amp;quot;radioButton6&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton7&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton7.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton7.AutoSize = true;&lt;br /&gt;
        this.radioButton7.Location = new System.Drawing.Point(5, 166);&lt;br /&gt;
        this.radioButton7.Name = &amp;quot;radioButton7&amp;quot;;&lt;br /&gt;
        this.radioButton7.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton7.TabIndex = 6;&lt;br /&gt;
        this.radioButton7.Text = &amp;quot;radioButton7&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton8&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton8.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton8.AutoSize = true;&lt;br /&gt;
        this.radioButton8.Location = new System.Drawing.Point(97, 166);&lt;br /&gt;
        this.radioButton8.Name = &amp;quot;radioButton8&amp;quot;;&lt;br /&gt;
        this.radioButton8.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton8.TabIndex = 7;&lt;br /&gt;
        this.radioButton8.Text = &amp;quot;radioButton8&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton9&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton9.Anchor = System.Windows.Forms.AnchorStyles.None;&lt;br /&gt;
        this.radioButton9.AutoSize = true;&lt;br /&gt;
        this.radioButton9.Location = new System.Drawing.Point(192, 166);&lt;br /&gt;
        this.radioButton9.Name = &amp;quot;radioButton9&amp;quot;;&lt;br /&gt;
        this.radioButton9.Size = new System.Drawing.Size(81, 17);&lt;br /&gt;
        this.radioButton9.TabIndex = 8;&lt;br /&gt;
        this.radioButton9.Text = &amp;quot;radioButton9&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton10&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton10.AutoSize = true;&lt;br /&gt;
        this.radioButton10.Location = new System.Drawing.Point(3, 3);&lt;br /&gt;
        this.radioButton10.Name = &amp;quot;radioButton10&amp;quot;;&lt;br /&gt;
        this.radioButton10.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton10.TabIndex = 0;&lt;br /&gt;
        this.radioButton10.Text = &amp;quot;radioButton10&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton11&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton11.AutoSize = true;&lt;br /&gt;
        this.radioButton11.Location = new System.Drawing.Point(96, 3);&lt;br /&gt;
        this.radioButton11.Name = &amp;quot;radioButton11&amp;quot;;&lt;br /&gt;
        this.radioButton11.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton11.TabIndex = 1;&lt;br /&gt;
        this.radioButton11.Text = &amp;quot;radioButton11&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton12&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton12.AutoSize = true;&lt;br /&gt;
        this.radioButton12.Location = new System.Drawing.Point(189, 3);&lt;br /&gt;
        this.radioButton12.Name = &amp;quot;radioButton12&amp;quot;;&lt;br /&gt;
        this.radioButton12.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton12.TabIndex = 2;&lt;br /&gt;
        this.radioButton12.Text = &amp;quot;radioButton12&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton13&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton13.AutoSize = true;&lt;br /&gt;
        this.radioButton13.Location = new System.Drawing.Point(3, 26);&lt;br /&gt;
        this.radioButton13.Name = &amp;quot;radioButton13&amp;quot;;&lt;br /&gt;
        this.radioButton13.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton13.TabIndex = 3;&lt;br /&gt;
        this.radioButton13.Text = &amp;quot;radioButton13&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton14&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton14.AutoSize = true;&lt;br /&gt;
        this.radioButton14.Location = new System.Drawing.Point(96, 26);&lt;br /&gt;
        this.radioButton14.Name = &amp;quot;radioButton14&amp;quot;;&lt;br /&gt;
        this.radioButton14.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton14.TabIndex = 4;&lt;br /&gt;
        this.radioButton14.Text = &amp;quot;radioButton14&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton15&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton15.AutoSize = true;&lt;br /&gt;
        this.radioButton15.Location = new System.Drawing.Point(189, 26);&lt;br /&gt;
        this.radioButton15.Name = &amp;quot;radioButton15&amp;quot;;&lt;br /&gt;
        this.radioButton15.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton15.TabIndex = 5;&lt;br /&gt;
        this.radioButton15.Text = &amp;quot;radioButton15&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton16&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton16.AutoSize = true;&lt;br /&gt;
        this.radioButton16.Location = new System.Drawing.Point(3, 49);&lt;br /&gt;
        this.radioButton16.Name = &amp;quot;radioButton16&amp;quot;;&lt;br /&gt;
        this.radioButton16.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton16.TabIndex = 6;&lt;br /&gt;
        this.radioButton16.Text = &amp;quot;radioButton16&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton17&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton17.AutoSize = true;&lt;br /&gt;
        this.radioButton17.Location = new System.Drawing.Point(96, 49);&lt;br /&gt;
        this.radioButton17.Name = &amp;quot;radioButton17&amp;quot;;&lt;br /&gt;
        this.radioButton17.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton17.TabIndex = 7;&lt;br /&gt;
        this.radioButton17.Text = &amp;quot;radioButton17&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // radioButton18&lt;br /&gt;
        // &lt;br /&gt;
        this.radioButton18.AutoSize = true;&lt;br /&gt;
        this.radioButton18.Location = new System.Drawing.Point(189, 49);&lt;br /&gt;
        this.radioButton18.Name = &amp;quot;radioButton18&amp;quot;;&lt;br /&gt;
        this.radioButton18.Size = new System.Drawing.Size(87, 17);&lt;br /&gt;
        this.radioButton18.TabIndex = 8;&lt;br /&gt;
        this.radioButton18.Text = &amp;quot;radioButton18&amp;quot;;&lt;br /&gt;
        // &lt;br /&gt;
        // FloatLayoutTableLayout&lt;br /&gt;
        // &lt;br /&gt;
        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);&lt;br /&gt;
        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;&lt;br /&gt;
        this.ClientSize = new System.Drawing.Size(609, 266);&lt;br /&gt;
        this.Controls.Add(this.label2);&lt;br /&gt;
        this.Controls.Add(this.label1);&lt;br /&gt;
        this.Controls.Add(this.tableLayoutPanel1);&lt;br /&gt;
        this.Controls.Add(this.flowLayoutPanel1);&lt;br /&gt;
        this.flowLayoutPanel1.ResumeLayout(false);&lt;br /&gt;
        this.flowLayoutPanel1.PerformLayout();&lt;br /&gt;
        this.tableLayoutPanel1.ResumeLayout(false);&lt;br /&gt;
        this.tableLayoutPanel1.PerformLayout();&lt;br /&gt;
        this.ResumeLayout(false);&lt;br /&gt;
        this.PerformLayout();&lt;br /&gt;
    }&lt;br /&gt;
    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;&lt;br /&gt;
    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton10;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton11;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton12;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton13;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton14;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton15;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton16;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton17;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton18;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton1;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton2;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton3;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton4;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton5;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton6;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton7;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton8;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton9;&lt;br /&gt;
    private System.Windows.Forms.Label label1;&lt;br /&gt;
    private System.Windows.Forms.Label label2;&lt;br /&gt;
&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>