Initial commit

This commit is contained in:
Culak-HP\Culak
2020-10-10 18:25:36 +02:00
commit cc7c23eca4
254 changed files with 67743 additions and 0 deletions

639
Mip/frmAddFirma.Designer.cs generated Normal file
View File

@@ -0,0 +1,639 @@
namespace Mip
{
partial class frmAddFirma
{
/// <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.panel42 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panel28 = new System.Windows.Forms.Panel();
this.Poznámka = new System.Windows.Forms.TextBox();
this.Info3 = new System.Windows.Forms.TextBox();
this.Info2 = new System.Windows.Forms.TextBox();
this.Info1 = new System.Windows.Forms.TextBox();
this.WEB = new System.Windows.Forms.TextBox();
this.EMail = new System.Windows.Forms.TextBox();
this.DIČ = new System.Windows.Forms.TextBox();
this.IČO = new System.Windows.Forms.TextBox();
this.Krajina = new System.Windows.Forms.TextBox();
this.PSČ = new System.Windows.Forms.TextBox();
this.ČísloDomu = new System.Windows.Forms.TextBox();
this.Miesto = new System.Windows.Forms.TextBox();
this.Ulica = new System.Windows.Forms.TextBox();
this.PopisnéČíslo = new System.Windows.Forms.TextBox();
this.label53 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panel29 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label54 = new System.Windows.Forms.Label();
this.ÚdajeKontaktu = new System.Windows.Forms.TextBox();
this.button91 = new System.Windows.Forms.Button();
this.panel32 = new System.Windows.Forms.Panel();
this.label56 = new System.Windows.Forms.Label();
this.panel33 = new System.Windows.Forms.Panel();
this.label57 = new System.Windows.Forms.Label();
this.button87 = new System.Windows.Forms.Button();
this.panel43 = new System.Windows.Forms.Panel();
this.ZemepisnáDĺžka = new System.Windows.Forms.TextBox();
this.label60 = new System.Windows.Forms.Label();
this.ZemepisnáŠírka = new System.Windows.Forms.TextBox();
this.label59 = new System.Windows.Forms.Label();
this.NázovFirmy = new System.Windows.Forms.TextBox();
this.label58 = new System.Windows.Forms.Label();
this.panel42.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.panel28.SuspendLayout();
this.panel29.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel32.SuspendLayout();
this.panel33.SuspendLayout();
this.panel43.SuspendLayout();
this.SuspendLayout();
//
// panel42
//
this.panel42.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel42.Controls.Add(this.button4);
this.panel42.Controls.Add(this.flowLayoutPanel1);
this.panel42.Controls.Add(this.button87);
this.panel42.Controls.Add(this.panel43);
this.panel42.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel42.Location = new System.Drawing.Point(0, 0);
this.panel42.Margin = new System.Windows.Forms.Padding(1);
this.panel42.Name = "panel42";
this.panel42.Size = new System.Drawing.Size(237, 600);
this.panel42.TabIndex = 16;
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button4.Location = new System.Drawing.Point(0, 575);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 12;
this.button4.Text = "Pridať firmu";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.flowLayoutPanel1.Controls.Add(this.panel28);
this.flowLayoutPanel1.Controls.Add(this.panel29);
this.flowLayoutPanel1.Controls.Add(this.panel32);
this.flowLayoutPanel1.Controls.Add(this.panel33);
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 90);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(229, 480);
this.flowLayoutPanel1.TabIndex = 11;
//
// panel28
//
this.panel28.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel28.Controls.Add(this.Poznámka);
this.panel28.Controls.Add(this.Info3);
this.panel28.Controls.Add(this.Info2);
this.panel28.Controls.Add(this.Info1);
this.panel28.Controls.Add(this.WEB);
this.panel28.Controls.Add(this.EMail);
this.panel28.Controls.Add(this.DIČ);
this.panel28.Controls.Add(this.IČO);
this.panel28.Controls.Add(this.Krajina);
this.panel28.Controls.Add(this.PSČ);
this.panel28.Controls.Add(this.ČísloDomu);
this.panel28.Controls.Add(this.Miesto);
this.panel28.Controls.Add(this.Ulica);
this.panel28.Controls.Add(this.PopisnéČíslo);
this.panel28.Controls.Add(this.label53);
this.panel28.Controls.Add(this.button3);
this.panel28.Controls.Add(this.button1);
this.panel28.Location = new System.Drawing.Point(1, 1);
this.panel28.Margin = new System.Windows.Forms.Padding(1);
this.panel28.Name = "panel28";
this.panel28.Size = new System.Drawing.Size(225, 384);
this.panel28.TabIndex = 0;
this.panel28.Resize += new System.EventHandler(this.panel28_Resize);
//
// Poznámka
//
this.Poznámka.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Poznámka.Location = new System.Drawing.Point(1, 193);
this.Poznámka.Name = "Poznámka";
this.Poznámka.Size = new System.Drawing.Size(221, 20);
this.Poznámka.TabIndex = 23;
//
// Info3
//
this.Info3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Info3.Location = new System.Drawing.Point(1, 298);
this.Info3.Name = "Info3";
this.Info3.Size = new System.Drawing.Size(221, 20);
this.Info3.TabIndex = 22;
//
// Info2
//
this.Info2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Info2.Location = new System.Drawing.Point(1, 277);
this.Info2.Name = "Info2";
this.Info2.Size = new System.Drawing.Size(221, 20);
this.Info2.TabIndex = 21;
//
// Info1
//
this.Info1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Info1.Location = new System.Drawing.Point(1, 256);
this.Info1.Name = "Info1";
this.Info1.Size = new System.Drawing.Size(221, 20);
this.Info1.TabIndex = 20;
//
// WEB
//
this.WEB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.WEB.Location = new System.Drawing.Point(1, 235);
this.WEB.Name = "WEB";
this.WEB.Size = new System.Drawing.Size(221, 20);
this.WEB.TabIndex = 19;
//
// EMail
//
this.EMail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.EMail.Location = new System.Drawing.Point(1, 214);
this.EMail.Name = "EMail";
this.EMail.Size = new System.Drawing.Size(221, 20);
this.EMail.TabIndex = 18;
//
// DIČ
//
this.DIČ.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DIČ.Location = new System.Drawing.Point(1, 172);
this.DIČ.Name = "DIČ";
this.DIČ.Size = new System.Drawing.Size(221, 20);
this.DIČ.TabIndex = 17;
//
// IČO
//
this.IČO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.IČO.Location = new System.Drawing.Point(1, 151);
this.IČO.Name = "IČO";
this.IČO.Size = new System.Drawing.Size(221, 20);
this.IČO.TabIndex = 16;
//
// Krajina
//
this.Krajina.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Krajina.Location = new System.Drawing.Point(1, 130);
this.Krajina.Name = "Krajina";
this.Krajina.Size = new System.Drawing.Size(221, 20);
this.Krajina.TabIndex = 13;
//
// PSČ
//
this.PSČ.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PSČ.Location = new System.Drawing.Point(1, 109);
this.PSČ.Name = "PSČ";
this.PSČ.Size = new System.Drawing.Size(221, 20);
this.PSČ.TabIndex = 12;
//
// ČísloDomu
//
this.ČísloDomu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ČísloDomu.Location = new System.Drawing.Point(1, 88);
this.ČísloDomu.Name = "ČísloDomu";
this.ČísloDomu.Size = new System.Drawing.Size(221, 20);
this.ČísloDomu.TabIndex = 11;
//
// Miesto
//
this.Miesto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Miesto.Location = new System.Drawing.Point(1, 67);
this.Miesto.Name = "Miesto";
this.Miesto.Size = new System.Drawing.Size(221, 20);
this.Miesto.TabIndex = 10;
//
// Ulica
//
this.Ulica.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Ulica.Location = new System.Drawing.Point(1, 25);
this.Ulica.Name = "Ulica";
this.Ulica.Size = new System.Drawing.Size(221, 20);
this.Ulica.TabIndex = 9;
//
// PopisnéČíslo
//
this.PopisnéČíslo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PopisnéČíslo.Location = new System.Drawing.Point(1, 46);
this.PopisnéČíslo.Name = "PopisnéČíslo";
this.PopisnéČíslo.Size = new System.Drawing.Size(221, 20);
this.PopisnéČíslo.TabIndex = 8;
//
// label53
//
this.label53.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label53.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label53.Location = new System.Drawing.Point(-1, -1);
this.label53.Name = "label53";
this.label53.Size = new System.Drawing.Size(225, 25);
this.label53.TabIndex = 7;
this.label53.Text = "Adresa";
this.label53.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label53.Click += new System.EventHandler(this.label53_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button3.Location = new System.Drawing.Point(112, 344);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(113, 38);
this.button3.TabIndex = 15;
this.button3.Text = "Hľadať adresy z GOE súradníc";
this.button3.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button1.Location = new System.Drawing.Point(0, 344);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(113, 38);
this.button1.TabIndex = 14;
this.button1.Text = "Hľadať GEO suradnice z adresy";
this.button1.UseVisualStyleBackColor = true;
//
// panel29
//
this.panel29.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.panel29.BackColor = System.Drawing.Color.Transparent;
this.panel29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel29.Controls.Add(this.label3);
this.panel29.Controls.Add(this.textBox1);
this.panel29.Controls.Add(this.dataGridView1);
this.panel29.Controls.Add(this.label2);
this.panel29.Controls.Add(this.button2);
this.panel29.Controls.Add(this.label1);
this.panel29.Controls.Add(this.comboBox1);
this.panel29.Controls.Add(this.label54);
this.panel29.Controls.Add(this.ÚdajeKontaktu);
this.panel29.Controls.Add(this.button91);
this.panel29.Location = new System.Drawing.Point(1, 387);
this.panel29.Margin = new System.Windows.Forms.Padding(1);
this.panel29.Name = "panel29";
this.panel29.Size = new System.Drawing.Size(225, 25);
this.panel29.TabIndex = 1;
this.panel29.Resize += new System.EventHandler(this.panel29_Resize);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(34, 13);
this.label3.TabIndex = 20;
this.label3.Text = "Meno";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(81, 68);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(143, 20);
this.textBox1.TabIndex = 19;
//
// dataGridView1
//
this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(1, 121);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(221, 0);
this.dataGridView1.TabIndex = 18;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 13);
this.label2.TabIndex = 17;
this.label2.Text = "Údaj kontaktu";
//
// button2
//
this.button2.Location = new System.Drawing.Point(202, 24);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(23, 23);
this.button2.TabIndex = 16;
this.button2.Text = "+";
this.button2.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 13);
this.label1.TabIndex = 15;
this.label1.Text = "Typ kontaktu";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(81, 25);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 21);
this.comboBox1.TabIndex = 14;
//
// label54
//
this.label54.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label54.BackColor = System.Drawing.Color.Transparent;
this.label54.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label54.Enabled = false;
this.label54.Location = new System.Drawing.Point(-1, -1);
this.label54.Name = "label54";
this.label54.Size = new System.Drawing.Size(225, 25);
this.label54.TabIndex = 9;
this.label54.Text = "Kontakty";
this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label54.Click += new System.EventHandler(this.label54_Click);
//
// ÚdajeKontaktu
//
this.ÚdajeKontaktu.Location = new System.Drawing.Point(81, 47);
this.ÚdajeKontaktu.Name = "ÚdajeKontaktu";
this.ÚdajeKontaktu.Size = new System.Drawing.Size(143, 20);
this.ÚdajeKontaktu.TabIndex = 3;
//
// button91
//
this.button91.Location = new System.Drawing.Point(0, 98);
this.button91.Name = "button91";
this.button91.Size = new System.Drawing.Size(225, 23);
this.button91.TabIndex = 13;
this.button91.Text = "Pridať kontakt";
this.button91.UseVisualStyleBackColor = true;
//
// panel32
//
this.panel32.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.panel32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel32.Controls.Add(this.label56);
this.panel32.Location = new System.Drawing.Point(1, 414);
this.panel32.Margin = new System.Windows.Forms.Padding(1);
this.panel32.Name = "panel32";
this.panel32.Size = new System.Drawing.Size(225, 25);
this.panel32.TabIndex = 3;
this.panel32.Resize += new System.EventHandler(this.panel32_Resize);
//
// label56
//
this.label56.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label56.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label56.Enabled = false;
this.label56.Location = new System.Drawing.Point(-1, -1);
this.label56.Name = "label56";
this.label56.Size = new System.Drawing.Size(225, 25);
this.label56.TabIndex = 9;
this.label56.Text = "???";
this.label56.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label56.Click += new System.EventHandler(this.label56_Click);
//
// panel33
//
this.panel33.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel33.Controls.Add(this.label57);
this.panel33.Enabled = false;
this.panel33.Location = new System.Drawing.Point(1, 441);
this.panel33.Margin = new System.Windows.Forms.Padding(1);
this.panel33.Name = "panel33";
this.panel33.Size = new System.Drawing.Size(225, 25);
this.panel33.TabIndex = 4;
this.panel33.Resize += new System.EventHandler(this.panel33_Resize);
//
// label57
//
this.label57.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label57.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label57.Location = new System.Drawing.Point(-1, -1);
this.label57.Name = "label57";
this.label57.Size = new System.Drawing.Size(225, 25);
this.label57.TabIndex = 9;
this.label57.Text = "??";
this.label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label57.Click += new System.EventHandler(this.label57_Click);
//
// button87
//
this.button87.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button87.Location = new System.Drawing.Point(160, 575);
this.button87.Name = "button87";
this.button87.Size = new System.Drawing.Size(75, 23);
this.button87.TabIndex = 3;
this.button87.Text = "Zavrieť";
this.button87.UseVisualStyleBackColor = true;
this.button87.Click += new System.EventHandler(this.button87_Click);
//
// panel43
//
this.panel43.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel43.Controls.Add(this.ZemepisnáDĺžka);
this.panel43.Controls.Add(this.label60);
this.panel43.Controls.Add(this.ZemepisnáŠírka);
this.panel43.Controls.Add(this.label59);
this.panel43.Controls.Add(this.NázovFirmy);
this.panel43.Controls.Add(this.label58);
this.panel43.Location = new System.Drawing.Point(3, 3);
this.panel43.Name = "panel43";
this.panel43.Size = new System.Drawing.Size(229, 84);
this.panel43.TabIndex = 1;
//
// ZemepisnáDĺžka
//
this.ZemepisnáDĺžka.Location = new System.Drawing.Point(114, 61);
this.ZemepisnáDĺžka.Name = "ZemepisnáDĺžka";
this.ZemepisnáDĺžka.Size = new System.Drawing.Size(112, 20);
this.ZemepisnáDĺžka.TabIndex = 5;
//
// label60
//
this.label60.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label60.BackColor = System.Drawing.Color.LightGoldenrodYellow;
this.label60.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label60.Location = new System.Drawing.Point(114, 43);
this.label60.Name = "label60";
this.label60.Size = new System.Drawing.Size(112, 18);
this.label60.TabIndex = 4;
this.label60.Text = "Zemepisná dĺžka";
this.label60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ZemepisnáŠírka
//
this.ZemepisnáŠírka.Location = new System.Drawing.Point(1, 61);
this.ZemepisnáŠírka.Name = "ZemepisnáŠírka";
this.ZemepisnáŠírka.Size = new System.Drawing.Size(112, 20);
this.ZemepisnáŠírka.TabIndex = 3;
//
// label59
//
this.label59.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label59.BackColor = System.Drawing.Color.LightGoldenrodYellow;
this.label59.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label59.Location = new System.Drawing.Point(1, 43);
this.label59.Name = "label59";
this.label59.Size = new System.Drawing.Size(112, 18);
this.label59.TabIndex = 2;
this.label59.Text = "Zemepisná šírka";
this.label59.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// NázovFirmy
//
this.NázovFirmy.Location = new System.Drawing.Point(1, 19);
this.NázovFirmy.Name = "NázovFirmy";
this.NázovFirmy.Size = new System.Drawing.Size(225, 20);
this.NázovFirmy.TabIndex = 1;
//
// label58
//
this.label58.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label58.BackColor = System.Drawing.Color.LightGoldenrodYellow;
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(225, 18);
this.label58.TabIndex = 0;
this.label58.Text = "Názov firmy";
this.label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// frmAddFirma
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(237, 600);
this.Controls.Add(this.panel42);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MinimumSize = new System.Drawing.Size(237, 300);
this.Name = "frmAddFirma";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmAddFirma";
this.Shown += new System.EventHandler(this.frmAddFirma_Shown);
this.panel42.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);
this.panel28.ResumeLayout(false);
this.panel28.PerformLayout();
this.panel29.ResumeLayout(false);
this.panel29.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel32.ResumeLayout(false);
this.panel33.ResumeLayout(false);
this.panel43.ResumeLayout(false);
this.panel43.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel42;
private System.Windows.Forms.Button button87;
private System.Windows.Forms.Panel panel43;
private System.Windows.Forms.TextBox ZemepisnáDĺžka;
private System.Windows.Forms.Label label60;
private System.Windows.Forms.TextBox ZemepisnáŠírka;
private System.Windows.Forms.Label label59;
private System.Windows.Forms.TextBox NázovFirmy;
private System.Windows.Forms.Label label58;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Panel panel28;
private System.Windows.Forms.TextBox ČísloDomu;
private System.Windows.Forms.TextBox Miesto;
private System.Windows.Forms.TextBox Ulica;
private System.Windows.Forms.TextBox PopisnéČíslo;
private System.Windows.Forms.Label label53;
private System.Windows.Forms.Panel panel29;
private System.Windows.Forms.Label label54;
private System.Windows.Forms.TextBox ÚdajeKontaktu;
private System.Windows.Forms.Button button91;
private System.Windows.Forms.TextBox Krajina;
private System.Windows.Forms.TextBox PSČ;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Panel panel32;
private System.Windows.Forms.Label label56;
private System.Windows.Forms.Panel panel33;
private System.Windows.Forms.Label label57;
private System.Windows.Forms.TextBox Info3;
private System.Windows.Forms.TextBox Info2;
private System.Windows.Forms.TextBox Info1;
private System.Windows.Forms.TextBox WEB;
private System.Windows.Forms.TextBox EMail;
private System.Windows.Forms.TextBox DIČ;
private System.Windows.Forms.TextBox IČO;
private System.Windows.Forms.TextBox Poznámka;
}
}