This commit is contained in:
szabomarton 2024-05-13 11:20:30 +02:00
parent 6c3bf53f11
commit 1c5a97131a
30 changed files with 1319 additions and 0 deletions

BIN
20240513/DolgozatPotlas.pdf Normal file

Binary file not shown.

View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34729.46
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp1", "WindowsFormsApp1\WindowsFormsApp1.csproj", "{E27F148B-2F69-4D65-866A-D6F081AD96EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4546DC27-BBAD-4D61-B474-B65CD25F5C16}
EndGlobalSection
EndGlobal

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

View File

@ -0,0 +1,286 @@

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.Mai_ajanlat = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.Legdragabb = new System.Windows.Forms.TextBox();
this.Legolcsobb = new System.Windows.Forms.TextBox();
this.legdragabb_stat = new System.Windows.Forms.TextBox();
this.legolcsobb_stat = new System.Windows.Forms.TextBox();
this.tipus_ajanlat = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.Dijazott_check = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
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.SuspendLayout();
//
// Mai_ajanlat
//
this.Mai_ajanlat.Location = new System.Drawing.Point(29, 26);
this.Mai_ajanlat.Name = "Mai_ajanlat";
this.Mai_ajanlat.Size = new System.Drawing.Size(182, 20);
this.Mai_ajanlat.TabIndex = 0;
this.Mai_ajanlat.TextChanged += new System.EventHandler(this.Mai_ajanlat_TextChanged);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(29, 75);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(182, 20);
this.textBox2.TabIndex = 1;
//
// Legdragabb
//
this.Legdragabb.Location = new System.Drawing.Point(29, 219);
this.Legdragabb.Name = "Legdragabb";
this.Legdragabb.Size = new System.Drawing.Size(182, 20);
this.Legdragabb.TabIndex = 2;
this.Legdragabb.TextChanged += new System.EventHandler(this.Legdragabb_TextChanged);
//
// Legolcsobb
//
this.Legolcsobb.Location = new System.Drawing.Point(29, 323);
this.Legolcsobb.Name = "Legolcsobb";
this.Legolcsobb.Size = new System.Drawing.Size(182, 20);
this.Legolcsobb.TabIndex = 3;
//
// legdragabb_stat
//
this.legdragabb_stat.Location = new System.Drawing.Point(268, 219);
this.legdragabb_stat.Name = "legdragabb_stat";
this.legdragabb_stat.Size = new System.Drawing.Size(182, 20);
this.legdragabb_stat.TabIndex = 4;
this.legdragabb_stat.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
//
// legolcsobb_stat
//
this.legolcsobb_stat.Location = new System.Drawing.Point(268, 323);
this.legolcsobb_stat.Name = "legolcsobb_stat";
this.legolcsobb_stat.Size = new System.Drawing.Size(182, 20);
this.legolcsobb_stat.TabIndex = 5;
//
// tipus_ajanlat
//
this.tipus_ajanlat.Location = new System.Drawing.Point(209, 383);
this.tipus_ajanlat.Name = "tipus_ajanlat";
this.tipus_ajanlat.Size = new System.Drawing.Size(182, 20);
this.tipus_ajanlat.TabIndex = 6;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(590, 26);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(182, 20);
this.textBox8.TabIndex = 7;
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(590, 75);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(182, 20);
this.textBox9.TabIndex = 8;
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(590, 128);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(182, 20);
this.textBox10.TabIndex = 9;
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(590, 185);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(182, 20);
this.textBox11.TabIndex = 10;
//
// Dijazott_check
//
this.Dijazott_check.AutoSize = true;
this.Dijazott_check.Location = new System.Drawing.Point(510, 222);
this.Dijazott_check.Name = "Dijazott_check";
this.Dijazott_check.Size = new System.Drawing.Size(63, 17);
this.Dijazott_check.TabIndex = 11;
this.Dijazott_check.Text = "Díjazott";
this.Dijazott_check.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(140, 430);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(197, 47);
this.button1.TabIndex = 12;
this.button1.Text = "Árajánlat mentése";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(550, 334);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(143, 50);
this.button2.TabIndex = 13;
this.button2.Text = "Új süti felvétele";
this.button2.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(49, 185);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(133, 13);
this.label1.TabIndex = 14;
this.label1.Text = "Legdrágább süteményünk";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(49, 279);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(131, 13);
this.label2.TabIndex = 15;
this.label2.Text = "Legolcsóbb süteményünk";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(507, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(55, 13);
this.label3.TabIndex = 16;
this.label3.Text = "Süti neve:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(507, 82);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(61, 13);
this.label4.TabIndex = 17;
this.label4.Text = "Süti típusa:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(507, 135);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(45, 13);
this.label5.TabIndex = 18;
this.label5.Text = "Egység:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(507, 185);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(20, 13);
this.label6.TabIndex = 19;
this.label6.Text = "Ár:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(126, 383);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 13);
this.label7.TabIndex = 20;
this.label7.Text = "süti típusa";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 523);
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.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.Dijazott_check);
this.Controls.Add(this.textBox11);
this.Controls.Add(this.textBox10);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.tipus_ajanlat);
this.Controls.Add(this.legolcsobb_stat);
this.Controls.Add(this.legdragabb_stat);
this.Controls.Add(this.Legolcsobb);
this.Controls.Add(this.Legdragabb);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.Mai_ajanlat);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox Mai_ajanlat;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox Legdragabb;
private System.Windows.Forms.TextBox Legolcsobb;
private System.Windows.Forms.TextBox legdragabb_stat;
private System.Windows.Forms.TextBox legolcsobb_stat;
private System.Windows.Forms.TextBox tipus_ajanlat;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.CheckBox Dijazott_check;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
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;
}
}

