Added snap size dialog

This commit is contained in:
Jaex 2016-06-22 14:54:47 +03:00
parent 8df8df3f01
commit d5e7cb8774
3 changed files with 460 additions and 81 deletions

View file

@ -120,7 +120,9 @@ private void InitializeComponent()
this.cbScreenshotDelay = new System.Windows.Forms.CheckBox();
this.chkUseDefaultCaptureSettings = new System.Windows.Forms.CheckBox();
this.tpRegionCapture = new System.Windows.Forms.TabPage();
this.txtRegionCaptureUseCustomInfoText = new System.Windows.Forms.TextBox();
this.cbRegionCaptureSnapSizes = new System.Windows.Forms.ComboBox();
this.lblRegionCaptureSnapSizes = new System.Windows.Forms.Label();
this.txtRegionCaptureCustomInfoText = new System.Windows.Forms.TextBox();
this.cbRegionCaptureUseCustomInfoText = new System.Windows.Forms.CheckBox();
this.cbRegionCaptureUseDimming = new System.Windows.Forms.CheckBox();
this.cbRegionCaptureDetectControls = new System.Windows.Forms.CheckBox();
@ -208,8 +210,15 @@ private void InitializeComponent()
this.pgTaskSettings = new System.Windows.Forms.PropertyGrid();
this.chkUseDefaultAdvancedSettings = new System.Windows.Forms.CheckBox();
this.tttvMain = new ShareX.HelpersLib.TabToTreeView();
this.lblRegionCaptureSnapSizes = new System.Windows.Forms.Label();
this.cbRegionCaptureSnapSizes = new System.Windows.Forms.ComboBox();
this.btnRegionCaptureSnapSizesAdd = new System.Windows.Forms.Button();
this.btnRegionCaptureSnapSizesRemove = new System.Windows.Forms.Button();
this.pRegionCaptureSnapSizes = new System.Windows.Forms.Panel();
this.lblRegionCaptureSnapSizesWidth = new System.Windows.Forms.Label();
this.nudRegionCaptureSnapSizesWidth = new System.Windows.Forms.NumericUpDown();
this.RegionCaptureSnapSizesHeight = new System.Windows.Forms.Label();
this.nudRegionCaptureSnapSizesHeight = new System.Windows.Forms.NumericUpDown();
this.btnRegionCaptureSnapSizesDialogAdd = new System.Windows.Forms.Button();
this.btnRegionCaptureSnapSizesDialogCancel = new System.Windows.Forms.Button();
this.tcTaskSettings.SuspendLayout();
this.tpTask.SuspendLayout();
this.cmsDestinations.SuspendLayout();
@ -256,6 +265,9 @@ private void InitializeComponent()
this.tpIndexer.SuspendLayout();
this.tpVideoThumbnailer.SuspendLayout();
this.tpAdvanced.SuspendLayout();
this.pRegionCaptureSnapSizes.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudRegionCaptureSnapSizesWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudRegionCaptureSnapSizesHeight)).BeginInit();
this.SuspendLayout();
//
// cmsAfterCapture
@ -993,11 +1005,11 @@ private void InitializeComponent()
//
// tpRegionCapture
//
this.tpRegionCapture.Controls.Add(this.btnRegionCaptureSnapSizesRemove);
this.tpRegionCapture.Controls.Add(this.btnRegionCaptureSnapSizesAdd);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureSnapSizes);
this.tpRegionCapture.Controls.Add(this.lblRegionCaptureSnapSizes);
this.tpRegionCapture.Controls.Add(this.txtRegionCaptureUseCustomInfoText);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureUseCustomInfoText);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureUseDimming);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureDetectControls);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureDetectWindows);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureMouse5ClickAction);
@ -1009,15 +1021,30 @@ private void InitializeComponent()
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureMouseRightClickAction);
this.tpRegionCapture.Controls.Add(this.lblRegionCaptureMouseRightClickAction);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureMultiRegionMode);
this.tpRegionCapture.Controls.Add(this.pRegionCaptureSnapSizes);
this.tpRegionCapture.Controls.Add(this.cbRegionCaptureUseDimming);
this.tpRegionCapture.Controls.Add(this.txtRegionCaptureCustomInfoText);
resources.ApplyResources(this.tpRegionCapture, "tpRegionCapture");
this.tpRegionCapture.Name = "tpRegionCapture";
this.tpRegionCapture.UseVisualStyleBackColor = true;
//
// txtRegionCaptureUseCustomInfoText
// cbRegionCaptureSnapSizes
//
resources.ApplyResources(this.txtRegionCaptureUseCustomInfoText, "txtRegionCaptureUseCustomInfoText");
this.txtRegionCaptureUseCustomInfoText.Name = "txtRegionCaptureUseCustomInfoText";
this.txtRegionCaptureUseCustomInfoText.TextChanged += new System.EventHandler(this.txtRegionCaptureUseCustomInfoText_TextChanged);
this.cbRegionCaptureSnapSizes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbRegionCaptureSnapSizes.FormattingEnabled = true;
resources.ApplyResources(this.cbRegionCaptureSnapSizes, "cbRegionCaptureSnapSizes");
this.cbRegionCaptureSnapSizes.Name = "cbRegionCaptureSnapSizes";
//
// lblRegionCaptureSnapSizes
//
resources.ApplyResources(this.lblRegionCaptureSnapSizes, "lblRegionCaptureSnapSizes");
this.lblRegionCaptureSnapSizes.Name = "lblRegionCaptureSnapSizes";
//
// txtRegionCaptureCustomInfoText
//
resources.ApplyResources(this.txtRegionCaptureCustomInfoText, "txtRegionCaptureCustomInfoText");
this.txtRegionCaptureCustomInfoText.Name = "txtRegionCaptureCustomInfoText";
this.txtRegionCaptureCustomInfoText.TextChanged += new System.EventHandler(this.txtRegionCaptureCustomInfoText_TextChanged);
//
// cbRegionCaptureUseCustomInfoText
//
@ -1723,17 +1750,95 @@ private void InitializeComponent()
this.tttvMain.TreeViewSize = 190;
this.tttvMain.TabChanged += new ShareX.HelpersLib.TabToTreeView.TabChangedEventHandler(this.tttvMain_TabChanged);
//
// lblRegionCaptureSnapSizes
// btnRegionCaptureSnapSizesAdd
//
resources.ApplyResources(this.lblRegionCaptureSnapSizes, "lblRegionCaptureSnapSizes");
this.lblRegionCaptureSnapSizes.Name = "lblRegionCaptureSnapSizes";
resources.ApplyResources(this.btnRegionCaptureSnapSizesAdd, "btnRegionCaptureSnapSizesAdd");
this.btnRegionCaptureSnapSizesAdd.Name = "btnRegionCaptureSnapSizesAdd";
this.btnRegionCaptureSnapSizesAdd.UseVisualStyleBackColor = true;
this.btnRegionCaptureSnapSizesAdd.Click += new System.EventHandler(this.btnRegionCaptureSnapSizesAdd_Click);
//
// cbRegionCaptureSnapSizes
// btnRegionCaptureSnapSizesRemove
//
this.cbRegionCaptureSnapSizes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbRegionCaptureSnapSizes.FormattingEnabled = true;
resources.ApplyResources(this.cbRegionCaptureSnapSizes, "cbRegionCaptureSnapSizes");
this.cbRegionCaptureSnapSizes.Name = "cbRegionCaptureSnapSizes";
resources.ApplyResources(this.btnRegionCaptureSnapSizesRemove, "btnRegionCaptureSnapSizesRemove");
this.btnRegionCaptureSnapSizesRemove.Name = "btnRegionCaptureSnapSizesRemove";
this.btnRegionCaptureSnapSizesRemove.UseVisualStyleBackColor = true;
this.btnRegionCaptureSnapSizesRemove.Click += new System.EventHandler(this.btnRegionCaptureSnapSizesRemove_Click);
//
// pRegionCaptureSnapSizes
//
this.pRegionCaptureSnapSizes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pRegionCaptureSnapSizes.Controls.Add(this.btnRegionCaptureSnapSizesDialogCancel);
this.pRegionCaptureSnapSizes.Controls.Add(this.btnRegionCaptureSnapSizesDialogAdd);
this.pRegionCaptureSnapSizes.Controls.Add(this.nudRegionCaptureSnapSizesHeight);
this.pRegionCaptureSnapSizes.Controls.Add(this.RegionCaptureSnapSizesHeight);
this.pRegionCaptureSnapSizes.Controls.Add(this.nudRegionCaptureSnapSizesWidth);
this.pRegionCaptureSnapSizes.Controls.Add(this.lblRegionCaptureSnapSizesWidth);
resources.ApplyResources(this.pRegionCaptureSnapSizes, "pRegionCaptureSnapSizes");
this.pRegionCaptureSnapSizes.Name = "pRegionCaptureSnapSizes";
//
// lblRegionCaptureSnapSizesWidth
//
resources.ApplyResources(this.lblRegionCaptureSnapSizesWidth, "lblRegionCaptureSnapSizesWidth");
this.lblRegionCaptureSnapSizesWidth.Name = "lblRegionCaptureSnapSizesWidth";
//
// nudRegionCaptureSnapSizesWidth
//
resources.ApplyResources(this.nudRegionCaptureSnapSizesWidth, "nudRegionCaptureSnapSizesWidth");
this.nudRegionCaptureSnapSizesWidth.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.nudRegionCaptureSnapSizesWidth.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.nudRegionCaptureSnapSizesWidth.Name = "nudRegionCaptureSnapSizesWidth";
this.nudRegionCaptureSnapSizesWidth.Value = new decimal(new int[] {
100,
0,
0,
0});
//
// RegionCaptureSnapSizesHeight
//
resources.ApplyResources(this.RegionCaptureSnapSizesHeight, "RegionCaptureSnapSizesHeight");
this.RegionCaptureSnapSizesHeight.Name = "RegionCaptureSnapSizesHeight";
//
// nudRegionCaptureSnapSizesHeight
//
resources.ApplyResources(this.nudRegionCaptureSnapSizesHeight, "nudRegionCaptureSnapSizesHeight");
this.nudRegionCaptureSnapSizesHeight.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.nudRegionCaptureSnapSizesHeight.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.nudRegionCaptureSnapSizesHeight.Name = "nudRegionCaptureSnapSizesHeight";
this.nudRegionCaptureSnapSizesHeight.Value = new decimal(new int[] {
100,
0,
0,
0});
//
// btnRegionCaptureSnapSizesDialogAdd
//
resources.ApplyResources(this.btnRegionCaptureSnapSizesDialogAdd, "btnRegionCaptureSnapSizesDialogAdd");
this.btnRegionCaptureSnapSizesDialogAdd.Name = "btnRegionCaptureSnapSizesDialogAdd";
this.btnRegionCaptureSnapSizesDialogAdd.UseVisualStyleBackColor = true;
this.btnRegionCaptureSnapSizesDialogAdd.Click += new System.EventHandler(this.btnRegionCaptureSnapSizesDialogAdd_Click);
//
// btnRegionCaptureSnapSizesDialogCancel
//
resources.ApplyResources(this.btnRegionCaptureSnapSizesDialogCancel, "btnRegionCaptureSnapSizesDialogCancel");
this.btnRegionCaptureSnapSizesDialogCancel.Name = "btnRegionCaptureSnapSizesDialogCancel";
this.btnRegionCaptureSnapSizesDialogCancel.UseVisualStyleBackColor = true;
this.btnRegionCaptureSnapSizesDialogCancel.Click += new System.EventHandler(this.btnRegionCaptureSnapSizesDialogCancel_Click);
//
// TaskSettingsForm
//
@ -1809,6 +1914,10 @@ private void InitializeComponent()
this.tpVideoThumbnailer.ResumeLayout(false);
this.tpAdvanced.ResumeLayout(false);
this.tpAdvanced.PerformLayout();
this.pRegionCaptureSnapSizes.ResumeLayout(false);
this.pRegionCaptureSnapSizes.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudRegionCaptureSnapSizesWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudRegionCaptureSnapSizesHeight)).EndInit();
this.ResumeLayout(false);
}
@ -1992,8 +2101,17 @@ private void InitializeComponent()
private System.Windows.Forms.CheckBox cbRegionCaptureDetectControls;
private System.Windows.Forms.CheckBox cbRegionCaptureUseDimming;
private System.Windows.Forms.CheckBox cbRegionCaptureUseCustomInfoText;
private System.Windows.Forms.TextBox txtRegionCaptureUseCustomInfoText;
private System.Windows.Forms.TextBox txtRegionCaptureCustomInfoText;
private System.Windows.Forms.Label lblRegionCaptureSnapSizes;
private System.Windows.Forms.ComboBox cbRegionCaptureSnapSizes;
private System.Windows.Forms.Button btnRegionCaptureSnapSizesRemove;
private System.Windows.Forms.Button btnRegionCaptureSnapSizesAdd;
private System.Windows.Forms.Panel pRegionCaptureSnapSizes;
private System.Windows.Forms.Button btnRegionCaptureSnapSizesDialogCancel;
private System.Windows.Forms.Button btnRegionCaptureSnapSizesDialogAdd;
private System.Windows.Forms.NumericUpDown nudRegionCaptureSnapSizesHeight;
private System.Windows.Forms.Label RegionCaptureSnapSizesHeight;
private System.Windows.Forms.NumericUpDown nudRegionCaptureSnapSizesWidth;
private System.Windows.Forms.Label lblRegionCaptureSnapSizesWidth;
}
}

