Newer
Older
ISCamRecorder / ISCamRecorder / Setting.Designer.cs
namespace ISCamRecorder {
    partial class Setting {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing) {
            if (disposing && (components != null)) {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Setting));
            this.label3 = new System.Windows.Forms.Label();
            this.TxtOutputDir = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label8 = new System.Windows.Forms.Label();
            this.RadSwitchImage = new System.Windows.Forms.RadioButton();
            this.RadSwitchMovie = new System.Windows.Forms.RadioButton();
            this.label4 = new System.Windows.Forms.Label();
            this.TxtTriggerFPS = new System.Windows.Forms.TextBox();
            this.ChkTrigger = new System.Windows.Forms.CheckBox();
            this.CboImageType = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.BtnApply = new System.Windows.Forms.Button();
            this.BtnCancel = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.CboFrameType = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.LblAvailableMemory = new System.Windows.Forms.Label();
            this.LblRecodingMemory = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.TxtRecodingDulation = new System.Windows.Forms.TextBox();
            this.TxtMovieRate = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.ChkRecNear = new System.Windows.Forms.CheckBox();
            this.ChkRecRight = new System.Windows.Forms.CheckBox();
            this.ChkRecFront = new System.Windows.Forms.CheckBox();
            this.ChkRecLeft = new System.Windows.Forms.CheckBox();
            this.ChkRecTop = new System.Windows.Forms.CheckBox();
            this.label9 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.ChkSnapNear = new System.Windows.Forms.CheckBox();
            this.ChkSnapRight = new System.Windows.Forms.CheckBox();
            this.ChkSnapFront = new System.Windows.Forms.CheckBox();
            this.ChkSnapLeft = new System.Windows.Forms.CheckBox();
            this.ChkSnapTop = new System.Windows.Forms.CheckBox();
            this.label10 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.TxtSubjectList = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.TxtRBThreshold = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.TxtRBDetectSize = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.TxtRBDetectCount = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.CboRBDetectCh = new System.Windows.Forms.ComboBox();
            this.label17 = new System.Windows.Forms.Label();
            this.ChkSensorColorBG = new System.Windows.Forms.CheckBox();
            this.groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.SuspendLayout();
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(7, 53);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 16;
            this.label3.Text = "保存先";
            // 
            // TxtOutputDir
            // 
            this.TxtOutputDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtOutputDir.Location = new System.Drawing.Point(54, 50);
            this.TxtOutputDir.Name = "TxtOutputDir";
            this.TxtOutputDir.Size = new System.Drawing.Size(274, 19);
            this.TxtOutputDir.TabIndex = 15;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.panel1);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.TxtTriggerFPS);
            this.groupBox1.Controls.Add(this.ChkTrigger);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.TxtOutputDir);
            this.groupBox1.Location = new System.Drawing.Point(10, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(343, 105);
            this.groupBox1.TabIndex = 17;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "全体設定";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.RadSwitchImage);
            this.panel1.Controls.Add(this.RadSwitchMovie);
            this.panel1.Location = new System.Drawing.Point(5, 17);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(288, 30);
            this.panel1.TabIndex = 20;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(8, 9);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(80, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "外部ボタン連動";
            // 
            // RadSwitchImage
            // 
            this.RadSwitchImage.AutoSize = true;
            this.RadSwitchImage.Location = new System.Drawing.Point(192, 7);
            this.RadSwitchImage.Name = "RadSwitchImage";
            this.RadSwitchImage.Size = new System.Drawing.Size(83, 16);
            this.RadSwitchImage.TabIndex = 37;
            this.RadSwitchImage.Text = "静止画撮影";
            this.RadSwitchImage.UseVisualStyleBackColor = true;
            // 
            // RadSwitchMovie
            // 
            this.RadSwitchMovie.AutoSize = true;
            this.RadSwitchMovie.Checked = true;
            this.RadSwitchMovie.Location = new System.Drawing.Point(107, 7);
            this.RadSwitchMovie.Name = "RadSwitchMovie";
            this.RadSwitchMovie.Size = new System.Drawing.Size(71, 16);
            this.RadSwitchMovie.TabIndex = 36;
            this.RadSwitchMovie.TabStop = true;
            this.RadSwitchMovie.Text = "映像録画";
            this.RadSwitchMovie.UseVisualStyleBackColor = true;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(151, 79);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(21, 12);
            this.label4.TabIndex = 34;
            this.label4.Text = "fps";
            // 
            // TxtTriggerFPS
            // 
            this.TxtTriggerFPS.Enabled = false;
            this.TxtTriggerFPS.Location = new System.Drawing.Point(111, 76);
            this.TxtTriggerFPS.Name = "TxtTriggerFPS";
            this.TxtTriggerFPS.Size = new System.Drawing.Size(34, 19);
            this.TxtTriggerFPS.TabIndex = 33;
            this.TxtTriggerFPS.Text = "40.0";
            this.TxtTriggerFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.TxtTriggerFPS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberKeyOnly);
            // 
            // ChkTrigger
            // 
            this.ChkTrigger.AutoSize = true;
            this.ChkTrigger.Location = new System.Drawing.Point(6, 78);
            this.ChkTrigger.Name = "ChkTrigger";
            this.ChkTrigger.Size = new System.Drawing.Size(109, 16);
            this.ChkTrigger.TabIndex = 32;
            this.ChkTrigger.Text = "ソフトウェアトリガー";
            this.ChkTrigger.UseVisualStyleBackColor = true;
            this.ChkTrigger.CheckedChanged += new System.EventHandler(this.ChkTrigger_CheckedChanged);
            // 
            // CboImageType
            // 
            this.CboImageType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboImageType.FormattingEnabled = true;
            this.CboImageType.Items.AddRange(new object[] {
            "JPG",
            "BMP",
            "TIF"});
            this.CboImageType.Location = new System.Drawing.Point(70, 55);
            this.CboImageType.Name = "CboImageType";
            this.CboImageType.Size = new System.Drawing.Size(52, 20);
            this.CboImageType.TabIndex = 23;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(11, 58);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 22;
            this.label7.Text = "保存形式";
            // 
            // BtnApply
            // 
            this.BtnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnApply.Location = new System.Drawing.Point(415, 437);
            this.BtnApply.Name = "BtnApply";
            this.BtnApply.Size = new System.Drawing.Size(93, 31);
            this.BtnApply.TabIndex = 18;
            this.BtnApply.Text = "適用";
            this.BtnApply.UseVisualStyleBackColor = true;
            this.BtnApply.Click += new System.EventHandler(this.BtnApply_Click);
            // 
            // BtnCancel
            // 
            this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnCancel.Location = new System.Drawing.Point(514, 437);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Size = new System.Drawing.Size(93, 31);
            this.BtnCancel.TabIndex = 19;
            this.BtnCancel.Text = "キャンセル";
            this.BtnCancel.UseVisualStyleBackColor = true;
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.CboFrameType);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.LblAvailableMemory);
            this.groupBox2.Controls.Add(this.LblRecodingMemory);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.TxtRecodingDulation);
            this.groupBox2.Controls.Add(this.TxtMovieRate);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.ChkRecNear);
            this.groupBox2.Controls.Add(this.ChkRecRight);
            this.groupBox2.Controls.Add(this.ChkRecFront);
            this.groupBox2.Controls.Add(this.ChkRecLeft);
            this.groupBox2.Controls.Add(this.ChkRecTop);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Location = new System.Drawing.Point(10, 133);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(343, 147);
            this.groupBox2.TabIndex = 20;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "映像録画設定";
            // 
            // CboFrameType
            // 
            this.CboFrameType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboFrameType.FormattingEnabled = true;
            this.CboFrameType.Items.AddRange(new object[] {
            "JPG",
            "BMP",
            "TIF"});
            this.CboFrameType.Location = new System.Drawing.Point(133, 58);
            this.CboFrameType.Name = "CboFrameType";
            this.CboFrameType.Size = new System.Drawing.Size(52, 20);
            this.CboFrameType.TabIndex = 56;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(13, 61);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(114, 12);
            this.label11.TabIndex = 55;
            this.label11.Text = "フレーム画像保存形式";
            // 
            // LblAvailableMemory
            // 
            this.LblAvailableMemory.AutoSize = true;
            this.LblAvailableMemory.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.LblAvailableMemory.Location = new System.Drawing.Point(154, 109);
            this.LblAvailableMemory.Name = "LblAvailableMemory";
            this.LblAvailableMemory.Size = new System.Drawing.Size(89, 12);
            this.LblAvailableMemory.TabIndex = 54;
            this.LblAvailableMemory.Text = "利用可能メモリ";
            // 
            // LblRecodingMemory
            // 
            this.LblRecodingMemory.AutoSize = true;
            this.LblRecodingMemory.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.LblRecodingMemory.Location = new System.Drawing.Point(154, 91);
            this.LblRecodingMemory.Name = "LblRecodingMemory";
            this.LblRecodingMemory.Size = new System.Drawing.Size(89, 12);
            this.LblRecodingMemory.TabIndex = 53;
            this.LblRecodingMemory.Text = "最大消費メモリ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(128, 91);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 52;
            this.label2.Text = "秒";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 91);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 51;
            this.label1.Text = "記録時間上限";
            // 
            // TxtRecodingDulation
            // 
            this.TxtRecodingDulation.Location = new System.Drawing.Point(90, 88);
            this.TxtRecodingDulation.Name = "TxtRecodingDulation";
            this.TxtRecodingDulation.Size = new System.Drawing.Size(32, 19);
            this.TxtRecodingDulation.TabIndex = 50;
            this.TxtRecodingDulation.Text = "30";
            this.TxtRecodingDulation.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.TxtRecodingDulation.TextChanged += new System.EventHandler(this.RecodingParamChanged);
            this.TxtRecodingDulation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberKeyOnly);
            // 
            // TxtMovieRate
            // 
            this.TxtMovieRate.Location = new System.Drawing.Point(68, 115);
            this.TxtMovieRate.Name = "TxtMovieRate";
            this.TxtMovieRate.Size = new System.Drawing.Size(40, 19);
            this.TxtMovieRate.TabIndex = 49;
            this.TxtMovieRate.Text = "3000";
            this.TxtMovieRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.TxtMovieRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberKeyOnly);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(13, 118);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(56, 12);
            this.label5.TabIndex = 48;
            this.label5.Text = "動画レート";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(114, 118);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 47;
            this.label6.Text = "kbps";
            // 
            // ChkRecNear
            // 
            this.ChkRecNear.AutoSize = true;
            this.ChkRecNear.Location = new System.Drawing.Point(240, 31);
            this.ChkRecNear.Name = "ChkRecNear";
            this.ChkRecNear.Size = new System.Drawing.Size(36, 16);
            this.ChkRecNear.TabIndex = 46;
            this.ChkRecNear.Text = "近";
            this.ChkRecNear.UseVisualStyleBackColor = true;
            this.ChkRecNear.CheckedChanged += new System.EventHandler(this.RecodingParamChanged);
            // 
            // ChkRecRight
            // 
            this.ChkRecRight.AutoSize = true;
            this.ChkRecRight.Location = new System.Drawing.Point(198, 31);
            this.ChkRecRight.Name = "ChkRecRight";
            this.ChkRecRight.Size = new System.Drawing.Size(36, 16);
            this.ChkRecRight.TabIndex = 45;
            this.ChkRecRight.Text = "右";
            this.ChkRecRight.UseVisualStyleBackColor = true;
            this.ChkRecRight.CheckedChanged += new System.EventHandler(this.RecodingParamChanged);
            // 
            // ChkRecFront
            // 
            this.ChkRecFront.AutoSize = true;
            this.ChkRecFront.Location = new System.Drawing.Point(156, 31);
            this.ChkRecFront.Name = "ChkRecFront";
            this.ChkRecFront.Size = new System.Drawing.Size(36, 16);
            this.ChkRecFront.TabIndex = 44;
            this.ChkRecFront.Text = "前";
            this.ChkRecFront.UseVisualStyleBackColor = true;
            this.ChkRecFront.CheckedChanged += new System.EventHandler(this.RecodingParamChanged);
            // 
            // ChkRecLeft
            // 
            this.ChkRecLeft.AutoSize = true;
            this.ChkRecLeft.Location = new System.Drawing.Point(114, 31);
            this.ChkRecLeft.Name = "ChkRecLeft";
            this.ChkRecLeft.Size = new System.Drawing.Size(36, 16);
            this.ChkRecLeft.TabIndex = 43;
            this.ChkRecLeft.Text = "左";
            this.ChkRecLeft.UseVisualStyleBackColor = true;
            this.ChkRecLeft.CheckedChanged += new System.EventHandler(this.RecodingParamChanged);
            // 
            // ChkRecTop
            // 
            this.ChkRecTop.AutoSize = true;
            this.ChkRecTop.Location = new System.Drawing.Point(72, 31);
            this.ChkRecTop.Name = "ChkRecTop";
            this.ChkRecTop.Size = new System.Drawing.Size(36, 16);
            this.ChkRecTop.TabIndex = 42;
            this.ChkRecTop.Text = "上";
            this.ChkRecTop.UseVisualStyleBackColor = true;
            this.ChkRecTop.CheckedChanged += new System.EventHandler(this.RecodingParamChanged);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(13, 32);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(54, 12);
            this.label9.TabIndex = 41;
            this.label9.Text = "録画カメラ";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.ChkSnapNear);
            this.groupBox3.Controls.Add(this.ChkSnapRight);
            this.groupBox3.Controls.Add(this.ChkSnapFront);
            this.groupBox3.Controls.Add(this.ChkSnapLeft);
            this.groupBox3.Controls.Add(this.CboImageType);
            this.groupBox3.Controls.Add(this.ChkSnapTop);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.label10);
            this.groupBox3.Location = new System.Drawing.Point(10, 295);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(343, 84);
            this.groupBox3.TabIndex = 21;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "静止画撮影設定";
            // 
            // ChkSnapNear
            // 
            this.ChkSnapNear.AutoSize = true;
            this.ChkSnapNear.Location = new System.Drawing.Point(238, 28);
            this.ChkSnapNear.Name = "ChkSnapNear";
            this.ChkSnapNear.Size = new System.Drawing.Size(36, 16);
            this.ChkSnapNear.TabIndex = 52;
            this.ChkSnapNear.Text = "近";
            this.ChkSnapNear.UseVisualStyleBackColor = true;
            // 
            // ChkSnapRight
            // 
            this.ChkSnapRight.AutoSize = true;
            this.ChkSnapRight.Location = new System.Drawing.Point(196, 28);
            this.ChkSnapRight.Name = "ChkSnapRight";
            this.ChkSnapRight.Size = new System.Drawing.Size(36, 16);
            this.ChkSnapRight.TabIndex = 51;
            this.ChkSnapRight.Text = "右";
            this.ChkSnapRight.UseVisualStyleBackColor = true;
            // 
            // ChkSnapFront
            // 
            this.ChkSnapFront.AutoSize = true;
            this.ChkSnapFront.Location = new System.Drawing.Point(154, 28);
            this.ChkSnapFront.Name = "ChkSnapFront";
            this.ChkSnapFront.Size = new System.Drawing.Size(36, 16);
            this.ChkSnapFront.TabIndex = 50;
            this.ChkSnapFront.Text = "前";
            this.ChkSnapFront.UseVisualStyleBackColor = true;
            // 
            // ChkSnapLeft
            // 
            this.ChkSnapLeft.AutoSize = true;
            this.ChkSnapLeft.Location = new System.Drawing.Point(112, 28);
            this.ChkSnapLeft.Name = "ChkSnapLeft";
            this.ChkSnapLeft.Size = new System.Drawing.Size(36, 16);
            this.ChkSnapLeft.TabIndex = 49;
            this.ChkSnapLeft.Text = "左";
            this.ChkSnapLeft.UseVisualStyleBackColor = true;
            // 
            // ChkSnapTop
            // 
            this.ChkSnapTop.AutoSize = true;
            this.ChkSnapTop.Location = new System.Drawing.Point(70, 28);
            this.ChkSnapTop.Name = "ChkSnapTop";
            this.ChkSnapTop.Size = new System.Drawing.Size(36, 16);
            this.ChkSnapTop.TabIndex = 48;
            this.ChkSnapTop.Text = "上";
            this.ChkSnapTop.UseVisualStyleBackColor = true;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(11, 29);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(54, 12);
            this.label10.TabIndex = 47;
            this.label10.Text = "撮影カメラ";
            // 
            // groupBox4
            // 
            this.groupBox4.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.groupBox4.Controls.Add(this.TxtSubjectList);
            this.groupBox4.Controls.Add(this.label12);
            this.groupBox4.Location = new System.Drawing.Point(369, 12);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(238, 416);
            this.groupBox4.TabIndex = 22;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "被験者設定";
            // 
            // TxtSubjectList
            // 
            this.TxtSubjectList.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.TxtSubjectList.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.TxtSubjectList.Location = new System.Drawing.Point(10, 56);
            this.TxtSubjectList.Multiline = true;
            this.TxtSubjectList.Name = "TxtSubjectList";
            this.TxtSubjectList.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.TxtSubjectList.Size = new System.Drawing.Size(218, 349);
            this.TxtSubjectList.TabIndex = 2;
            this.TxtSubjectList.WordWrap = false;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(17, 22);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(195, 24);
            this.label12.TabIndex = 1;
            this.label12.Text = "非測定者名を1行1名で記入してください\r\n起動時 SubjectList.txt を読み込み";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(11, 52);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(77, 12);
            this.label13.TabIndex = 35;
            this.label13.Text = "信号変化閾値";
            // 
            // TxtRBThreshold
            // 
            this.TxtRBThreshold.Location = new System.Drawing.Point(94, 49);
            this.TxtRBThreshold.Name = "TxtRBThreshold";
            this.TxtRBThreshold.Size = new System.Drawing.Size(33, 19);
            this.TxtRBThreshold.TabIndex = 58;
            this.TxtRBThreshold.Text = "10";
            this.TxtRBThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.TxtRBThreshold.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberKeyOnly);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(151, 52);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(65, 12);
            this.label14.TabIndex = 59;
            this.label14.Text = "直近検出数";
            // 
            // TxtRBDetectSize
            // 
            this.TxtRBDetectSize.Location = new System.Drawing.Point(221, 49);
            this.TxtRBDetectSize.Name = "TxtRBDetectSize";
            this.TxtRBDetectSize.Size = new System.Drawing.Size(25, 19);
            this.TxtRBDetectSize.TabIndex = 60;
            this.TxtRBDetectSize.Text = "10";
            this.TxtRBDetectSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.TxtRBDetectSize.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberKeyOnly);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(250, 52);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(29, 12);
            this.label15.TabIndex = 61;
            this.label15.Text = "個中";
            // 
            // TxtRBDetectCount
            // 
            this.TxtRBDetectCount.Location = new System.Drawing.Point(282, 49);
            this.TxtRBDetectCount.Name = "TxtRBDetectCount";
            this.TxtRBDetectCount.Size = new System.Drawing.Size(25, 19);
            this.TxtRBDetectCount.TabIndex = 62;
            this.TxtRBDetectCount.Text = "5";
            this.TxtRBDetectCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.TxtRBDetectCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberKeyOnly);
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(313, 52);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(17, 12);
            this.label16.TabIndex = 63;
            this.label16.Text = "個";
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.ChkSensorColorBG);
            this.groupBox5.Controls.Add(this.CboRBDetectCh);
            this.groupBox5.Controls.Add(this.label17);
            this.groupBox5.Controls.Add(this.label16);
            this.groupBox5.Controls.Add(this.label13);
            this.groupBox5.Controls.Add(this.TxtRBDetectCount);
            this.groupBox5.Controls.Add(this.TxtRBThreshold);
            this.groupBox5.Controls.Add(this.label15);
            this.groupBox5.Controls.Add(this.label14);
            this.groupBox5.Controls.Add(this.TxtRBDetectSize);
            this.groupBox5.Location = new System.Drawing.Point(10, 394);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(343, 77);
            this.groupBox5.TabIndex = 23;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "逆血検出センサー設定";
            // 
            // CboRBDetectCh
            // 
            this.CboRBDetectCh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboRBDetectCh.FormattingEnabled = true;
            this.CboRBDetectCh.Items.AddRange(new object[] {
            "R",
            "G",
            "B",
            "Sat"});
            this.CboRBDetectCh.Location = new System.Drawing.Point(83, 23);
            this.CboRBDetectCh.Name = "CboRBDetectCh";
            this.CboRBDetectCh.Size = new System.Drawing.Size(44, 20);
            this.CboRBDetectCh.TabIndex = 65;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(11, 27);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(66, 12);
            this.label17.TabIndex = 64;
            this.label17.Text = "検出チャネル";
            // 
            // ChkSensorColorBG
            // 
            this.ChkSensorColorBG.AutoSize = true;
            this.ChkSensorColorBG.Location = new System.Drawing.Point(152, 23);
            this.ChkSensorColorBG.Name = "ChkSensorColorBG";
            this.ChkSensorColorBG.Size = new System.Drawing.Size(156, 16);
            this.ChkSensorColorBG.TabIndex = 66;
            this.ChkSensorColorBG.Text = "センサ色をグラフ背景に反映";
            this.ChkSensorColorBG.UseVisualStyleBackColor = true;
            // 
            // Setting
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(619, 480);
            this.ControlBox = false;
            this.Controls.Add(this.groupBox5);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnApply);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Setting";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "ISCamRecoder設定";
            this.Shown += new System.EventHandler(this.Setting_Shown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox TxtOutputDir;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button BtnApply;
        private System.Windows.Forms.Button BtnCancel;
        private System.Windows.Forms.ComboBox CboImageType;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox TxtTriggerFPS;
        private System.Windows.Forms.CheckBox ChkTrigger;
        private System.Windows.Forms.RadioButton RadSwitchMovie;
        private System.Windows.Forms.RadioButton RadSwitchImage;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.CheckBox ChkRecNear;
        private System.Windows.Forms.CheckBox ChkRecRight;
        private System.Windows.Forms.CheckBox ChkRecFront;
        private System.Windows.Forms.CheckBox ChkRecLeft;
        private System.Windows.Forms.CheckBox ChkRecTop;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label LblAvailableMemory;
        private System.Windows.Forms.Label LblRecodingMemory;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox TxtRecodingDulation;
        private System.Windows.Forms.TextBox TxtMovieRate;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.CheckBox ChkSnapNear;
        private System.Windows.Forms.CheckBox ChkSnapRight;
        private System.Windows.Forms.CheckBox ChkSnapFront;
        private System.Windows.Forms.CheckBox ChkSnapLeft;
        private System.Windows.Forms.CheckBox ChkSnapTop;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.ComboBox CboFrameType;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox TxtSubjectList;
        private System.Windows.Forms.TextBox TxtRBThreshold;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox TxtRBDetectCount;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox TxtRBDetectSize;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.ComboBox CboRBDetectCh;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.CheckBox ChkSensorColorBG;
    }
}