namespace Z17 { 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.panel1 = new System.Windows.Forms.Panel(); this.nahratsoubor = new System.Windows.Forms.Button(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Location = new System.Drawing.Point(5, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(700, 700); this.panel1.TabIndex = 0; this.panel1.Visible = false; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // nahratsoubor // this.nahratsoubor.Location = new System.Drawing.Point(711, 7); this.nahratsoubor.Name = "nahratsoubor"; this.nahratsoubor.Size = new System.Drawing.Size(66, 48); this.nahratsoubor.TabIndex = 1; this.nahratsoubor.Text = "Nahrát soubor"; this.nahratsoubor.UseVisualStyleBackColor = true; this.nahratsoubor.Click += new System.EventHandler(this.nahratsoubor_Click); // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(711, 61); this.numericUpDown1.Maximum = new decimal(new int[] { 9999999, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(66, 20); this.numericUpDown1.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 709); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.panel1); this.Controls.Add(this.nahratsoubor); this.Name = "Form1"; this.Text = "Krunimír"; ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button nahratsoubor; private System.Windows.Forms.NumericUpDown numericUpDown1; } }