namespace ISCamRecorder {
partial class Form1 {
/// <summary>
/// 必要なデザイナー変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナーで生成されたコード
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
private void InitializeComponent() {
this.icTop = new TIS.Imaging.ICImagingControl();
this.BtnStartPreview = new System.Windows.Forms.Button();
this.icLeft = new TIS.Imaging.ICImagingControl();
this.icFront = new TIS.Imaging.ICImagingControl();
this.icRight = new TIS.Imaging.ICImagingControl();
this.button2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.icTop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.icLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.icFront)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.icRight)).BeginInit();
this.SuspendLayout();
//
// icTop
//
this.icTop.BackColor = System.Drawing.Color.White;
this.icTop.DeviceListChangedExecutionMode = TIS.Imaging.EventExecutionMode.Invoke;
this.icTop.DeviceLostExecutionMode = TIS.Imaging.EventExecutionMode.AsyncInvoke;
this.icTop.ImageAvailableExecutionMode = TIS.Imaging.EventExecutionMode.MultiThreaded;
this.icTop.LiveDisplayPosition = new System.Drawing.Point(0, 0);
this.icTop.Location = new System.Drawing.Point(391, 15);
this.icTop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.icTop.Name = "icTop";
this.icTop.Size = new System.Drawing.Size(349, 312);
this.icTop.TabIndex = 0;
//
// BtnStartPreview
//
this.BtnStartPreview.Location = new System.Drawing.Point(16, 15);
this.BtnStartPreview.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnStartPreview.Name = "BtnStartPreview";
this.BtnStartPreview.Size = new System.Drawing.Size(136, 52);
this.BtnStartPreview.TabIndex = 1;
this.BtnStartPreview.Text = "Start Preview";
this.BtnStartPreview.UseVisualStyleBackColor = true;
this.BtnStartPreview.Click += new System.EventHandler(this.BtnStartPreview_Click);
//
// icLeft
//
this.icLeft.BackColor = System.Drawing.Color.White;
this.icLeft.DeviceListChangedExecutionMode = TIS.Imaging.EventExecutionMode.Invoke;
this.icLeft.DeviceLostExecutionMode = TIS.Imaging.EventExecutionMode.AsyncInvoke;
this.icLeft.ImageAvailableExecutionMode = TIS.Imaging.EventExecutionMode.MultiThreaded;
this.icLeft.LiveDisplayPosition = new System.Drawing.Point(0, 0);
this.icLeft.Location = new System.Drawing.Point(16, 335);
this.icLeft.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.icLeft.Name = "icLeft";
this.icLeft.Size = new System.Drawing.Size(349, 312);
this.icLeft.TabIndex = 2;
//
// icFront
//
this.icFront.BackColor = System.Drawing.Color.White;
this.icFront.DeviceListChangedExecutionMode = TIS.Imaging.EventExecutionMode.Invoke;
this.icFront.DeviceLostExecutionMode = TIS.Imaging.EventExecutionMode.AsyncInvoke;
this.icFront.ImageAvailableExecutionMode = TIS.Imaging.EventExecutionMode.MultiThreaded;
this.icFront.LiveDisplayPosition = new System.Drawing.Point(0, 0);
this.icFront.Location = new System.Drawing.Point(391, 335);
this.icFront.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.icFront.Name = "icFront";
this.icFront.Size = new System.Drawing.Size(349, 312);
this.icFront.TabIndex = 3;
//
// icRight
//
this.icRight.BackColor = System.Drawing.Color.White;
this.icRight.DeviceListChangedExecutionMode = TIS.Imaging.EventExecutionMode.Invoke;
this.icRight.DeviceLostExecutionMode = TIS.Imaging.EventExecutionMode.AsyncInvoke;
this.icRight.ImageAvailableExecutionMode = TIS.Imaging.EventExecutionMode.MultiThreaded;
this.icRight.LiveDisplayPosition = new System.Drawing.Point(0, 0);
this.icRight.Location = new System.Drawing.Point(764, 335);
this.icRight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.icRight.Name = "icRight";
this.icRight.Size = new System.Drawing.Size(349, 312);
this.icRight.TabIndex = 4;
//
// button2
//
this.button2.Location = new System.Drawing.Point(175, 15);
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(136, 52);
this.button2.TabIndex = 5;
this.button2.Text = "Property";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.SetProperty_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1132, 664);
this.Controls.Add(this.button2);
this.Controls.Add(this.icRight);
this.Controls.Add(this.icFront);
this.Controls.Add(this.icLeft);
this.Controls.Add(this.BtnStartPreview);
this.Controls.Add(this.icTop);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.icTop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.icLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.icFront)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.icRight)).EndInit();
this.ResumeLayout(false);
}
#endregion
private TIS.Imaging.ICImagingControl icTop;
private System.Windows.Forms.Button BtnStartPreview;
private TIS.Imaging.ICImagingControl icLeft;
private TIS.Imaging.ICImagingControl icFront;
private TIS.Imaging.ICImagingControl icRight;
private System.Windows.Forms.Button button2;
}
}