diff --git a/bin/FileWatcher.exe b/bin/FileWatcher.exe index 4e2b1ff..34c8105 100644 Binary files a/bin/FileWatcher.exe and b/bin/FileWatcher.exe differ diff --git a/code/build/About.cs b/code/build/About.cs deleted file mode 100644 index 422311f..0000000 --- a/code/build/About.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace FileWatcher -{ - public partial class About : Form - { - public About() - { - InitializeComponent(); - } - } -} diff --git a/code/build/About.designer.cs b/code/build/About.designer.cs deleted file mode 100644 index 5d43b90..0000000 --- a/code/build/About.designer.cs +++ /dev/null @@ -1,99 +0,0 @@ -namespace FileWatcher -{ - partial class About - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About)); - this.button1 = new System.Windows.Forms.Button(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.richTextBox1 = new System.Windows.Forms.RichTextBox(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.SuspendLayout(); - // - // button1 - // - this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button1.Location = new System.Drawing.Point(379, 151); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 1; - this.button1.Text = "Ok"; - this.button1.UseVisualStyleBackColor = true; - // - // pictureBox1 - // - this.pictureBox1.Image = global::FileWatcher.Properties.Resources.stock_3d_texture_and_shading_128x128; - this.pictureBox1.Location = new System.Drawing.Point(12, 12); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(131, 135); - this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.pictureBox1.TabIndex = 0; - this.pictureBox1.TabStop = false; - // - // richTextBox1 - // - this.richTextBox1.BackColor = System.Drawing.SystemColors.ActiveCaption; - this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.richTextBox1.Location = new System.Drawing.Point(149, 12); - this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.Size = new System.Drawing.Size(305, 133); - this.richTextBox1.TabIndex = 2; - this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); - // - // About - // - this.AcceptButton = this.button1; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.button1; - this.ClientSize = new System.Drawing.Size(466, 186); - this.Controls.Add(this.richTextBox1); - this.Controls.Add(this.button1); - this.Controls.Add(this.pictureBox1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "About"; - this.ShowIcon = false; - this.ShowInTaskbar = false; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "About"; - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.ResumeLayout(false); - - } - - #endregion - - private System.Windows.Forms.PictureBox pictureBox1; - private System.Windows.Forms.Button button1; - private System.Windows.Forms.RichTextBox richTextBox1; - } -} \ No newline at end of file diff --git a/code/build/FileWatcher.csproj b/code/build/FileWatcher.csproj index fd3c571..b930b04 100644 --- a/code/build/FileWatcher.csproj +++ b/code/build/FileWatcher.csproj @@ -39,6 +39,7 @@ 4 true true + false AnyCPU @@ -48,6 +49,10 @@ TRACE prompt 4 + false + + + res\stock_3d-texture-and-shading_32x32.ico @@ -116,18 +121,13 @@ Preferences.cs - + Form - + About.cs - - True - True - Resources.resx - @@ -142,31 +142,41 @@ Component - - ..\..\src\FileGroupSettings.cs + + True + True + Resources.resx + + + Form1.cs - - - ..\..\src\FileGroupTab.cs + + About.cs - - ..\..\src\Form1.cs + + FileGroupSettings.cs - - - ..\..\src\Preferences.cs + + FileGroupTab.cs + + + NewFileGroup.cs + + + Preferences.cs ResXFileCodeGenerator Designer - Resources1.Designer.cs + Resources.Designer.cs - - ..\..\src\ScriptManager.cs + + ScriptManager.cs SettingsSingleFileGenerator + Settings.Designer.cs True @@ -177,42 +187,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False @@ -230,6 +204,42 @@ false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +