namespace Zelva
{
partial class zelva
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(zelva));
this.btnSoubor = new System.Windows.Forms.Button();
this.txbSoubor = new System.Windows.Forms.TextBox();
this.ofdProgram = new System.Windows.Forms.OpenFileDialog();
this.sfdProgram = new System.Windows.Forms.SaveFileDialog();
this.pbCesta = new System.Windows.Forms.PictureBox();
this.lblSoubor = new System.Windows.Forms.Label();
this.btnSpust = new System.Windows.Forms.Button();
this.txbKroky = new System.Windows.Forms.TextBox();
this.lblKroky = new System.Windows.Forms.Label();
this.btnUlozit = new System.Windows.Forms.Button();
this.btnVpred = new System.Windows.Forms.Button();
this.btnVzad = new System.Windows.Forms.Button();
this.pbSipka = new System.Windows.Forms.PictureBox();
this.chbTelevize = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.pbCesta)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbSipka)).BeginInit();
this.SuspendLayout();
//
// btnSoubor
//
this.btnSoubor.Location = new System.Drawing.Point(247, 23);
this.btnSoubor.Name = "btnSoubor";
this.btnSoubor.Size = new System.Drawing.Size(75, 23);
this.btnSoubor.TabIndex = 0;
this.btnSoubor.Text = "Otevři";
this.btnSoubor.UseVisualStyleBackColor = true;
this.btnSoubor.Click += new System.EventHandler(this.btnSoubor_Click);
//
// txbSoubor
//
this.txbSoubor.Location = new System.Drawing.Point(12, 26);
this.txbSoubor.Name = "txbSoubor";
this.txbSoubor.Size = new System.Drawing.Size(229, 20);
this.txbSoubor.TabIndex = 1;
//
// ofdProgram
//
this.ofdProgram.FileName = "openFileDialog1";
//
// sfdProgram
//
this.sfdProgram.DefaultExt = "jpg";
//
// pbCesta
//
this.pbCesta.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.pbCesta.Location = new System.Drawing.Point(15, 161);
this.pbCesta.Name = "pbCesta";
this.pbCesta.Size = new System.Drawing.Size(700, 700);
this.pbCesta.TabIndex = 2;
this.pbCesta.TabStop = false;
//
// lblSoubor
//
this.lblSoubor.AutoSize = true;
this.lblSoubor.Location = new System.Drawing.Point(12, 9);
this.lblSoubor.Name = "lblSoubor";
this.lblSoubor.Size = new System.Drawing.Size(87, 13);
this.lblSoubor.TabIndex = 3;
this.lblSoubor.Text = "Vyberte program:";
//
// btnSpust
//
this.btnSpust.Location = new System.Drawing.Point(247, 79);
this.btnSpust.Name = "btnSpust";
this.btnSpust.Size = new System.Drawing.Size(141, 65);
this.btnSpust.TabIndex = 4;
this.btnSpust.Text = "Spustit";
this.btnSpust.UseVisualStyleBackColor = true;
this.btnSpust.Click += new System.EventHandler(this.btnSpust_Click);
//
// txbKroky
//
this.txbKroky.Location = new System.Drawing.Point(196, 111);
this.txbKroky.Name = "txbKroky";
this.txbKroky.Size = new System.Drawing.Size(42, 20);
this.txbKroky.TabIndex = 5;
this.txbKroky.Text = "0";
//
// lblKroky
//
this.lblKroky.AutoSize = true;
this.lblKroky.Location = new System.Drawing.Point(68, 114);
this.lblKroky.Name = "lblKroky";
this.lblKroky.Size = new System.Drawing.Size(122, 13);
this.lblKroky.TabIndex = 6;
this.lblKroky.Text = "Počet kreslených kroků:";
//
// btnUlozit
//
this.btnUlozit.Location = new System.Drawing.Point(161, 867);
this.btnUlozit.Name = "btnUlozit";
this.btnUlozit.Size = new System.Drawing.Size(373, 53);
this.btnUlozit.TabIndex = 7;
this.btnUlozit.Text = "Uložit obrázek";
this.btnUlozit.UseVisualStyleBackColor = true;
this.btnUlozit.Click += new System.EventHandler(this.btnUlozit_Click);
//
// btnVpred
//
this.btnVpred.Enabled = false;
this.btnVpred.Location = new System.Drawing.Point(623, 27);
this.btnVpred.Name = "btnVpred";
this.btnVpred.Size = new System.Drawing.Size(75, 91);
this.btnVpred.TabIndex = 8;
this.btnVpred.Text = "Vpřed";
this.btnVpred.UseVisualStyleBackColor = true;
this.btnVpred.Click += new System.EventHandler(this.btnVpred_Click);
//
// btnVzad
//
this.btnVzad.Enabled = false;
this.btnVzad.Location = new System.Drawing.Point(542, 27);
this.btnVzad.Name = "btnVzad";
this.btnVzad.Size = new System.Drawing.Size(75, 91);
this.btnVzad.TabIndex = 9;
this.btnVzad.Text = "Vzad";
this.btnVzad.UseVisualStyleBackColor = true;
this.btnVzad.Click += new System.EventHandler(this.btnVzad_Click);
//
// pbSipka
//
this.pbSipka.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.pbSipka.Image = ((System.Drawing.Image)(resources.GetObject("pbSipka.Image")));
this.pbSipka.Location = new System.Drawing.Point(358, 504);
this.pbSipka.Name = "pbSipka";
this.pbSipka.Size = new System.Drawing.Size(20, 20);
this.pbSipka.TabIndex = 10;
this.pbSipka.TabStop = false;
this.pbSipka.Visible = false;
//
// chbTelevize
//
this.chbTelevize.AutoSize = true;
this.chbTelevize.Location = new System.Drawing.Point(71, 79);
this.chbTelevize.Name = "chbTelevize";
this.chbTelevize.Size = new System.Drawing.Size(106, 17);
this.chbTelevize.TabIndex = 12;
this.chbTelevize.Text = "Televizní přenos";
this.chbTelevize.UseVisualStyleBackColor = true;
//
// zelva
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(730, 945);
this.Controls.Add(this.chbTelevize);
this.Controls.Add(this.pbSipka);
this.Controls.Add(this.btnVzad);
this.Controls.Add(this.btnVpred);
this.Controls.Add(this.btnUlozit);
this.Controls.Add(this.lblKroky);
this.Controls.Add(this.txbKroky);
this.Controls.Add(this.btnSpust);
this.Controls.Add(this.lblSoubor);
this.Controls.Add(this.pbCesta);
this.Controls.Add(this.txbSoubor);
this.Controls.Add(this.btnSoubor);
this.Name = "zelva";
this.Text = "Kreslící želva";
((System.ComponentModel.ISupportInitialize)(this.pbCesta)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbSipka)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnSoubor;
private System.Windows.Forms.TextBox txbSoubor;
private System.Windows.Forms.OpenFileDialog ofdProgram;
private System.Windows.Forms.SaveFileDialog sfdProgram;
private System.Windows.Forms.PictureBox pbCesta;
private System.Windows.Forms.Label lblSoubor;
private System.Windows.Forms.Button btnSpust;
private System.Windows.Forms.TextBox txbKroky;
private System.Windows.Forms.Label lblKroky;
private System.Windows.Forms.Button btnUlozit;
private System.Windows.Forms.Button btnVpred;
private System.Windows.Forms.Button btnVzad;
private System.Windows.Forms.PictureBox pbSipka;
private System.Windows.Forms.CheckBox chbTelevize;
}
}