OSDN Git Service

Enable a ring buffer by default
authorKazuhiro <fujieda@users.osdn.me>
Sun, 27 Sep 2015 11:47:35 +0000 (20:47 +0900)
committerKazuhiro <fujieda@users.osdn.me>
Sun, 27 Sep 2015 11:48:17 +0000 (20:48 +0900)
BurageSnap/Config.cs
BurageSnap/OptionDialog.resx

index 52611c7..3641465 100644 (file)
@@ -33,8 +33,8 @@ namespace BurageSnap
         private static readonly string BaseDir = AppDomain.CurrentDomain.BaseDirectory;
         public Point Location { get; set; }
         public bool TopMost { get; set; }
-        public int Interval { get; set; } = 1000;
-        public int RingBuffer { get; set; }
+        public int Interval { get; set; } = 200;
+        public int RingBuffer { get; set; } = 25;
         public string[] TitleHistory { get; set; } = {"艦隊これくしょん -艦これ- - オンラインゲーム - DMM.com"};
         public string Folder { get; set; }
         public OutputFormat Format { get; set; } = OutputFormat.Jpg;
index 1e4676a..6d1ce2b 100644 (file)
   <data name="textBoxInterval.TabIndex" type="System.Int32, mscorlib">
     <value>10</value>
   </data>
-  <data name="textBoxInterval.Text" xml:space="preserve">
-    <value>1000</value>
-  </data>
   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
   <data name="textBoxInterval.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
     <value>Right</value>
   <data name="textBoxRingBuffer.TabIndex" type="System.Int32, mscorlib">
     <value>26</value>
   </data>
-  <data name="textBoxRingBuffer.Text" xml:space="preserve">
-    <value>0</value>
-  </data>
   <data name="textBoxRingBuffer.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
     <value>Right</value>
   </data>