Reorganizing files.

Moving around the resx files and the texture files.  Still have some
warnings to clean up, and two exceptions dealing the location of the
resources (only an issue in this build, never had a problem in older
builds until I setup this github version).
This commit is contained in:
Brian 2013-12-22 16:07:36 -07:00
parent 7a020b2ec7
commit 6306f55cbc
46 changed files with 351 additions and 109 deletions

20
code/build/About.cs Normal file
View File

@ -0,0 +1,20 @@
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();
}
}
}

99
code/build/About.designer.cs generated Normal file
View File

@ -0,0 +1,99 @@
namespace FileWatcher
{
partial class About
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}

View File

@ -80,31 +80,25 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\src\About.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\About.Designer.cs">
<DependentUpon>..\src\About.cs</DependentUpon>
</Compile>
<Compile Include="..\src\EventRaisingStreamWriter.cs" />
<Compile Include="..\src\FileGroupSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\FileGroupSettings.Designer.cs">
<DependentUpon>..\src\FileGroupSettings.cs</DependentUpon>
<DependentUpon>FileGroupSettings.cs</DependentUpon>
</Compile>
<Compile Include="..\src\FileGroupTab.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="..\src\FileGroupTab.Designer.cs">
<DependentUpon>..\src\FileGroupTab.cs</DependentUpon>
<DependentUpon>FileGroupTab.cs</DependentUpon>
</Compile>
<Compile Include="..\src\FolderSelectDialog.cs" />
<Compile Include="..\src\Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\Form1.Designer.cs">
<DependentUpon>..\src\Form1.cs</DependentUpon>
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="..\src\Logger.cs" />
<Compile Include="..\src\MyEvtArgs.cs" />
@ -112,16 +106,22 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\NewFileGroup.Designer.cs">
<DependentUpon>..\src\NewFileGroup.cs</DependentUpon>
<DependentUpon>NewFileGroup.cs</DependentUpon>
</Compile>
<Compile Include="..\src\FilePath.cs" />
<Compile Include="..\src\Preferences.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\Preferences.Designer.cs">
<DependentUpon>..\src\Preferences.cs</DependentUpon>
<DependentUpon>Preferences.cs</DependentUpon>
</Compile>
<Compile Include="..\src\Program.cs" />
<Compile Include="About.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="About.designer.cs">
<DependentUpon>About.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
@ -135,47 +135,42 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\ScriptManager.Designer.cs">
<DependentUpon>..\src\ScriptManager.cs</DependentUpon>
<DependentUpon>ScriptManager.cs</DependentUpon>
</Compile>
<Compile Include="..\src\Singleton.cs" />
<Compile Include="..\src\TimerPlus.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="..\src\Utils.cs" />
<EmbeddedResource Include="About.resx">
<DependentUpon>..\src\About.cs</DependentUpon>
<EmbeddedResource Include="Properties\FileGroupSettings.resx">
<DependentUpon>..\..\src\FileGroupSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileGroupSettings.resx">
<DependentUpon>..\src\FileGroupSettings.cs</DependentUpon>
<EmbeddedResource Include="Properties\FileGroupSettings.resx" />
<EmbeddedResource Include="Properties\FileGroupTab.resx">
<DependentUpon>..\..\src\FileGroupTab.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileGroupTab.resx">
<DependentUpon>..\src\FileGroupTab.cs</DependentUpon>
<EmbeddedResource Include="Properties\Form1.resx">
<DependentUpon>..\..\src\Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>..\src\Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="NewFileGroup.resx">
<DependentUpon>..\src\NewFileGroup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Preferences.resx">
<DependentUpon>..\src\Preferences.cs</DependentUpon>
<EmbeddedResource Include="Properties\NewFileGroup.resx" />
<EmbeddedResource Include="Properties\Preferences.resx">
<DependentUpon>..\..\src\Preferences.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>..\src\Resources.Designer.cs</LastGenOutput>
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="ScriptManager.resx">
<DependentUpon>..\src\ScriptManager.cs</DependentUpon>
<EmbeddedResource Include="Properties\ScriptManager.resx">
<DependentUpon>..\..\src\ScriptManager.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>..\src\Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>..\src\Settings.settings</DependentUpon>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
@ -183,36 +178,40 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\stock_3d-texture-and-shading_256x256.png" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\stock_3d-texture-and-shading_128x128.png" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\cross.gif" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\plus.gif" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\stop.png" />
<None Include="..\..\data\trash.gif" />
<None Include="..\..\data\script.gif" />
<None Include="..\..\data\folder.gif" />
<None Include="..\..\data\arrow_mini_down.gif" />
<None Include="..\..\data\arrow_mini_up.gif" />
<None Include="..\..\data\arrow_fat_down.gif" />
<None Include="..\..\data\arrow_fat_up.gif" />
<None Include="..\..\data\save.gif" />
<None Include="..\..\data\settings.png" />
<EmbeddedResource Include="..\..\data\stock_3d-texture-and-shading_16x16.ico" />
<None Include="..\..\data\block.gif" />
<None Include="..\..\data\drop_box.gif" />
<None Include="..\..\data\play.png" />
<Content Include="..\..\data\stock_3d-texture-and-shading_32x32.ico" />
<EmbeddedResource Include="..\..\data\stock_3d-texture-spherical_16x16.ico" />
<Content Include="..\..\data\stock_3d-texture-spherical_32x32.ico" />
<None Include="..\..\data\warning.gif" />
<None Include="Resources\play.png" />
<None Include="Resources\folder.gif" />
<None Include="Resources\drop_box.gif" />
<None Include="Resources\cross.gif" />
<None Include="Resources\block.gif" />
<None Include="Resources\arrow_mini_up.gif" />
<None Include="Resources\arrow_mini_down.gif" />
<None Include="Resources\arrow_fat_up.gif" />
<None Include="Resources\arrow_fat_down.gif" />
<None Include="Resources\warning.gif" />
<None Include="Resources\trash.gif" />
<None Include="Resources\stop.png" />
<None Include="Resources\stock_3d-texture-spherical_32x32.ico" />
<None Include="Resources\stock_3d-texture-spherical_16x16.ico" />
<None Include="Resources\stock_3d-texture-and-shading_256x256.png" />
<None Include="Resources\stock_3d-texture-and-shading_128x128.png" />
<None Include="Resources\stock_3d-texture-and-shading_32x32.ico" />
<None Include="Resources\stock_3d-texture-and-shading_16x16.ico" />
<None Include="Resources\settings.png" />
<None Include="Resources\script.gif" />
<None Include="Resources\save.gif" />
<None Include="Resources\plus.gif" />
<None Include="Resources\stock_3d-texture-and-shading_32x32.png" />
<None Include="Resources\stock_3d-texture-and-shading_16x16.png" />
<None Include="Resources\stock_3d-texture-spherical_256x256.png" />
<None Include="Resources\stock_3d-texture-spherical_256x256.ico" />
<None Include="Resources\stock_3d-texture-spherical_128x128.png" />
<None Include="Resources\stock_3d-texture-spherical_128x128.ico" />
<None Include="Resources\stock_3d-texture-spherical_48x48.png" />
<None Include="Resources\stock_3d-texture-spherical_32x32.png" />
<None Include="Resources\stock_3d-texture-spherical_16x16.png" />
<None Include="Resources\stock_3d-texture-and-shading_256x256.ico" />
<None Include="Resources\stock_3d-texture-and-shading_128x128.ico" />
<None Include="Resources\stock_3d-texture-and-shading_48x48.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">