View File

@ -0,0 +1,182 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
namespace WindowsFormsApp1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
string path = "C:\\Users\\szabomarton\\Desktop\\C#\\ProgaOra\\20240513\\cuki.txt";
FileStream fs = new FileStream(path, FileMode.Open, FileAccess.Read);
StreamReader streamReader = new StreamReader(fs);
string line = streamReader.ReadLine();
while (line != null)
{
string[] datas = line.Split(';');
bool dijazott = BoolErtek(datas[2]);
Suti suti = new Suti(datas[0], datas[1], dijazott, Convert.ToInt32(datas[3]), datas[4]);
Data.adatok.Add(suti);
line = streamReader.ReadLine();
}
streamReader.Close();
fs.Close();
Random random = new Random();
int index = random.Next(0, Data.adatok.Count);
Mai_ajanlat.Text = $"A mai ajánlatunk:{Data.adatok[index].nev}";
int legolcsobb = legolcsobb_index();
int legdragabb = legdragabb_index();
Legdragabb.Text = $"{Data.adatok[legdragabb].nev}";
Legolcsobb.Text = $"{Data.adatok[legolcsobb].nev}";
legdragabb_stat.Text = $"{Data.adatok[legdragabb].ar} Ft/{Data.adatok[legdragabb].egyseg}";
legolcsobb_stat.Text = $"{Data.adatok[legolcsobb].ar} Ft/{Data.adatok[legolcsobb].egyseg}";
}
public bool BoolErtek(string ertek)
{
if (ertek == "false")
{
return false;
}
return true;
}
public int legdragabb_index()
{
int index = 0;
for (int i = 0; i < Data.adatok.Count; i++)
{
if (Data.adatok[index].ar < Data.adatok[i].ar)
{
index = i;
}
}
return index;
}
public int legolcsobb_index()
{
int index = 0;
for (int i = 0; i < Data.adatok.Count; i++)
{
if (Data.adatok[index].ar > Data.adatok[i].ar)
{
index = i;
}
}
return index;
}
private void Legdragabb_TextChanged(object sender, EventArgs e)
{
}
private void textBox5_TextChanged(object sender, EventArgs e)
{
}
private void Mai_ajanlat_TextChanged(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
if (tipus_ajanlat.Text == "")
{
MessageBox.Show("Nem írtál be süteményt!");
}
else if (contains(tipus_ajanlat.Text))
{
ajanlat(tipus_ajanlat.Text);
MessageBox.Show($"{Data.db} süti lett az ajánlathoz adva.");
}
else
{
MessageBox.Show("Nincs megfelelő sütink. Kérjük válassz mást!");
}
}
public bool contains(string searched)
{
foreach (var item in Data.adatok)
{
if (searched == item.tipus)
{
return true;
}
}
return false;
}
public void ajanlat(string searched)
{
FileStream fileStream = new FileStream("ajanlat.txt", FileMode.Create, FileAccess.Write);
StreamWriter streamWriter = new StreamWriter(fileStream);
foreach (var item in Data.adatok)
{
if (item.tipus == searched)
{
streamWriter.WriteLine($"{item.nev};{item.ar};{item.egyseg}");
Data.db++;
}
}
streamWriter.Close();
fileStream.Close();
}
}
public class Suti
{
public string nev;
public string tipus;
public bool dijazott;
public int ar;
public string egyseg;
public Suti(string nev, string tipus, bool dijazott, int ar, string egyseg)
{
this.nev = nev;
this.tipus = tipus;
this.dijazott = dijazott;
this.ar = ar;
this.egyseg = egyseg;
}
}
public static class Data
{
public static List<Suti> adatok = new List<Suti>();
public static int db = 0;
}
}

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}

