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() {
            this.button2 = 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();
            ((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();
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(12, 12);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(102, 42);
            this.button2.TabIndex = 5;
            this.button2.Text = "Property";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.SetProperty_Click);
            // 
            // ChkTrigger
            // 
            this.ChkTrigger.AutoSize = true;
            this.ChkTrigger.Location = new System.Drawing.Point(120, 26);
            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.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.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.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.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(291, 213);
            this.icRight.TabIndex = 5;
            // 
            // 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.splitContainer1);
            this.Controls.Add(this.ChkTrigger);
            this.Controls.Add(this.button2);
            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 button2;
        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;
    }
}