// Copyright (c) 2007 Omer Rauchwerger (a.k.a rauchy) (omer@rauchy.net)
// All rights reserved.
//
// This file is part of Regionerate.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 3 of the License,
// or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
using Rauchy.Regionerate.Shared.Components;
namespace Rauchy.Regionerate.Presentation.Components
{
partial class HolyWarPreventionSwitch
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HolyWarPreventionSwitch));
this.label2 = new System.Windows.Forms.Label();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.SimpleOrder = new System.Windows.Forms.RadioButton();
this.label4 = new System.Windows.Forms.Label();
this.AlwaysUseComments = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.NoOverride = new System.Windows.Forms.RadioButton();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F);
this.label2.Location = new System.Drawing.Point(3, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(535, 42);
this.label2.TabIndex = 1;
this.label2.Text = resources.GetString("label2.Text");
//
// pictureBox3
//
this.pictureBox3.Image = global::Rauchy.Regionerate.Presentation.Components.Urls.Order_Members__Without_Regions_;
this.pictureBox3.Location = new System.Drawing.Point(6, 114);
this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(27, 26);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 19;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::Rauchy.Regionerate.Presentation.Components.Urls.Order_Members__With_Comments_;
this.pictureBox2.Location = new System.Drawing.Point(6, 83);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(27, 26);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 18;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::Rauchy.Regionerate.Presentation.Components.Urls.Rubik_s_Cube;
this.pictureBox1.Location = new System.Drawing.Point(6, 53);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(27, 26);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 17;
this.pictureBox1.TabStop = false;
//
// label5
//
this.label5.Location = new System.Drawing.Point(215, 118);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(341, 31);
this.label5.TabIndex = 16;
this.label5.Text = "avoid regions and just order my types\' members, without any text added to my code" +
".";
//
// SimpleOrder
//
this.SimpleOrder.AutoSize = true;
this.SimpleOrder.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SimpleOrder.Location = new System.Drawing.Point(38, 114);
this.SimpleOrder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.SimpleOrder.Name = "SimpleOrder";
this.SimpleOrder.Size = new System.Drawing.Size(108, 20);
this.SimpleOrder.TabIndex = 15;
this.SimpleOrder.Tag = HolyWarPreventionMode.SimpleOrder;
this.SimpleOrder.Text = "Simple Order";
this.SimpleOrder.UseVisualStyleBackColor = true;
this.SimpleOrder.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
//
// label4
//
this.label4.Location = new System.Drawing.Point(215, 85);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(341, 28);
this.label4.TabIndex = 14;
this.label4.Text = "avoid any regions and just place a comment in the beginning of each section.";
//
// AlwaysUseComments
//
this.AlwaysUseComments.AutoSize = true;
this.AlwaysUseComments.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.AlwaysUseComments.Location = new System.Drawing.Point(38, 83);
this.AlwaysUseComments.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.AlwaysUseComments.Name = "AlwaysUseComments";
this.AlwaysUseComments.Size = new System.Drawing.Size(171, 20);
this.AlwaysUseComments.TabIndex = 13;
this.AlwaysUseComments.Tag = HolyWarPreventionMode.AlwaysUseComments;
this.AlwaysUseComments.Text = "Always Use Comments";
this.AlwaysUseComments.UseVisualStyleBackColor = true;
this.AlwaysUseComments.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(215, 57);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(291, 13);
this.label3.TabIndex = 12;
this.label3.Text = "always follow the instructions in the code layout document.";
//
// NoOverride
//
this.NoOverride.AutoSize = true;
this.NoOverride.Checked = true;
this.NoOverride.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.NoOverride.Location = new System.Drawing.Point(38, 53);
this.NoOverride.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.NoOverride.Name = "NoOverride";
this.NoOverride.Size = new System.Drawing.Size(102, 20);
this.NoOverride.TabIndex = 11;
this.NoOverride.TabStop = true;
this.NoOverride.Tag = HolyWarPreventionMode.NoOverride;
this.NoOverride.Text = "No Override";
this.NoOverride.UseVisualStyleBackColor = true;
this.NoOverride.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
//
// HolyWarPreventionSwitch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label5);
this.Controls.Add(this.SimpleOrder);
this.Controls.Add(this.label4);
this.Controls.Add(this.AlwaysUseComments);
this.Controls.Add(this.label3);
this.Controls.Add(this.NoOverride);
this.Controls.Add(this.label2);
this.Font = new System.Drawing.Font("Tahoma", 8.25F);
this.Name = "HolyWarPreventionSwitch";
this.Size = new System.Drawing.Size(560, 153);
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.RadioButton SimpleOrder;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RadioButton AlwaysUseComments;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RadioButton NoOverride;
}
}