namespace SalsaModel { partial class FrontView2D { /// /// 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.view2D1 = new SalsaModel.View2D(); this.view2D2 = new SalsaModel.View2D(); this.SuspendLayout(); // // view2D1 // this.view2D1.Location = new System.Drawing.Point(12, 12); this.view2D1.Name = "view2D1"; this.view2D1.Size = new System.Drawing.Size(237, 242); this.view2D1.TabIndex = 0; // // view2D2 // this.view2D2.Location = new System.Drawing.Point(255, 12); this.view2D2.Name = "view2D2"; this.view2D2.Size = new System.Drawing.Size(260, 242); this.view2D2.TabIndex = 1; // // FrontView2D // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(527, 266); this.Controls.Add(this.view2D2); this.Controls.Add(this.view2D1); this.Name = "FrontView2D"; this.Text = "_DFrontView"; this.ResumeLayout(false); } #endregion private View2D view2D1; private View2D view2D2; } }