namespace Soutez { partial class FormEditor { /// /// 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.platno = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.st1 = new System.Windows.Forms.RadioButton(); this.st2 = new System.Windows.Forms.RadioButton(); this.st3 = new System.Windows.Forms.RadioButton(); this.st4 = new System.Windows.Forms.RadioButton(); this.st5 = new System.Windows.Forms.RadioButton(); this.st6 = new System.Windows.Forms.RadioButton(); this.st7 = new System.Windows.Forms.RadioButton(); this.button3 = new System.Windows.Forms.Button(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.button4 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // platno // this.platno.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.platno.Location = new System.Drawing.Point(10, 10); this.platno.Name = "platno"; this.platno.Size = new System.Drawing.Size(803, 803); this.platno.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(818, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(155, 23); this.button1.TabIndex = 1; this.button1.Text = "Načíst bludiště"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(818, 41); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(155, 23); this.button2.TabIndex = 2; this.button2.Text = "Nové bludiště"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.st7); this.groupBox1.Controls.Add(this.st6); this.groupBox1.Controls.Add(this.st5); this.groupBox1.Controls.Add(this.st4); this.groupBox1.Controls.Add(this.st3); this.groupBox1.Controls.Add(this.st2); this.groupBox1.Controls.Add(this.st1); this.groupBox1.Enabled = false; this.groupBox1.Location = new System.Drawing.Point(819, 111); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(155, 255); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Štětec"; // // openFileDialog1 // this.openFileDialog1.Filter = "Soubor IN|*.in|Soubor TXT|*.txt|Všechny soubory|*.*"; this.openFileDialog1.Title = "Načíst bludiště"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(822, 800); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 13); this.label1.TabIndex = 4; this.label1.Text = "Rozměry: # × #"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label2.Location = new System.Drawing.Point(60, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(118, 25); this.label2.TabIndex = 5; this.label2.Text = "Načítám..."; // // st1 // this.st1.Appearance = System.Windows.Forms.Appearance.Button; this.st1.Checked = true; this.st1.Location = new System.Drawing.Point(6, 19); this.st1.Name = "st1"; this.st1.Size = new System.Drawing.Size(143, 24); this.st1.TabIndex = 0; this.st1.Text = "Bílá paní"; this.st1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.st1.UseVisualStyleBackColor = true; // // st2 // this.st2.Appearance = System.Windows.Forms.Appearance.Button; this.st2.Location = new System.Drawing.Point(6, 49); this.st2.Name = "st2"; this.st2.Size = new System.Drawing.Size(143, 24); this.st2.TabIndex = 1; this.st2.Text = "Televizor"; this.st2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.st2.UseVisualStyleBackColor = true; // // st3 // this.st3.Appearance = System.Windows.Forms.Appearance.Button; this.st3.Location = new System.Drawing.Point(6, 89); this.st3.Name = "st3"; this.st3.Size = new System.Drawing.Size(143, 24); this.st3.TabIndex = 2; this.st3.Text = "Volné políčko"; this.st3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.st3.UseVisualStyleBackColor = true; // // st4 // this.st4.Appearance = System.Windows.Forms.Appearance.Button; this.st4.Location = new System.Drawing.Point(6, 119); this.st4.Name = "st4"; this.st4.Size = new System.Drawing.Size(143, 24); this.st4.TabIndex = 3; this.st4.Text = "Zeď"; this.st4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.st4.UseVisualStyleBackColor = true; // // st5 // this.st5.Appearance = System.Windows.Forms.Appearance.Button; this.st5.Location = new System.Drawing.Point(6, 149); this.st5.Name = "st5"; this.st5.Size = new System.Drawing.Size(143, 24); this.st5.TabIndex = 4; this.st5.Text = "Zvěd"; this.st5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.st5.UseVisualStyleBackColor = true; // // st6 // this.st6.Appearance = System.Windows.Forms.Appearance.Button; this.st6.Location = new System.Drawing.Point(6, 189); this.st6.Name = "st6"; this.st6.Size = new System.Drawing.Size(143, 24); this.st6.TabIndex = 5; this.st6.Text = "Nastavit trasu zvěda"; this.st6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.st6.UseVisualStyleBackColor = true; // // st7 // this.st7.Appearance = System.Windows.Forms.Appearance.Button; this.st7.Location = new System.Drawing.Point(6, 219); this.st7.Name = "st7"; this.st7.Size = new System.Drawing.Size(143, 24); this.st7.TabIndex = 6; this.st7.Text = "Přesunout objekt"; this.st7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.st7.UseVisualStyleBackColor = true; this.st7.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // button3 // this.button3.Enabled = false; this.button3.Location = new System.Drawing.Point(818, 70); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(155, 23); this.button3.TabIndex = 6; this.button3.Text = "Uložit bludiště"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // saveFileDialog1 // this.saveFileDialog1.FileName = "bludiste"; this.saveFileDialog1.Filter = "Soubor IN|*.in|Soubor TXT|*.txt"; this.saveFileDialog1.Title = "Uložit bludiště"; // // button4 // this.button4.Enabled = false; this.button4.Location = new System.Drawing.Point(819, 372); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(155, 53); this.button4.TabIndex = 7; this.button4.Text = "Přepnout do interaktivního režimu"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // FormEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(985, 823); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.platno); this.Controls.Add(this.label2); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditor"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Editor bludiště"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; public System.Windows.Forms.Panel platno; public System.Windows.Forms.RadioButton st6; public System.Windows.Forms.RadioButton st5; public System.Windows.Forms.RadioButton st4; public System.Windows.Forms.RadioButton st3; public System.Windows.Forms.RadioButton st2; public System.Windows.Forms.RadioButton st1; public System.Windows.Forms.RadioButton st7; private System.Windows.Forms.Button button3; private System.Windows.Forms.SaveFileDialog saveFileDialog1; private System.Windows.Forms.Button button4; } }