Newer
Older
ISCamRecorder / ISCamRecorder / MainForm.Designer.cs
namespace ISCamRecorder {
    partial class MainForm {
        /// <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() {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.BtnSetProperty = new System.Windows.Forms.Button();
            this.ChkTrigger = new System.Windows.Forms.CheckBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.splitContainer3 = new System.Windows.Forms.SplitContainer();
            this.TxtTop = new System.Windows.Forms.TextBox();
            this.icTop = new TIS.Imaging.ICImagingControl();
            this.splitContainer4 = new System.Windows.Forms.SplitContainer();
            this.TxtLeft = new System.Windows.Forms.TextBox();
            this.icLeft = new TIS.Imaging.ICImagingControl();
            this.splitContainer5 = new System.Windows.Forms.SplitContainer();
            this.TxtFront = new System.Windows.Forms.TextBox();
            this.icFront = new TIS.Imaging.ICImagingControl();
            this.TxtRight = new System.Windows.Forms.TextBox();
            this.icRight = new TIS.Imaging.ICImagingControl();
            this.TxtRecodingDulation = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.LblAvailableMemory = new System.Windows.Forms.Label();
            this.LblRecodingMemory = new System.Windows.Forms.Label();
            this.TxtOutputDir = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.BtnRecodeMovie = new System.Windows.Forms.Button();
            this.TxtTriggerFPS = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.BtnSnapImage = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.TxtMovieRate = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.CboImageType = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
            this.splitContainer3.Panel1.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.icTop)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
            this.splitContainer4.Panel1.SuspendLayout();
            this.splitContainer4.Panel2.SuspendLayout();
            this.splitContainer4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.icLeft)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
            this.splitContainer5.Panel1.SuspendLayout();
            this.splitContainer5.Panel2.SuspendLayout();
            this.splitContainer5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.icFront)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.icRight)).BeginInit();
            this.SuspendLayout();
            // 
            // BtnSetProperty
            // 
            this.BtnSetProperty.Location = new System.Drawing.Point(12, 12);
            this.BtnSetProperty.Name = "BtnSetProperty";
            this.BtnSetProperty.Size = new System.Drawing.Size(75, 34);
            this.BtnSetProperty.TabIndex = 5;
            this.BtnSetProperty.Text = "プロパティ";
            this.BtnSetProperty.UseVisualStyleBackColor = true;
            this.BtnSetProperty.Click += new System.EventHandler(this.SetProperty_Click);
            // 
            // ChkTrigger
            // 
            this.ChkTrigger.AutoSize = true;
            this.ChkTrigger.Location = new System.Drawing.Point(93, 11);
            this.ChkTrigger.Name = "ChkTrigger";
            this.ChkTrigger.Size = new System.Drawing.Size(83, 16);
            this.ChkTrigger.TabIndex = 6;
            this.ChkTrigger.Text = "トリガー使用";
            this.ChkTrigger.UseVisualStyleBackColor = true;
            this.ChkTrigger.CheckedChanged += new System.EventHandler(this.ChkTrigger_CheckedChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.Location = new System.Drawing.Point(0, 60);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer4);
            this.splitContainer1.Size = new System.Drawing.Size(892, 496);
            this.splitContainer1.SplitterDistance = 248;
            this.splitContainer1.TabIndex = 7;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
            this.splitContainer2.Size = new System.Drawing.Size(892, 248);
            this.splitContainer2.SplitterDistance = 296;
            this.splitContainer2.TabIndex = 0;
            // 
            // splitContainer3
            // 
            this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer3.Location = new System.Drawing.Point(0, 0);
            this.splitContainer3.Name = "splitContainer3";
            // 
            // splitContainer3.Panel1
            // 
            this.splitContainer3.Panel1.Controls.Add(this.TxtTop);
            this.splitContainer3.Panel1.Controls.Add(this.icTop);
            this.splitContainer3.Size = new System.Drawing.Size(592, 248);
            this.splitContainer3.SplitterDistance = 296;
            this.splitContainer3.TabIndex = 0;
            // 
            // TxtTop
            // 
            this.TxtTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtTop.BackColor = System.Drawing.Color.Bisque;
            this.TxtTop.Location = new System.Drawing.Point(4, 3);
            this.TxtTop.Name = "TxtTop";
            this.TxtTop.ReadOnly = true;
            this.TxtTop.Size = new System.Drawing.Size(288, 19);
            this.TxtTop.TabIndex = 2;
            // 
            // icTop
            // 
            this.icTop.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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(4, 28);
            this.icTop.Name = "icTop";
            this.icTop.Size = new System.Drawing.Size(290, 218);
            this.icTop.TabIndex = 1;
            // 
            // splitContainer4
            // 
            this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer4.Location = new System.Drawing.Point(0, 0);
            this.splitContainer4.Name = "splitContainer4";
            // 
            // splitContainer4.Panel1
            // 
            this.splitContainer4.Panel1.Controls.Add(this.TxtLeft);
            this.splitContainer4.Panel1.Controls.Add(this.icLeft);
            // 
            // splitContainer4.Panel2
            // 
            this.splitContainer4.Panel2.Controls.Add(this.splitContainer5);
            this.splitContainer4.Size = new System.Drawing.Size(892, 244);
            this.splitContainer4.SplitterDistance = 296;
            this.splitContainer4.TabIndex = 0;
            // 
            // TxtLeft
            // 
            this.TxtLeft.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtLeft.BackColor = System.Drawing.Color.Bisque;
            this.TxtLeft.Location = new System.Drawing.Point(3, 3);
            this.TxtLeft.Name = "TxtLeft";
            this.TxtLeft.ReadOnly = true;
            this.TxtLeft.Size = new System.Drawing.Size(288, 19);
            this.TxtLeft.TabIndex = 4;
            // 
            // icLeft
            // 
            this.icLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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(3, 28);
            this.icLeft.Name = "icLeft";
            this.icLeft.Size = new System.Drawing.Size(291, 213);
            this.icLeft.TabIndex = 3;
            // 
            // splitContainer5
            // 
            this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer5.Location = new System.Drawing.Point(0, 0);
            this.splitContainer5.Name = "splitContainer5";
            // 
            // splitContainer5.Panel1
            // 
            this.splitContainer5.Panel1.Controls.Add(this.TxtFront);
            this.splitContainer5.Panel1.Controls.Add(this.icFront);
            // 
            // splitContainer5.Panel2
            // 
            this.splitContainer5.Panel2.Controls.Add(this.TxtRight);
            this.splitContainer5.Panel2.Controls.Add(this.icRight);
            this.splitContainer5.Size = new System.Drawing.Size(592, 244);
            this.splitContainer5.SplitterDistance = 296;
            this.splitContainer5.TabIndex = 0;
            // 
            // TxtFront
            // 
            this.TxtFront.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtFront.BackColor = System.Drawing.Color.Bisque;
            this.TxtFront.Location = new System.Drawing.Point(3, 3);
            this.TxtFront.Name = "TxtFront";
            this.TxtFront.ReadOnly = true;
            this.TxtFront.Size = new System.Drawing.Size(288, 19);
            this.TxtFront.TabIndex = 10;
            // 
            // icFront
            // 
            this.icFront.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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(3, 28);
            this.icFront.Name = "icFront";
            this.icFront.Size = new System.Drawing.Size(289, 213);
            this.icFront.TabIndex = 9;
            // 
            // TxtRight
            // 
            this.TxtRight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtRight.BackColor = System.Drawing.Color.Bisque;
            this.TxtRight.Location = new System.Drawing.Point(1, 3);
            this.TxtRight.Name = "TxtRight";
            this.TxtRight.ReadOnly = true;
            this.TxtRight.Size = new System.Drawing.Size(288, 19);
            this.TxtRight.TabIndex = 11;
            // 
            // icRight
            // 
            this.icRight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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(1, 28);
            this.icRight.Name = "icRight";
            this.icRight.Size = new System.Drawing.Size(288, 213);
            this.icRight.TabIndex = 5;
            // 
            // TxtRecodingDulation
            // 
            this.TxtRecodingDulation.Location = new System.Drawing.Point(187, 27);
            this.TxtRecodingDulation.Name = "TxtRecodingDulation";
            this.TxtRecodingDulation.Size = new System.Drawing.Size(34, 19);
            this.TxtRecodingDulation.TabIndex = 8;
            this.TxtRecodingDulation.Text = "3";
            this.TxtRecodingDulation.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.TxtRecodingDulation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtRecodingDulation_KeyPress);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(185, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 9;
            this.label1.Text = "記録時間";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(221, 30);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 10;
            this.label2.Text = "秒";
            // 
            // LblAvailableMemory
            // 
            this.LblAvailableMemory.AutoSize = true;
            this.LblAvailableMemory.Location = new System.Drawing.Point(258, 12);
            this.LblAvailableMemory.Name = "LblAvailableMemory";
            this.LblAvailableMemory.Size = new System.Drawing.Size(101, 12);
            this.LblAvailableMemory.TabIndex = 11;
            this.LblAvailableMemory.Text = "利用可能物理メモリ";
            // 
            // LblRecodingMemory
            // 
            this.LblRecodingMemory.AutoSize = true;
            this.LblRecodingMemory.Location = new System.Drawing.Point(258, 30);
            this.LblRecodingMemory.Name = "LblRecodingMemory";
            this.LblRecodingMemory.Size = new System.Drawing.Size(96, 12);
            this.LblRecodingMemory.TabIndex = 12;
            this.LblRecodingMemory.Text = "消費する物理メモリ";
            // 
            // TxtOutputDir
            // 
            this.TxtOutputDir.Location = new System.Drawing.Point(639, 8);
            this.TxtOutputDir.Name = "TxtOutputDir";
            this.TxtOutputDir.Size = new System.Drawing.Size(206, 19);
            this.TxtOutputDir.TabIndex = 13;
            this.TxtOutputDir.Text = "D:\\usr\\DL";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(584, 12);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 14;
            this.label3.Text = "保存先";
            // 
            // BtnRecodeMovie
            // 
            this.BtnRecodeMovie.Location = new System.Drawing.Point(422, 12);
            this.BtnRecodeMovie.Name = "BtnRecodeMovie";
            this.BtnRecodeMovie.Size = new System.Drawing.Size(74, 34);
            this.BtnRecodeMovie.TabIndex = 15;
            this.BtnRecodeMovie.Text = "動画撮影";
            this.BtnRecodeMovie.UseVisualStyleBackColor = true;
            this.BtnRecodeMovie.Click += new System.EventHandler(this.BtnRecodeMovie_Click);
            // 
            // TxtTriggerFPS
            // 
            this.TxtTriggerFPS.Location = new System.Drawing.Point(110, 27);
            this.TxtTriggerFPS.Name = "TxtTriggerFPS";
            this.TxtTriggerFPS.Size = new System.Drawing.Size(34, 19);
            this.TxtTriggerFPS.TabIndex = 16;
            this.TxtTriggerFPS.Text = "40.0";
            this.TxtTriggerFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(150, 30);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(21, 12);
            this.label4.TabIndex = 17;
            this.label4.Text = "fps";
            // 
            // BtnSnapImage
            // 
            this.BtnSnapImage.Location = new System.Drawing.Point(502, 12);
            this.BtnSnapImage.Name = "BtnSnapImage";
            this.BtnSnapImage.Size = new System.Drawing.Size(74, 34);
            this.BtnSnapImage.TabIndex = 18;
            this.BtnSnapImage.Text = "静止画撮影";
            this.BtnSnapImage.UseVisualStyleBackColor = true;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(584, 36);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(56, 12);
            this.label5.TabIndex = 19;
            this.label5.Text = "動画レート";
            // 
            // TxtMovieRate
            // 
            this.TxtMovieRate.Location = new System.Drawing.Point(639, 33);
            this.TxtMovieRate.Name = "TxtMovieRate";
            this.TxtMovieRate.Size = new System.Drawing.Size(40, 19);
            this.TxtMovieRate.TabIndex = 20;
            this.TxtMovieRate.Text = "3000";
            this.TxtMovieRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(685, 36);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 17;
            this.label6.Text = "kbps";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(733, 36);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 19;
            this.label7.Text = "画像形式";
            // 
            // CboImageType
            // 
            this.CboImageType.FormattingEnabled = true;
            this.CboImageType.Items.AddRange(new object[] {
            "JPG",
            "BMP",
            "TIFF"});
            this.CboImageType.Location = new System.Drawing.Point(793, 34);
            this.CboImageType.Name = "CboImageType";
            this.CboImageType.Size = new System.Drawing.Size(52, 20);
            this.CboImageType.TabIndex = 21;
            this.CboImageType.Text = "JPG";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(892, 555);
            this.Controls.Add(this.CboImageType);
            this.Controls.Add(this.TxtMovieRate);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.BtnSnapImage);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.TxtTriggerFPS);
            this.Controls.Add(this.BtnRecodeMovie);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.TxtOutputDir);
            this.Controls.Add(this.LblRecodingMemory);
            this.Controls.Add(this.LblAvailableMemory);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.TxtRecodingDulation);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.ChkTrigger);
            this.Controls.Add(this.BtnSetProperty);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.Text = "マルチカメラ撮影ソフトウェア by 千葉大学フロンティア医工学センター";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.splitContainer3.Panel1.ResumeLayout(false);
            this.splitContainer3.Panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
            this.splitContainer3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.icTop)).EndInit();
            this.splitContainer4.Panel1.ResumeLayout(false);
            this.splitContainer4.Panel1.PerformLayout();
            this.splitContainer4.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
            this.splitContainer4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.icLeft)).EndInit();
            this.splitContainer5.Panel1.ResumeLayout(false);
            this.splitContainer5.Panel1.PerformLayout();
            this.splitContainer5.Panel2.ResumeLayout(false);
            this.splitContainer5.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
            this.splitContainer5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.icFront)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.icRight)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.Button BtnSetProperty;
        private System.Windows.Forms.CheckBox ChkTrigger;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.SplitContainer splitContainer2;
        private System.Windows.Forms.SplitContainer splitContainer3;
        private TIS.Imaging.ICImagingControl icTop;
        private System.Windows.Forms.SplitContainer splitContainer4;
        private TIS.Imaging.ICImagingControl icLeft;
        private System.Windows.Forms.SplitContainer splitContainer5;
        private TIS.Imaging.ICImagingControl icFront;
        private TIS.Imaging.ICImagingControl icRight;
        private System.Windows.Forms.TextBox TxtTop;
        private System.Windows.Forms.TextBox TxtLeft;
        private System.Windows.Forms.TextBox TxtFront;
        private System.Windows.Forms.TextBox TxtRight;
        private System.Windows.Forms.TextBox TxtRecodingDulation;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label LblAvailableMemory;
        private System.Windows.Forms.Label LblRecodingMemory;
        private System.Windows.Forms.TextBox TxtOutputDir;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button BtnRecodeMovie;
        private System.Windows.Forms.TextBox TxtTriggerFPS;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button BtnSnapImage;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox TxtMovieRate;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.ComboBox CboImageType;
    }
}