NHSE/NHSE.WinForms/Subforms/Map/TerrainBrushEditor.Designer.cs
Kurt 2287521b44 Update dependencies
Bump net5 build to net6
2022-10-25 14:36:45 -07:00

779 lines
45 KiB
C#

namespace NHSE.WinForms.Subforms.Map
{
partial class TerrainBrushEditor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TerrainBrushEditor));
this.nw_rounded_tile = new System.Windows.Forms.Button();
this.n_tile = new System.Windows.Forms.Button();
this.ne_rounded_tile = new System.Windows.Forms.Button();
this.w_tile = new System.Windows.Forms.Button();
this.middle_tile = new System.Windows.Forms.Button();
this.e_tile = new System.Windows.Forms.Button();
this.sw_rounded_tile = new System.Windows.Forms.Button();
this.s_tile = new System.Windows.Forms.Button();
this.se_rounded_tile = new System.Windows.Forms.Button();
this.nw_angular_tile = new System.Windows.Forms.Button();
this.ne_angular_tile = new System.Windows.Forms.Button();
this.sw_angular_tile = new System.Windows.Forms.Button();
this.se_angular_tile = new System.Windows.Forms.Button();
this.lbl_angular_borders = new System.Windows.Forms.Label();
this.lbl_diagonal_borders = new System.Windows.Forms.Label();
this.slider_thickness = new System.Windows.Forms.TrackBar();
this.btn_normal_click = new System.Windows.Forms.Button();
this.btn_brush = new System.Windows.Forms.Button();
this.lbl_brush = new System.Windows.Forms.Label();
this.lbl_size_count = new System.Windows.Forms.Label();
this.lbl_elevation_count = new System.Windows.Forms.Label();
this.lbl_elevation = new System.Windows.Forms.Label();
this.slider_elevation = new System.Windows.Forms.TrackBar();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dr_dirt_inside = new System.Windows.Forms.Button();
this.tr_dirt_inside = new System.Windows.Forms.Button();
this.dl_dirt_inside = new System.Windows.Forms.Button();
this.tl_dirt_inside = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.dr_water_inside = new System.Windows.Forms.Button();
this.tr_water_inside = new System.Windows.Forms.Button();
this.dl_water_inside = new System.Windows.Forms.Button();
this.tl_water_inside = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.nw_angular_water_tile = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.n_water_tile = new System.Windows.Forms.Button();
this.ne_angular_water_tile = new System.Windows.Forms.Button();
this.w_water_tile = new System.Windows.Forms.Button();
this.center_water_tile = new System.Windows.Forms.Button();
this.e_water_tile = new System.Windows.Forms.Button();
this.s_water_tile = new System.Windows.Forms.Button();
this.sw_angular_water_tile = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.se_angular_water_tile = new System.Windows.Forms.Button();
this.se_diagonal_water_tile = new System.Windows.Forms.Button();
this.ne_diagonal_water_tile = new System.Windows.Forms.Button();
this.sw_diagonal_water_tile = new System.Windows.Forms.Button();
this.nw_diagonal_water_tile = new System.Windows.Forms.Button();
this.cb_tileVariation = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.slider_thickness)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.slider_elevation)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// nw_rounded_tile
//
this.nw_rounded_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nw_rounded_tile.BackgroundImage")));
this.nw_rounded_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nw_rounded_tile.Location = new System.Drawing.Point(8, 42);
this.nw_rounded_tile.Name = "nw_rounded_tile";
this.nw_rounded_tile.Size = new System.Drawing.Size(64, 64);
this.nw_rounded_tile.TabIndex = 0;
this.nw_rounded_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.nw_rounded_tile.UseVisualStyleBackColor = true;
this.nw_rounded_tile.Click += new System.EventHandler(this.NW_Rounded_Tile_Click);
//
// n_tile
//
this.n_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("n_tile.BackgroundImage")));
this.n_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.n_tile.Location = new System.Drawing.Point(78, 42);
this.n_tile.Name = "n_tile";
this.n_tile.Size = new System.Drawing.Size(64, 64);
this.n_tile.TabIndex = 1;
this.n_tile.UseVisualStyleBackColor = true;
this.n_tile.Click += new System.EventHandler(this.N_tile_Click);
//
// ne_rounded_tile
//
this.ne_rounded_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ne_rounded_tile.BackgroundImage")));
this.ne_rounded_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ne_rounded_tile.Location = new System.Drawing.Point(148, 42);
this.ne_rounded_tile.Name = "ne_rounded_tile";
this.ne_rounded_tile.Size = new System.Drawing.Size(64, 64);
this.ne_rounded_tile.TabIndex = 2;
this.ne_rounded_tile.UseVisualStyleBackColor = true;
this.ne_rounded_tile.Click += new System.EventHandler(this.NE_rounded_tile_Click);
//
// w_tile
//
this.w_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("w_tile.BackgroundImage")));
this.w_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.w_tile.Location = new System.Drawing.Point(8, 112);
this.w_tile.Name = "w_tile";
this.w_tile.Size = new System.Drawing.Size(64, 64);
this.w_tile.TabIndex = 3;
this.w_tile.UseVisualStyleBackColor = true;
this.w_tile.Click += new System.EventHandler(this.W_tile_Click);
//
// middle_tile
//
this.middle_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("middle_tile.BackgroundImage")));
this.middle_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.middle_tile.Location = new System.Drawing.Point(78, 112);
this.middle_tile.Name = "middle_tile";
this.middle_tile.Size = new System.Drawing.Size(64, 64);
this.middle_tile.TabIndex = 4;
this.middle_tile.UseVisualStyleBackColor = true;
this.middle_tile.Click += new System.EventHandler(this.Middle_tile_Click);
//
// e_tile
//
this.e_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("e_tile.BackgroundImage")));
this.e_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.e_tile.Location = new System.Drawing.Point(148, 112);
this.e_tile.Name = "e_tile";
this.e_tile.Size = new System.Drawing.Size(64, 64);
this.e_tile.TabIndex = 5;
this.e_tile.UseVisualStyleBackColor = true;
this.e_tile.Click += new System.EventHandler(this.E_tile_Click);
//
// sw_rounded_tile
//
this.sw_rounded_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("sw_rounded_tile.BackgroundImage")));
this.sw_rounded_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.sw_rounded_tile.Location = new System.Drawing.Point(8, 181);
this.sw_rounded_tile.Name = "sw_rounded_tile";
this.sw_rounded_tile.Size = new System.Drawing.Size(64, 64);
this.sw_rounded_tile.TabIndex = 6;
this.sw_rounded_tile.UseVisualStyleBackColor = true;
this.sw_rounded_tile.Click += new System.EventHandler(this.SW_rounded_tile_Click);
//
// s_tile
//
this.s_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("s_tile.BackgroundImage")));
this.s_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.s_tile.Location = new System.Drawing.Point(78, 181);
this.s_tile.Name = "s_tile";
this.s_tile.Size = new System.Drawing.Size(64, 64);
this.s_tile.TabIndex = 7;
this.s_tile.UseVisualStyleBackColor = true;
this.s_tile.Click += new System.EventHandler(this.S_tile_Click);
//
// se_rounded_tile
//
this.se_rounded_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("se_rounded_tile.BackgroundImage")));
this.se_rounded_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.se_rounded_tile.Location = new System.Drawing.Point(148, 181);
this.se_rounded_tile.Name = "se_rounded_tile";
this.se_rounded_tile.Size = new System.Drawing.Size(64, 64);
this.se_rounded_tile.TabIndex = 8;
this.se_rounded_tile.UseVisualStyleBackColor = true;
this.se_rounded_tile.Click += new System.EventHandler(this.SE_rounded_tile_Click);
//
// nw_angular_tile
//
this.nw_angular_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nw_angular_tile.BackgroundImage")));
this.nw_angular_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nw_angular_tile.Location = new System.Drawing.Point(8, 276);
this.nw_angular_tile.Name = "nw_angular_tile";
this.nw_angular_tile.Size = new System.Drawing.Size(64, 64);
this.nw_angular_tile.TabIndex = 9;
this.nw_angular_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.nw_angular_tile.UseVisualStyleBackColor = true;
this.nw_angular_tile.Click += new System.EventHandler(this.NW_angular_tile_Click);
//
// ne_angular_tile
//
this.ne_angular_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ne_angular_tile.BackgroundImage")));
this.ne_angular_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ne_angular_tile.Location = new System.Drawing.Point(78, 276);
this.ne_angular_tile.Name = "ne_angular_tile";
this.ne_angular_tile.Size = new System.Drawing.Size(64, 64);
this.ne_angular_tile.TabIndex = 10;
this.ne_angular_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.ne_angular_tile.UseVisualStyleBackColor = true;
this.ne_angular_tile.Click += new System.EventHandler(this.NE_angular_tile_Click);
//
// sw_angular_tile
//
this.sw_angular_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("sw_angular_tile.BackgroundImage")));
this.sw_angular_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.sw_angular_tile.Location = new System.Drawing.Point(8, 346);
this.sw_angular_tile.Name = "sw_angular_tile";
this.sw_angular_tile.Size = new System.Drawing.Size(64, 64);
this.sw_angular_tile.TabIndex = 11;
this.sw_angular_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.sw_angular_tile.UseVisualStyleBackColor = true;
this.sw_angular_tile.Click += new System.EventHandler(this.SW_angular_tile_Click);
//
// se_angular_tile
//
this.se_angular_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("se_angular_tile.BackgroundImage")));
this.se_angular_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.se_angular_tile.Location = new System.Drawing.Point(78, 346);
this.se_angular_tile.Name = "se_angular_tile";
this.se_angular_tile.Size = new System.Drawing.Size(64, 64);
this.se_angular_tile.TabIndex = 12;
this.se_angular_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.se_angular_tile.UseVisualStyleBackColor = true;
this.se_angular_tile.Click += new System.EventHandler(this.SE_angular_tile_Click);
//
// lbl_angular_borders
//
this.lbl_angular_borders.AutoSize = true;
this.lbl_angular_borders.Location = new System.Drawing.Point(5, 256);
this.lbl_angular_borders.Name = "lbl_angular_borders";
this.lbl_angular_borders.Size = new System.Drawing.Size(87, 13);
this.lbl_angular_borders.TabIndex = 13;
this.lbl_angular_borders.Text = "Angular borders :";
//
// lbl_diagonal_borders
//
this.lbl_diagonal_borders.AutoSize = true;
this.lbl_diagonal_borders.Location = new System.Drawing.Point(5, 15);
this.lbl_diagonal_borders.Name = "lbl_diagonal_borders";
this.lbl_diagonal_borders.Size = new System.Drawing.Size(93, 13);
this.lbl_diagonal_borders.TabIndex = 14;
this.lbl_diagonal_borders.Text = "Diagonal borders :";
//
// slider_thickness
//
this.slider_thickness.Location = new System.Drawing.Point(369, 208);
this.slider_thickness.Minimum = 1;
this.slider_thickness.Name = "slider_thickness";
this.slider_thickness.Size = new System.Drawing.Size(104, 45);
this.slider_thickness.TabIndex = 15;
this.slider_thickness.Value = 1;
this.slider_thickness.ValueChanged += new System.EventHandler(this.SliderThicknessValueChanged);
//
// btn_normal_click
//
this.btn_normal_click.Image = ((System.Drawing.Image)(resources.GetObject("btn_normal_click.Image")));
this.btn_normal_click.Location = new System.Drawing.Point(375, 36);
this.btn_normal_click.Name = "btn_normal_click";
this.btn_normal_click.Size = new System.Drawing.Size(43, 39);
this.btn_normal_click.TabIndex = 16;
this.btn_normal_click.UseVisualStyleBackColor = true;
this.btn_normal_click.Click += new System.EventHandler(this.B_Normal_Click);
//
// btn_brush
//
this.btn_brush.Image = ((System.Drawing.Image)(resources.GetObject("btn_brush.Image")));
this.btn_brush.Location = new System.Drawing.Point(436, 36);
this.btn_brush.Name = "btn_brush";
this.btn_brush.Size = new System.Drawing.Size(43, 39);
this.btn_brush.TabIndex = 17;
this.btn_brush.UseVisualStyleBackColor = true;
this.btn_brush.Click += new System.EventHandler(this.B_Brush_Click);
//
// lbl_brush
//
this.lbl_brush.AutoSize = true;
this.lbl_brush.Location = new System.Drawing.Point(369, 188);
this.lbl_brush.Name = "lbl_brush";
this.lbl_brush.Size = new System.Drawing.Size(61, 13);
this.lbl_brush.TabIndex = 18;
this.lbl_brush.Text = "Brush size :";
//
// lbl_size_count
//
this.lbl_size_count.AutoSize = true;
this.lbl_size_count.Location = new System.Drawing.Point(459, 188);
this.lbl_size_count.Name = "lbl_size_count";
this.lbl_size_count.Size = new System.Drawing.Size(13, 13);
this.lbl_size_count.TabIndex = 19;
this.lbl_size_count.Text = "1";
//
// lbl_elevation_count
//
this.lbl_elevation_count.AutoSize = true;
this.lbl_elevation_count.Location = new System.Drawing.Point(459, 106);
this.lbl_elevation_count.Name = "lbl_elevation_count";
this.lbl_elevation_count.Size = new System.Drawing.Size(13, 13);
this.lbl_elevation_count.TabIndex = 22;
this.lbl_elevation_count.Text = "0";
//
// lbl_elevation
//
this.lbl_elevation.AutoSize = true;
this.lbl_elevation.Location = new System.Drawing.Point(369, 106);
this.lbl_elevation.Name = "lbl_elevation";
this.lbl_elevation.Size = new System.Drawing.Size(57, 13);
this.lbl_elevation.TabIndex = 21;
this.lbl_elevation.Text = "Elevation :";
//
// slider_elevation
//
this.slider_elevation.Location = new System.Drawing.Point(372, 126);
this.slider_elevation.Maximum = 6;
this.slider_elevation.Name = "slider_elevation";
this.slider_elevation.Size = new System.Drawing.Size(104, 45);
this.slider_elevation.TabIndex = 20;
this.slider_elevation.ValueChanged += new System.EventHandler(this.SliderElevationValueChanged);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(351, 452);
this.tabControl1.TabIndex = 23;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dr_dirt_inside);
this.tabPage1.Controls.Add(this.tr_dirt_inside);
this.tabPage1.Controls.Add(this.dl_dirt_inside);
this.tabPage1.Controls.Add(this.tl_dirt_inside);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.nw_rounded_tile);
this.tabPage1.Controls.Add(this.lbl_diagonal_borders);
this.tabPage1.Controls.Add(this.n_tile);
this.tabPage1.Controls.Add(this.ne_rounded_tile);
this.tabPage1.Controls.Add(this.w_tile);
this.tabPage1.Controls.Add(this.middle_tile);
this.tabPage1.Controls.Add(this.e_tile);
this.tabPage1.Controls.Add(this.s_tile);
this.tabPage1.Controls.Add(this.sw_rounded_tile);
this.tabPage1.Controls.Add(this.lbl_angular_borders);
this.tabPage1.Controls.Add(this.se_rounded_tile);
this.tabPage1.Controls.Add(this.se_angular_tile);
this.tabPage1.Controls.Add(this.ne_angular_tile);
this.tabPage1.Controls.Add(this.sw_angular_tile);
this.tabPage1.Controls.Add(this.nw_angular_tile);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(343, 426);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Dirt";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dr_dirt_inside
//
this.dr_dirt_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dr_dirt_inside.BackgroundImage")));
this.dr_dirt_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.dr_dirt_inside.Location = new System.Drawing.Point(233, 346);
this.dr_dirt_inside.Name = "dr_dirt_inside";
this.dr_dirt_inside.Size = new System.Drawing.Size(64, 64);
this.dr_dirt_inside.TabIndex = 19;
this.dr_dirt_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.dr_dirt_inside.UseVisualStyleBackColor = true;
this.dr_dirt_inside.Click += new System.EventHandler(this.DR_dirt_inside_Click);
//
// tr_dirt_inside
//
this.tr_dirt_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tr_dirt_inside.BackgroundImage")));
this.tr_dirt_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.tr_dirt_inside.Location = new System.Drawing.Point(233, 276);
this.tr_dirt_inside.Name = "tr_dirt_inside";
this.tr_dirt_inside.Size = new System.Drawing.Size(64, 64);
this.tr_dirt_inside.TabIndex = 17;
this.tr_dirt_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tr_dirt_inside.UseVisualStyleBackColor = true;
this.tr_dirt_inside.Click += new System.EventHandler(this.TR_dirt_inside_Click);
//
// dl_dirt_inside
//
this.dl_dirt_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dl_dirt_inside.BackgroundImage")));
this.dl_dirt_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.dl_dirt_inside.Location = new System.Drawing.Point(163, 346);
this.dl_dirt_inside.Name = "dl_dirt_inside";
this.dl_dirt_inside.Size = new System.Drawing.Size(64, 64);
this.dl_dirt_inside.TabIndex = 18;
this.dl_dirt_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.dl_dirt_inside.UseVisualStyleBackColor = true;
this.dl_dirt_inside.Click += new System.EventHandler(this.DL_dirt_inside_Click);
//
// tl_dirt_inside
//
this.tl_dirt_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tl_dirt_inside.BackgroundImage")));
this.tl_dirt_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.tl_dirt_inside.Location = new System.Drawing.Point(163, 276);
this.tl_dirt_inside.Name = "tl_dirt_inside";
this.tl_dirt_inside.Size = new System.Drawing.Size(64, 64);
this.tl_dirt_inside.TabIndex = 16;
this.tl_dirt_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tl_dirt_inside.UseVisualStyleBackColor = true;
this.tl_dirt_inside.Click += new System.EventHandler(this.TL_dirt_inside_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(160, 256);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(75, 13);
this.label3.TabIndex = 15;
this.label3.Text = "Inner corners :";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.dr_water_inside);
this.tabPage2.Controls.Add(this.tr_water_inside);
this.tabPage2.Controls.Add(this.dl_water_inside);
this.tabPage2.Controls.Add(this.tl_water_inside);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.nw_angular_water_tile);
this.tabPage2.Controls.Add(this.label1);
this.tabPage2.Controls.Add(this.n_water_tile);
this.tabPage2.Controls.Add(this.ne_angular_water_tile);
this.tabPage2.Controls.Add(this.w_water_tile);
this.tabPage2.Controls.Add(this.center_water_tile);
this.tabPage2.Controls.Add(this.e_water_tile);
this.tabPage2.Controls.Add(this.s_water_tile);
this.tabPage2.Controls.Add(this.sw_angular_water_tile);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.se_angular_water_tile);
this.tabPage2.Controls.Add(this.se_diagonal_water_tile);
this.tabPage2.Controls.Add(this.ne_diagonal_water_tile);
this.tabPage2.Controls.Add(this.sw_diagonal_water_tile);
this.tabPage2.Controls.Add(this.nw_diagonal_water_tile);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(343, 426);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Water";
this.tabPage2.UseVisualStyleBackColor = true;
//
// dr_water_inside
//
this.dr_water_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dr_water_inside.BackgroundImage")));
this.dr_water_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.dr_water_inside.Location = new System.Drawing.Point(233, 346);
this.dr_water_inside.Name = "dr_water_inside";
this.dr_water_inside.Size = new System.Drawing.Size(64, 64);
this.dr_water_inside.TabIndex = 34;
this.dr_water_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.dr_water_inside.UseVisualStyleBackColor = true;
this.dr_water_inside.Click += new System.EventHandler(this.DR_water_inside_Click);
//
// tr_water_inside
//
this.tr_water_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tr_water_inside.BackgroundImage")));
this.tr_water_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.tr_water_inside.Location = new System.Drawing.Point(233, 276);
this.tr_water_inside.Name = "tr_water_inside";
this.tr_water_inside.Size = new System.Drawing.Size(64, 64);
this.tr_water_inside.TabIndex = 32;
this.tr_water_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tr_water_inside.UseVisualStyleBackColor = true;
this.tr_water_inside.Click += new System.EventHandler(this.TR_water_inside_Click);
//
// dl_water_inside
//
this.dl_water_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dl_water_inside.BackgroundImage")));
this.dl_water_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.dl_water_inside.Location = new System.Drawing.Point(163, 346);
this.dl_water_inside.Name = "dl_water_inside";
this.dl_water_inside.Size = new System.Drawing.Size(64, 64);
this.dl_water_inside.TabIndex = 33;
this.dl_water_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.dl_water_inside.UseVisualStyleBackColor = true;
this.dl_water_inside.Click += new System.EventHandler(this.DL_water_inside_Click);
//
// tl_water_inside
//
this.tl_water_inside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tl_water_inside.BackgroundImage")));
this.tl_water_inside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.tl_water_inside.Location = new System.Drawing.Point(163, 276);
this.tl_water_inside.Name = "tl_water_inside";
this.tl_water_inside.Size = new System.Drawing.Size(64, 64);
this.tl_water_inside.TabIndex = 31;
this.tl_water_inside.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tl_water_inside.UseVisualStyleBackColor = true;
this.tl_water_inside.Click += new System.EventHandler(this.TL_water_inside_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(160, 256);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(75, 13);
this.label4.TabIndex = 30;
this.label4.Text = "Inner corners :";
//
// nw_angular_water_tile
//
this.nw_angular_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nw_angular_water_tile.BackgroundImage")));
this.nw_angular_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nw_angular_water_tile.Location = new System.Drawing.Point(8, 276);
this.nw_angular_water_tile.Name = "nw_angular_water_tile";
this.nw_angular_water_tile.Size = new System.Drawing.Size(64, 64);
this.nw_angular_water_tile.TabIndex = 15;
this.nw_angular_water_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.nw_angular_water_tile.UseVisualStyleBackColor = true;
this.nw_angular_water_tile.Click += new System.EventHandler(this.NW_angular_water_tile_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 13);
this.label1.TabIndex = 29;
this.label1.Text = "Diagonal borders :";
//
// n_water_tile
//
this.n_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("n_water_tile.BackgroundImage")));
this.n_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.n_water_tile.Location = new System.Drawing.Point(78, 42);
this.n_water_tile.Name = "n_water_tile";
this.n_water_tile.Size = new System.Drawing.Size(64, 64);
this.n_water_tile.TabIndex = 16;
this.n_water_tile.UseVisualStyleBackColor = true;
this.n_water_tile.Click += new System.EventHandler(this.N_water_tile_Click);
//
// ne_angular_water_tile
//
this.ne_angular_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ne_angular_water_tile.BackgroundImage")));
this.ne_angular_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ne_angular_water_tile.Location = new System.Drawing.Point(78, 276);
this.ne_angular_water_tile.Name = "ne_angular_water_tile";
this.ne_angular_water_tile.Size = new System.Drawing.Size(64, 64);
this.ne_angular_water_tile.TabIndex = 17;
this.ne_angular_water_tile.UseVisualStyleBackColor = true;
this.ne_angular_water_tile.Click += new System.EventHandler(this.NE_angular_water_tile_Click);
//
// w_water_tile
//
this.w_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("w_water_tile.BackgroundImage")));
this.w_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.w_water_tile.Location = new System.Drawing.Point(8, 112);
this.w_water_tile.Name = "w_water_tile";
this.w_water_tile.Size = new System.Drawing.Size(64, 64);
this.w_water_tile.TabIndex = 18;
this.w_water_tile.UseVisualStyleBackColor = true;
this.w_water_tile.Click += new System.EventHandler(this.W_water_tile_Click);
//
// center_water_tile
//
this.center_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("center_water_tile.BackgroundImage")));
this.center_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.center_water_tile.Location = new System.Drawing.Point(78, 112);
this.center_water_tile.Name = "center_water_tile";
this.center_water_tile.Size = new System.Drawing.Size(64, 64);
this.center_water_tile.TabIndex = 19;
this.center_water_tile.UseVisualStyleBackColor = true;
this.center_water_tile.Click += new System.EventHandler(this.Center_water_tile_Click);
//
// e_water_tile
//
this.e_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("e_water_tile.BackgroundImage")));
this.e_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.e_water_tile.Location = new System.Drawing.Point(148, 112);
this.e_water_tile.Name = "e_water_tile";
this.e_water_tile.Size = new System.Drawing.Size(64, 64);
this.e_water_tile.TabIndex = 20;
this.e_water_tile.UseVisualStyleBackColor = true;
this.e_water_tile.Click += new System.EventHandler(this.e_water_tile_Click);
//
// s_water_tile
//
this.s_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("s_water_tile.BackgroundImage")));
this.s_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.s_water_tile.Location = new System.Drawing.Point(78, 181);
this.s_water_tile.Name = "s_water_tile";
this.s_water_tile.Size = new System.Drawing.Size(64, 64);
this.s_water_tile.TabIndex = 22;
this.s_water_tile.UseVisualStyleBackColor = true;
this.s_water_tile.Click += new System.EventHandler(this.s_water_tile_Click);
//
// sw_angular_water_tile
//
this.sw_angular_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("sw_angular_water_tile.BackgroundImage")));
this.sw_angular_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.sw_angular_water_tile.Location = new System.Drawing.Point(8, 346);
this.sw_angular_water_tile.Name = "sw_angular_water_tile";
this.sw_angular_water_tile.Size = new System.Drawing.Size(64, 64);
this.sw_angular_water_tile.TabIndex = 21;
this.sw_angular_water_tile.UseVisualStyleBackColor = true;
this.sw_angular_water_tile.Click += new System.EventHandler(this.SW_angular_water_tile_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 256);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(87, 13);
this.label2.TabIndex = 28;
this.label2.Text = "Angular borders :";
//
// se_angular_water_tile
//
this.se_angular_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("se_angular_water_tile.BackgroundImage")));
this.se_angular_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.se_angular_water_tile.Location = new System.Drawing.Point(78, 346);
this.se_angular_water_tile.Name = "se_angular_water_tile";
this.se_angular_water_tile.Size = new System.Drawing.Size(64, 64);
this.se_angular_water_tile.TabIndex = 23;
this.se_angular_water_tile.UseVisualStyleBackColor = true;
this.se_angular_water_tile.Click += new System.EventHandler(this.SE_angular_water_tile_Click);
//
// se_diagonal_water_tile
//
this.se_diagonal_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("se_diagonal_water_tile.BackgroundImage")));
this.se_diagonal_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.se_diagonal_water_tile.Location = new System.Drawing.Point(148, 182);
this.se_diagonal_water_tile.Name = "se_diagonal_water_tile";
this.se_diagonal_water_tile.Size = new System.Drawing.Size(64, 64);
this.se_diagonal_water_tile.TabIndex = 27;
this.se_diagonal_water_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.se_diagonal_water_tile.UseVisualStyleBackColor = true;
this.se_diagonal_water_tile.Click += new System.EventHandler(this.SE_diagonal_water_tile_Click);
//
// ne_diagonal_water_tile
//
this.ne_diagonal_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ne_diagonal_water_tile.BackgroundImage")));
this.ne_diagonal_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ne_diagonal_water_tile.Location = new System.Drawing.Point(148, 42);
this.ne_diagonal_water_tile.Name = "ne_diagonal_water_tile";
this.ne_diagonal_water_tile.Size = new System.Drawing.Size(64, 64);
this.ne_diagonal_water_tile.TabIndex = 25;
this.ne_diagonal_water_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.ne_diagonal_water_tile.UseVisualStyleBackColor = true;
this.ne_diagonal_water_tile.Click += new System.EventHandler(this.NE_diagonal_water_tile_Click);
//
// sw_diagonal_water_tile
//
this.sw_diagonal_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("sw_diagonal_water_tile.BackgroundImage")));
this.sw_diagonal_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.sw_diagonal_water_tile.Location = new System.Drawing.Point(8, 181);
this.sw_diagonal_water_tile.Name = "sw_diagonal_water_tile";
this.sw_diagonal_water_tile.Size = new System.Drawing.Size(64, 64);
this.sw_diagonal_water_tile.TabIndex = 26;
this.sw_diagonal_water_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.sw_diagonal_water_tile.UseVisualStyleBackColor = true;
this.sw_diagonal_water_tile.Click += new System.EventHandler(this.sw_diagonal_water_tile_Click);
//
// nw_diagonal_water_tile
//
this.nw_diagonal_water_tile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nw_diagonal_water_tile.BackgroundImage")));
this.nw_diagonal_water_tile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nw_diagonal_water_tile.Location = new System.Drawing.Point(8, 42);
this.nw_diagonal_water_tile.Name = "nw_diagonal_water_tile";
this.nw_diagonal_water_tile.Size = new System.Drawing.Size(64, 64);
this.nw_diagonal_water_tile.TabIndex = 24;
this.nw_diagonal_water_tile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.nw_diagonal_water_tile.UseVisualStyleBackColor = true;
this.nw_diagonal_water_tile.Click += new System.EventHandler(this.NW_diagonal_water_tile_Click);
//
// cb_tileVariation
//
this.cb_tileVariation.AutoSize = true;
this.cb_tileVariation.Location = new System.Drawing.Point(369, 260);
this.cb_tileVariation.Name = "cb_tileVariation";
this.cb_tileVariation.Size = new System.Drawing.Size(138, 17);
this.cb_tileVariation.TabIndex = 24;
this.cb_tileVariation.Text = "Randomize tile variation";
this.cb_tileVariation.UseVisualStyleBackColor = true;
this.cb_tileVariation.CheckedChanged += new System.EventHandler(this.CB_TileVariation_CheckedChanged);
//
// TerrainBrushEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(511, 486);
this.Controls.Add(this.cb_tileVariation);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.lbl_elevation_count);
this.Controls.Add(this.lbl_elevation);
this.Controls.Add(this.slider_elevation);
this.Controls.Add(this.lbl_size_count);
this.Controls.Add(this.lbl_brush);
this.Controls.Add(this.btn_brush);
this.Controls.Add(this.btn_normal_click);
this.Controls.Add(this.slider_thickness);
this.Name = "TerrainBrushEditor";
this.Text = "TerrainBrushEditor";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TerrainBrushEditor_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.slider_thickness)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.slider_elevation)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button nw_rounded_tile;
private System.Windows.Forms.Button n_tile;
private System.Windows.Forms.Button ne_rounded_tile;
private System.Windows.Forms.Button w_tile;
private System.Windows.Forms.Button middle_tile;
private System.Windows.Forms.Button e_tile;
private System.Windows.Forms.Button sw_rounded_tile;
private System.Windows.Forms.Button s_tile;
private System.Windows.Forms.Button se_rounded_tile;
private System.Windows.Forms.Button nw_angular_tile;
private System.Windows.Forms.Button ne_angular_tile;
private System.Windows.Forms.Button sw_angular_tile;
private System.Windows.Forms.Button se_angular_tile;
private System.Windows.Forms.Label lbl_angular_borders;
private System.Windows.Forms.Label lbl_diagonal_borders;
private System.Windows.Forms.TrackBar slider_thickness;
private System.Windows.Forms.Button btn_normal_click;
private System.Windows.Forms.Button btn_brush;
private System.Windows.Forms.Label lbl_brush;
private System.Windows.Forms.Label lbl_size_count;
private System.Windows.Forms.Label lbl_elevation_count;
private System.Windows.Forms.Label lbl_elevation;
private System.Windows.Forms.TrackBar slider_elevation;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button nw_angular_water_tile;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button n_water_tile;
private System.Windows.Forms.Button ne_angular_water_tile;
private System.Windows.Forms.Button w_water_tile;
private System.Windows.Forms.Button center_water_tile;
private System.Windows.Forms.Button e_water_tile;
private System.Windows.Forms.Button s_water_tile;
private System.Windows.Forms.Button sw_angular_water_tile;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button se_angular_water_tile;
private System.Windows.Forms.Button se_diagonal_water_tile;
private System.Windows.Forms.Button ne_diagonal_water_tile;
private System.Windows.Forms.Button sw_diagonal_water_tile;
private System.Windows.Forms.Button nw_diagonal_water_tile;
private System.Windows.Forms.Button dr_dirt_inside;
private System.Windows.Forms.Button tr_dirt_inside;
private System.Windows.Forms.Button dl_dirt_inside;
private System.Windows.Forms.Button tl_dirt_inside;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button dr_water_inside;
private System.Windows.Forms.Button tr_water_inside;
private System.Windows.Forms.Button dl_water_inside;
private System.Windows.Forms.Button tl_water_inside;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox cb_tileVariation;
}
}