namespace Bludiště
{
partial class Editor
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.sirka = new System.Windows.Forms.NumericUpDown();
this.vyska = new System.Windows.Forms.NumericUpDown();
this.button2 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.button3 = new System.Windows.Forms.Button();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
((System.ComponentModel.ISupportInitialize)(this.sirka)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.vyska)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(519, 55);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(166, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Nový";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// sirka
//
this.sirka.Location = new System.Drawing.Point(519, 29);
this.sirka.Maximum = new decimal(new int[] {
80,
0,
0,
0});
this.sirka.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.sirka.Name = "sirka";
this.sirka.Size = new System.Drawing.Size(75, 20);
this.sirka.TabIndex = 2;
this.sirka.Value = new decimal(new int[] {
10,
0,
0,
0});
//
// vyska
//
this.vyska.Location = new System.Drawing.Point(610, 29);
this.vyska.Maximum = new decimal(new int[] {
80,
0,
0,
0});
this.vyska.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.vyska.Name = "vyska";
this.vyska.Size = new System.Drawing.Size(75, 20);
this.vyska.TabIndex = 3;
this.vyska.Value = new decimal(new int[] {
10,
0,
0,
0});
//
// button2
//
this.button2.Location = new System.Drawing.Point(519, 85);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(166, 23);
this.button2.TabIndex = 4;
this.button2.Text = "Načíst";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(520, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Výška:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(610, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Šířka:";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(523, 131);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(52, 17);
this.radioButton1.TabIndex = 7;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Stěny";
this.radioButton1.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(523, 115);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 13);
this.label3.TabIndex = 8;
this.label3.Text = "Editovat:";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(523, 154);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(105, 17);
this.radioButton2.TabIndex = 9;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "Počáteční pozici";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(523, 178);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(92, 17);
this.radioButton3.TabIndex = 10;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "Cílovou pozici";
this.radioButton3.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(519, 225);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(166, 24);
this.button3.TabIndex = 11;
this.button3.Text = "Uložit";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Editor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(698, 525);
this.Controls.Add(this.button3);
this.Controls.Add(this.radioButton3);
this.Controls.Add(this.radioButton2);
this.Controls.Add(this.label3);
this.Controls.Add(this.radioButton1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.vyska);
this.Controls.Add(this.sirka);
this.Controls.Add(this.button1);
this.Name = "Editor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Editor";
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Editor_Paint);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Editor_MouseDown);
((System.ComponentModel.ISupportInitialize)(this.sirka)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vyska)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.NumericUpDown sirka;
private System.Windows.Forms.NumericUpDown vyska;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
}
}