namespace WindowsFormsApplication1 { partial class VyhodnoceniFormular { /// /// 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( VyhodnoceniFormular ) ); this.btnNactiSit = new System.Windows.Forms.Button(); this.dlgOtevrit = new System.Windows.Forms.OpenFileDialog(); this.btnVypocti = new System.Windows.Forms.Button(); this.lbVystup = new System.Windows.Forms.ListBox(); this.lblNapoveda = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnNactiSit // this.btnNactiSit.Location = new System.Drawing.Point( 45, 88 ); this.btnNactiSit.Name = "btnNactiSit"; this.btnNactiSit.Size = new System.Drawing.Size( 403, 85 ); this.btnNactiSit.TabIndex = 0; this.btnNactiSit.Text = "Načti síť"; this.btnNactiSit.UseVisualStyleBackColor = true; this.btnNactiSit.Click += new System.EventHandler( this.btnNactiSit_Click ); // // dlgOtevrit // this.dlgOtevrit.FileName = "openFileDialog1"; this.dlgOtevrit.FileOk += new System.ComponentModel.CancelEventHandler( this.dlgOtevrit_FileOk ); // // btnVypocti // this.btnVypocti.Enabled = false; this.btnVypocti.Location = new System.Drawing.Point( 47, 179 ); this.btnVypocti.Name = "btnVypocti"; this.btnVypocti.Size = new System.Drawing.Size( 401, 75 ); this.btnVypocti.TabIndex = 1; this.btnVypocti.Text = "Vypočti vstup"; this.btnVypocti.UseVisualStyleBackColor = true; this.btnVypocti.Click += new System.EventHandler( this.btnVypocti_Click ); // // lbVystup // this.lbVystup.Font = new System.Drawing.Font( "Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( ( byte )( 238 ) ) ); this.lbVystup.FormattingEnabled = true; this.lbVystup.ItemHeight = 16; this.lbVystup.Location = new System.Drawing.Point( 47, 274 ); this.lbVystup.Name = "lbVystup"; this.lbVystup.Size = new System.Drawing.Size( 401, 132 ); this.lbVystup.TabIndex = 2; // // lblNapoveda // this.lblNapoveda.Location = new System.Drawing.Point( 44, 27 ); this.lblNapoveda.Name = "lblNapoveda"; this.lblNapoveda.Size = new System.Drawing.Size( 413, 40 ); this.lblNapoveda.TabIndex = 3; this.lblNapoveda.Text = resources.GetString( "lblNapoveda.Text" ); this.lblNapoveda.Click += new System.EventHandler( this.lblNapoveda_Click ); // // VyhodnoceniFormular // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size( 499, 416 ); this.Controls.Add( this.lblNapoveda ); this.Controls.Add( this.lbVystup ); this.Controls.Add( this.btnVypocti ); this.Controls.Add( this.btnNactiSit ); this.Name = "VyhodnoceniFormular"; this.Text = "Vyhodnocovací formulář"; this.Load += new System.EventHandler( this.VyhodnoceniFormular_Load ); this.ResumeLayout( false ); } #endregion private System.Windows.Forms.Button btnNactiSit; private System.Windows.Forms.OpenFileDialog dlgOtevrit; private System.Windows.Forms.Button btnVypocti; private System.Windows.Forms.ListBox lbVystup; private System.Windows.Forms.Label lblNapoveda; } }