View File

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WindowsFormsApp1")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WindowsFormsApp1")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e27f148b-2f69-4d65-866a-d6f081ad96eb")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -0,0 +1,70 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WindowsFormsApp1.Properties
{
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WindowsFormsApp1.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
}
}

View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -0,0 +1,29 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WindowsFormsApp1.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}

View File

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E27F148B-2F69-4D65-866A-D6F081AD96EB}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>WindowsFormsApp1</RootNamespace>
<AssemblyName>WindowsFormsApp1</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

View File

@ -0,0 +1,107 @@
Sajttorta (málnás);9000;12 szeletes
Citrom;3900;8 szeletes
Citrom;7400;16 szeletes
Citrom;11400;24 szeletes
Legényfogó;12100;24 szeletes
Legényfogó;4300;8 szeletes
Legényfogó;8200;16 szeletes
Három kívánság;5700;8 szeletes
Három kívánság;5700;8 szeletes
Dobos;9000;16 szeletes
Dobos;13200;24 szeletes
Dobos;4700;8 szeletes
Csokoládémousse;11400;24 szeletes
Csokoládémousse;3900;8 szeletes
Csokoládémousse;7400;16 szeletes
Oroszkrém;8200;16 szeletes
Oroszkrém;4300;8 szeletes
Oroszkrém;12100;24 szeletes
Trüffel;15400;24 szeletes
Trüffel;10400;16 szeletes
Trüffel;5400;8 szeletes
Tejszínes gyümölcsös (meggy);8200;16 szeletes
Tejszínes gyümölcsös (meggy);4300;8 szeletes
Tejszínes gyümölcsös (meggy);12100;24 szeletes
Sós karamella;4700;8 szeletes
Sós karamella;13200;24 szeletes
Sós karamella;9000;16 szeletes
Rigó Jancsi;3900;8 szeletes
Rigó Jancsi;7400;16 szeletes
Rigó Jancsi;11400;24 szeletes
Tejszínes gyümölcsös (erdei gyümölcs);4300;8 szeletes
Tejszínes gyümölcsös (erdei gyümölcs);8200;16 szeletes
Tejszínes gyümölcsös (erdei gyümölcs);12100;24 szeletes
Ez+Az (csokoládé és gesztenye);13200;24 szeletes
Ez+Az (csokoládé és gesztenye);9000;16 szeletes
Ez+Az (csokoládé és gesztenye);4700;8 szeletes
Málnás mascarpone;5700;8 szeletes
Málnás mascarpone;16200;24 szeletes
Málnás mascarpone;10900;16 szeletes
Ferrero;16200;24 szeletes
Ferrero;10900;16 szeletes
Ferrero;5700;8 szeletes
Csokoládémousse fényes csokoládéval;13400;24 szeletes
Csokoládémousse fényes csokoládéval;9200;16 szeletes
Csokoládémousse fényes csokoládéval;4900;8 szeletes
Lúdláb;13200;24 szeletes
Lúdláb;9000;16 szeletes
Lúdláb;4700;8 szeletes
Sacher;8200;16 szeletes
Sacher;12100;24 szeletes
Sacher;4300;8 szeletes
Eszterházy;8400;16 szeletes
Eszterházy;12200;24 szeletes
Eszterházy;4500;8 szeletes
Pisztáciás-málnás mascarpone;18400;24 szeletes
Pisztáciás-málnás mascarpone;6400;8 szeletes
Pisztáciás-málnás mascarpone;12400;16 szeletes
Túrókrém gyümölccsel;7400;16 szeletes
Túrókrém gyümölccsel;3900;8 szeletes
Túrókrém gyümölccsel;11400;24 szeletes
Somlói;5400;8 szeletes
Palermo;7400;16 szeletes
Palermo;3900;8 szeletes
Palermo;11400;24 szeletes
Ünnepi diótorta grillázzsal;10900;16 szeletes
Ünnepi diótorta grillázzsal;5700;8 szeletes
Ünnepi diótorta grillázzsal;16200;24 szeletes
Tejszínes gyümölcsös (málna);8200;16 szeletes
Tejszínes gyümölcsös (málna);4300;8 szeletes
Tejszínes gyümölcsös (málna);12100;24 szeletes
Marcipános csokoládé;5700;8 szeletes
Marcipános csokoládé;16200;24 szeletes
Marcipános csokoládé;10900;16 szeletes
Szedres csokoládé;13200;24 szeletes
Szedres csokoládé;9000;16 szeletes
Szedres csokoládé;4700;8 szeletes
Mézeskalács;16200;24 szeletes
Mézeskalács;5700;8 szeletes
Mézeskalács;10900;16 szeletes
Tiramisu;10400;16 szeletes
Tiramisu;15400;24 szeletes
Tiramisu;5400;8 szeletes
Zalavári gesztenye;10900;16 szeletes
Zalavári gesztenye;5700;8 szeletes
Danubius;4300;8 szeletes
Danubius;12100;24 szeletes
Danubius;8200;16 szeletes
Alpesi karamell;12200;24 szeletes
Alpesi karamell;8400;16 szeletes
Alpesi karamell;4500;8 szeletes
Puncs;11400;24 szeletes
Puncs;3900;8 szeletes
Puncs;7400;16 szeletes
Oreo;16200;24 szeletes
Oreo;5700;8 szeletes
Oreo;10900;16 szeletes
Vintage;9900;16 szeletes
Feketeerdő;9000;16 szeletes
Feketeerdő;13200;24 szeletes
Feketeerdő;4700;8 szeletes
Rákóczi-túrós;3900;8 szeletes
Rákóczi-túrós;7400;16 szeletes
Rákóczi-túrós;11400;24 szeletes
Dió;4700;8 szeletes
Dió;9000;16 szeletes
Dió;13200;24 szeletes
Mákos guba;4700;8 szeletes

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@ -0,0 +1 @@
8069502011d0681850e57a53d5a1673222f430a6

