ProgaOra/20240905/WindowsFormsApp1/WindowsFormsApp1/Form1.Designer.cs
2024-09-06 09:55:00 +02:00

218 lines
8.8 KiB
C#

namespace WindowsFormsApp1
{
partial class Form1
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.save = new System.Windows.Forms.Button();
this.exit = new System.Windows.Forms.Button();
this.orszag = new System.Windows.Forms.TextBox();
this.terulet = new System.Windows.Forms.TextBox();
this.nepesseg = new System.Windows.Forms.TextBox();
this.fovaros = new System.Windows.Forms.TextBox();
this.fovaros_lakossaga = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
this.label1.Location = new System.Drawing.Point(304, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(191, 26);
this.label1.TabIndex = 0;
this.label1.Text = "Új ország felvétele";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label2.Location = new System.Drawing.Point(155, 118);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(64, 20);
this.label2.TabIndex = 1;
this.label2.Text = "Ország:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label3.Location = new System.Drawing.Point(157, 176);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 20);
this.label3.TabIndex = 2;
this.label3.Text = "Terület:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label4.Location = new System.Drawing.Point(134, 231);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(85, 20);
this.label4.TabIndex = 3;
this.label4.Text = "Népesség:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label5.Location = new System.Drawing.Point(149, 288);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(70, 20);
this.label5.TabIndex = 4;
this.label5.Text = "Főváros:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label6.Location = new System.Drawing.Point(73, 344);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(146, 20);
this.label6.TabIndex = 5;
this.label6.Text = "Főváros lakossága:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label7.Location = new System.Drawing.Point(295, 412);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(216, 20);
this.label7.TabIndex = 6;
this.label7.Text = "Kérem adja meg az adatokat!";
//
// save
//
this.save.Location = new System.Drawing.Point(690, 115);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(75, 70);
this.save.TabIndex = 7;
this.save.Text = "Mentés";
this.save.UseVisualStyleBackColor = true;
this.save.Click += new System.EventHandler(this.save_Click);
//
// exit
//
this.exit.Location = new System.Drawing.Point(752, 463);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(75, 29);
this.exit.TabIndex = 8;
this.exit.Text = "Kilépés";
this.exit.UseVisualStyleBackColor = true;
//
// orszag
//
this.orszag.Location = new System.Drawing.Point(256, 120);
this.orszag.Name = "orszag";
this.orszag.Size = new System.Drawing.Size(239, 20);
this.orszag.TabIndex = 9;
//
// terulet
//
this.terulet.Location = new System.Drawing.Point(256, 178);
this.terulet.Name = "terulet";
this.terulet.Size = new System.Drawing.Size(239, 20);
this.terulet.TabIndex = 10;
//
// nepesseg
//
this.nepesseg.Location = new System.Drawing.Point(256, 231);
this.nepesseg.Name = "nepesseg";
this.nepesseg.Size = new System.Drawing.Size(239, 20);
this.nepesseg.TabIndex = 11;
//
// fovaros
//
this.fovaros.Location = new System.Drawing.Point(256, 290);
this.fovaros.Name = "fovaros";
this.fovaros.Size = new System.Drawing.Size(239, 20);
this.fovaros.TabIndex = 12;
//
// fovaros_lakossaga
//
this.fovaros_lakossaga.Location = new System.Drawing.Point(256, 346);
this.fovaros_lakossaga.Name = "fovaros_lakossaga";
this.fovaros_lakossaga.Size = new System.Drawing.Size(239, 20);
this.fovaros_lakossaga.TabIndex = 13;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(839, 504);
this.Controls.Add(this.fovaros_lakossaga);
this.Controls.Add(this.fovaros);
this.Controls.Add(this.nepesseg);
this.Controls.Add(this.terulet);
this.Controls.Add(this.orszag);
this.Controls.Add(this.exit);
this.Controls.Add(this.save);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button save;
private System.Windows.Forms.Button exit;
private System.Windows.Forms.TextBox orszag;
private System.Windows.Forms.TextBox terulet;
private System.Windows.Forms.TextBox nepesseg;
private System.Windows.Forms.TextBox fovaros;
private System.Windows.Forms.TextBox fovaros_lakossaga;
}
}