Files
MIP/Mip/frmNewFirma.Designer.cs
Culak-HP\Culak cc7c23eca4 Initial commit
2020-10-10 18:25:36 +02:00

144 lines
5.9 KiB
C#

namespace Mip
{
partial class frmNewFirma
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panel43 = new System.Windows.Forms.Panel();
this.textBox35 = new System.Windows.Forms.TextBox();
this.label60 = new System.Windows.Forms.Label();
this.textBox34 = new System.Windows.Forms.TextBox();
this.label59 = new System.Windows.Forms.Label();
this.textBox33 = new System.Windows.Forms.TextBox();
this.label58 = new System.Windows.Forms.Label();
this.button87 = new System.Windows.Forms.Button();
this.panel43.SuspendLayout();
this.SuspendLayout();
//
// panel43
//
this.panel43.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel43.Controls.Add(this.textBox35);
this.panel43.Controls.Add(this.label60);
this.panel43.Controls.Add(this.textBox34);
this.panel43.Controls.Add(this.label59);
this.panel43.Controls.Add(this.textBox33);
this.panel43.Controls.Add(this.label58);
this.panel43.Location = new System.Drawing.Point(5, 4);
this.panel43.Name = "panel43";
this.panel43.Size = new System.Drawing.Size(205, 79);
this.panel43.TabIndex = 5;
//
// textBox35
//
this.textBox35.Location = new System.Drawing.Point(102, 56);
this.textBox35.Name = "textBox35";
this.textBox35.Size = new System.Drawing.Size(100, 20);
this.textBox35.TabIndex = 6;
//
// label60
//
this.label60.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label60.Location = new System.Drawing.Point(102, 40);
this.label60.Name = "label60";
this.label60.Size = new System.Drawing.Size(100, 16);
this.label60.TabIndex = 5;
this.label60.Text = "Zemepisná dĺžka";
this.label60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox34
//
this.textBox34.Location = new System.Drawing.Point(1, 56);
this.textBox34.Name = "textBox34";
this.textBox34.Size = new System.Drawing.Size(100, 20);
this.textBox34.TabIndex = 4;
//
// label59
//
this.label59.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label59.Location = new System.Drawing.Point(1, 40);
this.label59.Name = "label59";
this.label59.Size = new System.Drawing.Size(100, 16);
this.label59.TabIndex = 3;
this.label59.Text = "Zemepisná šírka";
this.label59.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox33
//
this.textBox33.Location = new System.Drawing.Point(1, 17);
this.textBox33.Name = "textBox33";
this.textBox33.Size = new System.Drawing.Size(201, 20);
this.textBox33.TabIndex = 2;
//
// label58
//
this.label58.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label58.Location = new System.Drawing.Point(1, 1);
this.label58.Name = "label58";
this.label58.Size = new System.Drawing.Size(201, 16);
this.label58.TabIndex = 0;
this.label58.Text = "Názov firmy";
this.label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button87
//
this.button87.Location = new System.Drawing.Point(620, 332);
this.button87.Name = "button87";
this.button87.Size = new System.Drawing.Size(75, 23);
this.button87.TabIndex = 4;
this.button87.Text = "button87";
this.button87.UseVisualStyleBackColor = true;
//
// frmNewFirma
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 445);
this.Controls.Add(this.panel43);
this.Controls.Add(this.button87);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmNewFirma";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmNewFirma";
this.panel43.ResumeLayout(false);
this.panel43.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel43;
private System.Windows.Forms.TextBox textBox35;
private System.Windows.Forms.Label label60;
private System.Windows.Forms.TextBox textBox34;
private System.Windows.Forms.Label label59;
private System.Windows.Forms.TextBox textBox33;
private System.Windows.Forms.Label label58;
private System.Windows.Forms.Button button87;
}
}