View File

@ -0,0 +1,10 @@
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe.config
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.pdb
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.AssemblyReference.cache
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Form1.resources
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Properties.Resources.resources
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.GenerateResource.cache
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.CoreCompileInputs.cache
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.exe
C:\Users\szabomarton\Desktop\C#\ProgaOra\20240513\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.pdb

208
20240513/cuki.txt Normal file
View File

@ -0,0 +1,208 @@
Süni;vegyes;false;300;db
Gesztenyealagút;vegyes;false;500;db
Sajtos pogácsa;sós teasütemény;false;3300;kg
Diós-mákos;bejgli;false;3500;koszorú
Sajttorta (málnás);torta;false;9000;12 szeletes
Citrom;torta;false;3900;8 szeletes
Citrom;torta;false;7400;16 szeletes
Citrom;torta;false;11400;24 szeletes
Eszterházy;tortaszelet;false;490;db
Rákóczi-túrós;pite;false;400;db
Meggyes kocka;tejszínes sütemény;false;450;db
Legényfogó;torta;true;12100;24 szeletes
Legényfogó;torta;true;4300;8 szeletes
Legényfogó;torta;true;8200;16 szeletes
Alpesi karamell;tortaszelet;false;490;db
Kókuszcsók;édes teasütemény;false;3400;kg
Habos mákos;pite;false;400;db
Szilvás;pite;false;350;db
Juhtúrós párna;sós teasütemény;false;5000;kg
Mákos guba;tortaszelet;false;530;db
Néró;édes teasütemény;false;3400;kg
Sacher;tortaszelet;false;490;db
Citrom;tortaszelet;false;450;db
Ribizlihabos-almás réteges;különleges torta;true;4700;8 szeletes
Három kívánság;torta;true;5700;8 szeletes
Három kívánság;torta;true;5700;8 szeletes
Dobos;torta;false;9000;16 szeletes
Dobos;torta;false;13200;24 szeletes
Dobos;torta;false;4700;8 szeletes
Epres mascarpone;tortaszelet;false;550;db
Csokoládémousse;torta;false;11400;24 szeletes
Csokoládémousse;torta;false;3900;8 szeletes
Csokoládémousse;torta;false;7400;16 szeletes
Oroszkrém;torta;false;8200;16 szeletes
Oroszkrém;torta;false;4300;8 szeletes
Oroszkrém;torta;false;12100;24 szeletes
Medvetalp;vegyes;false;400;db
Trüffel;torta;false;15400;24 szeletes
Trüffel;torta;false;10400;16 szeletes
Trüffel;torta;false;5400;8 szeletes
Tejszínes gyümölcsös (meggy);torta;false;8200;16 szeletes
Tejszínes gyümölcsös (meggy);torta;false;4300;8 szeletes
Tejszínes gyümölcsös (meggy);torta;false;12100;24 szeletes
Mákos-szilvalekváros;bejgli;false;3500;koszorú
Ribizlihabos-almás réteges tortaszelet;tortaszelet;false;530;db
Marcipános vágott;édes teasütemény;false;5200;kg
Indiáner;vegyes;false;500;db
Meggyes;pite;false;350;db
Mákos;bejgli;false;1700;rúd
Sós karamella;torta;false;4700;8 szeletes
Sós karamella;torta;false;13200;24 szeletes
Sós karamella;torta;false;9000;16 szeletes
Legényfogó;tortaszelet;false;490;db
Rigó Jancsi;torta;false;3900;8 szeletes
Rigó Jancsi;torta;false;7400;16 szeletes
Rigó Jancsi;torta;false;11400;24 szeletes
Tejszínes gyümölcsös (erdei gyümölcs);torta;false;4300;8 szeletes
Tejszínes gyümölcsös (erdei gyümölcs);torta;false;8200;16 szeletes
Tejszínes gyümölcsös (erdei gyümölcs);torta;false;12100;24 szeletes
Ez+Az (csokoládé és gesztenye);torta;false;13200;24 szeletes
Ez+Az (csokoládé és gesztenye);torta;false;9000;16 szeletes
Ez+Az (csokoládé és gesztenye);torta;false;4700;8 szeletes
Málnás mascarpone;torta;false;5700;8 szeletes
Málnás mascarpone;torta;false;16200;24 szeletes
Málnás mascarpone;torta;false;10900;16 szeletes
Dobos;tortaszelet;false;530;db
Ferrero;torta;false;16200;24 szeletes
Ferrero;torta;false;10900;16 szeletes
Ferrero;torta;false;5700;8 szeletes
Vegyes házi pite falatok;pite;false;4200;kg
Ökörszem;édes teasütemény;false;3800;kg
Danubius kocka;tejszínes sütemény;false;450;db
Sajtkrémmel töltött fánkocska;sós teasütemény;false;5200;kg
Túrókrém gyümölccsel díszítve;tortaszelet;false;490;db
Almás;pite;false;350;db
Mignon;vegyes;false;250;db
Csokoládémousse fényes csokoládéval;torta;false;13400;24 szeletes
Csokoládémousse fényes csokoládéval;torta;false;9200;16 szeletes
Csokoládémousse fényes csokoládéval;torta;false;4900;8 szeletes
Vágott sós (sós omlós);sós teasütemény;false;4000;kg
Nagyi sós;sós teasütemény;false;5000;kg
Vegyes sós;sós teasütemény;false;4200;kg
Somlói;tortaszelet;false;580;db
Tiramisu;tortaszelet;false;600;db
Hegyvidék;tortaszelet;false;600;db
Szedres csokoládé;tortaszelet;false;530;db
Pogácsák vegyesen;sós teasütemény;false;3200;kg
Lúdláb;torta;false;13200;24 szeletes
Lúdláb;torta;false;9000;16 szeletes
Lúdláb;torta;false;4700;8 szeletes
Sacher;torta;false;8200;16 szeletes
Sacher;torta;false;12100;24 szeletes
Sacher;torta;false;4300;8 szeletes
Eszterházy;torta;false;8400;16 szeletes
Eszterházy;torta;false;12200;24 szeletes
Eszterházy;torta;false;4500;8 szeletes
Zalavári gesztenye;tortaszelet;false;600;db
Gesztenyegolyó;vegyes;false;350;db
Pisztáciás-málnás mascarpone;tortaszelet;false;750;db
Habos mákos;vegyes;false;400;db
Franciakrémes;krémes;false;350;
Gesztenye kocka;tejszínes sütemény;false;500;db
Pisztáciás-málnás mascarpone;torta;false;18400;24 szeletes
Pisztáciás-málnás mascarpone;torta;false;6400;8 szeletes
Pisztáciás-málnás mascarpone;torta;false;12400;16 szeletes
Málnás kocka;tejszínes sütemény;false;450;db
Sajttorta (málnás);tortaszelet;false;700;db
Túrókrém gyümölccsel;torta;false;7400;16 szeletes
Túrókrém gyümölccsel;torta;false;3900;8 szeletes
Túrókrém gyümölccsel;torta;false;11400;24 szeletes
Csokis kaland;különleges torta;true;5700;8 szeletes
Somlói;torta;false;5400;8 szeletes
Palermo;torta;false;7400;16 szeletes
Palermo;torta;false;3900;8 szeletes
Palermo;torta;false;11400;24 szeletes
Szilvalekváros;bejgli;false;2100;rúd
Ünnepi diótorta grillázzsal;torta;false;10900;16 szeletes
Ünnepi diótorta grillázzsal;torta;false;5700;8 szeletes
Ünnepi diótorta grillázzsal;torta;false;16200;24 szeletes
Oroszkrém;tortaszelet;false;490;db
Mini zserbó;édes teasütemény;false;4200;kg
Sajtos masni;sós teasütemény;false;4000;kg
Zserbó;pite;false;350;db
Tejszínes gyümölcsös (málna);torta;false;8200;16 szeletes
Tejszínes gyümölcsös (málna);torta;false;4300;8 szeletes
Tejszínes gyümölcsös (málna);torta;false;12100;24 szeletes
Marcipános csokoládé;torta;false;5700;8 szeletes
Marcipános csokoládé;torta;false;16200;24 szeletes
Marcipános csokoládé;torta;false;10900;16 szeletes
Csokis kaland;tortaszelet;false;650;db
Marcipán tekercs;édes teasütemény;false;5200;kg
Képviselőfánk;vegyes;false;500;db
Epres omlett;vegyes;false;600;db
Mini linzer;édes teasütemény;false;3400;kg
Linzerkarika;vegyes;false;300;db
Szedres csokoládé;torta;false;13200;24 szeletes
Szedres csokoládé;torta;false;9000;16 szeletes
Szedres csokoládé;torta;false;4700;8 szeletes
Narancsív;édes teasütemény;false;5200;kg
Gesztenyepüré;vegyes;false;800;20 dkg
Palermo;tejszínes sütemény;false;450;db
Csokis néró;édes teasütemény;false;4200;kg
Flódni;pite;false;400;db
Mézeskalács;torta;false;16200;24 szeletes
Mézeskalács;torta;false;5700;8 szeletes
Mézeskalács;torta;false;10900;16 szeletes
Olívás pogácsa;sós teasütemény;false;3300;kg
Florentin;édes teasütemény;false;5200;kg
Tiramisu;torta;false;10400;16 szeletes
Tiramisu;torta;false;15400;24 szeletes
Tiramisu;torta;false;5400;8 szeletes
Zoli kedvence (vágott édes tea);édes teasütemény;false;4600;kg
Erdei gyümölcs kocka;tejszínes sütemény;false;450;db
Rákóczi-túrós;tortaszelet;false;400;db
Mézeskrémes;pite;false;330;db
Trüffel;tortaszelet;false;650;db
Szilvás papucs;édes teasütemény;false;4200;kg
Zalavári gesztenye;torta;true;10900;16 szeletes
Zalavári gesztenye;torta;true;5700;8 szeletes
Danubius;torta;false;4300;8 szeletes
Danubius;torta;false;12100;24 szeletes
Danubius;torta;false;8200;16 szeletes
Alpesi karamell;torta;false;12200;24 szeletes
Alpesi karamell;torta;false;8400;16 szeletes
Alpesi karamell;torta;false;4500;8 szeletes
Puncs;torta;false;11400;24 szeletes
Puncs;torta;false;3900;8 szeletes
Puncs;torta;false;7400;16 szeletes
Gesztenye szív;vegyes;false;300;db
Ez+Az (csokoládé és gesztenye);tortaszelet;false;530;db
Tökmagos félhold;sós teasütemény;false;3300;kg
Burgonyás pogácsa;sós teasütemény;false;2900;kg
Somlói galuska;vegyes;false;850;db
Puncs;tortaszelet;false;450;db
Lekváros vágott;édes teasütemény;false;3600;kg
Oreo;torta;false;16200;24 szeletes
Oreo;torta;false;5700;8 szeletes
Oreo;torta;false;10900;16 szeletes
Vintage;torta;false;9900;16 szeletes
Rigó Jancsi;tejszínes sütemény;false;450;db
Feketeerdő;torta;false;9000;16 szeletes
Feketeerdő;torta;false;13200;24 szeletes
Feketeerdő;torta;false;4700;8 szeletes
Kókuszos vágott;édes teasütemény;false;3400;kg
Feketeerdő;tortaszelet;false;530;db
Moscauer;édes teasütemény;false;5200;kg
Diós;bejgli;false;1800;rúd
Rákóczi-túrós;torta;false;3900;8 szeletes
Rákóczi-túrós;torta;false;7400;16 szeletes
Rákóczi-túrós;torta;false;11400;24 szeletes
Három kívánság;különleges torta;false;5700;8 szeletes
Gesztenyés-karamellás;bejgli;false;2100;rúd
Gesztenyés szív;édes teasütemény;false;4400;kg
Ropi;sós teasütemény;false;4000;kg
Paleolit étcsokoládé;különleges torta;false;5300;8 szeletes
Túrós;pite;false;350;db
Ischler;vegyes;false;250;db
Lúdláb;tortaszelet;false;530;db
Csokoládémousse;tortaszelet;false;450;db
Dió;torta;false;4700;8 szeletes
Dió;torta;false;9000;16 szeletes
Dió;torta;false;13200;24 szeletes
Krémes;krémes;false;250;db
Krémes;krémes;false;400;db
Mini ischler;édes teasütemény;false;3400;kg
Paleolit étcsokoládé;tortaszelet;false;600;db
Tejfölös túrós hajtogatott;sós teasütemény;false;4400;kg
Mákos guba;torta;false;4700;8 szeletes