3 partial class CameraControl
8 private System.ComponentModel.IContainer components = null;
10 #region Vom Komponenten-Designer generierter Code
16 private void InitializeComponent()
18 this.pictureBoxCameraImage =
new System.Windows.Forms.PictureBox();
19 ((
System.ComponentModel.ISupportInitialize)(this.pictureBoxCameraImage)).BeginInit();
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;
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);
47 private System.Windows.Forms.PictureBox pictureBoxCameraImage;