Merkozesek/Merkozesek/Form1.Designer.cs

307 lines
14 KiB
C#

namespace Merkozesek
{
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.components = new System.ComponentModel.Container();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fájlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.megnyitásToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.kilépésToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.információkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tboxFelido = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tboxVege = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tboxFordulo = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tboxCsapatok = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.listBox2 = new System.Windows.Forms.ListBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.statisztikaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fordítottakToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fájlToolStripMenuItem,
this.információkToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(490, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fájlToolStripMenuItem
//
this.fájlToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.megnyitásToolStripMenuItem,
this.kilépésToolStripMenuItem});
this.fájlToolStripMenuItem.Name = "fájlToolStripMenuItem";
this.fájlToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fájlToolStripMenuItem.Text = "Fájl";
//
// megnyitásToolStripMenuItem
//
this.megnyitásToolStripMenuItem.Name = "megnyitásToolStripMenuItem";
this.megnyitásToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
this.megnyitásToolStripMenuItem.Text = "Megnyitás";
this.megnyitásToolStripMenuItem.Click += new System.EventHandler(this.megnyitásToolStripMenuItem_Click);
//
// kilépésToolStripMenuItem
//
this.kilépésToolStripMenuItem.Name = "kilépésToolStripMenuItem";
this.kilépésToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
this.kilépésToolStripMenuItem.Text = "Kilépés";
this.kilépésToolStripMenuItem.Click += new System.EventHandler(this.kilépésToolStripMenuItem_Click);
//
// információkToolStripMenuItem
//
this.információkToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statisztikaToolStripMenuItem,
this.fordítottakToolStripMenuItem});
this.információkToolStripMenuItem.Name = "információkToolStripMenuItem";
this.információkToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.információkToolStripMenuItem.Text = "Információk";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label1.ForeColor = System.Drawing.Color.Green;
this.label1.Location = new System.Drawing.Point(124, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(242, 24);
this.label1.TabIndex = 1;
this.label1.Text = "Focibajnokság elemzése";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 79);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(94, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Mérkőzések listája";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(15, 95);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(194, 342);
this.listBox1.TabIndex = 3;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.tboxFelido);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.tboxVege);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.tboxFordulo);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.tboxCsapatok);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(226, 79);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(252, 158);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Mérkőzés adatai:";
//
// tboxFelido
//
this.tboxFelido.Location = new System.Drawing.Point(139, 122);
this.tboxFelido.Name = "tboxFelido";
this.tboxFelido.Size = new System.Drawing.Size(100, 20);
this.tboxFelido.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 125);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(93, 13);
this.label6.TabIndex = 6;
this.label6.Text = "Félidő eredménye:";
//
// tboxVege
//
this.tboxVege.Location = new System.Drawing.Point(139, 90);
this.tboxVege.Name = "tboxVege";
this.tboxVege.Size = new System.Drawing.Size(100, 20);
this.tboxVege.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 93);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(75, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Végeredmény:";
//
// tboxFordulo
//
this.tboxFordulo.Location = new System.Drawing.Point(177, 58);
this.tboxFordulo.Name = "tboxFordulo";
this.tboxFordulo.Size = new System.Drawing.Size(62, 20);
this.tboxFordulo.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 61);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(78, 13);
this.label4.TabIndex = 2;
this.label4.Text = "Forduló száma:";
//
// tboxCsapatok
//
this.tboxCsapatok.Location = new System.Drawing.Point(67, 26);
this.tboxCsapatok.Name = "tboxCsapatok";
this.tboxCsapatok.Size = new System.Drawing.Size(172, 20);
this.tboxCsapatok.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 29);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(55, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Csapatok:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(261, 252);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(186, 23);
this.button1.TabIndex = 5;
this.button1.Text = "Ebben a fordulóban meccsek:";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(226, 300);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(252, 134);
this.listBox2.TabIndex = 6;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// statisztikaToolStripMenuItem
//
this.statisztikaToolStripMenuItem.Name = "statisztikaToolStripMenuItem";
this.statisztikaToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.statisztikaToolStripMenuItem.Text = "Statisztika";
this.statisztikaToolStripMenuItem.Click += new System.EventHandler(this.statisztikaToolStripMenuItem_Click);
//
// fordítottakToolStripMenuItem
//
this.fordítottakToolStripMenuItem.Name = "fordítottakToolStripMenuItem";
this.fordítottakToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.fordítottakToolStripMenuItem.Text = "Fordítottak";
this.fordítottakToolStripMenuItem.Click += new System.EventHandler(this.fordítottakToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 450);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Focibajnokság";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fájlToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem információkToolStripMenuItem;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox tboxFelido;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tboxVege;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tboxFordulo;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tboxCsapatok;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.ToolStripMenuItem megnyitásToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem kilépésToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripMenuItem statisztikaToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fordítottakToolStripMenuItem;
}
}