cukraszda/Cukraszda/Form1.Designer.cs

122 lines
5.4 KiB
C#
Raw Normal View History

2022-04-01 08:45:13 +00:00

namespace Cukraszda
{
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()
{
2022-04-01 10:00:18 +00:00
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fájlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sutemenyekToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.névjegyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.megnyitásToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = global::Cukraszda.Properties.Resources.somloi;
this.pictureBox1.Location = new System.Drawing.Point(54, 79);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(333, 265);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fájlToolStripMenuItem,
this.sutemenyekToolStripMenuItem,
this.névjegyToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(455, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// fájlToolStripMenuItem
//
this.fájlToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.megnyitásToolStripMenuItem});
this.fájlToolStripMenuItem.Name = "fájlToolStripMenuItem";
this.fájlToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fájlToolStripMenuItem.Text = "Fájl";
//
// sutemenyekToolStripMenuItem
//
this.sutemenyekToolStripMenuItem.Enabled = false;
this.sutemenyekToolStripMenuItem.Name = "sutemenyekToolStripMenuItem";
this.sutemenyekToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.sutemenyekToolStripMenuItem.Text = "sutemenyek";
this.sutemenyekToolStripMenuItem.Click += new System.EventHandler(this.sutemenyekToolStripMenuItem_Click);
//
// névjegyToolStripMenuItem
//
this.névjegyToolStripMenuItem.Name = "névjegyToolStripMenuItem";
this.névjegyToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
this.névjegyToolStripMenuItem.Text = "Névjegy";
//
// megnyitásToolStripMenuItem
//
this.megnyitásToolStripMenuItem.Name = "megnyitásToolStripMenuItem";
this.megnyitásToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.megnyitásToolStripMenuItem.Text = "Megnyitás";
this.megnyitásToolStripMenuItem.Click += new System.EventHandler(this.megnyitásToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2022-04-01 08:45:13 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2022-04-01 10:00:18 +00:00
this.ClientSize = new System.Drawing.Size(455, 413);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
2022-04-01 08:45:13 +00:00
this.Text = "Form1";
2022-04-01 10:00:18 +00:00
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
2022-04-01 08:45:13 +00:00
}
#endregion
2022-04-01 10:00:18 +00:00
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fájlToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sutemenyekToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem névjegyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem megnyitásToolStripMenuItem;
2022-04-01 08:45:13 +00:00
}
}