<?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%2FC_Sharp%2FGUI_Windows_Form%2FControl_Anchor</id>
		<title>Csharp/C Sharp/GUI Windows Form/Control Anchor - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FC_Sharp%2FGUI_Windows_Form%2FControl_Anchor"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/GUI_Windows_Form/Control_Anchor&amp;action=history"/>
		<updated>2026-04-29T15:18:41Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/C_Sharp/GUI_Windows_Form/Control_Anchor&amp;diff=54&amp;oldid=prev</id>
		<title> в 15:31, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/GUI_Windows_Form/Control_Anchor&amp;diff=54&amp;oldid=prev"/>
				<updated>2010-05-26T15:31:18Z</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/C_Sharp/GUI_Windows_Form/Control_Anchor&amp;diff=55&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/GUI_Windows_Form/Control_Anchor&amp;diff=55&amp;oldid=prev"/>
				<updated>2010-05-26T11:32:47Z</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;==Form Anchor==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
C# Programming Tips &amp;amp; Techniques&lt;br /&gt;
by Charles Wright, Kris Jamsa&lt;br /&gt;
Publisher: Osborne/McGraw-Hill (December 28, 2001)&lt;br /&gt;
ISBN: 0072193794&lt;br /&gt;
*/&lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Collections;&lt;br /&gt;
using System.ruponentModel;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
using System.Data;&lt;br /&gt;
namespace Anchor&lt;br /&gt;
{&lt;br /&gt;
  /// &amp;lt;summary&amp;gt;&lt;br /&gt;
  /// Summary description for Form1.&lt;br /&gt;
  /// &amp;lt;/summary&amp;gt;&lt;br /&gt;
  public class FormAnchor : System.Windows.Forms.Form&lt;br /&gt;
  {&lt;br /&gt;
    private System.Windows.Forms.Button btnOK;&lt;br /&gt;
    private System.Windows.Forms.Button btnCancel;&lt;br /&gt;
    private System.Windows.Forms.TextBox textBox1;&lt;br /&gt;
    private System.Windows.Forms.Button btnClear;&lt;br /&gt;
    private System.Windows.Forms.CheckBox checkBox1;&lt;br /&gt;
    private System.Windows.Forms.CheckBox checkBox2;&lt;br /&gt;
    private System.Windows.Forms.CheckBox checkBox3;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton1;&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton2;&lt;br /&gt;
    /// &amp;lt;summary&amp;gt;&lt;br /&gt;
    /// Required designer variable.&lt;br /&gt;
    /// &amp;lt;/summary&amp;gt;&lt;br /&gt;
    private System.ruponentModel.Container components = null;&lt;br /&gt;
    public FormAnchor()&lt;br /&gt;
    {&lt;br /&gt;
      //&lt;br /&gt;
      // Required for Windows Form Designer support&lt;br /&gt;
      //&lt;br /&gt;
      InitializeComponent();&lt;br /&gt;
      //&lt;br /&gt;
      // TODO: Add any constructor code after InitializeComponent call&lt;br /&gt;
      //&lt;br /&gt;
    }&lt;br /&gt;
    /// &amp;lt;summary&amp;gt;&lt;br /&gt;
    /// Clean up any resources being used.&lt;br /&gt;
    /// &amp;lt;/summary&amp;gt;&lt;br /&gt;
    protected override void Dispose( bool disposing )&lt;br /&gt;
    {&lt;br /&gt;
      if( disposing )&lt;br /&gt;
      {&lt;br /&gt;
        if (components != null) &lt;br /&gt;
        {&lt;br /&gt;
          components.Dispose();&lt;br /&gt;
        }&lt;br /&gt;
      }&lt;br /&gt;
      base.Dispose( disposing );&lt;br /&gt;
    }&lt;br /&gt;
    #region Windows Form Designer generated code&lt;br /&gt;
    /// &amp;lt;summary&amp;gt;&lt;br /&gt;
    /// Required method for Designer support - do not modify&lt;br /&gt;
    /// the contents of this method with the code editor.&lt;br /&gt;
    /// &amp;lt;/summary&amp;gt;&lt;br /&gt;
    private void InitializeComponent()&lt;br /&gt;
    {&lt;br /&gt;
      this.btnOK = new System.Windows.Forms.Button();&lt;br /&gt;
      this.btnCancel = new System.Windows.Forms.Button();&lt;br /&gt;
      this.textBox1 = new System.Windows.Forms.TextBox();&lt;br /&gt;
      this.btnClear = new System.Windows.Forms.Button();&lt;br /&gt;
      this.checkBox1 = new System.Windows.Forms.CheckBox();&lt;br /&gt;
      this.checkBox2 = new System.Windows.Forms.CheckBox();&lt;br /&gt;
      this.checkBox3 = new System.Windows.Forms.CheckBox();&lt;br /&gt;
      this.radioButton1 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
      this.radioButton2 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
      this.SuspendLayout();&lt;br /&gt;
      // &lt;br /&gt;
      // btnOK&lt;br /&gt;
      // &lt;br /&gt;
      this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;&lt;br /&gt;
      this.btnOK.Location = new System.Drawing.Point(106, 188);&lt;br /&gt;
      this.btnOK.Name = &amp;quot;btnOK&amp;quot;;&lt;br /&gt;
      this.btnOK.Size = new System.Drawing.Size(72, 32);&lt;br /&gt;
      this.btnOK.TabIndex = 0;&lt;br /&gt;
      this.btnOK.Text = &amp;quot;Bottom&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // btnCancel&lt;br /&gt;
      // &lt;br /&gt;
      this.btnCancel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);&lt;br /&gt;
      this.btnCancel.Location = new System.Drawing.Point(196, 188);&lt;br /&gt;
      this.btnCancel.Name = &amp;quot;btnCancel&amp;quot;;&lt;br /&gt;
      this.btnCancel.Size = new System.Drawing.Size(72, 32);&lt;br /&gt;
      this.btnCancel.TabIndex = 1;&lt;br /&gt;
      this.btnCancel.Text = &amp;quot;Bottom Right&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // textBox1&lt;br /&gt;
      // &lt;br /&gt;
      this.textBox1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) &lt;br /&gt;
        | System.Windows.Forms.AnchorStyles.Left) &lt;br /&gt;
        | System.Windows.Forms.AnchorStyles.Right);&lt;br /&gt;
      this.textBox1.Location = new System.Drawing.Point(72, 80);&lt;br /&gt;
      this.textBox1.Multiline = true;&lt;br /&gt;
      this.textBox1.Name = &amp;quot;textBox1&amp;quot;;&lt;br /&gt;
      this.textBox1.Size = new System.Drawing.Size(140, 60);&lt;br /&gt;
      this.textBox1.TabIndex = 2;&lt;br /&gt;
      this.textBox1.Text = &amp;quot;Top Bottom Left Right&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // btnClear&lt;br /&gt;
      // &lt;br /&gt;
      this.btnClear.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);&lt;br /&gt;
      this.btnClear.Location = new System.Drawing.Point(16, 188);&lt;br /&gt;
      this.btnClear.Name = &amp;quot;btnClear&amp;quot;;&lt;br /&gt;
      this.btnClear.Size = new System.Drawing.Size(72, 32);&lt;br /&gt;
      this.btnClear.TabIndex = 3;&lt;br /&gt;
      this.btnClear.Text = &amp;quot;Bottom Left&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // checkBox1&lt;br /&gt;
      // &lt;br /&gt;
      this.checkBox1.Location = new System.Drawing.Point(16, 8);&lt;br /&gt;
      this.checkBox1.Name = &amp;quot;checkBox1&amp;quot;;&lt;br /&gt;
      this.checkBox1.Size = new System.Drawing.Size(56, 24);&lt;br /&gt;
      this.checkBox1.TabIndex = 4;&lt;br /&gt;
      this.checkBox1.Text = &amp;quot;Top Left&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // checkBox2&lt;br /&gt;
      // &lt;br /&gt;
      this.checkBox2.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);&lt;br /&gt;
      this.checkBox2.Location = new System.Drawing.Point(228, 8);&lt;br /&gt;
      this.checkBox2.Name = &amp;quot;checkBox2&amp;quot;;&lt;br /&gt;
      this.checkBox2.Size = new System.Drawing.Size(64, 24);&lt;br /&gt;
      this.checkBox2.TabIndex = 5;&lt;br /&gt;
      this.checkBox2.Text = &amp;quot;Top Right&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // checkBox3&lt;br /&gt;
      // &lt;br /&gt;
      this.checkBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;&lt;br /&gt;
      this.checkBox3.Location = new System.Drawing.Point(106, 8);&lt;br /&gt;
      this.checkBox3.Name = &amp;quot;checkBox3&amp;quot;;&lt;br /&gt;
      this.checkBox3.Size = new System.Drawing.Size(80, 24);&lt;br /&gt;
      this.checkBox3.TabIndex = 6;&lt;br /&gt;
      this.checkBox3.Text = &amp;quot;Top&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // radioButton1&lt;br /&gt;
      // &lt;br /&gt;
      this.radioButton1.Anchor = System.Windows.Forms.AnchorStyles.Left;&lt;br /&gt;
      this.radioButton1.Location = new System.Drawing.Point(8, 82);&lt;br /&gt;
      this.radioButton1.Name = &amp;quot;radioButton1&amp;quot;;&lt;br /&gt;
      this.radioButton1.Size = new System.Drawing.Size(48, 48);&lt;br /&gt;
      this.radioButton1.TabIndex = 7;&lt;br /&gt;
      this.radioButton1.Text = &amp;quot;Left&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // radioButton2&lt;br /&gt;
      // &lt;br /&gt;
      this.radioButton2.Anchor = System.Windows.Forms.AnchorStyles.Right;&lt;br /&gt;
      this.radioButton2.Location = new System.Drawing.Point(228, 82);&lt;br /&gt;
      this.radioButton2.Name = &amp;quot;radioButton2&amp;quot;;&lt;br /&gt;
      this.radioButton2.Size = new System.Drawing.Size(56, 48);&lt;br /&gt;
      this.radioButton2.TabIndex = 8;&lt;br /&gt;
      this.radioButton2.Text = &amp;quot;Right&amp;quot;;&lt;br /&gt;
      // &lt;br /&gt;
      // FormAnchor&lt;br /&gt;
      // &lt;br /&gt;
      this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);&lt;br /&gt;
      this.ClientSize = new System.Drawing.Size(296, 245);&lt;br /&gt;
      this.Controls.AddRange(new System.Windows.Forms.Control[] {&lt;br /&gt;
                                      this.radioButton2,&lt;br /&gt;
                                      this.radioButton1,&lt;br /&gt;
                                      this.checkBox3,&lt;br /&gt;
                                      this.checkBox2,&lt;br /&gt;
                                      this.checkBox1,&lt;br /&gt;
                                      this.btnClear,&lt;br /&gt;
                                      this.textBox1,&lt;br /&gt;
                                      this.btnCancel,&lt;br /&gt;
                                      this.btnOK});&lt;br /&gt;
      this.Name = &amp;quot;FormAnchor&amp;quot;;&lt;br /&gt;
      this.Text = &amp;quot;FormAnchor&amp;quot;;&lt;br /&gt;
      this.ResumeLayout(false);&lt;br /&gt;
    }&lt;br /&gt;
    #endregion&lt;br /&gt;
    /// &amp;lt;summary&amp;gt;&lt;br /&gt;
    /// The main entry point for the application.&lt;br /&gt;
    /// &amp;lt;/summary&amp;gt;&lt;br /&gt;
    [STAThread]&lt;br /&gt;
    static void Main() &lt;br /&gt;
    {&lt;br /&gt;
      Application.Run(new FormAnchor());&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&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>