namespace HalmazForm { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.A = new System.Windows.Forms.ListBox(); this.B = new System.Windows.Forms.ListBox(); this.Unio = new System.Windows.Forms.ListBox(); this.Metszet = new System.Windows.Forms.ListBox(); this.CsakA = new System.Windows.Forms.ListBox(); this.CsakB = 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.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.button1 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); this.SuspendLayout(); // // A // this.A.FormattingEnabled = true; this.A.Location = new System.Drawing.Point(16, 40); this.A.Name = "A"; this.A.Size = new System.Drawing.Size(120, 342); this.A.TabIndex = 0; // // B // this.B.FormattingEnabled = true; this.B.Location = new System.Drawing.Point(142, 40); this.B.Name = "B"; this.B.Size = new System.Drawing.Size(120, 342); this.B.TabIndex = 0; // // Unio // this.Unio.FormattingEnabled = true; this.Unio.Location = new System.Drawing.Point(268, 40); this.Unio.Name = "Unio"; this.Unio.Size = new System.Drawing.Size(120, 342); this.Unio.TabIndex = 0; // // Metszet // this.Metszet.FormattingEnabled = true; this.Metszet.Location = new System.Drawing.Point(405, 40); this.Metszet.Name = "Metszet"; this.Metszet.Size = new System.Drawing.Size(120, 342); this.Metszet.TabIndex = 0; // // CsakA // this.CsakA.FormattingEnabled = true; this.CsakA.Location = new System.Drawing.Point(531, 40); this.CsakA.Name = "CsakA"; this.CsakA.Size = new System.Drawing.Size(120, 342); this.CsakA.TabIndex = 0; // // CsakB // this.CsakB.FormattingEnabled = true; this.CsakB.Location = new System.Drawing.Point(657, 40); this.CsakB.Name = "CsakB"; this.CsakB.Size = new System.Drawing.Size(120, 342); this.CsakB.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(14, 13); this.label1.TabIndex = 1; this.label1.Text = "A"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(142, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(14, 13); this.label2.TabIndex = 1; this.label2.Text = "B"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(268, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 13); this.label3.TabIndex = 1; this.label3.Text = "AB UNIO"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(402, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(61, 13); this.label4.TabIndex = 1; this.label4.Text = "AB Metszet"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(528, 24); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(26, 13); this.label5.TabIndex = 1; this.label5.Text = "A/B"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(654, 24); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(26, 13); this.label6.TabIndex = 1; this.label6.Text = "B/A"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(113, 418); this.numericUpDown1.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDown1.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(77, 20); this.numericUpDown1.TabIndex = 2; this.numericUpDown1.Value = new decimal(new int[] { 10, 0, 0, 0}); // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(16, 418); this.numericUpDown2.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDown2.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(77, 20); this.numericUpDown2.TabIndex = 2; this.numericUpDown2.Value = new decimal(new int[] { 10, 0, 0, 0}); // // button1 // this.button1.Location = new System.Drawing.Point(271, 414); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(98, 24); this.button1.TabIndex = 3; this.button1.Text = "Eloallit"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 402); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(14, 13); this.label7.TabIndex = 1; this.label7.Text = "A"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(110, 402); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(14, 13); this.label8.TabIndex = 1; this.label8.Text = "B"; // // 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.numericUpDown2); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label8); this.Controls.Add(this.label2); this.Controls.Add(this.label7); this.Controls.Add(this.label1); this.Controls.Add(this.CsakB); this.Controls.Add(this.CsakA); this.Controls.Add(this.Metszet); this.Controls.Add(this.Unio); this.Controls.Add(this.B); this.Controls.Add(this.A); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox A; private System.Windows.Forms.ListBox B; private System.Windows.Forms.ListBox Unio; private System.Windows.Forms.ListBox Metszet; private System.Windows.Forms.ListBox CsakA; private System.Windows.Forms.ListBox CsakB; 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.NumericUpDown numericUpDown1; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; } }