namespace Inteaktivni {
partial class Form1 {
///
/// 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.pbImage = new System.Windows.Forms.PictureBox();
this.btnBack = new System.Windows.Forms.Button();
this.btnForward = new System.Windows.Forms.Button();
this.pnlScroll = new System.Windows.Forms.Panel();
this.pnlNav = new System.Windows.Forms.Panel();
this.ntnLoadXml = new System.Windows.Forms.Button();
this.btnLoadInputs = new System.Windows.Forms.Button();
this.ofd = new System.Windows.Forms.OpenFileDialog();
this.nudZoom = new System.Windows.Forms.NumericUpDown();
this.lblZoom = new System.Windows.Forms.Label();
this.lblState = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
this.pnlScroll.SuspendLayout();
this.pnlNav.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudZoom)).BeginInit();
this.SuspendLayout();
//
// pbImage
//
this.pbImage.BackColor = System.Drawing.Color.White;
this.pbImage.Location = new System.Drawing.Point(0, 0);
this.pbImage.Name = "pbImage";
this.pbImage.Size = new System.Drawing.Size(100, 50);
this.pbImage.TabIndex = 0;
this.pbImage.TabStop = false;
//
// btnBack
//
this.btnBack.Enabled = false;
this.btnBack.Location = new System.Drawing.Point(409, 0);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(75, 23);
this.btnBack.TabIndex = 1;
this.btnBack.Text = "krok zpět";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnForward
//
this.btnForward.Enabled = false;
this.btnForward.Location = new System.Drawing.Point(490, 0);
this.btnForward.Name = "btnForward";
this.btnForward.Size = new System.Drawing.Size(75, 23);
this.btnForward.TabIndex = 2;
this.btnForward.Text = "krok vpřed";
this.btnForward.UseVisualStyleBackColor = true;
this.btnForward.Click += new System.EventHandler(this.btnForward_Click);
//
// pnlScroll
//
this.pnlScroll.AutoScroll = true;
this.pnlScroll.Controls.Add(this.pbImage);
this.pnlScroll.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlScroll.Location = new System.Drawing.Point(8, 43);
this.pnlScroll.Name = "pnlScroll";
this.pnlScroll.Size = new System.Drawing.Size(659, 222);
this.pnlScroll.TabIndex = 3;
//
// pnlNav
//
this.pnlNav.Controls.Add(this.lblState);
this.pnlNav.Controls.Add(this.lblZoom);
this.pnlNav.Controls.Add(this.nudZoom);
this.pnlNav.Controls.Add(this.btnLoadInputs);
this.pnlNav.Controls.Add(this.ntnLoadXml);
this.pnlNav.Controls.Add(this.btnForward);
this.pnlNav.Controls.Add(this.btnBack);
this.pnlNav.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlNav.Location = new System.Drawing.Point(8, 8);
this.pnlNav.Name = "pnlNav";
this.pnlNav.Size = new System.Drawing.Size(659, 35);
this.pnlNav.TabIndex = 4;
//
// ntnLoadXml
//
this.ntnLoadXml.Location = new System.Drawing.Point(0, 0);
this.ntnLoadXml.Name = "ntnLoadXml";
this.ntnLoadXml.Size = new System.Drawing.Size(160, 23);
this.ntnLoadXml.TabIndex = 3;
this.ntnLoadXml.Text = "Načíst soubor s definicí hradel";
this.ntnLoadXml.UseVisualStyleBackColor = true;
this.ntnLoadXml.Click += new System.EventHandler(this.ntnLoadXml_Click);
//
// btnLoadInputs
//
this.btnLoadInputs.Location = new System.Drawing.Point(166, 0);
this.btnLoadInputs.Name = "btnLoadInputs";
this.btnLoadInputs.Size = new System.Drawing.Size(140, 23);
this.btnLoadInputs.TabIndex = 4;
this.btnLoadInputs.Text = "Načíst soubor se vystupy";
this.btnLoadInputs.UseVisualStyleBackColor = true;
this.btnLoadInputs.Click += new System.EventHandler(this.btnLoadInputs_Click);
//
// nudZoom
//
this.nudZoom.Location = new System.Drawing.Point(353, 3);
this.nudZoom.Maximum = new decimal(new int[] {
5,
0,
0,
0});
this.nudZoom.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudZoom.Name = "nudZoom";
this.nudZoom.Size = new System.Drawing.Size(50, 20);
this.nudZoom.TabIndex = 5;
this.nudZoom.Value = new decimal(new int[] {
1,
0,
0,
0});
this.nudZoom.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// lblZoom
//
this.lblZoom.AutoSize = true;
this.lblZoom.Location = new System.Drawing.Point(312, 5);
this.lblZoom.Name = "lblZoom";
this.lblZoom.Size = new System.Drawing.Size(35, 13);
this.lblZoom.TabIndex = 6;
this.lblZoom.Text = "zoom:";
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(571, 5);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(0, 13);
this.lblState.TabIndex = 7;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(675, 273);
this.Controls.Add(this.pnlScroll);
this.Controls.Add(this.pnlNav);
this.Name = "Form1";
this.Padding = new System.Windows.Forms.Padding(8);
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
this.pnlScroll.ResumeLayout(false);
this.pnlNav.ResumeLayout(false);
this.pnlNav.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudZoom)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pbImage;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnForward;
private System.Windows.Forms.Panel pnlScroll;
private System.Windows.Forms.Panel pnlNav;
private System.Windows.Forms.Button btnLoadInputs;
private System.Windows.Forms.Button ntnLoadXml;
private System.Windows.Forms.OpenFileDialog ofd;
private System.Windows.Forms.Label lblZoom;
private System.Windows.Forms.NumericUpDown nudZoom;
private System.Windows.Forms.Label lblState;
}
}