namespace BilaPani
{
partial class MainForm
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.inputFilePathBox = new System.Windows.Forms.TextBox();
this.inputFileDialogButton = new System.Windows.Forms.Button();
this.loadInputFile = new System.Windows.Forms.Button();
this.drawingCanvas = new System.Windows.Forms.Panel();
this.krokovac = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.krokovac)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Vstupní soubor:";
//
// inputFilePathBox
//
this.inputFilePathBox.Location = new System.Drawing.Point(95, 6);
this.inputFilePathBox.Name = "inputFilePathBox";
this.inputFilePathBox.Size = new System.Drawing.Size(132, 20);
this.inputFilePathBox.TabIndex = 1;
this.inputFilePathBox.Text = "C:\\";
//
// inputFileDialogButton
//
this.inputFileDialogButton.Location = new System.Drawing.Point(233, 6);
this.inputFileDialogButton.Name = "inputFileDialogButton";
this.inputFileDialogButton.Size = new System.Drawing.Size(31, 20);
this.inputFileDialogButton.TabIndex = 2;
this.inputFileDialogButton.Text = "...";
this.inputFileDialogButton.UseVisualStyleBackColor = true;
this.inputFileDialogButton.Click += new System.EventHandler(this.inputFileDialogButton_Click);
//
// loadInputFile
//
this.loadInputFile.Location = new System.Drawing.Point(270, 6);
this.loadInputFile.Name = "loadInputFile";
this.loadInputFile.Size = new System.Drawing.Size(85, 21);
this.loadInputFile.TabIndex = 3;
this.loadInputFile.Text = "Načíst";
this.loadInputFile.UseVisualStyleBackColor = true;
this.loadInputFile.Click += new System.EventHandler(this.loadInputFile_Click);
//
// drawingCanvas
//
this.drawingCanvas.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.drawingCanvas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.drawingCanvas.Location = new System.Drawing.Point(12, 32);
this.drawingCanvas.Name = "drawingCanvas";
this.drawingCanvas.Size = new System.Drawing.Size(978, 700);
this.drawingCanvas.TabIndex = 4;
//
// krokovac
//
this.krokovac.Enabled = false;
this.krokovac.Location = new System.Drawing.Point(654, 6);
this.krokovac.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.krokovac.Name = "krokovac";
this.krokovac.Size = new System.Drawing.Size(58, 20);
this.krokovac.TabIndex = 6;
this.krokovac.Value = new decimal(new int[] {
1,
0,
0,
0});
this.krokovac.ValueChanged += new System.EventHandler(this.krokovac_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(588, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(60, 13);
this.label2.TabIndex = 7;
this.label2.Text = "Krokování:";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1008, 750);
this.Controls.Add(this.label2);
this.Controls.Add(this.krokovac);
this.Controls.Add(this.drawingCanvas);
this.Controls.Add(this.loadInputFile);
this.Controls.Add(this.inputFileDialogButton);
this.Controls.Add(this.inputFilePathBox);
this.Controls.Add(this.label1);
this.MinimizeBox = false;
this.Name = "MainForm";
this.Text = "Bílá Paní";
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.krokovac)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox inputFilePathBox;
private System.Windows.Forms.Button inputFileDialogButton;
private System.Windows.Forms.Button loadInputFile;
private System.Windows.Forms.Panel drawingCanvas;
private System.Windows.Forms.NumericUpDown krokovac;
private System.Windows.Forms.Label label2;
}
}