namespace ustredniKolo2018 { partial class Form1 { /// /// Vyžaduje se proměnná návrháře. /// private System.ComponentModel.IContainer components = null; /// /// Uvolněte všechny používané prostředky. /// /// hodnota true, když by se měl spravovaný prostředek odstranit; jinak false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Kód generovaný Návrhářem Windows Form /// /// Metoda vyžadovaná pro podporu Návrháře - neupravovat /// obsah této metody v editoru kódu. /// private void InitializeComponent() { this.loadButton = new System.Windows.Forms.Button(); this.dstTextbox = new System.Windows.Forms.TextBox(); this.helpNumber = new System.Windows.Forms.NumericUpDown(); this.numInputHelp = new System.Windows.Forms.Button(); this.trueNumberInput = new System.Windows.Forms.Button(); this.trueNumber = new System.Windows.Forms.NumericUpDown(); this.undoBtn = new System.Windows.Forms.Button(); this.nines = new System.Windows.Forms.Label(); this.eights = new System.Windows.Forms.Label(); this.sixs = new System.Windows.Forms.Label(); this.sevens = new System.Windows.Forms.Label(); this.twos = new System.Windows.Forms.Label(); this.threes = new System.Windows.Forms.Label(); this.fours = new System.Windows.Forms.Label(); this.fives = new System.Windows.Forms.Label(); this.ones = new System.Windows.Forms.Label(); this.nineChecker = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.helpNumber)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trueNumber)).BeginInit(); this.SuspendLayout(); // // loadButton // this.loadButton.Location = new System.Drawing.Point(15, 690); this.loadButton.Name = "loadButton"; this.loadButton.Size = new System.Drawing.Size(203, 23); this.loadButton.TabIndex = 1; this.loadButton.Text = "Nacti"; this.loadButton.UseVisualStyleBackColor = true; this.loadButton.Click += new System.EventHandler(this.loadButton_Click); // // dstTextbox // this.dstTextbox.Location = new System.Drawing.Point(15, 719); this.dstTextbox.Name = "dstTextbox"; this.dstTextbox.Size = new System.Drawing.Size(203, 22); this.dstTextbox.TabIndex = 2; this.dstTextbox.Text = "C:\\tmp\\sudoku.txt"; // // helpNumber // this.helpNumber.Location = new System.Drawing.Point(224, 719); this.helpNumber.Maximum = new decimal(new int[] { 9, 0, 0, 0}); this.helpNumber.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.helpNumber.Name = "helpNumber"; this.helpNumber.Size = new System.Drawing.Size(181, 22); this.helpNumber.TabIndex = 5; this.helpNumber.Value = new decimal(new int[] { 1, 0, 0, 0}); // // numInputHelp // this.numInputHelp.Location = new System.Drawing.Point(224, 690); this.numInputHelp.Name = "numInputHelp"; this.numInputHelp.Size = new System.Drawing.Size(181, 23); this.numInputHelp.TabIndex = 6; this.numInputHelp.Text = "Zadej cislo pomocne"; this.numInputHelp.UseVisualStyleBackColor = true; this.numInputHelp.Click += new System.EventHandler(this.numInput_Click); // // trueNumberInput // this.trueNumberInput.Location = new System.Drawing.Point(412, 689); this.trueNumberInput.Name = "trueNumberInput"; this.trueNumberInput.Size = new System.Drawing.Size(179, 23); this.trueNumberInput.TabIndex = 7; this.trueNumberInput.Text = "Zadejte cislo"; this.trueNumberInput.UseVisualStyleBackColor = true; this.trueNumberInput.Click += new System.EventHandler(this.trueNumberInput_Click); // // trueNumber // this.trueNumber.Location = new System.Drawing.Point(412, 719); this.trueNumber.Maximum = new decimal(new int[] { 9, 0, 0, 0}); this.trueNumber.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.trueNumber.Name = "trueNumber"; this.trueNumber.Size = new System.Drawing.Size(179, 22); this.trueNumber.TabIndex = 8; this.trueNumber.Value = new decimal(new int[] { 1, 0, 0, 0}); // // undoBtn // this.undoBtn.Location = new System.Drawing.Point(597, 690); this.undoBtn.Name = "undoBtn"; this.undoBtn.Size = new System.Drawing.Size(75, 51); this.undoBtn.TabIndex = 9; this.undoBtn.Text = "Undo"; this.undoBtn.UseVisualStyleBackColor = true; this.undoBtn.Click += new System.EventHandler(this.undoBtn_Click); // // nines // this.nines.AutoSize = true; this.nines.Location = new System.Drawing.Point(703, 207); this.nines.Name = "nines"; this.nines.Size = new System.Drawing.Size(108, 17); this.nines.TabIndex = 10; this.nines.Text = "9 : NEHOTOVO"; // // eights // this.eights.AutoSize = true; this.eights.Location = new System.Drawing.Point(703, 234); this.eights.Name = "eights"; this.eights.Size = new System.Drawing.Size(108, 17); this.eights.TabIndex = 11; this.eights.Text = "8 : NEHOTOVO"; // // sixs // this.sixs.AutoSize = true; this.sixs.Location = new System.Drawing.Point(703, 293); this.sixs.Name = "sixs"; this.sixs.Size = new System.Drawing.Size(108, 17); this.sixs.TabIndex = 13; this.sixs.Text = "6 : NEHOTOVO"; // // sevens // this.sevens.AutoSize = true; this.sevens.Location = new System.Drawing.Point(703, 266); this.sevens.Name = "sevens"; this.sevens.Size = new System.Drawing.Size(108, 17); this.sevens.TabIndex = 12; this.sevens.Text = "7 : NEHOTOVO"; // // twos // this.twos.AutoSize = true; this.twos.Location = new System.Drawing.Point(703, 405); this.twos.Name = "twos"; this.twos.Size = new System.Drawing.Size(108, 17); this.twos.TabIndex = 17; this.twos.Text = "2 : NEHOTOVO"; // // threes // this.threes.AutoSize = true; this.threes.Location = new System.Drawing.Point(703, 378); this.threes.Name = "threes"; this.threes.Size = new System.Drawing.Size(108, 17); this.threes.TabIndex = 16; this.threes.Text = "3 : NEHOTOVO"; // // fours // this.fours.AutoSize = true; this.fours.Location = new System.Drawing.Point(703, 346); this.fours.Name = "fours"; this.fours.Size = new System.Drawing.Size(108, 17); this.fours.TabIndex = 15; this.fours.Text = "4 : NEHOTOVO"; // // fives // this.fives.AutoSize = true; this.fives.Location = new System.Drawing.Point(703, 319); this.fives.Name = "fives"; this.fives.Size = new System.Drawing.Size(108, 17); this.fives.TabIndex = 14; this.fives.Text = "5 : NEHOTOVO"; // // ones // this.ones.AutoSize = true; this.ones.Location = new System.Drawing.Point(703, 433); this.ones.Name = "ones"; this.ones.Size = new System.Drawing.Size(108, 17); this.ones.TabIndex = 18; this.ones.Text = "1 : NEHOTOVO"; // // nineChecker // this.nineChecker.Location = new System.Drawing.Point(679, 689); this.nineChecker.Name = "nineChecker"; this.nineChecker.Size = new System.Drawing.Size(132, 52); this.nineChecker.TabIndex = 19; this.nineChecker.Text = "Vsech devet"; this.nineChecker.UseVisualStyleBackColor = true; this.nineChecker.Click += new System.EventHandler(this.nineChecker_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(836, 753); this.Controls.Add(this.nineChecker); this.Controls.Add(this.ones); this.Controls.Add(this.twos); this.Controls.Add(this.threes); this.Controls.Add(this.fours); this.Controls.Add(this.fives); this.Controls.Add(this.sixs); this.Controls.Add(this.sevens); this.Controls.Add(this.eights); this.Controls.Add(this.nines); this.Controls.Add(this.undoBtn); this.Controls.Add(this.trueNumber); this.Controls.Add(this.trueNumberInput); this.Controls.Add(this.numInputHelp); this.Controls.Add(this.helpNumber); this.Controls.Add(this.dstTextbox); this.Controls.Add(this.loadButton); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.helpNumber)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trueNumber)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button loadButton; private System.Windows.Forms.TextBox dstTextbox; private System.Windows.Forms.NumericUpDown helpNumber; private System.Windows.Forms.Button numInputHelp; private System.Windows.Forms.Button trueNumberInput; private System.Windows.Forms.NumericUpDown trueNumber; private System.Windows.Forms.Button undoBtn; private System.Windows.Forms.Label nines; private System.Windows.Forms.Label eights; private System.Windows.Forms.Label sixs; private System.Windows.Forms.Label sevens; private System.Windows.Forms.Label twos; private System.Windows.Forms.Label threes; private System.Windows.Forms.Label fours; private System.Windows.Forms.Label fives; private System.Windows.Forms.Label ones; private System.Windows.Forms.Button nineChecker; } }