/// <summary>
		/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
		/// le contenu de cette méthode avec l'éditeur de code.
		/// </summary>
		protected void InitializeComponent()
		{
			this._elementHost1 = new System.Windows.Forms.Integration.ElementHost();
			this._spatialViewerControl = new SpatialViewer_GDIHost();
			_form = new System.Windows.Forms.Form();
			_form.SuspendLayout();
			// 
			// elementHost1
			// 
			this._elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
			this._elementHost1.Location = new System.Drawing.Point(0, 0);
			this._elementHost1.Name = "elementHost1";
			this._elementHost1.Size = new System.Drawing.Size(824, 581);
			this._elementHost1.TabIndex = 0;
			this._elementHost1.Text = "elementHost1";
			this._elementHost1.Child = (UIElement)this._spatialViewerControl;
			// 
			// Form1
			// 
			_form.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
			_form.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
			_form.ClientSize = new System.Drawing.Size(824, 581);
			_form.Controls.Add(this._elementHost1);
			_form.Name = "Spatial Toolkit";
			_form.Text = "Spatial Toolkit";
			_form.ResumeLayout(false);

		}
Example #2
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 protected void InitializeComponent()
 {
     this._elementHost1         = new System.Windows.Forms.Integration.ElementHost();
     this._spatialViewerControl = new SpatialViewer_GDIHost();
     _form = new System.Windows.Forms.Form();
     _form.SuspendLayout();
     //
     // elementHost1
     //
     this._elementHost1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._elementHost1.Location = new System.Drawing.Point(0, 0);
     this._elementHost1.Name     = "elementHost1";
     this._elementHost1.Size     = new System.Drawing.Size(824, 581);
     this._elementHost1.TabIndex = 0;
     this._elementHost1.Text     = "elementHost1";
     this._elementHost1.Child    = (UIElement)this._spatialViewerControl;
     //
     // Form1
     //
     _form.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     _form.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Inherit;
     _form.ClientSize          = new System.Drawing.Size(824, 581);
     _form.Controls.Add(this._elementHost1);
     _form.Name = "Spatial Toolkit";
     _form.Text = "Spatial Toolkit";
     _form.ResumeLayout(false);
 }