View File

@ -118,52 +118,136 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="plus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\plus.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\folder.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="block" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\block.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="arrow_fat_down" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\arrow_fat_down.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="save" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\save.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="cross" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\cross.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="drop_box" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\drop_box.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="warning" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\warning.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d-texture-and-shading_256x256" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\stock_3d-texture-and-shading_256x256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d-texture-and-shading_128x128" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\stock_3d-texture-and-shading_128x128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="script" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\script.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="trash" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\trash.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\Resources\arrow_fat_down.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="arrow_fat_up" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\arrow_fat_up.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\Resources\arrow_fat_up.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="arrow_mini_down" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\arrow_mini_down.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="arrow_mini_up" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\arrow_mini_up.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="block" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\block.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="cross" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\cross.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="drop_box" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\drop_box.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="play" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\play.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\Resources\play.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="plus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\plus.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="save" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\save.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="script" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\script.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_128x128" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_128x128.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_128x1281" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_128x128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_128x1282" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_128x128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_16x16.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_16x161" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_16x163" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_256x256" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_256x256.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_256x2561" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_256x256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_256x2562" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_256x256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_32x32.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_32x321" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_32x323" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_48x48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_48x48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_and_shading_48x481" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-and-shading_48x48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_128x128" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_128x128.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_128x1281" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_128x128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_128x1282" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_128x128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_16x16.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_16x161" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_16x163" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_256x256" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_256x256.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_256x2561" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_256x256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_256x2562" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_256x256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_32x32.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_32x321" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_32x323" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_48x48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_48x48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stock_3d_texture_spherical_48x481" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stock_3d-texture-spherical_48x48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\data\stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\Resources\stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="trash" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\trash.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="warning" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\warning.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -117,14 +117,55 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBox1.Text" xml:space="preserve">
<value>This tool used to be a TextureConverter, so icons are no longer relevant, and they may be changed at some point.
FileWatcher is a file monitor that runs python scripts when file changes happen. It's not fully fleshed out, and since time is precious, some features are incomplete or may not work as expected.
This program was compiled with IronPython 2.7, so it is only gauranteed to be compatible with Python 2.7. IronPython 2.7 also requires at least .NET 4.0. Unfortunately IronPython is a port of Python for .NET, so it's missing certain features and has certain bugs. I'll try to figure out a better solution, but until then we have to deal with what we've got; for now, we have to use IronPython's version of the Python Standard Library, instead of 2.7.3. </value>
</data>
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>291, 17</value>
</metadata>
<metadata name="toolStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>606, 56</value>
</metadata>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>501, 56</value>
</metadata>
<metadata name="notifyIcon1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>786, 17</value>
</metadata>
<metadata name="trayContextStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 56</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="notifyIcon1.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAQAAJ0EAACdBAAAAAAAAAAA
AAD///8A////AP///wD///8AAAAAAQAAAAMAAAAGAAAACAAAAAgAAAAHAAAABAAAAAL///8A////AP//
/wD///8A////AP///wD///8AAAAAAwAAAAsAAAAXAAAAJAAAADAAAAAyAAAALAAAAB8AAAASAAAABwAA
AAH///8A////AP///wD///8AAAAAAQAAAAcDAwIjRT4ylXZrXMGhmYrisa6h45CKfspdVUuhAgIBNAAA
ABMAAAAD////AP///wD///8A////AP///wAuKRxGj4V12L+xnf/PxK//5+HS/+rm1v/d1cL/1Mq5/5KG
dtQzLCBFAAAAAf///wD///8A////AP///wAwKhw/cWNI8q2chf/Rxrb/0sm1/+DZyf/h28r/2tK//97X
yf+6qpP/k4Ns8kc/MUD///8A////AP///wAWFREHeXBe1p+Rev+nk3j/w7ah/9jPwP/Hu6L/yr6l/+jj
2f/Jvaj/vKyV/7utmP+WjX3ZDQsHB////wD///8APjcne4F0Wv+qnIf/vrGd/72umP/LwK3/5+LY/+fi
2P/Jvaj/yb2p/8S3pP/Guqr/l4hv/1FKOnz///8A////AFVOOqt9b1T/lIRr/8K2pf/Iu6r/1cy//97X
zP/f2M3/2dDD/9LIuf/Iu6r/oZB2/5iJcP9lW0ms////AP///wBVTDfQjoNs/6abhf+zp5P/5d/Y/93U
yv/Huqj/x7qp/+zo4v/h29L/uq2a/8rCtf+WiXL/bmRR0v///wD///8AVEw30IyAav+9tqj/t62c/+fj
3f/d1s3/xLmo/8W6qf/t6uX/4tzV/7yyof/V0Mb/mo14/2phTtL///8A////AEdALKmFe2T/wryw/+Dc
1f/IwLP/19HG/+/t6f/z8e7/0szB/9bQxv/p5uH/urKk/5aMd/9vaFi0////AP///wBCPS5/oZqJ/9PP
xv/Iwrf/087E/9rWzf/l4tz/5+Pe/9vWz//W0cj/0czD/+He1/+mn47/Ukw+gv///wD///8AEQ8MB4F8
bNvEwLX/zcm//97b1f/l497/xsC1/8bAtf/x7+z/2NTM/8/Lwv/Lx73/hYBw2wkHAwf///8A////AP//
/wArJhc+p6KV+drY0f/d29X/zcnA/+7s6f/s6uf/zcm//+vq5v/Y1c7/qaWY+S0oGT7///8A////AP//
/wD///8A////AE5LP0vGw7zu19TO/+De2f/i4Nv/4uDb/97c1v/e3Nf/xsS97kdEN0n///8A////AP//
/wD///8A////AP///wD///8AFhQRB3ZzZ4+xrqbRwL627cC+tu2pppzNfXpukggGAgf///8A////AP//
/wD///8A8A8AAOADAADAAwAA4AMAAMADAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAMAD
AADgBwAA8A8AAA==
</value>
</data>
<metadata name="directoryEntry1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>157, 56</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>95</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAIAICAAAAEAIACoEAAAJgAAABAQAAABACAAaAQAAM4QAAAoAAAAIAAAAEAAAAABACAAAAAAAAAQ

