namespace VstupniTest { partial class Window { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.Info = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelMoveCount = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelDrawCount = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); this.Info.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.Info); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(424, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(200, 442); this.panel1.TabIndex = 0; // // Info // this.Info.BackColor = System.Drawing.SystemColors.Control; this.Info.Controls.Add(this.tableLayoutPanel1); this.Info.Dock = System.Windows.Forms.DockStyle.Fill; this.Info.Location = new System.Drawing.Point(0, 0); this.Info.Name = "Info"; this.Info.Size = new System.Drawing.Size(200, 442); this.Info.TabIndex = 0; this.Info.TabStop = false; this.Info.Text = "Info"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.labelMoveCount, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.labelDrawCount, 1, 0); this.tableLayoutPanel1.Controls.Add(this.button1, 1, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(194, 423); this.tableLayoutPanel1.TabIndex = 0; // // labelMoveCount // this.labelMoveCount.AutoSize = true; this.labelMoveCount.Dock = System.Windows.Forms.DockStyle.Fill; this.labelMoveCount.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.labelMoveCount.Location = new System.Drawing.Point(100, 32); this.labelMoveCount.Name = "labelMoveCount"; this.labelMoveCount.Size = new System.Drawing.Size(91, 32); this.labelMoveCount.TabIndex = 3; this.labelMoveCount.Text = "0"; this.labelMoveCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 32); this.label1.TabIndex = 0; this.label1.Text = "Draw(x, y):"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(3, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(91, 32); this.label2.TabIndex = 1; this.label2.Text = "Move(x, y):"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelDrawCount // this.labelDrawCount.AutoSize = true; this.labelDrawCount.Dock = System.Windows.Forms.DockStyle.Fill; this.labelDrawCount.Location = new System.Drawing.Point(100, 0); this.labelDrawCount.Name = "labelDrawCount"; this.labelDrawCount.Size = new System.Drawing.Size(91, 32); this.labelDrawCount.TabIndex = 2; this.labelDrawCount.Text = "0"; this.labelDrawCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Fill; this.button1.Location = new System.Drawing.Point(100, 67); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(91, 26); this.button1.TabIndex = 4; this.button1.Text = "Další"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(424, 442); this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint); this.pictureBox1.Resize += new System.EventHandler(this.pictureBox1_Resize); // // Window // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 442); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.Name = "Window"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ZPG: vstupní test"; this.panel1.ResumeLayout(false); this.Info.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox Info; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelMoveCount; private System.Windows.Forms.Label labelDrawCount; private System.Windows.Forms.Button button1; } }