namespace BilaPani
{
partial class FormHledaniCesty
{
///
/// 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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.souborToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.nahrátToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.konecToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.platno = new System.Windows.Forms.Panel();
this.buttonKrokVpred = new System.Windows.Forms.Button();
this.buttonKrokVzad = new System.Windows.Forms.Button();
this.buttonAnimovat = new System.Windows.Forms.Button();
this.buttonZastavitAnimaci = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.souborToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(633, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// souborToolStripMenuItem
//
this.souborToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.nahrátToolStripMenuItem,
this.toolStripMenuItem1,
this.konecToolStripMenuItem});
this.souborToolStripMenuItem.Name = "souborToolStripMenuItem";
this.souborToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.souborToolStripMenuItem.Text = "Soubor";
//
// nahrátToolStripMenuItem
//
this.nahrátToolStripMenuItem.Name = "nahrátToolStripMenuItem";
this.nahrátToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.nahrátToolStripMenuItem.Text = "Nahrát...";
this.nahrátToolStripMenuItem.Click += new System.EventHandler(this.nahrátToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
//
// konecToolStripMenuItem
//
this.konecToolStripMenuItem.Name = "konecToolStripMenuItem";
this.konecToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.konecToolStripMenuItem.Text = "Konec";
this.konecToolStripMenuItem.Click += new System.EventHandler(this.konecToolStripMenuItem_Click);
//
// openFileDialog1
//
this.openFileDialog1.Filter = "Map files|*.in";
//
// platno
//
this.platno.BackColor = System.Drawing.Color.White;
this.platno.Location = new System.Drawing.Point(12, 27);
this.platno.Name = "platno";
this.platno.Size = new System.Drawing.Size(500, 500);
this.platno.TabIndex = 1;
//
// buttonKrokVpred
//
this.buttonKrokVpred.Location = new System.Drawing.Point(518, 109);
this.buttonKrokVpred.Name = "buttonKrokVpred";
this.buttonKrokVpred.Size = new System.Drawing.Size(103, 33);
this.buttonKrokVpred.TabIndex = 2;
this.buttonKrokVpred.Text = "Krok vpřed";
this.buttonKrokVpred.UseVisualStyleBackColor = true;
this.buttonKrokVpred.Click += new System.EventHandler(this.buttonKrokVpred_Click);
//
// buttonKrokVzad
//
this.buttonKrokVzad.Location = new System.Drawing.Point(518, 148);
this.buttonKrokVzad.Name = "buttonKrokVzad";
this.buttonKrokVzad.Size = new System.Drawing.Size(103, 33);
this.buttonKrokVzad.TabIndex = 3;
this.buttonKrokVzad.Text = "Krok vzad";
this.buttonKrokVzad.UseVisualStyleBackColor = true;
this.buttonKrokVzad.Click += new System.EventHandler(this.buttonKrokVzad_Click);
//
// buttonAnimovat
//
this.buttonAnimovat.Location = new System.Drawing.Point(518, 27);
this.buttonAnimovat.Name = "buttonAnimovat";
this.buttonAnimovat.Size = new System.Drawing.Size(103, 33);
this.buttonAnimovat.TabIndex = 4;
this.buttonAnimovat.Text = "Animovat";
this.buttonAnimovat.UseVisualStyleBackColor = true;
this.buttonAnimovat.Click += new System.EventHandler(this.buttonAnimovat_Click);
//
// buttonZastavitAnimaci
//
this.buttonZastavitAnimaci.Location = new System.Drawing.Point(518, 66);
this.buttonZastavitAnimaci.Name = "buttonZastavitAnimaci";
this.buttonZastavitAnimaci.Size = new System.Drawing.Size(103, 37);
this.buttonZastavitAnimaci.TabIndex = 5;
this.buttonZastavitAnimaci.Text = "Zastavit animaci";
this.buttonZastavitAnimaci.UseVisualStyleBackColor = true;
this.buttonZastavitAnimaci.Click += new System.EventHandler(this.buttonZastavitAnimaci_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(518, 196);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(75, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Celkem kroků:";
//
// FormHledaniCesty
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(633, 534);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonZastavitAnimaci);
this.Controls.Add(this.buttonAnimovat);
this.Controls.Add(this.buttonKrokVzad);
this.Controls.Add(this.buttonKrokVpred);
this.Controls.Add(this.platno);
this.Controls.Add(this.menuStrip1);
this.DoubleBuffered = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "FormHledaniCesty";
this.Text = "Hledání cesty";
this.Load += new System.EventHandler(this.FormHledaniCesty_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem souborToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem nahrátToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem konecToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Panel platno;
private System.Windows.Forms.Button buttonKrokVpred;
private System.Windows.Forms.Button buttonKrokVzad;
private System.Windows.Forms.Button buttonAnimovat;
private System.Windows.Forms.Button buttonZastavitAnimaci;
private System.Windows.Forms.Label label1;
}
}