namespace M04 { 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.bLoad = new System.Windows.Forms.Button(); this.tbNetwork = new System.Windows.Forms.TextBox(); this.tbData = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.bOpenHradlo = new System.Windows.Forms.Button(); this.bOpenData = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.bKrok = new System.Windows.Forms.Button(); this.chKrokovat = new System.Windows.Forms.CheckBox(); this.button3 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.chCreatingMode = new System.Windows.Forms.CheckBox(); this.button7 = new System.Windows.Forms.Button(); this.cbHradla = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.panelEditace = new System.Windows.Forms.Panel(); this.cbType = new System.Windows.Forms.ComboBox(); this.nH = new System.Windows.Forms.NumericUpDown(); this.nW = new System.Windows.Forms.NumericUpDown(); this.nY = new System.Windows.Forms.NumericUpDown(); this.nX = new System.Windows.Forms.NumericUpDown(); this.button6 = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.tbSaveTo = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.chNoLogging = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); this.panelEditace.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nH)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nX)).BeginInit(); this.SuspendLayout(); // // bLoad // this.bLoad.Location = new System.Drawing.Point(495, 24); this.bLoad.Name = "bLoad"; this.bLoad.Size = new System.Drawing.Size(120, 21); this.bLoad.TabIndex = 0; this.bLoad.Text = "Načíst"; this.bLoad.UseVisualStyleBackColor = true; this.bLoad.Click += new System.EventHandler(this.bLoad_Click); // // tbNetwork // this.tbNetwork.Location = new System.Drawing.Point(25, 25); this.tbNetwork.Name = "tbNetwork"; this.tbNetwork.Size = new System.Drawing.Size(412, 20); this.tbNetwork.TabIndex = 1; this.tbNetwork.Text = "C:\\data\\ze-zadani"; // // tbData // this.tbData.Location = new System.Drawing.Point(25, 64); this.tbData.Name = "tbData"; this.tbData.Size = new System.Drawing.Size(412, 20); this.tbData.TabIndex = 2; this.tbData.Text = "C:\\data\\data.txt"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(39, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 13); this.label1.TabIndex = 3; this.label1.Text = "Hradlová síť:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(39, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 13); this.label2.TabIndex = 4; this.label2.Text = "Soubor se vstupy:"; // // button2 // this.button2.Location = new System.Drawing.Point(495, 64); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(120, 21); this.button2.TabIndex = 5; this.button2.Text = "Počítat"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(12, 131); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(924, 589); this.pictureBox1.TabIndex = 6; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint); this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(630, 633); this.textBox3.Multiline = true; this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(306, 87); this.textBox3.TabIndex = 7; this.textBox3.Visible = false; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(966, 3); this.textBox4.Multiline = true; this.textBox4.Name = "textBox4"; this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox4.Size = new System.Drawing.Size(306, 708); this.textBox4.TabIndex = 8; // // button1 // this.button1.Location = new System.Drawing.Point(742, 144); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(185, 23); this.button1.TabIndex = 9; this.button1.Text = "Celoobrazovkový mód"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // bOpenHradlo // this.bOpenHradlo.Location = new System.Drawing.Point(443, 24); this.bOpenHradlo.Name = "bOpenHradlo"; this.bOpenHradlo.Size = new System.Drawing.Size(46, 21); this.bOpenHradlo.TabIndex = 10; this.bOpenHradlo.Text = "..."; this.bOpenHradlo.UseVisualStyleBackColor = true; this.bOpenHradlo.Click += new System.EventHandler(this.bOpenHradlo_Click); // // bOpenData // this.bOpenData.Location = new System.Drawing.Point(443, 64); this.bOpenData.Name = "bOpenData"; this.bOpenData.Size = new System.Drawing.Size(46, 21); this.bOpenData.TabIndex = 11; this.bOpenData.Text = "..."; this.bOpenData.UseVisualStyleBackColor = true; this.bOpenData.Click += new System.EventHandler(this.bOpenData_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; this.openFileDialog1.Filter = "Všechny soubory|*.*"; this.openFileDialog1.Title = "Otevřít..."; // // bKrok // this.bKrok.AutoEllipsis = true; this.bKrok.Enabled = false; this.bKrok.Location = new System.Drawing.Point(630, 144); this.bKrok.Name = "bKrok"; this.bKrok.Size = new System.Drawing.Size(101, 23); this.bKrok.TabIndex = 12; this.bKrok.Text = "Krok"; this.bKrok.UseVisualStyleBackColor = true; this.bKrok.Click += new System.EventHandler(this.bKrok_Click); // // chKrokovat // this.chKrokovat.AutoSize = true; this.chKrokovat.Location = new System.Drawing.Point(12, 108); this.chKrokovat.Name = "chKrokovat"; this.chKrokovat.Size = new System.Drawing.Size(179, 17); this.chKrokovat.TabIndex = 13; this.chKrokovat.Text = "Interaktivně (pouze první řádku)"; this.chKrokovat.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(797, 13); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(139, 48); this.button3.TabIndex = 14; this.button3.Text = "Nápověda"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // panel1 // this.panel1.Controls.Add(this.chCreatingMode); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.cbHradla); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.panelEditace); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.tbSaveTo); this.panel1.Controls.Add(this.label3); this.panel1.Location = new System.Drawing.Point(696, 204); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(231, 423); this.panel1.TabIndex = 15; // // chCreatingMode // this.chCreatingMode.AutoSize = true; this.chCreatingMode.Location = new System.Drawing.Point(4, 333); this.chCreatingMode.Name = "chCreatingMode"; this.chCreatingMode.Size = new System.Drawing.Size(128, 17); this.chCreatingMode.TabIndex = 23; this.chCreatingMode.Text = "Mód vytváření hradel"; this.chCreatingMode.UseVisualStyleBackColor = true; // // button7 // this.button7.AutoEllipsis = true; this.button7.Location = new System.Drawing.Point(175, 271); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(37, 21); this.button7.TabIndex = 22; this.button7.Text = "OK"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // cbHradla // this.cbHradla.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbHradla.FormattingEnabled = true; this.cbHradla.Items.AddRange(new object[] { "AND", "OR", "XOR", "NOT"}); this.cbHradla.Location = new System.Drawing.Point(10, 272); this.cbHradla.Name = "cbHradla"; this.cbHradla.Size = new System.Drawing.Size(159, 21); this.cbHradla.TabIndex = 22; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(14, 255); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(162, 13); this.label10.TabIndex = 19; this.label10.Text = "Nemůžete ho najít? Vyberte zde:"; // // panelEditace // this.panelEditace.Controls.Add(this.cbType); this.panelEditace.Controls.Add(this.nH); this.panelEditace.Controls.Add(this.nW); this.panelEditace.Controls.Add(this.nY); this.panelEditace.Controls.Add(this.nX); this.panelEditace.Controls.Add(this.button6); this.panelEditace.Controls.Add(this.label9); this.panelEditace.Controls.Add(this.label8); this.panelEditace.Controls.Add(this.label7); this.panelEditace.Controls.Add(this.label6); this.panelEditace.Controls.Add(this.label5); this.panelEditace.Location = new System.Drawing.Point(4, 127); this.panelEditace.Name = "panelEditace"; this.panelEditace.Size = new System.Drawing.Size(211, 126); this.panelEditace.TabIndex = 18; this.panelEditace.Visible = false; // // cbType // this.cbType.FormattingEnabled = true; this.cbType.Items.AddRange(new object[] { "AND", "OR", "XOR", "NOT"}); this.cbType.Location = new System.Drawing.Point(139, 24); this.cbType.Name = "cbType"; this.cbType.Size = new System.Drawing.Size(69, 21); this.cbType.TabIndex = 21; // // nH // this.nH.Location = new System.Drawing.Point(55, 93); this.nH.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.nH.Name = "nH"; this.nH.Size = new System.Drawing.Size(46, 20); this.nH.TabIndex = 20; // // nW // this.nW.Location = new System.Drawing.Point(55, 70); this.nW.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.nW.Name = "nW"; this.nW.Size = new System.Drawing.Size(46, 20); this.nW.TabIndex = 19; // // nY // this.nY.Location = new System.Drawing.Point(55, 48); this.nY.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.nY.Name = "nY"; this.nY.Size = new System.Drawing.Size(46, 20); this.nY.TabIndex = 18; // // nX // this.nX.Location = new System.Drawing.Point(55, 25); this.nX.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.nX.Name = "nX"; this.nX.Size = new System.Drawing.Size(46, 20); this.nX.TabIndex = 17; // // button6 // this.button6.AutoEllipsis = true; this.button6.Location = new System.Drawing.Point(107, 100); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(101, 23); this.button6.TabIndex = 16; this.button6.Text = "Změnit"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(4, 95); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(39, 13); this.label9.TabIndex = 4; this.label9.Text = "Výška:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(4, 72); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(37, 13); this.label8.TabIndex = 3; this.label8.Text = "Šířka:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(4, 50); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(17, 13); this.label7.TabIndex = 2; this.label7.Text = "Y:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 27); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 13); this.label6.TabIndex = 1; this.label6.Text = "X:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(107, 27); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(33, 13); this.label5.TabIndex = 0; this.label5.Text = "Druh:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(21, 95); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(194, 26); this.label4.TabIndex = 17; this.label4.Text = "Stiskněte na hradlo na mapě pro editaci\r\njeho parametrů."; // // button5 // this.button5.Location = new System.Drawing.Point(169, 31); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(46, 21); this.button5.TabIndex = 16; this.button5.Text = "..."; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Location = new System.Drawing.Point(17, 57); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(198, 21); this.button4.TabIndex = 16; this.button4.Text = "Uložit"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // tbSaveTo // this.tbSaveTo.Location = new System.Drawing.Point(17, 31); this.tbSaveTo.Name = "tbSaveTo"; this.tbSaveTo.Size = new System.Drawing.Size(146, 20); this.tbSaveTo.TabIndex = 16; this.tbSaveTo.Text = "C:\\data\\data.txt"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label3.Location = new System.Drawing.Point(67, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 16); this.label3.TabIndex = 0; this.label3.Text = "Menu editace"; // // saveFileDialog1 // this.saveFileDialog1.Title = "Uložit síť jako..."; // // chNoLogging // this.chNoLogging.AutoSize = true; this.chNoLogging.Location = new System.Drawing.Point(279, 108); this.chNoLogging.Name = "chNoLogging"; this.chNoLogging.Size = new System.Drawing.Size(291, 17); this.chNoLogging.TabIndex = 16; this.chNoLogging.Text = "Nevypisovat ladící informace (toto může urychlit proces)"; this.chNoLogging.UseVisualStyleBackColor = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1284, 732); this.Controls.Add(this.chNoLogging); this.Controls.Add(this.panel1); this.Controls.Add(this.button3); this.Controls.Add(this.chKrokovat); this.Controls.Add(this.bKrok); this.Controls.Add(this.bOpenData); this.Controls.Add(this.bOpenHradlo); this.Controls.Add(this.button1); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button2); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.tbData); this.Controls.Add(this.tbNetwork); this.Controls.Add(this.bLoad); this.KeyPreview = true; this.Name = "Form1"; this.Text = "Simulátor hradlové sítě (Mládež 04)"; this.Load += new System.EventHandler(this.Form1_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form1_KeyPress); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panelEditace.ResumeLayout(false); this.panelEditace.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nH)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nX)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button bLoad; private System.Windows.Forms.TextBox tbNetwork; private System.Windows.Forms.TextBox tbData; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button2; public System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox textBox3; public System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button bOpenHradlo; private System.Windows.Forms.Button bOpenData; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Button bKrok; private System.Windows.Forms.CheckBox chKrokovat; private System.Windows.Forms.Button button3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox tbSaveTo; private System.Windows.Forms.Label label3; private System.Windows.Forms.SaveFileDialog saveFileDialog1; private System.Windows.Forms.Panel panelEditace; private System.Windows.Forms.ComboBox cbType; private System.Windows.Forms.NumericUpDown nH; private System.Windows.Forms.NumericUpDown nW; private System.Windows.Forms.NumericUpDown nY; private System.Windows.Forms.NumericUpDown nX; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button7; private System.Windows.Forms.ComboBox cbHradla; private System.Windows.Forms.Label label10; private System.Windows.Forms.CheckBox chCreatingMode; private System.Windows.Forms.CheckBox chNoLogging; } }