namespace Tester { 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.labelInstantioijaTulosta = new System.Windows.Forms.LinkLabel(); this.textBoxY = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxX = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.cbVäri = new System.Windows.Forms.ComboBox(); this.listBoxTulostus = new System.Windows.Forms.ListBox(); this.labelAjaGC = new System.Windows.Forms.LinkLabel(); this.labelLkm = new System.Windows.Forms.LinkLabel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.pbPiirtoalusta = new System.Windows.Forms.PictureBox(); this.labelPixel = new System.Windows.Forms.LinkLabel(); this.labelYmpyrä = new System.Windows.Forms.LinkLabel(); this.labelNelikulmio = new System.Windows.Forms.LinkLabel(); this.textBoxSade = new System.Windows.Forms.TextBox(); this.textBoxW = new System.Windows.Forms.TextBox(); this.textBoxH = new System.Windows.Forms.TextBox(); this.buttonTulosta = new System.Windows.Forms.Button(); this.buttonSuurenna = new System.Windows.Forms.Button(); this.buttonPienenna = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbPiirtoalusta)).BeginInit(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.labelLkm); this.groupBox1.Controls.Add(this.labelAjaGC); this.groupBox1.Controls.Add(this.cbVäri); this.groupBox1.Controls.Add(this.labelInstantioijaTulosta); this.groupBox1.Controls.Add(this.textBoxY); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBoxX); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(233, 121); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Pisteluokan käsittelyä"; // // labelInstantioijaTulosta // this.labelInstantioijaTulosta.AutoSize = true; this.labelInstantioijaTulosta.Location = new System.Drawing.Point(106, 20); this.labelInstantioijaTulosta.Name = "labelInstantioijaTulosta"; this.labelInstantioijaTulosta.Size = new System.Drawing.Size(94, 13); this.labelInstantioijaTulosta.TabIndex = 4; this.labelInstantioijaTulosta.TabStop = true; this.labelInstantioijaTulosta.Text = "Instantioi ja tulosta"; this.labelInstantioijaTulosta.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelInstantioijaTulosta_LinkClicked); // // textBoxY // this.textBoxY.Location = new System.Drawing.Point(46, 43); this.textBoxY.Name = "textBoxY"; this.textBoxY.Size = new System.Drawing.Size(33, 20); this.textBoxY.TabIndex = 3; this.textBoxY.Text = "10"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(12, 13); this.label2.TabIndex = 2; this.label2.Text = "y"; // // textBoxX // this.textBoxX.Location = new System.Drawing.Point(46, 17); this.textBoxX.Name = "textBoxX"; this.textBoxX.Size = new System.Drawing.Size(33, 20); this.textBoxX.TabIndex = 1; this.textBoxX.Text = "10"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(12, 13); this.label1.TabIndex = 0; this.label1.Text = "x"; // // cbVäri // this.cbVäri.FormattingEnabled = true; this.cbVäri.Items.AddRange(new object[] { "Indigo", "Red", "Black", "Khaki", "LightBlue"}); this.cbVäri.Location = new System.Drawing.Point(21, 94); this.cbVäri.Name = "cbVäri"; this.cbVäri.Size = new System.Drawing.Size(154, 21); this.cbVäri.TabIndex = 5; this.cbVäri.Text = "Red"; // // listBoxTulostus // this.listBoxTulostus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listBoxTulostus.FormattingEnabled = true; this.listBoxTulostus.Location = new System.Drawing.Point(12, 127); this.listBoxTulostus.Name = "listBoxTulostus"; this.listBoxTulostus.Size = new System.Drawing.Size(221, 134); this.listBoxTulostus.TabIndex = 1; this.listBoxTulostus.SelectedIndexChanged += new System.EventHandler(this.listBoxTulostus_SelectedIndexChanged); // // labelAjaGC // this.labelAjaGC.AutoSize = true; this.labelAjaGC.Location = new System.Drawing.Point(108, 43); this.labelAjaGC.Name = "labelAjaGC"; this.labelAjaGC.Size = new System.Drawing.Size(40, 13); this.labelAjaGC.TabIndex = 6; this.labelAjaGC.TabStop = true; this.labelAjaGC.Text = "Aja GC"; this.labelAjaGC.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelAjaGC_LinkClicked); // // labelLkm // this.labelLkm.AutoSize = true; this.labelLkm.Location = new System.Drawing.Point(108, 66); this.labelLkm.Name = "labelLkm"; this.labelLkm.Size = new System.Drawing.Size(79, 13); this.labelLkm.TabIndex = 7; this.labelLkm.TabStop = true; this.labelLkm.Text = "Instanssien lkm"; this.labelLkm.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelLkm_LinkClicked); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.buttonPienenna); this.groupBox2.Controls.Add(this.buttonSuurenna); this.groupBox2.Controls.Add(this.buttonTulosta); this.groupBox2.Controls.Add(this.textBoxH); this.groupBox2.Controls.Add(this.textBoxW); this.groupBox2.Controls.Add(this.textBoxSade); this.groupBox2.Controls.Add(this.labelNelikulmio); this.groupBox2.Controls.Add(this.labelYmpyrä); this.groupBox2.Controls.Add(this.labelPixel); this.groupBox2.Location = new System.Drawing.Point(239, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(256, 121); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Grafiikka"; // // pbPiirtoalusta // this.pbPiirtoalusta.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pbPiirtoalusta.BackColor = System.Drawing.Color.White; this.pbPiirtoalusta.Location = new System.Drawing.Point(239, 127); this.pbPiirtoalusta.Name = "pbPiirtoalusta"; this.pbPiirtoalusta.Size = new System.Drawing.Size(255, 133); this.pbPiirtoalusta.TabIndex = 3; this.pbPiirtoalusta.TabStop = false; this.pbPiirtoalusta.Resize += new System.EventHandler(this.pbPiirtoalusta_Resize); this.pbPiirtoalusta.Paint += new System.Windows.Forms.PaintEventHandler(this.pbPiirtoalusta_Paint); // // labelPixel // this.labelPixel.AutoSize = true; this.labelPixel.Location = new System.Drawing.Point(14, 21); this.labelPixel.Name = "labelPixel"; this.labelPixel.Size = new System.Drawing.Size(29, 13); this.labelPixel.TabIndex = 0; this.labelPixel.TabStop = true; this.labelPixel.Text = "Pixel"; this.labelPixel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelPixel_LinkClicked); // // labelYmpyrä // this.labelYmpyrä.AutoSize = true; this.labelYmpyrä.Location = new System.Drawing.Point(14, 43); this.labelYmpyrä.Name = "labelYmpyrä"; this.labelYmpyrä.Size = new System.Drawing.Size(42, 13); this.labelYmpyrä.TabIndex = 1; this.labelYmpyrä.TabStop = true; this.labelYmpyrä.Text = "Ympyrä"; this.labelYmpyrä.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelYmpyrä_LinkClicked); // // labelNelikulmio // this.labelNelikulmio.AutoSize = true; this.labelNelikulmio.Location = new System.Drawing.Point(12, 65); this.labelNelikulmio.Name = "labelNelikulmio"; this.labelNelikulmio.Size = new System.Drawing.Size(55, 13); this.labelNelikulmio.TabIndex = 2; this.labelNelikulmio.TabStop = true; this.labelNelikulmio.Text = "Nelikulmio"; this.labelNelikulmio.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelNelikulmio_LinkClicked); // // textBoxSade // this.textBoxSade.Location = new System.Drawing.Point(95, 40); this.textBoxSade.Name = "textBoxSade"; this.textBoxSade.Size = new System.Drawing.Size(46, 20); this.textBoxSade.TabIndex = 3; this.textBoxSade.Text = "10"; // // textBoxW // this.textBoxW.Location = new System.Drawing.Point(95, 63); this.textBoxW.Name = "textBoxW"; this.textBoxW.Size = new System.Drawing.Size(46, 20); this.textBoxW.TabIndex = 4; this.textBoxW.Text = "15"; // // textBoxH // this.textBoxH.Location = new System.Drawing.Point(157, 62); this.textBoxH.Name = "textBoxH"; this.textBoxH.Size = new System.Drawing.Size(43, 20); this.textBoxH.TabIndex = 5; this.textBoxH.Text = "20"; // // buttonTulosta // this.buttonTulosta.Location = new System.Drawing.Point(157, 17); this.buttonTulosta.Name = "buttonTulosta"; this.buttonTulosta.Size = new System.Drawing.Size(88, 28); this.buttonTulosta.TabIndex = 6; this.buttonTulosta.Text = "Tulosta"; this.buttonTulosta.UseVisualStyleBackColor = true; this.buttonTulosta.Click += new System.EventHandler(this.buttonTulosta_Click); // // buttonSuurenna // this.buttonSuurenna.Location = new System.Drawing.Point(17, 94); this.buttonSuurenna.Name = "buttonSuurenna"; this.buttonSuurenna.Size = new System.Drawing.Size(31, 18); this.buttonSuurenna.TabIndex = 7; this.buttonSuurenna.Text = "+"; this.buttonSuurenna.UseVisualStyleBackColor = true; this.buttonSuurenna.Click += new System.EventHandler(this.buttonSuurenna_Click); // // buttonPienenna // this.buttonPienenna.Location = new System.Drawing.Point(64, 93); this.buttonPienenna.Name = "buttonPienenna"; this.buttonPienenna.Size = new System.Drawing.Size(31, 21); this.buttonPienenna.TabIndex = 8; this.buttonPienenna.Text = "-"; this.buttonPienenna.UseVisualStyleBackColor = true; this.buttonPienenna.Click += new System.EventHandler(this.buttonPienenna_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 251); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(496, 22); this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(496, 273); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.pbPiirtoalusta); this.Controls.Add(this.groupBox2); this.Controls.Add(this.listBoxTulostus); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbPiirtoalusta)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel labelInstantioijaTulosta; private System.Windows.Forms.TextBox textBoxY; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxX; private System.Windows.Forms.ComboBox cbVäri; private System.Windows.Forms.ListBox listBoxTulostus; private System.Windows.Forms.LinkLabel labelAjaGC; private System.Windows.Forms.LinkLabel labelLkm; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.LinkLabel labelPixel; private System.Windows.Forms.PictureBox pbPiirtoalusta; private System.Windows.Forms.TextBox textBoxH; private System.Windows.Forms.TextBox textBoxW; private System.Windows.Forms.TextBox textBoxSade; private System.Windows.Forms.LinkLabel labelNelikulmio; private System.Windows.Forms.LinkLabel labelYmpyrä; private System.Windows.Forms.Button buttonTulosta; private System.Windows.Forms.Button buttonPienenna; private System.Windows.Forms.Button buttonSuurenna; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; } }