ProgaOra/20240527/WindowsFormsApp1/WindowsFormsApp1/Form1.Designer.cs
2024-05-27 13:16:08 +02:00

273 lines
11 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.listBox1 = new System.Windows.Forms.ListBox();
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.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.Film_cime = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.Talalat = new System.Windows.Forms.Label();
this.listBox2 = new System.Windows.Forms.ListBox();
this.button4 = new System.Windows.Forms.Button();
this.Cim = new System.Windows.Forms.TextBox();
this.Ev = new System.Windows.Forms.TextBox();
this.Jelolesek = new System.Windows.Forms.TextBox();
this.Dijak = new System.Windows.Forms.TextBox();
this.Searched = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(91, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Oscar-díjas filmek";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(12, 57);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(198, 368);
this.listBox1.TabIndex = 1;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(283, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Címe";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(283, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(20, 13);
this.label3.TabIndex = 3;
this.label3.Text = "Év";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(283, 103);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(92, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Jelölésekm száma";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(283, 146);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(66, 13);
this.label5.TabIndex = 5;
this.label5.Text = "Díjak száma";
//
// button1
//
this.button1.Location = new System.Drawing.Point(286, 190);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(261, 33);
this.button1.TabIndex = 6;
this.button1.Text = "Új film felvétele";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(435, 246);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(112, 33);
this.button2.TabIndex = 7;
this.button2.Text = "Legtöbb díjat kapta";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Film_cime
//
this.Film_cime.AutoSize = true;
this.Film_cime.Location = new System.Drawing.Point(283, 256);
this.Film_cime.Name = "Film_cime";
this.Film_cime.Size = new System.Drawing.Size(55, 13);
this.Film_cime.TabIndex = 8;
this.Film_cime.Text = "Film címe:";
//
// button3
//
this.button3.Location = new System.Drawing.Point(469, 303);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(56, 22);
this.button3.TabIndex = 9;
this.button3.Text = "keres";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Talalat
//
this.Talalat.AutoSize = true;
this.Talalat.Location = new System.Drawing.Point(283, 357);
this.Talalat.Name = "Talalat";
this.Talalat.Size = new System.Drawing.Size(74, 13);
this.Talalat.TabIndex = 10;
this.Talalat.Text = "Találat kiírása";
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(590, 57);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(198, 329);
this.listBox2.TabIndex = 11;
//
// button4
//
this.button4.Location = new System.Drawing.Point(629, 392);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(56, 22);
this.button4.TabIndex = 12;
this.button4.Text = "listázz";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// Cim
//
this.Cim.Location = new System.Drawing.Point(388, 15);
this.Cim.Name = "Cim";
this.Cim.Size = new System.Drawing.Size(159, 20);
this.Cim.TabIndex = 13;
//
// Ev
//
this.Ev.Location = new System.Drawing.Point(388, 57);
this.Ev.Name = "Ev";
this.Ev.Size = new System.Drawing.Size(159, 20);
this.Ev.TabIndex = 14;
//
// Jelolesek
//
this.Jelolesek.Location = new System.Drawing.Point(388, 100);
this.Jelolesek.Name = "Jelolesek";
this.Jelolesek.Size = new System.Drawing.Size(159, 20);
this.Jelolesek.TabIndex = 15;
//
// Dijak
//
this.Dijak.Location = new System.Drawing.Point(388, 146);
this.Dijak.Name = "Dijak";
this.Dijak.Size = new System.Drawing.Size(159, 20);
this.Dijak.TabIndex = 16;
//
// Searched
//
this.Searched.Location = new System.Drawing.Point(286, 303);
this.Searched.Name = "Searched";
this.Searched.Size = new System.Drawing.Size(159, 20);
this.Searched.TabIndex = 17;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(590, 12);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(198, 20);
this.textBox6.TabIndex = 18;
this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
//
// 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.textBox6);
this.Controls.Add(this.Searched);
this.Controls.Add(this.Dijak);
this.Controls.Add(this.Jelolesek);
this.Controls.Add(this.Ev);
this.Controls.Add(this.Cim);
this.Controls.Add(this.button4);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.Talalat);
this.Controls.Add(this.button3);
this.Controls.Add(this.Film_cime);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox listBox1;
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.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label Film_cime;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label Talalat;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox Cim;
private System.Windows.Forms.TextBox Ev;
private System.Windows.Forms.TextBox Jelolesek;
private System.Windows.Forms.TextBox Dijak;
private System.Windows.Forms.TextBox Searched;
private System.Windows.Forms.TextBox textBox6;
}
}