namespace Blacklight.Testbed { partial class Testbed { /// /// 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.viewport = new Lima.Viewport(); this.widgetContainer = new System.Windows.Forms.Panel(); this.PolygonButton = new System.Windows.Forms.Button(); this.RectangleButton = new System.Windows.Forms.Button(); this.EllipseToolButton = new System.Windows.Forms.Button(); this.widgetContainer.SuspendLayout(); this.SuspendLayout(); // // viewport // this.viewport.BackColor = System.Drawing.Color.Red; this.viewport.Dock = System.Windows.Forms.DockStyle.Fill; this.viewport.Location = new System.Drawing.Point(0, 0); this.viewport.Name = "viewport"; this.viewport.Size = new System.Drawing.Size(601, 405); this.viewport.TabIndex = 2; // // widgetContainer // this.widgetContainer.Controls.Add(this.PolygonButton); this.widgetContainer.Controls.Add(this.RectangleButton); this.widgetContainer.Controls.Add(this.EllipseToolButton); this.widgetContainer.Dock = System.Windows.Forms.DockStyle.Left; this.widgetContainer.Location = new System.Drawing.Point(0, 0); this.widgetContainer.Name = "widgetContainer"; this.widgetContainer.Size = new System.Drawing.Size(115, 405); this.widgetContainer.TabIndex = 3; // // PolygonButton // this.PolygonButton.Image = global::Blacklight.Testbed.Properties.Resources.Polygon; this.PolygonButton.Location = new System.Drawing.Point(76, 12); this.PolygonButton.Name = "PolygonButton"; this.PolygonButton.Size = new System.Drawing.Size(26, 26); this.PolygonButton.TabIndex = 2; this.PolygonButton.TabStop = false; this.PolygonButton.UseVisualStyleBackColor = true; // // RectangleButton // this.RectangleButton.Image = global::Blacklight.Testbed.Properties.Resources.Square; this.RectangleButton.Location = new System.Drawing.Point(44, 12); this.RectangleButton.Name = "RectangleButton"; this.RectangleButton.Size = new System.Drawing.Size(26, 26); this.RectangleButton.TabIndex = 1; this.RectangleButton.TabStop = false; this.RectangleButton.UseVisualStyleBackColor = true; // // EllipseToolButton // this.EllipseToolButton.Image = global::Blacklight.Testbed.Properties.Resources.Circle; this.EllipseToolButton.Location = new System.Drawing.Point(12, 12); this.EllipseToolButton.Name = "EllipseToolButton"; this.EllipseToolButton.Size = new System.Drawing.Size(26, 26); this.EllipseToolButton.TabIndex = 0; this.EllipseToolButton.TabStop = false; this.EllipseToolButton.UseVisualStyleBackColor = true; // // Testbed // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(601, 405); this.Controls.Add(this.widgetContainer); this.Controls.Add(this.viewport); this.Name = "Testbed"; this.Text = "Testbed"; this.widgetContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion public Lima.Viewport viewport; internal System.Windows.Forms.Panel widgetContainer; private System.Windows.Forms.Button PolygonButton; private System.Windows.Forms.Button RectangleButton; private System.Windows.Forms.Button EllipseToolButton; } }