Upgraded UI dependency + icons
This commit is contained in:
parent
d9a38c7d36
commit
c08ce3ce87
67
MainForm.Designer.cs
generated
67
MainForm.Designer.cs
generated
@ -84,18 +84,17 @@ namespace RandomFileRunner
|
|||||||
//
|
//
|
||||||
// button2
|
// button2
|
||||||
//
|
//
|
||||||
|
this.button2.ActiveImage = null;
|
||||||
this.button2.BackColor = System.Drawing.Color.Transparent;
|
this.button2.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.button2.DefaultImage = null;
|
this.button2.HoverImage = null;
|
||||||
this.button2.DownImage = null;
|
this.button2.IdleImage = null;
|
||||||
this.button2.IsSelected = false;
|
|
||||||
this.button2.LabelText = "&Search";
|
this.button2.LabelText = "&Search";
|
||||||
this.button2.Location = new System.Drawing.Point(127, 79);
|
this.button2.Location = new System.Drawing.Point(127, 79);
|
||||||
this.button2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10);
|
this.button2.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.button2.Name = "button2";
|
this.button2.Name = "button2";
|
||||||
this.button2.OverImage = null;
|
|
||||||
this.button2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
this.button2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||||
this.button2.Size = new System.Drawing.Size(149, 33);
|
this.button2.Size = new System.Drawing.Size(149, 33);
|
||||||
this.button2.TabIndex = 43;
|
this.button2.TabIndex = 1;
|
||||||
this.button2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button2_MouseClick);
|
this.button2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button2_MouseClick);
|
||||||
//
|
//
|
||||||
// label9
|
// label9
|
||||||
@ -269,19 +268,18 @@ namespace RandomFileRunner
|
|||||||
//
|
//
|
||||||
// button1
|
// button1
|
||||||
//
|
//
|
||||||
|
this.button1.ActiveImage = null;
|
||||||
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.button1.BackColor = System.Drawing.Color.Transparent;
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.button1.DefaultImage = null;
|
this.button1.HoverImage = null;
|
||||||
this.button1.DownImage = null;
|
this.button1.IdleImage = null;
|
||||||
this.button1.IsSelected = false;
|
|
||||||
this.button1.LabelText = "&Close";
|
this.button1.LabelText = "&Close";
|
||||||
this.button1.Location = new System.Drawing.Point(296, 705);
|
this.button1.Location = new System.Drawing.Point(296, 705);
|
||||||
this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10);
|
this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
this.button1.OverImage = null;
|
|
||||||
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||||
this.button1.Size = new System.Drawing.Size(149, 37);
|
this.button1.Size = new System.Drawing.Size(149, 37);
|
||||||
this.button1.TabIndex = 41;
|
this.button1.TabIndex = 6;
|
||||||
this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick);
|
this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick);
|
||||||
//
|
//
|
||||||
// tHorizontalSeparator2
|
// tHorizontalSeparator2
|
||||||
@ -299,20 +297,23 @@ namespace RandomFileRunner
|
|||||||
this.tHorizontalSeparator2.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
this.tHorizontalSeparator2.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
||||||
this.tHorizontalSeparator2.Size = new System.Drawing.Size(448, 22);
|
this.tHorizontalSeparator2.Size = new System.Drawing.Size(448, 22);
|
||||||
this.tHorizontalSeparator2.TabIndex = 42;
|
this.tHorizontalSeparator2.TabIndex = 42;
|
||||||
|
this.tHorizontalSeparator2.TabStop = false;
|
||||||
//
|
//
|
||||||
// textBox1
|
// textBox1
|
||||||
//
|
//
|
||||||
|
this.textBox1.AcceptButton = null;
|
||||||
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.textBox1.BackColor = System.Drawing.Color.Transparent;
|
this.textBox1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.textBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.textBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
|
this.textBox1.HighlightImage = null;
|
||||||
this.textBox1.Location = new System.Drawing.Point(127, 36);
|
this.textBox1.Location = new System.Drawing.Point(127, 36);
|
||||||
this.textBox1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
this.textBox1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.textBox1.Name = "textBox1";
|
this.textBox1.Name = "textBox1";
|
||||||
|
this.textBox1.NormalImage = null;
|
||||||
this.textBox1.Padding = new System.Windows.Forms.Padding(10, 9, 9, 9);
|
this.textBox1.Padding = new System.Windows.Forms.Padding(10, 9, 9, 9);
|
||||||
this.textBox1.Size = new System.Drawing.Size(318, 34);
|
this.textBox1.Size = new System.Drawing.Size(318, 34);
|
||||||
this.textBox1.SubmitButton = null;
|
this.textBox1.TabIndex = 0;
|
||||||
this.textBox1.TabIndex = 44;
|
|
||||||
this.textBox1.UseSystemPasswordChar = false;
|
this.textBox1.UseSystemPasswordChar = false;
|
||||||
//
|
//
|
||||||
// tHorizontalSeparator1
|
// tHorizontalSeparator1
|
||||||
@ -330,38 +331,37 @@ namespace RandomFileRunner
|
|||||||
this.tHorizontalSeparator1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
this.tHorizontalSeparator1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
||||||
this.tHorizontalSeparator1.Size = new System.Drawing.Size(448, 22);
|
this.tHorizontalSeparator1.Size = new System.Drawing.Size(448, 22);
|
||||||
this.tHorizontalSeparator1.TabIndex = 45;
|
this.tHorizontalSeparator1.TabIndex = 45;
|
||||||
|
this.tHorizontalSeparator1.TabStop = false;
|
||||||
//
|
//
|
||||||
// button4
|
// button4
|
||||||
//
|
//
|
||||||
|
this.button4.ActiveImage = null;
|
||||||
this.button4.BackColor = System.Drawing.Color.Transparent;
|
this.button4.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.button4.DefaultImage = null;
|
this.button4.HoverImage = null;
|
||||||
this.button4.DownImage = null;
|
this.button4.IdleImage = null;
|
||||||
this.button4.IsSelected = false;
|
|
||||||
this.button4.LabelText = "&Clear";
|
this.button4.LabelText = "&Clear";
|
||||||
this.button4.Location = new System.Drawing.Point(296, 154);
|
this.button4.Location = new System.Drawing.Point(296, 154);
|
||||||
this.button4.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10);
|
this.button4.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.button4.Name = "button4";
|
this.button4.Name = "button4";
|
||||||
this.button4.OverImage = null;
|
|
||||||
this.button4.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
this.button4.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||||
this.button4.Size = new System.Drawing.Size(149, 33);
|
this.button4.Size = new System.Drawing.Size(149, 33);
|
||||||
this.button4.TabIndex = 46;
|
this.button4.TabIndex = 3;
|
||||||
this.button4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button4_MouseClick);
|
this.button4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button4_MouseClick);
|
||||||
//
|
//
|
||||||
// button3
|
// button3
|
||||||
//
|
//
|
||||||
|
this.button3.ActiveImage = null;
|
||||||
this.button3.BackColor = System.Drawing.Color.Transparent;
|
this.button3.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.button3.ContextMenuStrip = this.contextMenuStrip1;
|
this.button3.ContextMenuStrip = this.contextMenuStrip1;
|
||||||
this.button3.DefaultImage = null;
|
this.button3.HoverImage = null;
|
||||||
this.button3.DownImage = null;
|
this.button3.IdleImage = null;
|
||||||
this.button3.IsSelected = false;
|
|
||||||
this.button3.LabelText = "&Add";
|
this.button3.LabelText = "&Add";
|
||||||
this.button3.Location = new System.Drawing.Point(127, 154);
|
this.button3.Location = new System.Drawing.Point(127, 154);
|
||||||
this.button3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10);
|
this.button3.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.button3.Name = "button3";
|
this.button3.Name = "button3";
|
||||||
this.button3.OverImage = null;
|
|
||||||
this.button3.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
this.button3.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||||
this.button3.Size = new System.Drawing.Size(149, 33);
|
this.button3.Size = new System.Drawing.Size(149, 33);
|
||||||
this.button3.TabIndex = 47;
|
this.button3.TabIndex = 2;
|
||||||
//
|
//
|
||||||
// memoBox1
|
// memoBox1
|
||||||
//
|
//
|
||||||
@ -370,29 +370,30 @@ namespace RandomFileRunner
|
|||||||
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Left)
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.memoBox1.BackColor = System.Drawing.Color.Transparent;
|
this.memoBox1.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.memoBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
this.memoBox1.Location = new System.Drawing.Point(13, 203);
|
this.memoBox1.Location = new System.Drawing.Point(13, 203);
|
||||||
this.memoBox1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
|
this.memoBox1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
|
||||||
this.memoBox1.Name = "memoBox1";
|
this.memoBox1.Name = "memoBox1";
|
||||||
this.memoBox1.Padding = new System.Windows.Forms.Padding(10, 10, 3, 9);
|
this.memoBox1.Padding = new System.Windows.Forms.Padding(10, 10, 3, 9);
|
||||||
|
this.memoBox1.ReadOnly = false;
|
||||||
this.memoBox1.Size = new System.Drawing.Size(432, 464);
|
this.memoBox1.Size = new System.Drawing.Size(432, 464);
|
||||||
this.memoBox1.TabIndex = 48;
|
this.memoBox1.TabIndex = 4;
|
||||||
this.memoBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.memoBox1_DragDrop);
|
this.memoBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.memoBox1_DragDrop);
|
||||||
this.memoBox1.DragOver += new System.Windows.Forms.DragEventHandler(this.memoBox1_DragOver);
|
this.memoBox1.DragOver += new System.Windows.Forms.DragEventHandler(this.memoBox1_DragOver);
|
||||||
//
|
//
|
||||||
// button5
|
// button5
|
||||||
//
|
//
|
||||||
|
this.button5.ActiveImage = null;
|
||||||
this.button5.BackColor = System.Drawing.Color.Transparent;
|
this.button5.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.button5.DefaultImage = null;
|
this.button5.HoverImage = null;
|
||||||
this.button5.DownImage = null;
|
this.button5.IdleImage = null;
|
||||||
this.button5.IsSelected = false;
|
|
||||||
this.button5.LabelText = "&Run Next";
|
this.button5.LabelText = "&Run Next";
|
||||||
this.button5.Location = new System.Drawing.Point(127, 705);
|
this.button5.Location = new System.Drawing.Point(127, 705);
|
||||||
this.button5.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10);
|
this.button5.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.button5.Name = "button5";
|
this.button5.Name = "button5";
|
||||||
this.button5.OverImage = null;
|
|
||||||
this.button5.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
this.button5.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||||
this.button5.Size = new System.Drawing.Size(149, 37);
|
this.button5.Size = new System.Drawing.Size(149, 37);
|
||||||
this.button5.TabIndex = 49;
|
this.button5.TabIndex = 5;
|
||||||
this.button5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button5_MouseClick);
|
this.button5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button5_MouseClick);
|
||||||
//
|
//
|
||||||
// openFileDialog2
|
// openFileDialog2
|
||||||
|
@ -46,7 +46,7 @@ namespace RandomFileRunner
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
textBox1.Text = "*.*";
|
textBox1.Text = "*.*";
|
||||||
memoBox1.InnerTextBox.WordWrap = false;
|
memoBox1.TextBox.WordWrap = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async override void OnShown(EventArgs e)
|
protected async override void OnShown(EventArgs e)
|
||||||
@ -404,6 +404,7 @@ namespace RandomFileRunner
|
|||||||
await Task.Run(() =>
|
await Task.Run(() =>
|
||||||
{
|
{
|
||||||
if (this.IsBusy) return;
|
if (this.IsBusy) return;
|
||||||
|
if (foundFiles.Count <= 0) return;
|
||||||
|
|
||||||
//this.IsBusy = true;
|
//this.IsBusy = true;
|
||||||
|
|
||||||
|
@ -1,64 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<root>
|
||||||
<root>
|
|
||||||
<!--
|
|
||||||
Microsoft ResX Schema
|
|
||||||
|
|
||||||
Version 2.0
|
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
|
||||||
that is mostly human readable. The generation and parsing of the
|
|
||||||
various data types are done through the TypeConverter classes
|
|
||||||
associated with the data types.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
||||||
<resheader name="version">2.0</resheader>
|
|
||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
||||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
||||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
||||||
</data>
|
|
||||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
||||||
<comment>This is a comment</comment>
|
|
||||||
</data>
|
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
|
||||||
name/value pairs.
|
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
|
||||||
text/value conversion through the TypeConverter architecture.
|
|
||||||
Classes that don't support this are serialized and stored with the
|
|
||||||
mimetype set.
|
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
|
||||||
read any of the formats listed below.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
||||||
value : The object must be serialized into a byte array
|
|
||||||
: using a System.ComponentModel.TypeConverter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
-->
|
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
@ -117,32 +57,30 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Drawing.Primitives" name="System.Drawing.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<data name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing.Primitives">
|
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</data>
|
</metadata>
|
||||||
<data name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing.Primitives">
|
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>716, 17</value>
|
<value>716, 17</value>
|
||||||
</data>
|
</metadata>
|
||||||
<data name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing.Primitives">
|
<metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>831, 17</value>
|
<value>831, 17</value>
|
||||||
</data>
|
</metadata>
|
||||||
<data name="folderBrowserDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing.Primitives">
|
<metadata name="folderBrowserDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>986, 17</value>
|
<value>986, 17</value>
|
||||||
</data>
|
</metadata>
|
||||||
<data name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing.Primitives">
|
<metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1155, 17</value>
|
<value>1155, 17</value>
|
||||||
</data>
|
</metadata>
|
||||||
<data name="openFileDialog2.TrayLocation" type="System.Drawing.Point, System.Drawing.Primitives">
|
<metadata name="openFileDialog2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1155, 17</value>
|
<value>1155, 17</value>
|
||||||
</data>
|
</metadata>
|
||||||
<data name="saveFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing.Primitives">
|
<metadata name="saveFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1295, 17</value>
|
<value>1295, 17</value>
|
||||||
</data>
|
</metadata>
|
||||||
<assembly alias="System.Runtime" name="System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<data name="$this.TrayHeight" type="System.Int32, System.Runtime">
|
<value>52</value>
|
||||||
<value>108</value>
|
</metadata>
|
||||||
</data>
|
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
|
@ -29,7 +29,6 @@ namespace RandomFileRunner
|
|||||||
|
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsForm));
|
|
||||||
RyzStudio.Windows.ThemedForms.TKeyCodeTextBox.Results results1 = new RyzStudio.Windows.ThemedForms.TKeyCodeTextBox.Results();
|
RyzStudio.Windows.ThemedForms.TKeyCodeTextBox.Results results1 = new RyzStudio.Windows.ThemedForms.TKeyCodeTextBox.Results();
|
||||||
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||||
this.pickerBox1 = new RyzStudio.Windows.ThemedForms.TYesNoPickerBox();
|
this.pickerBox1 = new RyzStudio.Windows.ThemedForms.TYesNoPickerBox();
|
||||||
@ -47,23 +46,23 @@ namespace RandomFileRunner
|
|||||||
//
|
//
|
||||||
// button1
|
// button1
|
||||||
//
|
//
|
||||||
|
this.button1.ActiveImage = null;
|
||||||
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.button1.BackColor = System.Drawing.Color.Transparent;
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.button1.DefaultImage = null;
|
this.button1.HoverImage = null;
|
||||||
this.button1.DownImage = null;
|
this.button1.IdleImage = null;
|
||||||
this.button1.IsSelected = false;
|
|
||||||
this.button1.LabelText = "&Save";
|
this.button1.LabelText = "&Save";
|
||||||
this.button1.Location = new System.Drawing.Point(241, 469);
|
this.button1.Location = new System.Drawing.Point(241, 469);
|
||||||
this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10);
|
this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
this.button1.OverImage = null;
|
|
||||||
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||||
this.button1.Size = new System.Drawing.Size(128, 32);
|
this.button1.Size = new System.Drawing.Size(128, 32);
|
||||||
this.button1.TabIndex = 173;
|
this.button1.TabIndex = 4;
|
||||||
this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick);
|
this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick);
|
||||||
//
|
//
|
||||||
// pickerBox1
|
// pickerBox1
|
||||||
//
|
//
|
||||||
|
this.pickerBox1.AcceptButton = null;
|
||||||
this.pickerBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.pickerBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.pickerBox1.BackColor = System.Drawing.Color.Transparent;
|
this.pickerBox1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.pickerBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.pickerBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
@ -71,9 +70,8 @@ namespace RandomFileRunner
|
|||||||
this.pickerBox1.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
this.pickerBox1.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
||||||
this.pickerBox1.Name = "pickerBox1";
|
this.pickerBox1.Name = "pickerBox1";
|
||||||
this.pickerBox1.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
this.pickerBox1.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
||||||
this.pickerBox1.Size = new System.Drawing.Size(84, 34);
|
this.pickerBox1.Size = new System.Drawing.Size(84, 35);
|
||||||
this.pickerBox1.SubmitButton = null;
|
this.pickerBox1.TabIndex = 0;
|
||||||
this.pickerBox1.TabIndex = 183;
|
|
||||||
this.pickerBox1.Value = true;
|
this.pickerBox1.Value = true;
|
||||||
//
|
//
|
||||||
// label6
|
// label6
|
||||||
@ -119,6 +117,7 @@ namespace RandomFileRunner
|
|||||||
this.tHorizontalSeparator1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
this.tHorizontalSeparator1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
||||||
this.tHorizontalSeparator1.Size = new System.Drawing.Size(364, 22);
|
this.tHorizontalSeparator1.Size = new System.Drawing.Size(364, 22);
|
||||||
this.tHorizontalSeparator1.TabIndex = 188;
|
this.tHorizontalSeparator1.TabIndex = 188;
|
||||||
|
this.tHorizontalSeparator1.TabStop = false;
|
||||||
//
|
//
|
||||||
// tHorizontalSeparator2
|
// tHorizontalSeparator2
|
||||||
//
|
//
|
||||||
@ -135,9 +134,11 @@ namespace RandomFileRunner
|
|||||||
this.tHorizontalSeparator2.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
this.tHorizontalSeparator2.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
||||||
this.tHorizontalSeparator2.Size = new System.Drawing.Size(364, 22);
|
this.tHorizontalSeparator2.Size = new System.Drawing.Size(364, 22);
|
||||||
this.tHorizontalSeparator2.TabIndex = 190;
|
this.tHorizontalSeparator2.TabIndex = 190;
|
||||||
|
this.tHorizontalSeparator2.TabStop = false;
|
||||||
//
|
//
|
||||||
// pickerBox2
|
// pickerBox2
|
||||||
//
|
//
|
||||||
|
this.pickerBox2.AcceptButton = null;
|
||||||
this.pickerBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.pickerBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.pickerBox2.BackColor = System.Drawing.Color.Transparent;
|
this.pickerBox2.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.pickerBox2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.pickerBox2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
@ -145,17 +146,17 @@ namespace RandomFileRunner
|
|||||||
this.pickerBox2.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
this.pickerBox2.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
||||||
this.pickerBox2.Name = "pickerBox2";
|
this.pickerBox2.Name = "pickerBox2";
|
||||||
this.pickerBox2.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
this.pickerBox2.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
||||||
this.pickerBox2.Size = new System.Drawing.Size(84, 34);
|
this.pickerBox2.Size = new System.Drawing.Size(84, 35);
|
||||||
this.pickerBox2.SubmitButton = null;
|
this.pickerBox2.TabIndex = 1;
|
||||||
this.pickerBox2.TabIndex = 193;
|
|
||||||
this.pickerBox2.Value = 0;
|
this.pickerBox2.Value = 0;
|
||||||
//
|
//
|
||||||
// textBox1
|
// textBox1
|
||||||
//
|
//
|
||||||
|
this.textBox1.AcceptButton = null;
|
||||||
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.textBox1.BackColor = System.Drawing.Color.Transparent;
|
this.textBox1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.textBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.textBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
this.textBox1.HighlightImage = ((System.Drawing.Image)(resources.GetObject("textBox1.HighlightImage")));
|
this.textBox1.HighlightImage = null;
|
||||||
results1.IsAlt = false;
|
results1.IsAlt = false;
|
||||||
results1.IsCtrl = false;
|
results1.IsCtrl = false;
|
||||||
results1.IsShift = false;
|
results1.IsShift = false;
|
||||||
@ -164,15 +165,15 @@ namespace RandomFileRunner
|
|||||||
this.textBox1.Location = new System.Drawing.Point(241, 197);
|
this.textBox1.Location = new System.Drawing.Point(241, 197);
|
||||||
this.textBox1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
this.textBox1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
||||||
this.textBox1.Name = "textBox1";
|
this.textBox1.Name = "textBox1";
|
||||||
this.textBox1.NormalImage = ((System.Drawing.Image)(resources.GetObject("textBox1.NormalImage")));
|
this.textBox1.NormalImage = null;
|
||||||
this.textBox1.Padding = new System.Windows.Forms.Padding(10, 9, 9, 9);
|
this.textBox1.Padding = new System.Windows.Forms.Padding(10, 9, 9, 9);
|
||||||
this.textBox1.Size = new System.Drawing.Size(128, 34);
|
this.textBox1.Size = new System.Drawing.Size(128, 34);
|
||||||
this.textBox1.SubmitButton = null;
|
this.textBox1.TabIndex = 3;
|
||||||
this.textBox1.TabIndex = 194;
|
|
||||||
this.textBox1.UseSystemPasswordChar = false;
|
this.textBox1.UseSystemPasswordChar = false;
|
||||||
//
|
//
|
||||||
// pickerBox3
|
// pickerBox3
|
||||||
//
|
//
|
||||||
|
this.pickerBox3.AcceptButton = null;
|
||||||
this.pickerBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.pickerBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.pickerBox3.BackColor = System.Drawing.Color.Transparent;
|
this.pickerBox3.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.pickerBox3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.pickerBox3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
@ -180,9 +181,8 @@ namespace RandomFileRunner
|
|||||||
this.pickerBox3.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
this.pickerBox3.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
||||||
this.pickerBox3.Name = "pickerBox3";
|
this.pickerBox3.Name = "pickerBox3";
|
||||||
this.pickerBox3.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
this.pickerBox3.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
||||||
this.pickerBox3.Size = new System.Drawing.Size(84, 34);
|
this.pickerBox3.Size = new System.Drawing.Size(84, 35);
|
||||||
this.pickerBox3.SubmitButton = null;
|
this.pickerBox3.TabIndex = 2;
|
||||||
this.pickerBox3.TabIndex = 195;
|
|
||||||
this.pickerBox3.Value = true;
|
this.pickerBox3.Value = true;
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
@ -214,6 +214,7 @@ namespace RandomFileRunner
|
|||||||
this.tHorizontalSeparator3.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
this.tHorizontalSeparator3.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
||||||
this.tHorizontalSeparator3.Size = new System.Drawing.Size(364, 22);
|
this.tHorizontalSeparator3.Size = new System.Drawing.Size(364, 22);
|
||||||
this.tHorizontalSeparator3.TabIndex = 197;
|
this.tHorizontalSeparator3.TabIndex = 197;
|
||||||
|
this.tHorizontalSeparator3.TabStop = false;
|
||||||
//
|
//
|
||||||
// label2
|
// label2
|
||||||
//
|
//
|
||||||
@ -224,9 +225,9 @@ namespace RandomFileRunner
|
|||||||
this.label2.Margin = new System.Windows.Forms.Padding(0);
|
this.label2.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
this.label2.Padding = new System.Windows.Forms.Padding(0, 9, 0, 10);
|
this.label2.Padding = new System.Windows.Forms.Padding(0, 9, 0, 10);
|
||||||
this.label2.Size = new System.Drawing.Size(81, 34);
|
this.label2.Size = new System.Drawing.Size(123, 34);
|
||||||
this.label2.TabIndex = 198;
|
this.label2.TabIndex = 198;
|
||||||
this.label2.Text = "Retry On Error";
|
this.label2.Text = "Next File Shortcut Key";
|
||||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
//
|
//
|
||||||
// OptionsForm
|
// OptionsForm
|
||||||
|
@ -57,24 +57,4 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
||||||
<data name="textBox1.HighlightImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
|
||||||
wAAADsABataJCQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAClSURBVDhP7dI/
|
|
||||||
DgFBGIbxSVTKjcRx3MLqXYCOjkocQcMF3MAZOIKaE5AthOexf2QnbJQKb/JLJvO9XzLFhCgtbHDBveB5
|
|
||||||
DWcfM8ANC0wKnr1LUUsbHXSxxBlJxDtnduy6E04on/Utd0IPOxwxxBT9iHfO7Nh155kV9vmxMXbsVvkv
|
|
||||||
vvIji4f82Bg7tcUxrpih/NyxOeyMUMVPu0WGd39TzuzQDeEB5/ZKvTSyulEAAAAASUVORK5CYII=
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="textBox1.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
|
||||||
wAAADsABataJCQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADTSURBVDhP7ZI7
|
|
||||||
CsJQEEUfWFmK4HLchdpnA9ppp5W4BBtdQNyBC0ilRf6VdVyBwUL03JdXxC/YWThwmDcz94YJjKmH7/uN
|
|
||||||
OI7XaZqekiS5Cr1hpZmTPQemAeILeU4eC/dWr+9kVQRB0MzzvB2GYQfBAsExiqJWHfU0k0ZaeQyNAuxa
|
|
||||||
X1CYLMu6/MOW4kD2YAK9B9TznGYrj12XVZY0drb4ENJI68q/sR4/YoS9K9+GNHdGLmIEJV+cku1xP4Jh
|
|
||||||
Ri7JQ2erDp3mBs7w6jaFZht74MaYGwmLbkeRGexGAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
@ -11,7 +11,7 @@
|
|||||||
<Copyright>Ray Lam</Copyright>
|
<Copyright>Ray Lam</Copyright>
|
||||||
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
||||||
<NoWin32Manifest>true</NoWin32Manifest>
|
<NoWin32Manifest>true</NoWin32Manifest>
|
||||||
<Version>0.1.2.034</Version>
|
<Version>0.1.2.065</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Binary file not shown.
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Loading…
Reference in New Issue
Block a user