namespace Zelva { 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.pole = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tlReinit = new System.Windows.Forms.Button(); this.tlSpustit = new System.Windows.Forms.Button(); this.numPocetTahu = new System.Windows.Forms.NumericUpDown(); this.tlNahratProgram = new System.Windows.Forms.Button(); this.tlUlozitVystup = new System.Windows.Forms.Button(); this.ukladaniObrazku = new System.Windows.Forms.SaveFileDialog(); this.otevirani = new System.Windows.Forms.OpenFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.pole)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPocetTahu)).BeginInit(); this.SuspendLayout(); // // pole // this.pole.Location = new System.Drawing.Point(12, 9); this.pole.Name = "pole"; this.pole.Size = new System.Drawing.Size(700, 700); this.pole.TabIndex = 0; this.pole.TabStop = false; // // groupBox1 // this.groupBox1.Controls.Add(this.tlReinit); this.groupBox1.Controls.Add(this.tlSpustit); this.groupBox1.Controls.Add(this.numPocetTahu); this.groupBox1.Controls.Add(this.tlNahratProgram); this.groupBox1.Controls.Add(this.tlUlozitVystup); this.groupBox1.Location = new System.Drawing.Point(728, 10); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(276, 699); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Ovládací Panel"; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // // tlReinit // this.tlReinit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.tlReinit.Location = new System.Drawing.Point(16, 173); this.tlReinit.Name = "tlReinit"; this.tlReinit.Size = new System.Drawing.Size(245, 33); this.tlReinit.TabIndex = 9; this.tlReinit.Text = "Nastolit výchozí stav"; this.tlReinit.UseVisualStyleBackColor = true; this.tlReinit.Click += new System.EventHandler(this.button1_Click); // // tlSpustit // this.tlSpustit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.tlSpustit.Location = new System.Drawing.Point(90, 71); this.tlSpustit.Name = "tlSpustit"; this.tlSpustit.Size = new System.Drawing.Size(171, 23); this.tlSpustit.TabIndex = 5; this.tlSpustit.Text = "Spustit program s počtem tahů"; this.tlSpustit.UseVisualStyleBackColor = true; this.tlSpustit.Click += new System.EventHandler(this.tlSpustit_Click); // // numPocetTahu // this.numPocetTahu.Location = new System.Drawing.Point(16, 74); this.numPocetTahu.Maximum = new decimal(new int[] { 1410065408, 2, 0, 0}); this.numPocetTahu.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numPocetTahu.Name = "numPocetTahu"; this.numPocetTahu.Size = new System.Drawing.Size(68, 20); this.numPocetTahu.TabIndex = 4; this.numPocetTahu.Value = new decimal(new int[] { 1, 0, 0, 0}); // // tlNahratProgram // this.tlNahratProgram.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.tlNahratProgram.Location = new System.Drawing.Point(16, 35); this.tlNahratProgram.Name = "tlNahratProgram"; this.tlNahratProgram.Size = new System.Drawing.Size(245, 33); this.tlNahratProgram.TabIndex = 2; this.tlNahratProgram.Text = "Nahrát Program"; this.tlNahratProgram.UseVisualStyleBackColor = true; this.tlNahratProgram.Click += new System.EventHandler(this.tlNahratProgram_Click); // // tlUlozitVystup // this.tlUlozitVystup.BackColor = System.Drawing.SystemColors.ButtonShadow; this.tlUlozitVystup.Enabled = false; this.tlUlozitVystup.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.tlUlozitVystup.Location = new System.Drawing.Point(16, 100); this.tlUlozitVystup.Name = "tlUlozitVystup"; this.tlUlozitVystup.Size = new System.Drawing.Size(245, 33); this.tlUlozitVystup.TabIndex = 1; this.tlUlozitVystup.Text = "Uložit Výstup Programu (nefunguje)"; this.tlUlozitVystup.UseVisualStyleBackColor = false; this.tlUlozitVystup.Click += new System.EventHandler(this.tlUlozitVystup_Click); // // ukladaniObrazku // this.ukladaniObrazku.Filter = "Bitmapa|*.bmp|Vylepšený metasoubor|*.emf|GIF|*.gif|Ikona|*.ico|Fotografie|*.jpeg|" + "Přenosná síťová grafiak|*.png|Značkovaný soubor s obrázkem|*.tiff|Windows metaso" + "ubor|*.wmf"; this.ukladaniObrazku.Title = "Uložit Výstup Programu"; // // otevirani // this.otevirani.Filter = "Program|*.*"; this.otevirani.Title = "Nahrát Program do Želvy"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1016, 734); this.Controls.Add(this.groupBox1); this.Controls.Add(this.pole); this.Name = "Form1"; this.Text = "Želva"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pole)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numPocetTahu)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pole; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button tlNahratProgram; private System.Windows.Forms.Button tlUlozitVystup; private System.Windows.Forms.SaveFileDialog ukladaniObrazku; private System.Windows.Forms.OpenFileDialog otevirani; private System.Windows.Forms.Button tlSpustit; private System.Windows.Forms.NumericUpDown numPocetTahu; private System.Windows.Forms.Button tlReinit; } }