View file

@ -247,8 +247,9 @@ public TaskSettingsForm(TaskSettings hotkeySetting, bool isDefault = false)
cbRegionCaptureDetectControls.Checked = TaskSettings.CaptureSettings.SurfaceOptions.DetectControls;
cbRegionCaptureUseDimming.Checked = TaskSettings.CaptureSettings.SurfaceOptions.UseDimming;
cbRegionCaptureUseCustomInfoText.Checked = TaskSettings.CaptureSettings.SurfaceOptions.UseCustomInfoText;
txtRegionCaptureCustomInfoText.Enabled = TaskSettings.CaptureSettings.SurfaceOptions.UseCustomInfoText;
TaskSettings.CaptureSettings.SurfaceOptions.CustomInfoText = TaskSettings.CaptureSettings.SurfaceOptions.CustomInfoText.Replace("\r\n", "$n").Replace("\n", "$n");
txtRegionCaptureUseCustomInfoText.Text = TaskSettings.CaptureSettings.SurfaceOptions.CustomInfoText;
txtRegionCaptureCustomInfoText.Text = TaskSettings.CaptureSettings.SurfaceOptions.CustomInfoText;
cbRegionCaptureSnapSizes.Items.AddRange(TaskSettings.CaptureSettings.SurfaceOptions.SnapSizes.ToArray());
#endregion Region capture
@ -900,11 +901,43 @@ private void cbRegionCaptureUseDimming_CheckedChanged(object sender, EventArgs e
private void cbRegionCaptureUseCustomInfoText_CheckedChanged(object sender, EventArgs e)
{
TaskSettings.CaptureSettings.SurfaceOptions.UseCustomInfoText = cbRegionCaptureUseCustomInfoText.Checked;
txtRegionCaptureCustomInfoText.Enabled = TaskSettings.CaptureSettings.SurfaceOptions.UseCustomInfoText;
}
private void txtRegionCaptureUseCustomInfoText_TextChanged(object sender, EventArgs e)
private void txtRegionCaptureCustomInfoText_TextChanged(object sender, EventArgs e)
{
TaskSettings.CaptureSettings.SurfaceOptions.CustomInfoText = txtRegionCaptureUseCustomInfoText.Text;
TaskSettings.CaptureSettings.SurfaceOptions.CustomInfoText = txtRegionCaptureCustomInfoText.Text;
}
private void btnRegionCaptureSnapSizesAdd_Click(object sender, EventArgs e)
{
pRegionCaptureSnapSizes.Visible = true;
}
private void btnRegionCaptureSnapSizesRemove_Click(object sender, EventArgs e)
{
int index = cbRegionCaptureSnapSizes.SelectedIndex;
if (index > -1)
{
TaskSettings.CaptureSettings.SurfaceOptions.SnapSizes.RemoveAt(index);
cbRegionCaptureSnapSizes.Items.RemoveAt(index);
cbRegionCaptureSnapSizes.SelectedIndex = cbRegionCaptureSnapSizes.Items.Count - 1;
}
}
private void btnRegionCaptureSnapSizesDialogAdd_Click(object sender, EventArgs e)
{
pRegionCaptureSnapSizes.Visible = false;
SnapSize size = new SnapSize((int)nudRegionCaptureSnapSizesWidth.Value, (int)nudRegionCaptureSnapSizesHeight.Value);
TaskSettings.CaptureSettings.SurfaceOptions.SnapSizes.Add(size);
cbRegionCaptureSnapSizes.Items.Add(size);
cbRegionCaptureSnapSizes.SelectedIndex = cbRegionCaptureSnapSizes.Items.Count - 1;
}
private void btnRegionCaptureSnapSizesDialogCancel_Click(object sender, EventArgs e)
{
pRegionCaptureSnapSizes.Visible = false;
}
#endregion Region capture

View file

@ -552,11 +552,62 @@
<data name="&gt;&gt;tpCaptureGeneral.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="btnRegionCaptureSnapSizesRemove.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnRegionCaptureSnapSizesRemove.Location" type="System.Drawing.Point, System.Drawing">
<value>528, 218</value>
</data>
<data name="btnRegionCaptureSnapSizesRemove.Size" type="System.Drawing.Size, System.Drawing">
<value>24, 24</value>
</data>
<data name="btnRegionCaptureSnapSizesRemove.TabIndex" type="System.Int32, mscorlib">
<value>17</value>
</data>
<data name="btnRegionCaptureSnapSizesRemove.Text" xml:space="preserve">
<value>-</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesRemove.Name" xml:space="preserve">
<value>btnRegionCaptureSnapSizesRemove</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesRemove.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesRemove.Parent" xml:space="preserve">
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesRemove.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="btnRegionCaptureSnapSizesAdd.Location" type="System.Drawing.Point, System.Drawing">
<value>504, 218</value>
</data>
<data name="btnRegionCaptureSnapSizesAdd.Size" type="System.Drawing.Size, System.Drawing">
<value>24, 24</value>
</data>
<data name="btnRegionCaptureSnapSizesAdd.TabIndex" type="System.Int32, mscorlib">
<value>16</value>
</data>
<data name="btnRegionCaptureSnapSizesAdd.Text" xml:space="preserve">
<value>+</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesAdd.Name" xml:space="preserve">
<value>btnRegionCaptureSnapSizesAdd</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesAdd.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesAdd.Parent" xml:space="preserve">
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesAdd.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="cbRegionCaptureSnapSizes.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 220</value>
<value>336, 220</value>
</data>
<data name="cbRegionCaptureSnapSizes.Size" type="System.Drawing.Size, System.Drawing">
<value>256, 21</value>
<value>167, 21</value>
</data>
<data name="cbRegionCaptureSnapSizes.TabIndex" type="System.Int32, mscorlib">
<value>15</value>
@ -571,7 +622,7 @@
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;cbRegionCaptureSnapSizes.ZOrder" xml:space="preserve">
<value>0</value>
<value>2</value>
</data>
<data name="lblRegionCaptureSnapSizes.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -598,28 +649,7 @@
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;lblRegionCaptureSnapSizes.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="txtRegionCaptureUseCustomInfoText.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 198</value>
</data>
<data name="txtRegionCaptureUseCustomInfoText.Size" type="System.Drawing.Size, System.Drawing">
<value>256, 20</value>
</data>
<data name="txtRegionCaptureUseCustomInfoText.TabIndex" type="System.Int32, mscorlib">
<value>13</value>
</data>
<data name="&gt;&gt;txtRegionCaptureUseCustomInfoText.Name" xml:space="preserve">
<value>txtRegionCaptureUseCustomInfoText</value>
</data>
<data name="&gt;&gt;txtRegionCaptureUseCustomInfoText.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtRegionCaptureUseCustomInfoText.Parent" xml:space="preserve">
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;txtRegionCaptureUseCustomInfoText.ZOrder" xml:space="preserve">
<value>2</value>
<value>3</value>
</data>
<data name="cbRegionCaptureUseCustomInfoText.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -646,33 +676,6 @@
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseCustomInfoText.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="cbRegionCaptureUseDimming.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="cbRegionCaptureUseDimming.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 176</value>
</data>
<data name="cbRegionCaptureUseDimming.Size" type="System.Drawing.Size, System.Drawing">
<value>394, 17</value>
</data>
<data name="cbRegionCaptureUseDimming.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
</data>
<data name="cbRegionCaptureUseDimming.Text" xml:space="preserve">
<value>Dim background so selection can be diffrentiated easily (affects startup speed)</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.Name" xml:space="preserve">
<value>cbRegionCaptureUseDimming</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.Parent" xml:space="preserve">
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="cbRegionCaptureDetectControls.AutoSize" type="System.Boolean, mscorlib">
@ -730,10 +733,10 @@
<value>6</value>
</data>
<data name="cbRegionCaptureMouse5ClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 100</value>
<value>336, 100</value>
</data>
<data name="cbRegionCaptureMouse5ClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>256, 21</value>
<value>216, 21</value>
</data>
<data name="cbRegionCaptureMouse5ClickAction.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
@ -781,10 +784,10 @@
<value>8</value>
</data>
<data name="cbRegionCaptureMouse4ClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 76</value>
<value>336, 76</value>
</data>
<data name="cbRegionCaptureMouse4ClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>256, 21</value>
<value>216, 21</value>
</data>
<data name="cbRegionCaptureMouse4ClickAction.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
@ -832,10 +835,10 @@
<value>10</value>
</data>
<data name="cbRegionCaptureMouseMiddleClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 52</value>
<value>336, 52</value>
</data>
<data name="cbRegionCaptureMouseMiddleClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>256, 21</value>
<value>216, 21</value>
</data>
<data name="cbRegionCaptureMouseMiddleClickAction.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
@ -883,10 +886,10 @@
<value>12</value>
</data>
<data name="cbRegionCaptureMouseRightClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 28</value>
<value>336, 28</value>
</data>
<data name="cbRegionCaptureMouseRightClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>256, 21</value>
<value>216, 21</value>
</data>
<data name="cbRegionCaptureMouseRightClickAction.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -957,6 +960,231 @@
<data name="&gt;&gt;cbRegionCaptureMultiRegionMode.ZOrder" xml:space="preserve">
<value>15</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>120, 48</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 24</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogCancel.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogCancel.Text" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogCancel.Name" xml:space="preserve">
<value>btnRegionCaptureSnapSizesDialogCancel</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogCancel.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogCancel.Parent" xml:space="preserve">
<value>pRegionCaptureSnapSizes</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogCancel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogAdd.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 48</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogAdd.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 24</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogAdd.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogAdd.Text" xml:space="preserve">
<value>Add</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogAdd.Name" xml:space="preserve">
<value>btnRegionCaptureSnapSizesDialogAdd</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogAdd.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogAdd.Parent" xml:space="preserve">
<value>pRegionCaptureSnapSizes</value>
</data>
<data name="&gt;&gt;btnRegionCaptureSnapSizesDialogAdd.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="nudRegionCaptureSnapSizesHeight.Location" type="System.Drawing.Point, System.Drawing">
<value>120, 24</value>
</data>
<data name="nudRegionCaptureSnapSizesHeight.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 20</value>
</data>
<data name="nudRegionCaptureSnapSizesHeight.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="nudRegionCaptureSnapSizesHeight.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesHeight.Name" xml:space="preserve">
<value>nudRegionCaptureSnapSizesHeight</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesHeight.Type" xml:space="preserve">
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesHeight.Parent" xml:space="preserve">
<value>pRegionCaptureSnapSizes</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesHeight.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="RegionCaptureSnapSizesHeight.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="RegionCaptureSnapSizesHeight.Location" type="System.Drawing.Point, System.Drawing">
<value>117, 8</value>
</data>
<data name="RegionCaptureSnapSizesHeight.Size" type="System.Drawing.Size, System.Drawing">
<value>41, 13</value>
</data>
<data name="RegionCaptureSnapSizesHeight.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="RegionCaptureSnapSizesHeight.Text" xml:space="preserve">
<value>Height:</value>
</data>
<data name="&gt;&gt;RegionCaptureSnapSizesHeight.Name" xml:space="preserve">
<value>RegionCaptureSnapSizesHeight</value>
</data>
<data name="&gt;&gt;RegionCaptureSnapSizesHeight.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;RegionCaptureSnapSizesHeight.Parent" xml:space="preserve">
<value>pRegionCaptureSnapSizes</value>
</data>
<data name="&gt;&gt;RegionCaptureSnapSizesHeight.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="nudRegionCaptureSnapSizesWidth.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 24</value>
</data>
<data name="nudRegionCaptureSnapSizesWidth.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 20</value>
</data>
<data name="nudRegionCaptureSnapSizesWidth.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="nudRegionCaptureSnapSizesWidth.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesWidth.Name" xml:space="preserve">
<value>nudRegionCaptureSnapSizesWidth</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesWidth.Type" xml:space="preserve">
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesWidth.Parent" xml:space="preserve">
<value>pRegionCaptureSnapSizes</value>
</data>
<data name="&gt;&gt;nudRegionCaptureSnapSizesWidth.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="lblRegionCaptureSnapSizesWidth.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblRegionCaptureSnapSizesWidth.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblRegionCaptureSnapSizesWidth.Location" type="System.Drawing.Point, System.Drawing">
<value>5, 8</value>
</data>
<data name="lblRegionCaptureSnapSizesWidth.Size" type="System.Drawing.Size, System.Drawing">
<value>38, 13</value>
</data>
<data name="lblRegionCaptureSnapSizesWidth.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="lblRegionCaptureSnapSizesWidth.Text" xml:space="preserve">
<value>Width:</value>
</data>
<data name="&gt;&gt;lblRegionCaptureSnapSizesWidth.Name" xml:space="preserve">
<value>lblRegionCaptureSnapSizesWidth</value>
</data>
<data name="&gt;&gt;lblRegionCaptureSnapSizesWidth.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblRegionCaptureSnapSizesWidth.Parent" xml:space="preserve">
<value>pRegionCaptureSnapSizes</value>
</data>
<data name="&gt;&gt;lblRegionCaptureSnapSizesWidth.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="pRegionCaptureSnapSizes.Location" type="System.Drawing.Point, System.Drawing">
<value>328, 136</value>
</data>
<data name="pRegionCaptureSnapSizes.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 112</value>
</data>
<data name="pRegionCaptureSnapSizes.TabIndex" type="System.Int32, mscorlib">
<value>18</value>
</data>
<data name="pRegionCaptureSnapSizes.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;pRegionCaptureSnapSizes.Name" xml:space="preserve">
<value>pRegionCaptureSnapSizes</value>
</data>
<data name="&gt;&gt;pRegionCaptureSnapSizes.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pRegionCaptureSnapSizes.Parent" xml:space="preserve">
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;pRegionCaptureSnapSizes.ZOrder" xml:space="preserve">
<value>16</value>
</data>
<data name="cbRegionCaptureUseDimming.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="cbRegionCaptureUseDimming.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 176</value>
</data>
<data name="cbRegionCaptureUseDimming.Size" type="System.Drawing.Size, System.Drawing">
<value>394, 17</value>
</data>
<data name="cbRegionCaptureUseDimming.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
</data>
<data name="cbRegionCaptureUseDimming.Text" xml:space="preserve">
<value>Dim background so selection can be diffrentiated easily (affects startup speed)</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.Name" xml:space="preserve">
<value>cbRegionCaptureUseDimming</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.Parent" xml:space="preserve">
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;cbRegionCaptureUseDimming.ZOrder" xml:space="preserve">
<value>17</value>
</data>
<data name="txtRegionCaptureCustomInfoText.Location" type="System.Drawing.Point, System.Drawing">
<value>336, 198</value>
</data>
<data name="txtRegionCaptureCustomInfoText.Size" type="System.Drawing.Size, System.Drawing">
<value>216, 20</value>
</data>
<data name="txtRegionCaptureCustomInfoText.TabIndex" type="System.Int32, mscorlib">
<value>13</value>
</data>
<data name="&gt;&gt;txtRegionCaptureCustomInfoText.Name" xml:space="preserve">
<value>txtRegionCaptureCustomInfoText</value>
</data>
<data name="&gt;&gt;txtRegionCaptureCustomInfoText.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtRegionCaptureCustomInfoText.Parent" xml:space="preserve">
<value>tpRegionCapture</value>
</data>
<data name="&gt;&gt;txtRegionCaptureCustomInfoText.ZOrder" xml:space="preserve">
<value>18</value>
</data>
<data name="tpRegionCapture.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>