namespace Zelvaci { partial class InteractiveViewForm { /// /// 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.pictureBox1 = new System.Windows.Forms.PictureBox(); this.prevButton = new System.Windows.Forms.Button(); this.nextButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(13, 13); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(700, 700); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint); // // prevButton // this.prevButton.Enabled = false; this.prevButton.Location = new System.Drawing.Point(13, 719); this.prevButton.Name = "prevButton"; this.prevButton.Size = new System.Drawing.Size(133, 23); this.prevButton.TabIndex = 1; this.prevButton.Text = "<< Předchozí krok"; this.prevButton.UseVisualStyleBackColor = true; this.prevButton.Click += new System.EventHandler(this.prevButton_Click); // // nextButton // this.nextButton.Location = new System.Drawing.Point(580, 719); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(133, 23); this.nextButton.TabIndex = 2; this.nextButton.Text = "Následující krok >>"; this.nextButton.UseVisualStyleBackColor = true; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // InteractiveViewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(727, 754); this.Controls.Add(this.nextButton); this.Controls.Add(this.prevButton); this.Controls.Add(this.pictureBox1); this.Name = "InteractiveViewForm"; this.Text = "InteractiveViewForm"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button prevButton; private System.Windows.Forms.Button nextButton; } }