<?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_by_API%2FSystem.Windows.Forms%2FRadioButton</id>
		<title>Csharp/C Sharp by API/System.Windows.Forms/RadioButton - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FC_Sharp_by_API%2FSystem.Windows.Forms%2FRadioButton"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/RadioButton&amp;action=history"/>
		<updated>2026-04-29T23:47:27Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/RadioButton&amp;diff=4130&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_by_API/System.Windows.Forms/RadioButton&amp;diff=4130&amp;oldid=prev"/>
				<updated>2010-05-26T15:31:35Z</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_by_API/System.Windows.Forms/RadioButton&amp;diff=4131&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp_by_API/System.Windows.Forms/RadioButton&amp;diff=4131&amp;oldid=prev"/>
				<updated>2010-05-26T12:09:25Z</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;==RadioButton.Appearance==&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;
Professional Windows GUI Programming Using C#&lt;br /&gt;
by Jay Glynn, Csaba Torok, Richard Conway, Wahid Choudhury, &lt;br /&gt;
   Zach Greenvoss, Shripad Kulkarni, Neil Whitlow&lt;br /&gt;
Publisher: Peer Information&lt;br /&gt;
ISBN: 1861007663&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 RadioButtonWithImg&lt;br /&gt;
{&lt;br /&gt;
  /// &amp;lt;summary&amp;gt;&lt;br /&gt;
  /// Summary description for RadioButtonWithImg.&lt;br /&gt;
  /// &amp;lt;/summary&amp;gt;&lt;br /&gt;
  public class RadioButtonWithImg : System.Windows.Forms.Form&lt;br /&gt;
  {&lt;br /&gt;
    private System.Windows.Forms.GroupBox groupBox1;&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;
    /// &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 RadioButtonWithImg()&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.groupBox1 = new System.Windows.Forms.GroupBox();&lt;br /&gt;
         this.radioButton3 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
         this.radioButton2 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
         this.radioButton1 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
         this.groupBox1.SuspendLayout();&lt;br /&gt;
         this.SuspendLayout();&lt;br /&gt;
         // &lt;br /&gt;
         // groupBox1&lt;br /&gt;
         // &lt;br /&gt;
         this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {&lt;br /&gt;
                                                                                this.radioButton3,&lt;br /&gt;
                                                                                this.radioButton2,&lt;br /&gt;
                                                                                this.radioButton1});&lt;br /&gt;
         this.groupBox1.Location = new System.Drawing.Point(8, 16);&lt;br /&gt;
         this.groupBox1.Name = &amp;quot;groupBox1&amp;quot;;&lt;br /&gt;
         this.groupBox1.Size = new System.Drawing.Size(160, 120);&lt;br /&gt;
         this.groupBox1.TabIndex = 1;&lt;br /&gt;
         this.groupBox1.TabStop = false;&lt;br /&gt;
         this.groupBox1.Text = &amp;quot;Group 1&amp;quot;;&lt;br /&gt;
         // &lt;br /&gt;
         // radioButton3&lt;br /&gt;
         // &lt;br /&gt;
         this.radioButton3.Appearance = System.Windows.Forms.Appearance.Button;&lt;br /&gt;
         this.radioButton3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));&lt;br /&gt;
         this.radioButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;&lt;br /&gt;
         this.radioButton3.Location = new System.Drawing.Point(16, 88);&lt;br /&gt;
         this.radioButton3.Name = &amp;quot;radioButton3&amp;quot;;&lt;br /&gt;
         this.radioButton3.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
         this.radioButton3.TabIndex = 2;&lt;br /&gt;
         this.radioButton3.Text = &amp;quot;Option3&amp;quot;;&lt;br /&gt;
         // &lt;br /&gt;
         // radioButton2&lt;br /&gt;
         // &lt;br /&gt;
         this.radioButton2.Appearance = System.Windows.Forms.Appearance.Button;&lt;br /&gt;
         this.radioButton2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));&lt;br /&gt;
         this.radioButton2.Location = new System.Drawing.Point(16, 56);&lt;br /&gt;
         this.radioButton2.Name = &amp;quot;radioButton2&amp;quot;;&lt;br /&gt;
         this.radioButton2.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
         this.radioButton2.TabIndex = 1;&lt;br /&gt;
         this.radioButton2.Text = &amp;quot;Option2&amp;quot;;&lt;br /&gt;
         this.radioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;&lt;br /&gt;
         // &lt;br /&gt;
         // radioButton1&lt;br /&gt;
         // &lt;br /&gt;
         this.radioButton1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)));&lt;br /&gt;
         this.radioButton1.Location = new System.Drawing.Point(16, 24);&lt;br /&gt;
         this.radioButton1.Name = &amp;quot;radioButton1&amp;quot;;&lt;br /&gt;
         this.radioButton1.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
         this.radioButton1.TabIndex = 0;&lt;br /&gt;
         this.radioButton1.Text = &amp;quot;Option1&amp;quot;;&lt;br /&gt;
         this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);&lt;br /&gt;
         // &lt;br /&gt;
         // RadioButton&lt;br /&gt;
         // &lt;br /&gt;
         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);&lt;br /&gt;
         this.ClientSize = new System.Drawing.Size(184, 149);&lt;br /&gt;
         this.Controls.AddRange(new System.Windows.Forms.Control[] {&lt;br /&gt;
                                                                      this.groupBox1});&lt;br /&gt;
         this.Name = &amp;quot;RadioButton&amp;quot;;&lt;br /&gt;
         this.Text = &amp;quot;Radio Button&amp;quot;;&lt;br /&gt;
         this.Load += new System.EventHandler(this.RadioButtonWithImg_Load);&lt;br /&gt;
         this.groupBox1.ResumeLayout(false);&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 RadioButtonWithImg());&lt;br /&gt;
    }&lt;br /&gt;
    private void RadioButtonWithImg_Load(object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      // Select the Image for the button&lt;br /&gt;
      Image img = Image.FromFile(&amp;quot;EYE.ICO&amp;quot;);    &lt;br /&gt;
      // Assign the Image to the button&lt;br /&gt;
      radioButton1.Image = img ;&lt;br /&gt;
      // Align the image &lt;br /&gt;
      radioButton1.ImageAlign = ContentAlignment.MiddleRight;&lt;br /&gt;
      // Select the Image for the button&lt;br /&gt;
      img = Image.FromFile(&amp;quot;WRENCH.ICO&amp;quot;);    &lt;br /&gt;
      // Assign the Image to the button&lt;br /&gt;
      radioButton2.Image = img ;&lt;br /&gt;
      // Align the image &lt;br /&gt;
      radioButton2.ImageAlign = ContentAlignment.MiddleLeft;&lt;br /&gt;
    }&lt;br /&gt;
      private void radioButton1_CheckedChanged(object sender, System.EventArgs e)&lt;br /&gt;
      {&lt;br /&gt;
         if (radioButton1.Checked)&lt;br /&gt;
            MessageBox.Show(&amp;quot;Checked!&amp;quot;);&lt;br /&gt;
         else&lt;br /&gt;
            MessageBox.Show(&amp;quot;Not checked!&amp;quot;);&lt;br /&gt;
      }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==RadioButton.Checked==&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;
  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;
  public class CarConfigForm : System.Windows.Forms.Form&lt;br /&gt;
  {&lt;br /&gt;
    private System.Windows.Forms.ToolTip calendarTip;&lt;br /&gt;
    private System.Windows.Forms.Label label5;&lt;br /&gt;
    protected System.Windows.Forms.MonthCalendar monthCalendar;&lt;br /&gt;
    private System.Windows.Forms.Label label3;&lt;br /&gt;
    private System.Windows.Forms.Label label2;&lt;br /&gt;
    private System.Windows.Forms.Label label1;&lt;br /&gt;
    protected System.Windows.Forms.ruboBox comboSalesPerson;&lt;br /&gt;
    protected System.Windows.Forms.ListBox carMakeList;&lt;br /&gt;
    protected System.Windows.Forms.CheckedListBox checkedBoxRadioOptions;&lt;br /&gt;
    protected System.Windows.Forms.Button btnOrder;&lt;br /&gt;
    protected System.Windows.Forms.CheckBox checkFloorMats;&lt;br /&gt;
    protected System.Windows.Forms.RadioButton radioPink;&lt;br /&gt;
    protected System.Windows.Forms.RadioButton radioYellow;&lt;br /&gt;
    protected System.Windows.Forms.RadioButton radioRed;&lt;br /&gt;
    protected System.Windows.Forms.RadioButton radioGreen;&lt;br /&gt;
    protected System.Windows.Forms.GroupBox groupBox1;&lt;br /&gt;
    public CarConfigForm()&lt;br /&gt;
    {&lt;br /&gt;
      InitializeComponent();&lt;br /&gt;
      CenterToScreen();&lt;br /&gt;
    }&lt;br /&gt;
    private void InitializeComponent()&lt;br /&gt;
    {&lt;br /&gt;
      this.ruboSalesPerson = new System.Windows.Forms.ruboBox ();&lt;br /&gt;
      this.radioRed = new System.Windows.Forms.RadioButton ();&lt;br /&gt;
      this.groupBox1 = new System.Windows.Forms.GroupBox ();&lt;br /&gt;
      this.radioPink = new System.Windows.Forms.RadioButton ();&lt;br /&gt;
      this.monthCalendar = new System.Windows.Forms.MonthCalendar ();&lt;br /&gt;
      this.checkedBoxRadioOptions = new System.Windows.Forms.CheckedListBox ();&lt;br /&gt;
      this.calendarTip = new System.Windows.Forms.ToolTip (new System.ruponentModel.Container());&lt;br /&gt;
      this.radioYellow = new System.Windows.Forms.RadioButton ();&lt;br /&gt;
      this.label5 = new System.Windows.Forms.Label ();&lt;br /&gt;
      this.carMakeList = new System.Windows.Forms.ListBox ();&lt;br /&gt;
      this.radioGreen = new System.Windows.Forms.RadioButton ();&lt;br /&gt;
      this.checkFloorMats = new System.Windows.Forms.CheckBox ();&lt;br /&gt;
      this.label3 = new System.Windows.Forms.Label ();&lt;br /&gt;
      this.btnOrder = new System.Windows.Forms.Button ();&lt;br /&gt;
      this.label1 = new System.Windows.Forms.Label ();&lt;br /&gt;
      this.label2 = new System.Windows.Forms.Label ();&lt;br /&gt;
      comboSalesPerson.Location = new System.Drawing.Point (16, 80);&lt;br /&gt;
      comboSalesPerson.Size = new System.Drawing.Size (128, 21);&lt;br /&gt;
      comboSalesPerson.TabIndex = 1;&lt;br /&gt;
      comboSalesPerson.Items.AddRange(new object[4] {&amp;quot;A&amp;quot;, &amp;quot;B&amp;quot;, &amp;quot;C&amp;quot;, &amp;quot;D&amp;quot;});&lt;br /&gt;
      radioRed.Location = new System.Drawing.Point (264, 24);&lt;br /&gt;
      radioRed.Text = &amp;quot;Red&amp;quot;;&lt;br /&gt;
      radioRed.Size = new System.Drawing.Size (64, 23);&lt;br /&gt;
      radioRed.TabIndex = 2;&lt;br /&gt;
      radioRed.TabStop = true;&lt;br /&gt;
      radioRed.BackColor = System.Drawing.SystemColors.ControlLight;&lt;br /&gt;
      groupBox1.Location = new System.Drawing.Point (8, 120);&lt;br /&gt;
      groupBox1.TabIndex = 4;&lt;br /&gt;
      groupBox1.TabStop = false;&lt;br /&gt;
      groupBox1.Text = &amp;quot;Exterior Color&amp;quot;;&lt;br /&gt;
      groupBox1.Size = new System.Drawing.Size (432, 56);&lt;br /&gt;
      groupBox1.Leave += new System.EventHandler (this.groupBox1_Leave);&lt;br /&gt;
      groupBox1.Enter += new System.EventHandler (this.groupBox1_Enter);&lt;br /&gt;
      radioPink.Location = new System.Drawing.Point (176, 24);&lt;br /&gt;
      radioPink.Text = &amp;quot;Pink&amp;quot;;&lt;br /&gt;
      radioPink.Size = new System.Drawing.Size (56, 23);&lt;br /&gt;
      radioPink.TabIndex = 3;&lt;br /&gt;
      radioPink.TabStop = true;&lt;br /&gt;
      radioPink.BackColor = System.Drawing.SystemColors.ControlLight;&lt;br /&gt;
      monthCalendar.Location = new System.Drawing.Point (20, 224);&lt;br /&gt;
      calendarTip.SetToolTip (monthCalendar, &amp;quot;Please select the date (or dates)&amp;quot;);&lt;br /&gt;
      monthCalendar.TabIndex = 10;&lt;br /&gt;
      monthCalendar.TabStop = true;&lt;br /&gt;
      checkedBoxRadioOptions.Location = new System.Drawing.Point (168, 32);&lt;br /&gt;
      checkedBoxRadioOptions.Cursor = Cursors.Hand;&lt;br /&gt;
      checkedBoxRadioOptions.Size = new System.Drawing.Size (152, 64);&lt;br /&gt;
      checkedBoxRadioOptions.CheckOnClick = true;&lt;br /&gt;
      checkedBoxRadioOptions.TabIndex = 2;&lt;br /&gt;
      checkedBoxRadioOptions.Items.AddRange(new object[6] {&amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot;, &amp;quot;4&amp;quot;, &amp;quot;5&amp;quot;, &amp;quot;6&amp;quot;});&lt;br /&gt;
      calendarTip.Active = true;&lt;br /&gt;
      radioYellow.Location = new System.Drawing.Point (96, 24);&lt;br /&gt;
      radioYellow.Text = &amp;quot;Yellow&amp;quot;;&lt;br /&gt;
      radioYellow.Size = new System.Drawing.Size (56, 23);&lt;br /&gt;
      radioYellow.TabIndex = 1;&lt;br /&gt;
      radioYellow.TabStop = true;&lt;br /&gt;
      radioYellow.BackColor = System.Drawing.SystemColors.ControlLight;&lt;br /&gt;
      label5.Location = new System.Drawing.Point (20, 200);&lt;br /&gt;
      label5.Text = &amp;quot;Delivery Date:&amp;quot;;&lt;br /&gt;
      label5.Size = new System.Drawing.Size (184, 16);&lt;br /&gt;
      label5.Font = new System.Drawing.Font (&amp;quot;Microsoft Sans Serif&amp;quot;, 9, System.Drawing.FontStyle.Bold);&lt;br /&gt;
      label5.TabIndex = 12;&lt;br /&gt;
      carMakeList.Location = new System.Drawing.Point (328, 32);&lt;br /&gt;
      carMakeList.Size = new System.Drawing.Size (112, 56);&lt;br /&gt;
      carMakeList.ScrollAlwaysVisible = true;&lt;br /&gt;
      carMakeList.TabIndex = 3;&lt;br /&gt;
      carMakeList.Sorted = true;&lt;br /&gt;
      carMakeList.Items.AddRange(new object[9] {&amp;quot;A&amp;quot;, &amp;quot;B&amp;quot;, &amp;quot;C&amp;quot;, &amp;quot;D&amp;quot;, &amp;quot;E&amp;quot;, &amp;quot;F&amp;quot;, &amp;quot;G&amp;quot;, &amp;quot;H&amp;quot;, &amp;quot;I&amp;quot;});&lt;br /&gt;
      radioGreen.Location = new System.Drawing.Point (16, 24);&lt;br /&gt;
      radioGreen.Text = &amp;quot;Green&amp;quot;;&lt;br /&gt;
      radioGreen.Size = new System.Drawing.Size (64, 23);&lt;br /&gt;
      radioGreen.TabIndex = 0;&lt;br /&gt;
      radioGreen.TabStop = true;&lt;br /&gt;
      radioGreen.BackColor = System.Drawing.SystemColors.ControlLight;&lt;br /&gt;
      checkFloorMats.Location = new System.Drawing.Point (16, 16);&lt;br /&gt;
      checkFloorMats.Text = &amp;quot;Extra Floor Mats&amp;quot;;&lt;br /&gt;
      checkFloorMats.Size = new System.Drawing.Size (112, 24);&lt;br /&gt;
      checkFloorMats.FlatStyle = System.Windows.Forms.FlatStyle.Popup;&lt;br /&gt;
      checkFloorMats.TabIndex = 0;&lt;br /&gt;
      label3.Location = new System.Drawing.Point (328, 8);&lt;br /&gt;
      label3.Text = &amp;quot;Make:&amp;quot;;&lt;br /&gt;
      label3.Size = new System.Drawing.Size (112, 16);&lt;br /&gt;
      label3.Font = new System.Drawing.Font (&amp;quot;Microsoft Sans Serif&amp;quot;, 9, System.Drawing.FontStyle.Bold);&lt;br /&gt;
      label3.TabIndex = 9;&lt;br /&gt;
      btnOrder.Location = new System.Drawing.Point (8, 440);&lt;br /&gt;
      btnOrder.Size = new System.Drawing.Size (120, 32);&lt;br /&gt;
      btnOrder.TabIndex = 6;&lt;br /&gt;
      btnOrder.Text = &amp;quot;Confirm Order&amp;quot;;&lt;br /&gt;
      btnOrder.Click += new System.EventHandler (this.btnOrder_Click);&lt;br /&gt;
      label1.Location = new System.Drawing.Point (16, 56);&lt;br /&gt;
      label1.Text = &amp;quot;Sales Person&amp;quot;;&lt;br /&gt;
      label1.Size = new System.Drawing.Size (144, 24);&lt;br /&gt;
      label1.TabIndex = 7;&lt;br /&gt;
      label2.Location = new System.Drawing.Point (176, 8);&lt;br /&gt;
      label2.Text = &amp;quot;Radio Options:&amp;quot;;&lt;br /&gt;
      label2.Size = new System.Drawing.Size (144, 16);&lt;br /&gt;
      label2.Font = new System.Drawing.Font (&amp;quot;Microsoft Sans Serif&amp;quot;, 9, System.Drawing.FontStyle.Bold);&lt;br /&gt;
      label2.TabIndex = 8;&lt;br /&gt;
      this.Text = &amp;quot;Car Configurator&amp;quot;;&lt;br /&gt;
      this.AutoScaleBaseSize = new System.Drawing.Size (5, 13);&lt;br /&gt;
      this.ClientSize = new System.Drawing.Size (456, 485);&lt;br /&gt;
      groupBox1.Controls.Add (this.radioPink);&lt;br /&gt;
      groupBox1.Controls.Add (this.radioYellow);&lt;br /&gt;
      groupBox1.Controls.Add (this.radioRed);&lt;br /&gt;
      groupBox1.Controls.Add (this.radioGreen);&lt;br /&gt;
      this.Controls.Add (this.label5);&lt;br /&gt;
      this.Controls.Add (this.monthCalendar);&lt;br /&gt;
      this.Controls.Add (this.label3);&lt;br /&gt;
      this.Controls.Add (this.label2);&lt;br /&gt;
      this.Controls.Add (this.label1);&lt;br /&gt;
      this.Controls.Add (this.ruboSalesPerson);&lt;br /&gt;
      this.Controls.Add (this.carMakeList);&lt;br /&gt;
      this.Controls.Add (this.checkedBoxRadioOptions);&lt;br /&gt;
      this.Controls.Add (this.btnOrder);&lt;br /&gt;
      this.Controls.Add (this.checkFloorMats);&lt;br /&gt;
      this.Controls.Add (this.groupBox1);&lt;br /&gt;
    }&lt;br /&gt;
    static void Main() &lt;br /&gt;
    {&lt;br /&gt;
      Application.Run(new CarConfigForm());&lt;br /&gt;
    }&lt;br /&gt;
    protected void btnOrder_Click (object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      if(comboSalesPerson.Text != &amp;quot;&amp;quot;)&lt;br /&gt;
        Console.WriteLine(&amp;quot;Sales Person: &amp;quot; + comboSalesPerson.Text);&lt;br /&gt;
      else&lt;br /&gt;
        Console.WriteLine(&amp;quot;You did not select a sales person!&amp;quot;);&lt;br /&gt;
      if(carMakeList.SelectedItem != null)&lt;br /&gt;
        Console.WriteLine(&amp;quot;Make: &amp;quot; + carMakeList.SelectedItem);&lt;br /&gt;
      if(checkFloorMats.Checked)&lt;br /&gt;
        Console.WriteLine(&amp;quot;You want floor mats.&amp;quot;);  &lt;br /&gt;
      if(radioRed.Checked)&lt;br /&gt;
        Console.WriteLine(&amp;quot;You want a red exterior.&amp;quot;);&lt;br /&gt;
      &lt;br /&gt;
      if(radioYellow.Checked)&lt;br /&gt;
        Console.WriteLine(&amp;quot;You want a yellow exterior.&amp;quot;);&lt;br /&gt;
      &lt;br /&gt;
      if(radioGreen.Checked)&lt;br /&gt;
        Console.WriteLine(&amp;quot;You want a green exterior.&amp;quot;);&lt;br /&gt;
      if(radioPink.Checked)&lt;br /&gt;
        Console.WriteLine(&amp;quot;Why do you want a PINK exterior?&amp;quot;);&lt;br /&gt;
      &lt;br /&gt;
      for(int i = 0; i &amp;lt; checkedBoxRadioOptions.Items.Count; i++)&lt;br /&gt;
      {&lt;br /&gt;
        if(checkedBoxRadioOptions.GetItemChecked(i))&lt;br /&gt;
        {&lt;br /&gt;
          Console.WriteLine(&amp;quot;Radio Item: &amp;quot;+ checkedBoxRadioOptions.Items[i]);&lt;br /&gt;
        }                &lt;br /&gt;
      }&lt;br /&gt;
      DateTime startD = monthCalendar.SelectionStart;&lt;br /&gt;
      DateTime endD = monthCalendar.SelectionEnd;&lt;br /&gt;
      string dateStartStr = startD.Date.ToShortDateString();&lt;br /&gt;
      string dateEndStr = endD.Date.ToShortDateString();&lt;br /&gt;
      &lt;br /&gt;
      if(dateStartStr != dateEndStr)&lt;br /&gt;
      {&lt;br /&gt;
        Console.WriteLine(&amp;quot;Date between&amp;quot; + dateStartStr + &amp;quot; and&amp;quot; + dateEndStr);      &lt;br /&gt;
      } else{&lt;br /&gt;
        Console.WriteLine(&amp;quot;You chose a single date:&amp;quot; + dateStartStr);&lt;br /&gt;
            }&lt;br /&gt;
    }&lt;br /&gt;
    protected void groupBox1_Leave (object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      groupBox1.Text = &amp;quot;Exterior Color: Thanks for visiting the group...&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    protected void groupBox1_Enter (object sender, System.EventArgs e)&lt;br /&gt;
    {&lt;br /&gt;
      groupBox1.Text = &amp;quot;Exterior Color: You are in the group...&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==RadioButton.CheckedChanged==&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;
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;
public class Form1 : System.Windows.Forms.Form {&lt;br /&gt;
    private System.Windows.Forms.GroupBox groupBox1;&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;
    private System.Windows.Forms.RadioButton radioButton3;&lt;br /&gt;
    private System.Windows.Forms.Button button1;&lt;br /&gt;
    private System.ruponentModel.Container components = null;&lt;br /&gt;
    public Form1() {&lt;br /&gt;
      InitializeComponent();&lt;br /&gt;
    }&lt;br /&gt;
    private void InitializeComponent() {&lt;br /&gt;
            this.groupBox1 = new System.Windows.Forms.GroupBox();&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.radioButton3 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
            this.button1 = new System.Windows.Forms.Button();&lt;br /&gt;
            this.groupBox1.SuspendLayout();&lt;br /&gt;
            this.SuspendLayout();&lt;br /&gt;
            // &lt;br /&gt;
            // groupBox1&lt;br /&gt;
            // &lt;br /&gt;
            this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {&lt;br /&gt;
                                                                                    this.radioButton1,&lt;br /&gt;
                                                                                    this.radioButton2,&lt;br /&gt;
                                                                                    this.radioButton3});&lt;br /&gt;
            this.groupBox1.Location = new System.Drawing.Point(8, 120);&lt;br /&gt;
            this.groupBox1.Name = &amp;quot;groupBox1&amp;quot;;&lt;br /&gt;
            this.groupBox1.Size = new System.Drawing.Size(120, 144);&lt;br /&gt;
            this.groupBox1.TabIndex = 0;&lt;br /&gt;
            this.groupBox1.TabStop = false;&lt;br /&gt;
            this.groupBox1.Text = &amp;quot;Color&amp;quot;;&lt;br /&gt;
            this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);&lt;br /&gt;
            // &lt;br /&gt;
            // checkBox1&lt;br /&gt;
            // &lt;br /&gt;
            this.checkBox1.Location = new System.Drawing.Point(8, 8);&lt;br /&gt;
            this.checkBox1.Name = &amp;quot;checkBox1&amp;quot;;&lt;br /&gt;
            this.checkBox1.TabIndex = 1;&lt;br /&gt;
            this.checkBox1.Text = &amp;quot;Circle&amp;quot;;&lt;br /&gt;
            // &lt;br /&gt;
            // checkBox2&lt;br /&gt;
            // &lt;br /&gt;
            this.checkBox2.Location = new System.Drawing.Point(8, 40);&lt;br /&gt;
            this.checkBox2.Name = &amp;quot;checkBox2&amp;quot;;&lt;br /&gt;
            this.checkBox2.TabIndex = 2;&lt;br /&gt;
            this.checkBox2.Text = &amp;quot;Rectangle&amp;quot;;&lt;br /&gt;
            // &lt;br /&gt;
            // checkBox3&lt;br /&gt;
            // &lt;br /&gt;
            this.checkBox3.Location = new System.Drawing.Point(8, 72);&lt;br /&gt;
            this.checkBox3.Name = &amp;quot;checkBox3&amp;quot;;&lt;br /&gt;
            this.checkBox3.TabIndex = 3;&lt;br /&gt;
            this.checkBox3.Text = &amp;quot;String&amp;quot;;&lt;br /&gt;
            // &lt;br /&gt;
            // radioButton1&lt;br /&gt;
            // &lt;br /&gt;
            this.radioButton1.Location = new System.Drawing.Point(8, 32);&lt;br /&gt;
            this.radioButton1.Name = &amp;quot;radioButton1&amp;quot;;&lt;br /&gt;
            this.radioButton1.TabIndex = 4;&lt;br /&gt;
            this.radioButton1.Text = &amp;quot;Red&amp;quot;;&lt;br /&gt;
            this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);&lt;br /&gt;
            // &lt;br /&gt;
            // radioButton2&lt;br /&gt;
            // &lt;br /&gt;
            this.radioButton2.Location = new System.Drawing.Point(8, 64);&lt;br /&gt;
            this.radioButton2.Name = &amp;quot;radioButton2&amp;quot;;&lt;br /&gt;
            this.radioButton2.TabIndex = 5;&lt;br /&gt;
            this.radioButton2.Text = &amp;quot;Green&amp;quot;;&lt;br /&gt;
            // &lt;br /&gt;
            // radioButton3&lt;br /&gt;
            // &lt;br /&gt;
            this.radioButton3.Location = new System.Drawing.Point(8, 96);&lt;br /&gt;
            this.radioButton3.Name = &amp;quot;radioButton3&amp;quot;;&lt;br /&gt;
            this.radioButton3.TabIndex = 6;&lt;br /&gt;
            this.radioButton3.Text = &amp;quot;Blue&amp;quot;;&lt;br /&gt;
            // &lt;br /&gt;
            // button1&lt;br /&gt;
            // &lt;br /&gt;
            this.button1.Location = new System.Drawing.Point(8, 280);&lt;br /&gt;
            this.button1.Name = &amp;quot;button1&amp;quot;;&lt;br /&gt;
            this.button1.Size = new System.Drawing.Size(112, 32);&lt;br /&gt;
            this.button1.TabIndex = 4;&lt;br /&gt;
            this.button1.Text = &amp;quot;Draw&amp;quot;;&lt;br /&gt;
            this.button1.Click += new System.EventHandler(this.button1_Click);&lt;br /&gt;
            // &lt;br /&gt;
            // Form1&lt;br /&gt;
            // &lt;br /&gt;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);&lt;br /&gt;
            this.ClientSize = new System.Drawing.Size(408, 317);&lt;br /&gt;
            this.Controls.AddRange(new System.Windows.Forms.Control[] {&lt;br /&gt;
                                                                          this.button1,&lt;br /&gt;
                                                                          this.checkBox3,&lt;br /&gt;
                                                                          this.checkBox2,&lt;br /&gt;
                                                                          this.checkBox1,&lt;br /&gt;
                                                                          this.groupBox1});&lt;br /&gt;
            this.Name = &amp;quot;Form1&amp;quot;;&lt;br /&gt;
            this.Text = &amp;quot;CheckBox and RadioButton Sample&amp;quot;;&lt;br /&gt;
            this.groupBox1.ResumeLayout(false);&lt;br /&gt;
            this.ResumeLayout(false);&lt;br /&gt;
        }&lt;br /&gt;
        [STAThread]&lt;br /&gt;
        static void Main() &lt;br /&gt;
        {&lt;br /&gt;
            Application.Run(new Form1());&lt;br /&gt;
        }&lt;br /&gt;
        private void groupBox1_Enter(object sender, System.EventArgs e)&lt;br /&gt;
        {&lt;br /&gt;
           Console.WriteLine(&amp;quot;group box enter event&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        private void radioButton1_CheckedChanged(object sender, System.EventArgs e)&lt;br /&gt;
        {&lt;br /&gt;
           Console.WriteLine(&amp;quot;Radio Button checked changed event&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        private void button1_Click(object sender, System.EventArgs e)&lt;br /&gt;
        {&lt;br /&gt;
            Graphics g = Graphics.FromHwnd(this.Handle);&lt;br /&gt;
            String str = &amp;quot;&amp;quot;;&lt;br /&gt;
            Rectangle rc = new Rectangle(150, 50, 250, 250);&lt;br /&gt;
            &lt;br /&gt;
            if(radioButton1.Checked)&lt;br /&gt;
            {&lt;br /&gt;
                str = &amp;quot;red&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
            if(radioButton2.Checked)&lt;br /&gt;
            {&lt;br /&gt;
                str+=&amp;quot;Green&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
            if(radioButton3.Checked)&lt;br /&gt;
            {&lt;br /&gt;
                str+=&amp;quot;Blue&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
            if (checkBox1.Checked)&lt;br /&gt;
            {&lt;br /&gt;
                str+=&amp;quot;Ellipse&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
            if (checkBox2.Checked)&lt;br /&gt;
            {&lt;br /&gt;
                str += &amp;quot;Rectangle&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
            if (checkBox3.Checked)&lt;br /&gt;
            {&lt;br /&gt;
                g.FillRectangle(new SolidBrush(Color.White), rc);&lt;br /&gt;
                g.DrawString(str, new Font(&amp;quot;Verdana&amp;quot;, 12), new SolidBrush(Color.Black), rc);&lt;br /&gt;
            }&lt;br /&gt;
            &lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==RadioButton.Image==&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;
using System;&lt;br /&gt;
using System.Collections.Generic;&lt;br /&gt;
using System.ruponentModel;&lt;br /&gt;
using System.Data;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Text;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
public class Form1 : Form&lt;br /&gt;
{&lt;br /&gt;
    private System.Windows.Forms.RadioButton radioButton1;&lt;br /&gt;
  public Form1() {&lt;br /&gt;
        InitializeComponent();&lt;br /&gt;
  }&lt;br /&gt;
    private void InitializeComponent()&lt;br /&gt;
    {&lt;br /&gt;
        this.radioButton1 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.SuspendLayout();&lt;br /&gt;
        this.radioButton1.Image = new Bitmap(&amp;quot;winter.jpg&amp;quot;);&lt;br /&gt;
        this.radioButton1.Location = new System.Drawing.Point(12, 195);&lt;br /&gt;
        this.radioButton1.Name = &amp;quot;radioButton1&amp;quot;;&lt;br /&gt;
        this.radioButton1.Size = new System.Drawing.Size(224, 47);&lt;br /&gt;
        this.radioButton1.TabIndex = 3;&lt;br /&gt;
        this.radioButton1.TabStop = true;&lt;br /&gt;
        this.radioButton1.Text = &amp;quot;radioButton1&amp;quot;;&lt;br /&gt;
        this.radioButton1.UseVisualStyleBackColor = true;&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(299, 271);&lt;br /&gt;
        this.Controls.Add(this.radioButton1);&lt;br /&gt;
        this.Font = new System.Drawing.Font(&amp;quot;Tahoma&amp;quot;, 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));&lt;br /&gt;
        this.Name = &amp;quot;ImagesInCommonControls&amp;quot;;&lt;br /&gt;
        this.Text = &amp;quot;ImagesInCommonControls&amp;quot;;&lt;br /&gt;
        this.ResumeLayout(false);&lt;br /&gt;
    }&lt;br /&gt;
  [STAThread]&lt;br /&gt;
  static void Main()&lt;br /&gt;
  {&lt;br /&gt;
    Application.EnableVisualStyles();&lt;br /&gt;
    Application.Run(new Form1());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
   &lt;br /&gt;
    &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==RadioButton.ImageAlign==&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;
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;
public class Form1 : System.Windows.Forms.Form {&lt;br /&gt;
    private System.Windows.Forms.GroupBox groupBox1;&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;
    public Form1() {&lt;br /&gt;
        this.groupBox1 = new System.Windows.Forms.GroupBox();&lt;br /&gt;
        this.radioButton3 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton2 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.radioButton1 = new System.Windows.Forms.RadioButton();&lt;br /&gt;
        this.groupBox1.SuspendLayout();&lt;br /&gt;
        this.SuspendLayout();&lt;br /&gt;
        this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {&lt;br /&gt;
this.radioButton3,&lt;br /&gt;
this.radioButton2,&lt;br /&gt;
this.radioButton1});&lt;br /&gt;
        this.groupBox1.Location = new System.Drawing.Point(8, 16);&lt;br /&gt;
        this.groupBox1.Size = new System.Drawing.Size(160, 120);&lt;br /&gt;
        this.groupBox1.TabStop = false;&lt;br /&gt;
        this.groupBox1.Text = &amp;quot;Group 1&amp;quot;;&lt;br /&gt;
        this.radioButton3.Appearance = System.Windows.Forms.Appearance.Button;&lt;br /&gt;
        this.radioButton3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));&lt;br /&gt;
        this.radioButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;&lt;br /&gt;
        this.radioButton3.Location = new System.Drawing.Point(16, 88);&lt;br /&gt;
        this.radioButton3.Name = &amp;quot;radioButton3&amp;quot;;&lt;br /&gt;
        this.radioButton3.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
        this.radioButton3.TabIndex = 2;&lt;br /&gt;
        this.radioButton3.Text = &amp;quot;Option3&amp;quot;;&lt;br /&gt;
        this.radioButton2.Appearance = System.Windows.Forms.Appearance.Button;&lt;br /&gt;
        this.radioButton2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));&lt;br /&gt;
        this.radioButton2.Location = new System.Drawing.Point(16, 56);&lt;br /&gt;
        this.radioButton2.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
        this.radioButton2.Text = &amp;quot;Option2&amp;quot;;&lt;br /&gt;
        this.radioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;&lt;br /&gt;
        this.radioButton1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)));&lt;br /&gt;
        this.radioButton1.Location = new System.Drawing.Point(16, 24);&lt;br /&gt;
        this.radioButton1.Size = new System.Drawing.Size(120, 24);&lt;br /&gt;
        this.radioButton1.Text = &amp;quot;Option1&amp;quot;;&lt;br /&gt;
        this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);&lt;br /&gt;
        this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);&lt;br /&gt;
        this.ClientSize = new System.Drawing.Size(184, 149);&lt;br /&gt;
        this.Controls.AddRange(new System.Windows.Forms.Control[] {&lt;br /&gt;
this.groupBox1});&lt;br /&gt;
        this.Text = &amp;quot;Radio Button&amp;quot;;&lt;br /&gt;
        this.Load += new System.EventHandler(this.Form1_Load);&lt;br /&gt;
        this.groupBox1.ResumeLayout(false);&lt;br /&gt;
        this.ResumeLayout(false);&lt;br /&gt;
    }&lt;br /&gt;
    [STAThread]&lt;br /&gt;
    static void Main() {&lt;br /&gt;
        Application.Run(new Form1());&lt;br /&gt;
    }&lt;br /&gt;
    private void Form1_Load(object sender, System.EventArgs e) {&lt;br /&gt;
        Image img = Image.FromFile(&amp;quot;EYE.ICO&amp;quot;);&lt;br /&gt;
        radioButton1.Image = img;&lt;br /&gt;
        radioButton1.ImageAlign = ContentAlignment.MiddleRight;&lt;br /&gt;
        img = Image.FromFile(&amp;quot;WRENCH.ICO&amp;quot;);&lt;br /&gt;
        radioButton2.Image = img;&lt;br /&gt;
        radioButton2.ImageAlign = ContentAlignment.MiddleLeft;&lt;br /&gt;
    }&lt;br /&gt;
    private void radioButton1_CheckedChanged(object sender, System.EventArgs e) {&lt;br /&gt;
        if (radioButton1.Checked)&lt;br /&gt;
            MessageBox.Show(&amp;quot;Checked!&amp;quot;);&lt;br /&gt;
        else&lt;br /&gt;
            MessageBox.Show(&amp;quot;Not checked!&amp;quot;);&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>