diff --git a/ISCamRecorder/Setting.Designer.cs b/ISCamRecorder/Setting.Designer.cs index 4669454..94e974f 100644 --- a/ISCamRecorder/Setting.Designer.cs +++ b/ISCamRecorder/Setting.Designer.cs @@ -27,31 +27,33 @@ this.label3 = new System.Windows.Forms.Label(); this.TxtOutputDir = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.TxtMovieRate = new System.Windows.Forms.TextBox(); - this.label5 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); + 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.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.LblRecodingMemory = new System.Windows.Forms.Label(); - this.LblAvailableMemory = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.TxtTriggerFPS = new System.Windows.Forms.TextBox(); - this.ChkTrigger = new System.Windows.Forms.CheckBox(); - this.RadSwitchMovie = new System.Windows.Forms.RadioButton(); - this.RadSwitchImage = new System.Windows.Forms.RadioButton(); - this.panel1 = new System.Windows.Forms.Panel(); - this.label8 = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); - this.ChkRecTop = new System.Windows.Forms.CheckBox(); - this.ChkRecLeft = new System.Windows.Forms.CheckBox(); - this.ChkRecFront = new System.Windows.Forms.CheckBox(); - this.ChkRecRight = new System.Windows.Forms.CheckBox(); + 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(); @@ -60,12 +62,14 @@ this.label10 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(6, 26); + this.label3.Location = new System.Drawing.Point(6, 72); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 16; @@ -73,224 +77,32 @@ // // TxtOutputDir // - this.TxtOutputDir.Location = new System.Drawing.Point(53, 23); + this.TxtOutputDir.Location = new System.Drawing.Point(53, 69); this.TxtOutputDir.Name = "TxtOutputDir"; this.TxtOutputDir.Size = new System.Drawing.Size(239, 19); this.TxtOutputDir.TabIndex = 15; // // groupBox1 // - this.groupBox1.Controls.Add(this.ChkSnapNear); - this.groupBox1.Controls.Add(this.ChkSnapRight); - this.groupBox1.Controls.Add(this.ChkSnapFront); - this.groupBox1.Controls.Add(this.ChkSnapLeft); - this.groupBox1.Controls.Add(this.ChkSnapTop); - this.groupBox1.Controls.Add(this.label10); - this.groupBox1.Controls.Add(this.ChkRecNear); - this.groupBox1.Controls.Add(this.ChkRecRight); - this.groupBox1.Controls.Add(this.ChkRecFront); - this.groupBox1.Controls.Add(this.ChkRecLeft); - this.groupBox1.Controls.Add(this.ChkRecTop); - this.groupBox1.Controls.Add(this.label9); 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.LblAvailableMemory); - this.groupBox1.Controls.Add(this.LblRecodingMemory); - this.groupBox1.Controls.Add(this.label2); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Controls.Add(this.TxtRecodingDulation); - this.groupBox1.Controls.Add(this.TxtMovieRate); - this.groupBox1.Controls.Add(this.label5); - this.groupBox1.Controls.Add(this.label6); - this.groupBox1.Controls.Add(this.CboImageType); - this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.TxtOutputDir); - this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Location = new System.Drawing.Point(10, 12); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(371, 289); + this.groupBox1.Size = new System.Drawing.Size(308, 145); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; - this.groupBox1.Text = "保存設定"; - // - // TxtMovieRate - // - this.TxtMovieRate.Location = new System.Drawing.Point(61, 88); - this.TxtMovieRate.Name = "TxtMovieRate"; - this.TxtMovieRate.Size = new System.Drawing.Size(40, 19); - this.TxtMovieRate.TabIndex = 26; - 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(6, 91); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(56, 12); - this.label5.TabIndex = 25; - this.label5.Text = "動画レート"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(107, 91); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(29, 12); - this.label6.TabIndex = 24; - this.label6.Text = "kbps"; - // - // CboImageType - // - this.CboImageType.FormattingEnabled = true; - this.CboImageType.Items.AddRange(new object[] { - "JPG", - "BMP", - "TIFF"}); - this.CboImageType.Location = new System.Drawing.Point(65, 56); - this.CboImageType.Name = "CboImageType"; - this.CboImageType.Size = new System.Drawing.Size(52, 20); - this.CboImageType.TabIndex = 23; - this.CboImageType.Text = "JPG"; - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(6, 59); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(53, 12); - this.label7.TabIndex = 22; - this.label7.Text = "画像形式"; - // - // BtnApply - // - this.BtnApply.Location = new System.Drawing.Point(248, 432); - 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.Location = new System.Drawing.Point(358, 432); - 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); - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(123, 126); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(17, 12); - this.label2.TabIndex = 29; - this.label2.Text = "秒"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(6, 126); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(77, 12); - this.label1.TabIndex = 28; - this.label1.Text = "記録時間上限"; - // - // TxtRecodingDulation - // - this.TxtRecodingDulation.Location = new System.Drawing.Point(83, 123); - this.TxtRecodingDulation.Name = "TxtRecodingDulation"; - this.TxtRecodingDulation.Size = new System.Drawing.Size(34, 19); - this.TxtRecodingDulation.TabIndex = 27; - this.TxtRecodingDulation.Text = "30"; - this.TxtRecodingDulation.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - this.TxtRecodingDulation.TextChanged += new System.EventHandler(this.TxtRecodingDulation_TextChanged); - this.TxtRecodingDulation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberKeyOnly); - // - // 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(170, 126); - this.LblRecodingMemory.Name = "LblRecodingMemory"; - this.LblRecodingMemory.Size = new System.Drawing.Size(89, 12); - this.LblRecodingMemory.TabIndex = 30; - this.LblRecodingMemory.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(170, 105); - this.LblAvailableMemory.Name = "LblAvailableMemory"; - this.LblAvailableMemory.Size = new System.Drawing.Size(89, 12); - this.LblAvailableMemory.TabIndex = 31; - this.LblAvailableMemory.Text = "利用可能メモリ"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(163, 156); - 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(123, 153); - 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; - // - // ChkTrigger - // - this.ChkTrigger.AutoSize = true; - this.ChkTrigger.Location = new System.Drawing.Point(8, 155); - this.ChkTrigger.Name = "ChkTrigger"; - this.ChkTrigger.Size = new System.Drawing.Size(109, 16); - this.ChkTrigger.TabIndex = 32; - this.ChkTrigger.Text = "ソフトウェアトリガー"; - this.ChkTrigger.UseVisualStyleBackColor = true; - // - // RadSwitchMovie - // - this.RadSwitchMovie.AutoSize = true; - this.RadSwitchMovie.Checked = true; - this.RadSwitchMovie.Location = new System.Drawing.Point(75, 7); - this.RadSwitchMovie.Name = "RadSwitchMovie"; - this.RadSwitchMovie.Size = new System.Drawing.Size(47, 16); - this.RadSwitchMovie.TabIndex = 36; - this.RadSwitchMovie.TabStop = true; - this.RadSwitchMovie.Text = "録画"; - this.RadSwitchMovie.UseVisualStyleBackColor = true; - // - // RadSwitchImage - // - this.RadSwitchImage.AutoSize = true; - this.RadSwitchImage.Location = new System.Drawing.Point(142, 7); - this.RadSwitchImage.Name = "RadSwitchImage"; - this.RadSwitchImage.Size = new System.Drawing.Size(47, 16); - this.RadSwitchImage.TabIndex = 37; - this.RadSwitchImage.Text = "撮影"; - this.RadSwitchImage.UseVisualStyleBackColor = true; + 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(8, 178); + this.panel1.Location = new System.Drawing.Point(5, 22); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(229, 30); this.panel1.TabIndex = 20; @@ -304,130 +116,341 @@ this.label8.TabIndex = 0; this.label8.Text = "ボタン連動"; // - // label9 + // RadSwitchImage // - this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(6, 220); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(54, 12); - this.label9.TabIndex = 35; - this.label9.Text = "録画カメラ"; + this.RadSwitchImage.AutoSize = true; + this.RadSwitchImage.Location = new System.Drawing.Point(142, 7); + this.RadSwitchImage.Name = "RadSwitchImage"; + this.RadSwitchImage.Size = new System.Drawing.Size(47, 16); + this.RadSwitchImage.TabIndex = 37; + this.RadSwitchImage.Text = "撮影"; + this.RadSwitchImage.UseVisualStyleBackColor = true; // - // ChkRecTop + // RadSwitchMovie // - this.ChkRecTop.AutoSize = true; - this.ChkRecTop.Location = new System.Drawing.Point(65, 219); - this.ChkRecTop.Name = "ChkRecTop"; - this.ChkRecTop.Size = new System.Drawing.Size(36, 16); - this.ChkRecTop.TabIndex = 36; - this.ChkRecTop.Text = "上"; - this.ChkRecTop.UseVisualStyleBackColor = true; + this.RadSwitchMovie.AutoSize = true; + this.RadSwitchMovie.Checked = true; + this.RadSwitchMovie.Location = new System.Drawing.Point(75, 7); + this.RadSwitchMovie.Name = "RadSwitchMovie"; + this.RadSwitchMovie.Size = new System.Drawing.Size(47, 16); + this.RadSwitchMovie.TabIndex = 36; + this.RadSwitchMovie.TabStop = true; + this.RadSwitchMovie.Text = "録画"; + this.RadSwitchMovie.UseVisualStyleBackColor = true; // - // ChkRecLeft + // label4 // - this.ChkRecLeft.AutoSize = true; - this.ChkRecLeft.Location = new System.Drawing.Point(107, 219); - this.ChkRecLeft.Name = "ChkRecLeft"; - this.ChkRecLeft.Size = new System.Drawing.Size(36, 16); - this.ChkRecLeft.TabIndex = 37; - this.ChkRecLeft.Text = "左"; - this.ChkRecLeft.UseVisualStyleBackColor = true; + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(163, 110); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(21, 12); + this.label4.TabIndex = 34; + this.label4.Text = "fps"; // - // ChkRecFront + // TxtTriggerFPS // - this.ChkRecFront.AutoSize = true; - this.ChkRecFront.Location = new System.Drawing.Point(149, 219); - this.ChkRecFront.Name = "ChkRecFront"; - this.ChkRecFront.Size = new System.Drawing.Size(36, 16); - this.ChkRecFront.TabIndex = 38; - this.ChkRecFront.Text = "前"; - this.ChkRecFront.UseVisualStyleBackColor = true; + this.TxtTriggerFPS.Enabled = false; + this.TxtTriggerFPS.Location = new System.Drawing.Point(123, 107); + 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; // - // ChkRecRight + // ChkTrigger // - this.ChkRecRight.AutoSize = true; - this.ChkRecRight.Location = new System.Drawing.Point(191, 219); - this.ChkRecRight.Name = "ChkRecRight"; - this.ChkRecRight.Size = new System.Drawing.Size(36, 16); - this.ChkRecRight.TabIndex = 39; - this.ChkRecRight.Text = "右"; - this.ChkRecRight.UseVisualStyleBackColor = true; + this.ChkTrigger.AutoSize = true; + this.ChkTrigger.Location = new System.Drawing.Point(8, 109); + this.ChkTrigger.Name = "ChkTrigger"; + this.ChkTrigger.Size = new System.Drawing.Size(109, 16); + this.ChkTrigger.TabIndex = 32; + this.ChkTrigger.Text = "ソフトウェアトリガー"; + this.ChkTrigger.UseVisualStyleBackColor = true; + // + // CboImageType + // + this.CboImageType.FormattingEnabled = true; + this.CboImageType.Items.AddRange(new object[] { + "JPG", + "BMP", + "TIFF"}); + 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; + this.CboImageType.Text = "JPG"; + // + // 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(408, 573); + 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(507, 573); + 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.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, 177); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(308, 122); + this.groupBox2.TabIndex = 20; + this.groupBox2.TabStop = false; + this.groupBox2.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, 74); + 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, 96); + 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, 96); + 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, 96); + 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, 93); + 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; + // + // TxtMovieRate + // + this.TxtMovieRate.Location = new System.Drawing.Point(68, 58); + 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; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(13, 61); + 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, 61); + 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(233, 219); + 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 = 40; + this.ChkRecNear.TabIndex = 46; this.ChkRecNear.Text = "近"; this.ChkRecNear.UseVisualStyleBackColor = true; // + // 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; + // + // 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; + // + // 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; + // + // 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; + // + // 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, 314); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(308, 122); + this.groupBox3.TabIndex = 21; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "静止画撮影設定"; + // // ChkSnapNear // this.ChkSnapNear.AutoSize = true; - this.ChkSnapNear.Location = new System.Drawing.Point(233, 247); + 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 = 46; + this.ChkSnapNear.TabIndex = 52; this.ChkSnapNear.Text = "近"; this.ChkSnapNear.UseVisualStyleBackColor = true; // // ChkSnapRight // this.ChkSnapRight.AutoSize = true; - this.ChkSnapRight.Location = new System.Drawing.Point(191, 247); + 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 = 45; + this.ChkSnapRight.TabIndex = 51; this.ChkSnapRight.Text = "右"; this.ChkSnapRight.UseVisualStyleBackColor = true; // // ChkSnapFront // this.ChkSnapFront.AutoSize = true; - this.ChkSnapFront.Location = new System.Drawing.Point(149, 247); + 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 = 44; + this.ChkSnapFront.TabIndex = 50; this.ChkSnapFront.Text = "前"; this.ChkSnapFront.UseVisualStyleBackColor = true; // // ChkSnapLeft // this.ChkSnapLeft.AutoSize = true; - this.ChkSnapLeft.Location = new System.Drawing.Point(107, 247); + 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 = 43; + this.ChkSnapLeft.TabIndex = 49; this.ChkSnapLeft.Text = "左"; this.ChkSnapLeft.UseVisualStyleBackColor = true; // // ChkSnapTop // this.ChkSnapTop.AutoSize = true; - this.ChkSnapTop.Location = new System.Drawing.Point(65, 247); + 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 = 42; + this.ChkSnapTop.TabIndex = 48; this.ChkSnapTop.Text = "上"; this.ChkSnapTop.UseVisualStyleBackColor = true; // // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(6, 248); + 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 = 41; + this.label10.TabIndex = 47; this.label10.Text = "撮影カメラ"; // // Setting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(463, 475); + this.ClientSize = new System.Drawing.Size(612, 616); this.ControlBox = false; + 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); @@ -442,6 +465,10 @@ 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.ResumeLayout(false); } @@ -455,14 +482,6 @@ private System.Windows.Forms.Button BtnCancel; private System.Windows.Forms.ComboBox CboImageType; private System.Windows.Forms.Label label7; - private System.Windows.Forms.TextBox TxtMovieRate; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Label label1; - private System.Windows.Forms.TextBox TxtRecodingDulation; - private System.Windows.Forms.Label LblRecodingMemory; - private System.Windows.Forms.Label LblAvailableMemory; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox TxtTriggerFPS; private System.Windows.Forms.CheckBox ChkTrigger; @@ -470,12 +489,22 @@ private System.Windows.Forms.RadioButton RadSwitchImage; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label8; - private System.Windows.Forms.Label label9; + 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.CheckBox ChkRecNear; + 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; diff --git a/README.md b/README.md index 204fdf2..ac36dde 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,4 @@ - [IS ダウンロードサイト](https://www.argocorp.com/software/DL/tis/index.html) - [フォトリフレクタの使い方](https://www.petitmonte.com/robot/howto_photo_reflector.html) - [Arduino 日本語リファレンス](http://www.musashinodenpa.com/arduino/ref/index.php) +- [音源素材 Springin](https://www.springin.org/) \ No newline at end of file