namespace WindowsFormsApplication1 { partial class VyhodnoceniGraficky { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( VyhodnoceniGraficky ) ); this.lblNapoveda = new System.Windows.Forms.Label(); this.btnVypocti = new System.Windows.Forms.Button(); this.btnNactiSit = new System.Windows.Forms.Button(); this.pnlGrafika = new System.Windows.Forms.Panel(); this.dlgOtevrit = new System.Windows.Forms.OpenFileDialog(); this.lbVystup = new System.Windows.Forms.ListBox(); this.SuspendLayout(); // // lblNapoveda // this.lblNapoveda.Location = new System.Drawing.Point( 102, 24 ); this.lblNapoveda.Name = "lblNapoveda"; this.lblNapoveda.Size = new System.Drawing.Size( 413, 40 ); this.lblNapoveda.TabIndex = 6; this.lblNapoveda.Text = resources.GetString( "lblNapoveda.Text" ); // // btnVypocti // this.btnVypocti.Enabled = false; this.btnVypocti.Location = new System.Drawing.Point( 105, 176 ); this.btnVypocti.Name = "btnVypocti"; this.btnVypocti.Size = new System.Drawing.Size( 401, 75 ); this.btnVypocti.TabIndex = 5; this.btnVypocti.Text = "Vypočti vstup"; this.btnVypocti.UseVisualStyleBackColor = true; this.btnVypocti.Click += new System.EventHandler( this.btnVypocti_Click ); // // btnNactiSit // this.btnNactiSit.Location = new System.Drawing.Point( 103, 85 ); this.btnNactiSit.Name = "btnNactiSit"; this.btnNactiSit.Size = new System.Drawing.Size( 403, 85 ); this.btnNactiSit.TabIndex = 4; this.btnNactiSit.Text = "Načti síť"; this.btnNactiSit.UseVisualStyleBackColor = true; this.btnNactiSit.Click += new System.EventHandler( this.btnNactiSit_Click ); // // pnlGrafika // this.pnlGrafika.Location = new System.Drawing.Point( 11, 257 ); this.pnlGrafika.Name = "pnlGrafika"; this.pnlGrafika.Size = new System.Drawing.Size( 600, 98 ); this.pnlGrafika.TabIndex = 7; // // dlgOtevrit // this.dlgOtevrit.FileName = "openFileDialog1"; // // lbVystup // this.lbVystup.FormattingEnabled = true; this.lbVystup.Location = new System.Drawing.Point( 11, 373 ); this.lbVystup.Name = "lbVystup"; this.lbVystup.Size = new System.Drawing.Size( 599, 173 ); this.lbVystup.TabIndex = 8; // // VyhodnoceniGraficky // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size( 623, 565 ); this.Controls.Add( this.lbVystup ); this.Controls.Add( this.pnlGrafika ); this.Controls.Add( this.lblNapoveda ); this.Controls.Add( this.btnVypocti ); this.Controls.Add( this.btnNactiSit ); this.Name = "VyhodnoceniGraficky"; this.Text = "Vyhodnocení graficky"; this.ResumeLayout( false ); } #endregion private System.Windows.Forms.Label lblNapoveda; private System.Windows.Forms.Button btnVypocti; private System.Windows.Forms.Button btnNactiSit; private System.Windows.Forms.Panel pnlGrafika; private System.Windows.Forms.OpenFileDialog dlgOtevrit; private System.Windows.Forms.ListBox lbVystup; } }