ProgaOra/20240906/GyakorlásGUI/HegyekMO_GUI/Form1.Designer.cs
2024-09-08 17:31:12 +02:00

142 lines
5.5 KiB
C#

namespace HegyekMO_GUI
{
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.hegyek_LB = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.hegycsucs_TB = new System.Windows.Forms.TextBox();
this.hegyseg_TB = new System.Windows.Forms.TextBox();
this.magassag_TB = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// hegyek_LB
//
this.hegyek_LB.FormattingEnabled = true;
this.hegyek_LB.Location = new System.Drawing.Point(404, 12);
this.hegyek_LB.Name = "hegyek_LB";
this.hegyek_LB.Size = new System.Drawing.Size(367, 407);
this.hegyek_LB.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 42);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Hegycsúcs neve:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 96);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Hegység:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 159);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 13);
this.label3.TabIndex = 3;
this.label3.Text = "Magasság:";
//
// hegycsucs_TB
//
this.hegycsucs_TB.Location = new System.Drawing.Point(122, 42);
this.hegycsucs_TB.Name = "hegycsucs_TB";
this.hegycsucs_TB.Size = new System.Drawing.Size(208, 20);
this.hegycsucs_TB.TabIndex = 4;
//
// hegyseg_TB
//
this.hegyseg_TB.Location = new System.Drawing.Point(122, 96);
this.hegyseg_TB.Name = "hegyseg_TB";
this.hegyseg_TB.Size = new System.Drawing.Size(208, 20);
this.hegyseg_TB.TabIndex = 5;
//
// magassag_TB
//
this.magassag_TB.Location = new System.Drawing.Point(122, 152);
this.magassag_TB.Name = "magassag_TB";
this.magassag_TB.Size = new System.Drawing.Size(208, 20);
this.magassag_TB.TabIndex = 6;
//
// button1
//
this.button1.Location = new System.Drawing.Point(15, 272);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(315, 23);
this.button1.TabIndex = 7;
this.button1.Text = "adatok beszúrása a hegyekMo.txt-be";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.button1);
this.Controls.Add(this.magassag_TB);
this.Controls.Add(this.hegyseg_TB);
this.Controls.Add(this.hegycsucs_TB);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.hegyek_LB);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox hegyek_LB;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox hegycsucs_TB;
private System.Windows.Forms.TextBox hegyseg_TB;
private System.Windows.Forms.TextBox magassag_TB;
private System.Windows.Forms.Button button1;
}
}