View File

Before

Width:  |  Height:  |  Size: 91 B

After

Width:  |  Height:  |  Size: 91 B

View File

Before

Width:  |  Height:  |  Size: 90 B

After

Width:  |  Height:  |  Size: 90 B

View File

Before

Width:  |  Height:  |  Size: 79 B

After

Width:  |  Height:  |  Size: 79 B

View File

Before

Width:  |  Height:  |  Size: 79 B

After

Width:  |  Height:  |  Size: 79 B

View File

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 96 B

View File

Before

Width:  |  Height:  |  Size: 90 B

After

Width:  |  Height:  |  Size: 90 B

View File

Before

Width:  |  Height:  |  Size: 100 B

After

Width:  |  Height:  |  Size: 100 B

View File

Before

Width:  |  Height:  |  Size: 90 B

After

Width:  |  Height:  |  Size: 90 B

View File

Before

Width:  |  Height:  |  Size: 958 B

After

Width:  |  Height:  |  Size: 958 B

View File

Before

Width:  |  Height:  |  Size: 91 B

After

Width:  |  Height:  |  Size: 91 B

View File

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 124 B

View File

Before

Width:  |  Height:  |  Size: 91 B

After

Width:  |  Height:  |  Size: 91 B

View File

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 454 B

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 901 B

After

Width:  |  Height:  |  Size: 901 B

View File

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 264 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 901 B

After

Width:  |  Height:  |  Size: 901 B

View File

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 264 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 922 B

After

Width:  |  Height:  |  Size: 922 B

View File

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 96 B

View File

Before

Width:  |  Height:  |  Size: 91 B

After

Width:  |  Height:  |  Size: 91 B

View File

@ -29,7 +29,6 @@ namespace FileWatcher
public TabPage m_TabPageReference = null;
private ScriptEngine pyEngine = null;
private ScriptRuntime pyRuntime = null;
private ScriptScope pyScope = null;
private EventRaisingStreamWriter m_LogStream = null;