Simply3DScan
CameraControl.Designer.cs
Go to the documentation of this file.
1 namespace Simple3DScan.UI
2 {
3  partial class CameraControl
4  {
8  private System.ComponentModel.IContainer components = null;
9 
10  #region Vom Komponenten-Designer generierter Code
11 
16  private void InitializeComponent()
17  {
18  this.pictureBoxCameraImage = new System.Windows.Forms.PictureBox();
19  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCameraImage)).BeginInit();
20  this.SuspendLayout();
21  //
22  // pictureBoxCameraImage
23  //
24  this.pictureBoxCameraImage.Dock = System.Windows.Forms.DockStyle.Fill;
25  this.pictureBoxCameraImage.Location = new System.Drawing.Point(0, 0);
26  this.pictureBoxCameraImage.Name = "pictureBoxCameraImage";
27  this.pictureBoxCameraImage.Size = new System.Drawing.Size(766, 532);
28  this.pictureBoxCameraImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
29  this.pictureBoxCameraImage.TabIndex = 0;
30  this.pictureBoxCameraImage.TabStop = false;
31  //
32  // CameraControl
33  //
34  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
35  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
36  this.Controls.Add(this.pictureBoxCameraImage);
37  this.Name = "CameraControl";
38  this.Size = new System.Drawing.Size(766, 532);
39  this.Load += new System.EventHandler(this.CameraControl_Load);
40  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCameraImage)).EndInit();
41  this.ResumeLayout(false);
42 
43  }
44 
45  #endregion
46 
47  private System.Windows.Forms.PictureBox pictureBoxCameraImage;
48 
49  }
50 }