namespace m13 { partial class MainForm { /// /// 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.render = new System.Windows.Forms.PictureBox(); this.pathTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.run = new System.Windows.Forms.Button(); this.numOfSteps = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.prev = new System.Windows.Forms.Button(); this.next = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.activateTV = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.render)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numOfSteps)).BeginInit(); this.SuspendLayout(); // // render // this.render.BackColor = System.Drawing.Color.White; this.render.Location = new System.Drawing.Point(10, 140); this.render.Name = "render"; this.render.Size = new System.Drawing.Size(700, 700); this.render.TabIndex = 0; this.render.TabStop = false; // // pathTextBox // this.pathTextBox.Location = new System.Drawing.Point(12, 25); this.pathTextBox.Name = "pathTextBox"; this.pathTextBox.Size = new System.Drawing.Size(667, 20); this.pathTextBox.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(144, 13); this.label1.TabIndex = 2; this.label1.Text = "Vyberte soubor s programem:"; // // button1 // this.button1.Location = new System.Drawing.Point(685, 25); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(25, 20); this.button1.TabIndex = 3; this.button1.Text = "..."; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // run // this.run.Location = new System.Drawing.Point(635, 70); this.run.Name = "run"; this.run.Size = new System.Drawing.Size(75, 23); this.run.TabIndex = 4; this.run.Text = "Spustit"; this.run.UseVisualStyleBackColor = true; this.run.Click += new System.EventHandler(this.run_Click); // // numOfSteps // this.numOfSteps.Location = new System.Drawing.Point(12, 73); this.numOfSteps.Maximum = new decimal(new int[] { 1000000000, 0, 0, 0}); this.numOfSteps.Name = "numOfSteps"; this.numOfSteps.Size = new System.Drawing.Size(59, 20); this.numOfSteps.TabIndex = 5; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(62, 13); this.label2.TabIndex = 6; this.label2.Text = "Počet tahů:"; // // prev // this.prev.Location = new System.Drawing.Point(167, 70); this.prev.Name = "prev"; this.prev.Size = new System.Drawing.Size(33, 23); this.prev.TabIndex = 7; this.prev.Text = "<<"; this.prev.UseVisualStyleBackColor = true; this.prev.Click += new System.EventHandler(this.prev_Click); // // next // this.next.Location = new System.Drawing.Point(206, 70); this.next.Name = "next"; this.next.Size = new System.Drawing.Size(33, 23); this.next.TabIndex = 8; this.next.Text = ">>"; this.next.UseVisualStyleBackColor = true; this.next.Click += new System.EventHandler(this.next_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(91, 57); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 13); this.label3.TabIndex = 9; this.label3.Text = "Televizní přenos:"; // // activateTV // this.activateTV.AutoSize = true; this.activateTV.Location = new System.Drawing.Point(101, 73); this.activateTV.Name = "activateTV"; this.activateTV.Size = new System.Drawing.Size(66, 17); this.activateTV.TabIndex = 10; this.activateTV.Text = "Zapnout"; this.activateTV.UseVisualStyleBackColor = true; this.activateTV.CheckStateChanged += new System.EventHandler(this.activateTV_CheckStateChanged); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(722, 852); this.Controls.Add(this.activateTV); this.Controls.Add(this.label3); this.Controls.Add(this.next); this.Controls.Add(this.prev); this.Controls.Add(this.label2); this.Controls.Add(this.numOfSteps); this.Controls.Add(this.run); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.pathTextBox); this.Controls.Add(this.render); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "Želváci"; ((System.ComponentModel.ISupportInitialize)(this.render)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numOfSteps)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox render; private System.Windows.Forms.TextBox pathTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.Button run; private System.Windows.Forms.NumericUpDown numOfSteps; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button prev; private System.Windows.Forms.Button next; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox activateTV; } }