WIP: themed controls
@ -67,6 +67,11 @@
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Resource1.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resource1.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RyzStudio\Drawing\Rectangoid.cs" />
|
||||
<Compile Include="RyzStudio\Windows\Forms\FlatButton.cs">
|
||||
<SubType>Component</SubType>
|
||||
@ -98,6 +103,12 @@
|
||||
<Compile Include="RyzStudio\Windows\ThemedForms\TListBox.designer.cs">
|
||||
<DependentUpon>TListBox.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RyzStudio\Windows\ThemedForms\TFolderTextBox.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RyzStudio\Windows\ThemedForms\TOpenFileTextBox.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RyzStudio\Windows\ThemedForms\TPickerBox.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
@ -177,6 +188,10 @@
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Resource1.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resource1.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="RyzStudio\Windows\ThemedForms\TButton.resx">
|
||||
<DependentUpon>TButton.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
@ -241,19 +256,11 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\grid-ea-24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\toggle-left-ea-16.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\toggle-right-ea-16.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chrome-ea-32.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\mail-ea-32.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\folder-ea-32.png" />
|
||||
</ItemGroup>
|
||||
@ -302,5 +309,11 @@
|
||||
<ItemGroup>
|
||||
<None Include="Resources\button16_folder_add2.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="RyzStudio\Windows\Forms\Resources\edit.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="RyzStudio\Windows\Forms\Resources\edit2.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
60
Properties/Resources.Designer.cs
generated
@ -70,56 +70,6 @@ namespace AppLauncher.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap button16_file_add {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("button16_file_add", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap button16_file_add2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("button16_file_add2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap button16_folder_add {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("button16_folder_add", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap button16_folder_add2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("button16_folder_add2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap chrome_ea_32 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chrome_ea_32", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
@ -240,16 +190,6 @@ namespace AppLauncher.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap mail_ea_32 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("mail_ea_32", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -121,21 +121,6 @@
|
||||
<data name="arrow_right_ea_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\arrow-right-ea-16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="button16_file_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\button16_file_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="button16_file_add2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\button16_file_add2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="button16_folder_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\button16_folder_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="button16_folder_add2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\button16_folder_add2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chrome_ea_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\chrome-ea-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="folder_ea_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\folder-ea-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
@ -172,9 +157,6 @@
|
||||
<data name="grid_ea_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\grid-ea-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="mail_ea_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\mail-ea-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="toggle_left_ea_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\toggle-left-ea-16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
203
Resource1.Designer.cs
generated
Normal file
@ -0,0 +1,203 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace AppLauncher {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resource1 {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resource1() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AppLauncher.Resource1", typeof(Resource1).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap arrow_down {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("arrow_down", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap arrow_down2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("arrow_down2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap arrow_up {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("arrow_up", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap arrow_up2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("arrow_up2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap edit {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("edit", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap edit2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("edit2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap file {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("file", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap file2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("file2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap folder {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("folder", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap folder2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("folder2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap minus {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("minus", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap minus2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("minus2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap plus {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("plus", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap plus2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("plus2", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
163
Resource1.resx
Normal file
@ -0,0 +1,163 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<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="arrow_down" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\arrow_down.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="arrow_down2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\arrow_down2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="arrow_up" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\arrow_up.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="arrow_up2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\arrow_up2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="edit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="edit2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\edit2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="file" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\file.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="file2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\file2.png;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>RyzStudio\Windows\Forms\Resources\folder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="folder2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\folder2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minus" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\minus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minus2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\minus2.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>RyzStudio\Windows\Forms\Resources\plus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="plus2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>RyzStudio\Windows\Forms\Resources\plus2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
420
Resources/raw/listbox.svg
Normal file
@ -0,0 +1,420 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="listbox.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
id="svg8"
|
||||
version="1.1"
|
||||
viewBox="0 0 210 297"
|
||||
height="297mm"
|
||||
width="210mm">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="843"
|
||||
inkscape:window-x="1072"
|
||||
inkscape:window-height="1017"
|
||||
inkscape:window-width="1920"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="337.65287"
|
||||
inkscape:cx="315.58816"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1">
|
||||
<g
|
||||
inkscape:export-ydpi="96.300003"
|
||||
inkscape:export-xdpi="96.300003"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\edit.png"
|
||||
style="stroke:#d4d4d4;stroke-opacity:1;fill:none;fill-opacity:1;opacity:0.99800004"
|
||||
id="g1126">
|
||||
<g
|
||||
style="fill:none;stroke:#d4d4d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1"
|
||||
id="g1083"
|
||||
transform="matrix(0.18713591,0,0,0.18713591,97.496016,76.71581)">
|
||||
<circle
|
||||
style="stroke:#d4d4d4;stroke-opacity:1;fill:none;fill-opacity:1"
|
||||
id="circle1072"
|
||||
r="10"
|
||||
cy="12"
|
||||
cx="12" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:none;stroke:#d4d4d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-opacity:1"
|
||||
id="g1120"
|
||||
transform="matrix(0.08592684,0,0,0.08592684,98.715721,77.925124)">
|
||||
<path
|
||||
id="path1109"
|
||||
d="m 17,3 a 2.8284271,2.8284271 0 1 1 4,4 L 7.5,20.5 2,22 3.5,16.5 Z"
|
||||
style="fill:#d4d4d4;fill-opacity:1;stroke:#d4d4d4;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\plus.png"
|
||||
transform="matrix(0.19624737,0,0,0.19624737,73.599293,76.13193)"
|
||||
id="g59"
|
||||
style="fill:none;stroke:#d4d4d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle42" />
|
||||
<line
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
x1="12"
|
||||
y1="8"
|
||||
x2="12"
|
||||
y2="16"
|
||||
id="line44" />
|
||||
<line
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
x1="8"
|
||||
y1="12"
|
||||
x2="16"
|
||||
y2="12"
|
||||
id="line46" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\g75.png"
|
||||
transform="matrix(0.19169164,0,0,0.19169164,79.634206,76.156058)"
|
||||
id="g75"
|
||||
style="fill:none;stroke:#d4d4d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle61" />
|
||||
<line
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
x1="8"
|
||||
y1="12"
|
||||
x2="16"
|
||||
y2="12"
|
||||
id="line63" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\g94.png"
|
||||
transform="matrix(0.1915652,0,0,0.1915652,91.177285,76.333708)"
|
||||
id="g94"
|
||||
style="fill:none;stroke:#d4d4d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;opacity:0.99700002">
|
||||
<circle
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle77" />
|
||||
<polyline
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
points="8 12 12 16 16 12"
|
||||
id="polyline79" />
|
||||
<line
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
x1="12"
|
||||
y1="8"
|
||||
x2="12"
|
||||
y2="16"
|
||||
id="line81" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\g113.png"
|
||||
transform="matrix(0.19800798,0,0,0.19800798,84.917109,76.248983)"
|
||||
id="g113"
|
||||
style="fill:none;stroke:#d4d4d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle96" />
|
||||
<polyline
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
points="16 12 12 8 8 12"
|
||||
id="polyline98" />
|
||||
<line
|
||||
style="stroke:#d4d4d4;stroke-opacity:1"
|
||||
x1="12"
|
||||
y1="16"
|
||||
x2="12"
|
||||
y2="8"
|
||||
id="line100" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:none;stroke:#66609e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||
id="g59-0"
|
||||
transform="matrix(0.19776595,0,0,0.19776595,73.265307,81.754641)">
|
||||
<circle
|
||||
id="circle42-7"
|
||||
r="10"
|
||||
cy="12"
|
||||
cx="12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
<line
|
||||
id="line44-4"
|
||||
y2="16"
|
||||
x2="12"
|
||||
y1="8"
|
||||
x1="12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
<line
|
||||
id="line46-0"
|
||||
y2="12"
|
||||
x2="16"
|
||||
y1="12"
|
||||
x1="8"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:none;stroke:#66609e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||
id="g75-5"
|
||||
transform="matrix(0.19169164,0,0,0.19169164,79.301739,81.780287)">
|
||||
<circle
|
||||
id="circle61-2"
|
||||
r="10"
|
||||
cy="12"
|
||||
cx="12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
<line
|
||||
id="line63-0"
|
||||
y2="12"
|
||||
x2="16"
|
||||
y1="12"
|
||||
x1="8"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:none;stroke:#66609e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||
id="g94-6"
|
||||
transform="matrix(0.1915652,0,0,0.1915652,90.844816,81.957936)">
|
||||
<circle
|
||||
id="circle77-3"
|
||||
r="10"
|
||||
cy="12"
|
||||
cx="12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
<polyline
|
||||
id="polyline79-9"
|
||||
points="8 12 12 16 16 12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
<line
|
||||
id="line81-3"
|
||||
y2="16"
|
||||
x2="12"
|
||||
y1="8"
|
||||
x1="12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:none;stroke:#66609e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||
id="g113-6"
|
||||
transform="matrix(0.19800798,0,0,0.19800798,84.58464,81.873212)">
|
||||
<circle
|
||||
id="circle96-2"
|
||||
r="10"
|
||||
cy="12"
|
||||
cx="12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
<polyline
|
||||
id="polyline98-1"
|
||||
points="16 12 12 8 8 12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
<line
|
||||
id="line100-2"
|
||||
y2="8"
|
||||
x2="12"
|
||||
y1="16"
|
||||
x1="12"
|
||||
style="stroke:#66609e;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\plus2.png"
|
||||
transform="matrix(0.19776595,0,0,0.19776595,73.332125,87.467528)"
|
||||
id="g59-0-6"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle42-7-4" />
|
||||
<line
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
x1="12"
|
||||
y1="8"
|
||||
x2="12"
|
||||
y2="16"
|
||||
id="line44-4-5" />
|
||||
<line
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
x1="8"
|
||||
y1="12"
|
||||
x2="16"
|
||||
y2="12"
|
||||
id="line46-0-1" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\g75-5-5.png"
|
||||
transform="matrix(0.19169164,0,0,0.19169164,79.368556,87.493174)"
|
||||
id="g75-5-5"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle61-2-3" />
|
||||
<line
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
x1="8"
|
||||
y1="12"
|
||||
x2="16"
|
||||
y2="12"
|
||||
id="line63-0-8" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\g94-6-2.png"
|
||||
transform="matrix(0.1915652,0,0,0.1915652,90.911634,87.670823)"
|
||||
id="g94-6-2"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle77-3-9" />
|
||||
<polyline
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
points="8 12 12 16 16 12"
|
||||
id="polyline79-9-3" />
|
||||
<line
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
x1="12"
|
||||
y1="8"
|
||||
x2="12"
|
||||
y2="16"
|
||||
id="line81-3-7" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\g113-6-2.png"
|
||||
transform="matrix(0.19800798,0,0,0.19800798,84.651458,87.586098)"
|
||||
id="g113-6-2"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle96-2-6" />
|
||||
<polyline
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
points="16 12 12 8 8 12"
|
||||
id="polyline98-1-5" />
|
||||
<line
|
||||
style="stroke:#000000;stroke-opacity:1"
|
||||
x1="12"
|
||||
y1="16"
|
||||
x2="12"
|
||||
y2="8"
|
||||
id="line100-2-7" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-0.30067804,5.1783474)"
|
||||
id="g1126-3"
|
||||
style="fill:none;fill-opacity:1;stroke:#66609e;stroke-opacity:1">
|
||||
<g
|
||||
transform="matrix(0.18713591,0,0,0.18713591,97.496016,76.71581)"
|
||||
id="g1083-1"
|
||||
style="fill:none;fill-opacity:1;stroke:#66609e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle1072-6"
|
||||
style="fill:none;fill-opacity:1;stroke:#66609e;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.08592684,0,0,0.08592684,98.715721,77.925124)"
|
||||
id="g1120-7"
|
||||
style="fill:none;fill-opacity:1;stroke:#66609e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<path
|
||||
style="fill:#66609e;fill-opacity:1;stroke:#66609e;stroke-opacity:1"
|
||||
d="m 17,3 a 2.8284271,2.8284271 0 1 1 4,4 L 7.5,20.5 2,22 3.5,16.5 Z"
|
||||
id="path1109-3" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:export-ydpi="96.300003"
|
||||
inkscape:export-xdpi="96.300003"
|
||||
inkscape:export-filename="L:\gitlab-hiimray\linear-app-launcher\RyzStudio\Windows\Forms\Resources\edit2.png"
|
||||
transform="translate(-0.28397375,10.623964)"
|
||||
id="g1126-5"
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-opacity:1">
|
||||
<g
|
||||
transform="matrix(0.18713591,0,0,0.18713591,97.496016,76.71581)"
|
||||
id="g1083-8"
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<circle
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
id="circle1072-3"
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.08592684,0,0,0.08592684,98.715721,77.925124)"
|
||||
id="g1120-9"
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1">
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
|
||||
d="m 17,3 a 2.8284271,2.8284271 0 1 1 4,4 L 7.5,20.5 2,22 3.5,16.5 Z"
|
||||
id="path1109-2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 14 KiB |
@ -11,20 +11,20 @@ namespace RyzStudio.Windows.Forms
|
||||
{
|
||||
public class FlatButton : Label
|
||||
{
|
||||
public class Style
|
||||
public class FlatButtonStyle
|
||||
{
|
||||
public Color BackColour { get; set; } = Color.Transparent;
|
||||
public Color PenColour { get; set; } = Color.Transparent;
|
||||
}
|
||||
|
||||
public enum State
|
||||
public enum FlatButtonState
|
||||
{
|
||||
Idle = 0,
|
||||
Hover,
|
||||
Down
|
||||
}
|
||||
|
||||
protected State controlState = State.Idle;
|
||||
protected FlatButtonState controlState = FlatButtonState.Idle;
|
||||
|
||||
public FlatButton() : base()
|
||||
{
|
||||
@ -33,40 +33,40 @@ namespace RyzStudio.Windows.Forms
|
||||
this.TextAlign = ContentAlignment.MiddleCenter;
|
||||
|
||||
// customise
|
||||
this.StyleOver = new Style()
|
||||
this.StyleOver = new FlatButtonStyle()
|
||||
{
|
||||
BackColour = Color.FromArgb(51, 51, 51),
|
||||
PenColour = Color.White
|
||||
};
|
||||
this.StyleDown = new Style()
|
||||
this.StyleDown = new FlatButtonStyle()
|
||||
{
|
||||
BackColour = Color.FromArgb(179, 179, 179),
|
||||
PenColour = Color.Black
|
||||
};
|
||||
this.StyleDefault = new Style()
|
||||
this.StyleDefault = new FlatButtonStyle()
|
||||
{
|
||||
BackColour = Color.White,
|
||||
PenColour = Color.Black
|
||||
};
|
||||
|
||||
this.VisualState = State.Idle;
|
||||
this.VisualState = FlatButtonState.Idle;
|
||||
|
||||
this.Click += delegate { this.OnClick(null); };
|
||||
this.MouseEnter += delegate { this.VisualState = State.Hover; };
|
||||
this.MouseLeave += delegate { this.VisualState = State.Idle; };
|
||||
this.MouseDown += delegate { this.VisualState = State.Down; };
|
||||
this.MouseUp += delegate { this.VisualState = State.Idle; };
|
||||
this.MouseEnter += delegate { this.VisualState = FlatButtonState.Hover; };
|
||||
this.MouseLeave += delegate { this.VisualState = FlatButtonState.Idle; };
|
||||
this.MouseDown += delegate { this.VisualState = FlatButtonState.Down; };
|
||||
this.MouseUp += delegate { this.VisualState = FlatButtonState.Idle; };
|
||||
}
|
||||
|
||||
protected State VisualState
|
||||
protected FlatButtonState VisualState
|
||||
{
|
||||
get { return controlState; }
|
||||
set
|
||||
{
|
||||
switch (value)
|
||||
{
|
||||
case State.Idle:
|
||||
if (this.VisualState == State.Down)
|
||||
case FlatButtonState.Idle:
|
||||
if (this.VisualState == FlatButtonState.Down)
|
||||
{
|
||||
updateButton(StyleOver);
|
||||
}
|
||||
@ -76,10 +76,10 @@ namespace RyzStudio.Windows.Forms
|
||||
}
|
||||
|
||||
break;
|
||||
case State.Hover:
|
||||
case FlatButtonState.Hover:
|
||||
updateButton(StyleOver);
|
||||
break;
|
||||
case State.Down:
|
||||
case FlatButtonState.Down:
|
||||
updateButton(StyleDown);
|
||||
break;
|
||||
default:
|
||||
@ -91,20 +91,20 @@ namespace RyzStudio.Windows.Forms
|
||||
}
|
||||
}
|
||||
|
||||
protected void updateButton(Style style)
|
||||
protected void updateButton(FlatButtonStyle style)
|
||||
{
|
||||
this.ForeColor = style.PenColour;
|
||||
this.BackColor = style.BackColour;
|
||||
}
|
||||
|
||||
[Browsable(false)]
|
||||
public Style StyleOver { get; set; } = new Style();
|
||||
public FlatButtonStyle StyleOver { get; set; } = new FlatButtonStyle();
|
||||
|
||||
[Browsable(false)]
|
||||
public Style StyleDown { get; set; } = new Style();
|
||||
public FlatButtonStyle StyleDown { get; set; } = new FlatButtonStyle();
|
||||
|
||||
[Browsable(false)]
|
||||
public Style StyleDefault { get; set; } = new Style();
|
||||
public FlatButtonStyle StyleDefault { get; set; } = new FlatButtonStyle();
|
||||
|
||||
public void PerformClick()
|
||||
{
|
||||
|
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace RyzStudio.Windows.Forms
|
||||
|
BIN
RyzStudio/Windows/Forms/Resources/arrow_down.png
Normal file
After Width: | Height: | Size: 601 B |
BIN
RyzStudio/Windows/Forms/Resources/arrow_down2.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
RyzStudio/Windows/Forms/Resources/arrow_up.png
Normal file
After Width: | Height: | Size: 590 B |
BIN
RyzStudio/Windows/Forms/Resources/arrow_up2.png
Normal file
After Width: | Height: | Size: 410 B |
BIN
RyzStudio/Windows/Forms/Resources/edit.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
RyzStudio/Windows/Forms/Resources/edit2.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
RyzStudio/Windows/Forms/Resources/file.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
RyzStudio/Windows/Forms/Resources/file2.png
Normal file
After Width: | Height: | Size: 323 B |
BIN
RyzStudio/Windows/Forms/Resources/folder.png
Normal file
After Width: | Height: | Size: 352 B |
BIN
RyzStudio/Windows/Forms/Resources/folder2.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
RyzStudio/Windows/Forms/Resources/minus.png
Normal file
After Width: | Height: | Size: 532 B |
BIN
RyzStudio/Windows/Forms/Resources/minus2.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
RyzStudio/Windows/Forms/Resources/plus.png
Normal file
After Width: | Height: | Size: 559 B |
BIN
RyzStudio/Windows/Forms/Resources/plus2.png
Normal file
After Width: | Height: | Size: 398 B |
@ -6,21 +6,21 @@
|
||||
|
||||
public partial class TButton : RyzStudio.Windows.ThemedForms.TUserControl
|
||||
{
|
||||
public class Style
|
||||
public class ButtonStyle
|
||||
{
|
||||
public Color BackColour { get; set; } = Color.Transparent;
|
||||
public Color PenColour { get; set; } = Color.Transparent;
|
||||
public Image ForeImage { get; set; } = null;
|
||||
}
|
||||
|
||||
public enum State
|
||||
public enum ButtonState
|
||||
{
|
||||
Idle = 0,
|
||||
Hover,
|
||||
Down
|
||||
}
|
||||
|
||||
protected State controlState = State.Idle;
|
||||
protected ButtonState controlState = ButtonState.Idle;
|
||||
|
||||
public TButton() : base()
|
||||
{
|
||||
@ -29,10 +29,10 @@
|
||||
label1.ImageAlign = ContentAlignment.MiddleCenter;
|
||||
|
||||
label1.Click += delegate { this.OnClick(null); };
|
||||
label1.MouseEnter += delegate { this.VisualState = State.Hover; };
|
||||
label1.MouseLeave += delegate { this.VisualState = State.Idle; };
|
||||
label1.MouseDown += delegate { this.VisualState = State.Down; };
|
||||
label1.MouseUp += delegate { this.VisualState = State.Idle; };
|
||||
label1.MouseEnter += delegate { this.VisualState = ButtonState.Hover; };
|
||||
label1.MouseLeave += delegate { this.VisualState = ButtonState.Idle; };
|
||||
label1.MouseDown += delegate { this.VisualState = ButtonState.Down; };
|
||||
label1.MouseUp += delegate { this.VisualState = ButtonState.Idle; };
|
||||
}
|
||||
|
||||
protected override void OnLoad(EventArgs e)
|
||||
@ -40,37 +40,37 @@
|
||||
base.OnLoad(e);
|
||||
|
||||
// customise
|
||||
this.StyleOver = new Style()
|
||||
this.StyleOver = new ButtonStyle()
|
||||
{
|
||||
BackColour = Color.FromArgb(51, 51, 51),
|
||||
PenColour = Color.White,
|
||||
ForeImage = this.OverImage
|
||||
};
|
||||
this.StyleDown = new Style()
|
||||
this.StyleDown = new ButtonStyle()
|
||||
{
|
||||
BackColour = Color.FromArgb(179, 179, 179),
|
||||
PenColour = Color.Black,
|
||||
ForeImage = this.DownImage
|
||||
};
|
||||
this.StyleDefault = new Style()
|
||||
this.StyleDefault = new ButtonStyle()
|
||||
{
|
||||
BackColour = Color.White,
|
||||
PenColour = Color.Black,
|
||||
ForeImage = this.DefaultImage
|
||||
};
|
||||
|
||||
this.VisualState = State.Idle;
|
||||
this.VisualState = ButtonState.Idle;
|
||||
}
|
||||
|
||||
protected State VisualState
|
||||
protected ButtonState VisualState
|
||||
{
|
||||
get { return controlState; }
|
||||
set
|
||||
{
|
||||
switch (value)
|
||||
{
|
||||
case State.Idle:
|
||||
if (this.VisualState == State.Down)
|
||||
case ButtonState.Idle:
|
||||
if (this.VisualState == ButtonState.Down)
|
||||
{
|
||||
updateButton(StyleOver);
|
||||
}
|
||||
@ -80,10 +80,10 @@
|
||||
}
|
||||
|
||||
break;
|
||||
case State.Hover:
|
||||
case ButtonState.Hover:
|
||||
updateButton(StyleOver);
|
||||
break;
|
||||
case State.Down:
|
||||
case ButtonState.Down:
|
||||
updateButton(StyleDown);
|
||||
break;
|
||||
default:
|
||||
@ -95,7 +95,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
protected void updateButton(Style style)
|
||||
protected void updateButton(ButtonStyle style)
|
||||
{
|
||||
label1.ForeColor = style.PenColour;
|
||||
label1.BackColor = style.BackColour;
|
||||
@ -119,13 +119,13 @@
|
||||
public Image DefaultImage { get; set; } = null;
|
||||
|
||||
[Browsable(false)]
|
||||
public Style StyleOver { get; set; } = new Style();
|
||||
public ButtonStyle StyleOver { get; set; } = new ButtonStyle();
|
||||
|
||||
[Browsable(false)]
|
||||
public Style StyleDown { get; set; } = new Style();
|
||||
public ButtonStyle StyleDown { get; set; } = new ButtonStyle();
|
||||
|
||||
[Browsable(false)]
|
||||
public Style StyleDefault { get; set; } = new Style();
|
||||
public ButtonStyle StyleDefault { get; set; } = new ButtonStyle();
|
||||
|
||||
public void PerformClick() => this.OnClick(null);
|
||||
}
|
||||
|
@ -69,7 +69,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
private void imageBox1_Click(object sender, EventArgs e) => OnButtonClick?.Invoke(sender, e);
|
||||
protected virtual void imageBox1_Click(object sender, EventArgs e) => OnButtonClick?.Invoke(sender, e);
|
||||
|
||||
[Category("Action")]
|
||||
[Browsable(true)]
|
||||
@ -110,9 +110,9 @@
|
||||
public TButton SubmitButton { get; set; } = null;
|
||||
|
||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public new Padding Margin { get { return base.Margin; } set { base.Margin = value; } }
|
||||
public new Padding Margin { get => base.Margin; set => base.Margin = value; }
|
||||
|
||||
protected override void updateBackground(Graphics g, Style style)
|
||||
protected override void updateBackground(Graphics g, ThemeStyle style)
|
||||
{
|
||||
int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
|
||||
|
41
RyzStudio/Windows/ThemedForms/TFolderTextBox.cs
Normal file
@ -0,0 +1,41 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace RyzStudio.Windows.ThemedForms
|
||||
{
|
||||
public class TFolderTextBox : TButtonTextBox
|
||||
{
|
||||
public TFolderTextBox() : base()
|
||||
{
|
||||
this.NormalImage = AppLauncher.Resource1.folder;
|
||||
this.HighlightImage = AppLauncher.Resource1.folder2;
|
||||
this.Text = string.Empty;
|
||||
}
|
||||
|
||||
public FolderBrowserDialog FolderDialog { get; set; } = null;
|
||||
|
||||
protected override void imageBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.FolderDialog == null)
|
||||
{
|
||||
this.FolderDialog = new FolderBrowserDialog();
|
||||
this.FolderDialog.Description = "Choose a directory";
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(this.Text))
|
||||
{
|
||||
if (Directory.Exists(this.Text))
|
||||
{
|
||||
this.FolderDialog.SelectedPath = this.Text;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.FolderDialog.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
this.Text = this.FolderDialog.SelectedPath;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -17,28 +17,192 @@
|
||||
this.Font = new Font(this.Font, FontStyle.Regular);
|
||||
this.Margin = new Padding(10, 4, 10, 4);
|
||||
|
||||
comboBox1.Font = this.Font;
|
||||
comboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
comboBox1.PreviewKeyDown += textBox_PreviewKeyDown;
|
||||
listBox1.Items.Add("one");
|
||||
listBox1.Items.Add("two");
|
||||
listBox1.Items.Add("three");
|
||||
listBox1.Items.Add("four");
|
||||
listBox1.Items.Add("five");
|
||||
|
||||
listBox1.Font = this.Font;
|
||||
listBox1.BorderStyle = BorderStyle.None;
|
||||
}
|
||||
|
||||
protected override void OnResize(EventArgs e)
|
||||
{
|
||||
base.OnResize(e);
|
||||
|
||||
int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
//int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
|
||||
this.Height = comboBox1.Height + (b + textboxPadding.Top) + ((b - 1) + textboxPadding.Bottom);
|
||||
//this.Height = comboBox1.Height + (b + textboxPadding.Top) + ((b - 1) + textboxPadding.Bottom);
|
||||
}
|
||||
|
||||
protected override void OnGotFocus(EventArgs e)
|
||||
{
|
||||
base.OnGotFocus(e);
|
||||
|
||||
comboBox1.Focus();
|
||||
listBox1.Focus();
|
||||
}
|
||||
|
||||
protected void textBox_PreviewKeyDown(object sender, PreviewKeyDownEventArgs e)
|
||||
[Browsable(true), EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
[Category("Appearance")]
|
||||
public System.Windows.Forms.ListBox ListBox { get => listBox1; set => listBox1 = value; }
|
||||
|
||||
[Browsable(true), EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
[Category("Appearance")]
|
||||
public TButton SubmitButton { get; set; } = null;
|
||||
|
||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public new Padding Margin { get => base.Margin; set => base.Margin = value; }
|
||||
|
||||
[Category("Action")]
|
||||
[Browsable(true)]
|
||||
public event EventHandler OnAdd;
|
||||
|
||||
[Category("Action")]
|
||||
[Browsable(true)]
|
||||
public event EventHandler OnEdit;
|
||||
|
||||
protected override void updateBackground(Graphics g, ThemeStyle style)
|
||||
{
|
||||
int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
|
||||
this.Padding = new Padding((b + textboxPadding.Left), (b + textboxPadding.Top), ((b - 1) + textboxPadding.Right), ((b - 1) + textboxPadding.Bottom));
|
||||
|
||||
Rectangoid area = new Rectangoid(this.ClientRectangle, style.BorderRadius, style.BorderWidth);
|
||||
g.FillPath(new SolidBrush(style.BackColour), area.ToGraphicsPath());
|
||||
g.DrawPath(new Pen(new SolidBrush(style.BorderColour), style.BorderWidth), area.ToGraphicsPath());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Add
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void imageBox1_MouseClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e.Button != MouseButtons.Left)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
this.OnAdd?.Invoke(sender, e);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Edit
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void imageBox5_MouseClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e.Button != MouseButtons.Left)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
this.OnEdit?.Invoke(sender, e);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Remove
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void imageBox2_MouseClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e.Button != MouseButtons.Left)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (listBox1.SelectedIndex < 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
int pos = listBox1.SelectedIndex;
|
||||
|
||||
listBox1.Items.RemoveAt(pos);
|
||||
|
||||
if (pos > (listBox1.Items.Count - 1))
|
||||
{
|
||||
pos = (listBox1.Items.Count - 1);
|
||||
}
|
||||
|
||||
listBox1.SelectedIndex = pos;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Move up
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void imageBox3_MouseClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e != null)
|
||||
{
|
||||
if (e.Button != MouseButtons.Left)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (listBox1.SelectedIndex <= 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (listBox1.SelectedItem == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
object item = listBox1.SelectedItem;
|
||||
int pos = listBox1.SelectedIndex;
|
||||
|
||||
listBox1.Items.RemoveAt(pos);
|
||||
listBox1.Items.Insert((pos - 1), item);
|
||||
|
||||
listBox1.SelectedIndex = (pos - 1);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Move down
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void imageBox4_MouseClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e != null)
|
||||
{
|
||||
if (e.Button != MouseButtons.Left)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (listBox1.SelectedIndex >= (listBox1.Items.Count - 1))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (listBox1.SelectedItem == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
object item = listBox1.SelectedItem;
|
||||
int pos = listBox1.SelectedIndex;
|
||||
|
||||
listBox1.Items.RemoveAt(pos);
|
||||
listBox1.Items.Insert((pos + 1), item);
|
||||
|
||||
listBox1.SelectedIndex = (pos + 1);
|
||||
}
|
||||
|
||||
private void listBox1_MouseDoubleClick(object sender, MouseEventArgs e) => imageBox5_MouseClick(sender, e);
|
||||
|
||||
private void listBox1_PreviewKeyDown(object sender, PreviewKeyDownEventArgs e)
|
||||
{
|
||||
switch (e.KeyCode)
|
||||
{
|
||||
@ -51,48 +215,24 @@
|
||||
break;
|
||||
case Keys.Escape:
|
||||
close();
|
||||
break;
|
||||
case Keys.Up:
|
||||
if (e.Alt)
|
||||
{
|
||||
imageBox3_MouseClick(sender, null);
|
||||
}
|
||||
|
||||
break;
|
||||
case Keys.Down:
|
||||
if (e.Alt)
|
||||
{
|
||||
imageBox4_MouseClick(sender, null);
|
||||
}
|
||||
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
[Browsable(true), EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
[Category("Appearance")]
|
||||
public System.Windows.Forms.ComboBox ComboBox { get => comboBox1; set => comboBox1 = value; }
|
||||
|
||||
//[Browsable(true), EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
//[Category("Appearance")]
|
||||
//public new string Text
|
||||
//{
|
||||
// get => textBox1.Text;
|
||||
// set
|
||||
// {
|
||||
// textBox1.Text = value;
|
||||
// textBox1.SelectionStart = textBox1.Text.Length;
|
||||
// }
|
||||
//}
|
||||
|
||||
//[Browsable(true)]
|
||||
//[Category("Appearance")]
|
||||
//public ComboBox.ObjectCollection Items { get => comboBox1.Items; set => comboBox1.Items = value; }
|
||||
|
||||
[Browsable(true), EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
[Category("Appearance")]
|
||||
public TButton SubmitButton { get; set; } = null;
|
||||
|
||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public new Padding Margin { get => base.Margin; set => base.Margin = value; }
|
||||
|
||||
protected override void updateBackground(Graphics g, Style style)
|
||||
{
|
||||
int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
|
||||
this.Padding = new Padding((b + textboxPadding.Left), (b + textboxPadding.Top), ((b - 1) + textboxPadding.Right), ((b - 1) + textboxPadding.Bottom));
|
||||
|
||||
Rectangoid area = new Rectangoid(this.ClientRectangle, style.BorderRadius, style.BorderWidth);
|
||||
g.FillPath(new SolidBrush(style.BackColour), area.ToGraphicsPath());
|
||||
g.DrawPath(new Pen(new SolidBrush(style.BorderColour), style.BorderWidth), area.ToGraphicsPath());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
151
RyzStudio/Windows/ThemedForms/TListBox.designer.cs
generated
@ -28,32 +28,155 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||||
this.imageBox5 = new RyzStudio.Windows.Forms.ImageBox();
|
||||
this.imageBox4 = new RyzStudio.Windows.Forms.ImageBox();
|
||||
this.imageBox3 = new RyzStudio.Windows.Forms.ImageBox();
|
||||
this.imageBox2 = new RyzStudio.Windows.Forms.ImageBox();
|
||||
this.imageBox1 = new RyzStudio.Windows.Forms.ImageBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// comboBox1
|
||||
// listBox1
|
||||
//
|
||||
this.comboBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.comboBox1.FormattingEnabled = true;
|
||||
this.comboBox1.Location = new System.Drawing.Point(4, 4);
|
||||
this.comboBox1.Name = "comboBox1";
|
||||
this.comboBox1.Size = new System.Drawing.Size(121, 21);
|
||||
this.comboBox1.TabIndex = 0;
|
||||
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.listBox1.FormattingEnabled = true;
|
||||
this.listBox1.Location = new System.Drawing.Point(4, 4);
|
||||
this.listBox1.Name = "listBox1";
|
||||
this.listBox1.Size = new System.Drawing.Size(121, 82);
|
||||
this.listBox1.TabIndex = 0;
|
||||
this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick);
|
||||
this.listBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.listBox1_PreviewKeyDown);
|
||||
//
|
||||
// PickerBox
|
||||
// imageBox5
|
||||
//
|
||||
this.imageBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.imageBox5.BackColor = System.Drawing.Color.Transparent;
|
||||
this.imageBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.imageBox5.ErrorImage = null;
|
||||
this.imageBox5.HighlightImage = global::AppLauncher.Resource1.edit2;
|
||||
this.imageBox5.Image = global::AppLauncher.Resource1.edit;
|
||||
this.imageBox5.InitialImage = null;
|
||||
this.imageBox5.Location = new System.Drawing.Point(52, 94);
|
||||
this.imageBox5.Name = "imageBox5";
|
||||
this.imageBox5.NormalImage = global::AppLauncher.Resource1.edit;
|
||||
this.imageBox5.Size = new System.Drawing.Size(18, 25);
|
||||
this.imageBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.imageBox5.TabIndex = 6;
|
||||
this.imageBox5.TabStop = false;
|
||||
this.imageBox5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox5_MouseClick);
|
||||
this.imageBox5.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox5_MouseClick);
|
||||
//
|
||||
// imageBox4
|
||||
//
|
||||
this.imageBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.imageBox4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.imageBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.imageBox4.ErrorImage = null;
|
||||
this.imageBox4.HighlightImage = global::AppLauncher.Resource1.arrow_down2;
|
||||
this.imageBox4.Image = global::AppLauncher.Resource1.arrow_down;
|
||||
this.imageBox4.InitialImage = null;
|
||||
this.imageBox4.Location = new System.Drawing.Point(100, 94);
|
||||
this.imageBox4.Name = "imageBox4";
|
||||
this.imageBox4.NormalImage = global::AppLauncher.Resource1.arrow_down;
|
||||
this.imageBox4.Size = new System.Drawing.Size(18, 25);
|
||||
this.imageBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.imageBox4.TabIndex = 5;
|
||||
this.imageBox4.TabStop = false;
|
||||
this.imageBox4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox4_MouseClick);
|
||||
this.imageBox4.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox4_MouseClick);
|
||||
//
|
||||
// imageBox3
|
||||
//
|
||||
this.imageBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.imageBox3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.imageBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.imageBox3.ErrorImage = null;
|
||||
this.imageBox3.HighlightImage = global::AppLauncher.Resource1.arrow_up2;
|
||||
this.imageBox3.Image = global::AppLauncher.Resource1.arrow_up;
|
||||
this.imageBox3.InitialImage = null;
|
||||
this.imageBox3.Location = new System.Drawing.Point(76, 94);
|
||||
this.imageBox3.Name = "imageBox3";
|
||||
this.imageBox3.NormalImage = global::AppLauncher.Resource1.arrow_up;
|
||||
this.imageBox3.Size = new System.Drawing.Size(18, 25);
|
||||
this.imageBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.imageBox3.TabIndex = 4;
|
||||
this.imageBox3.TabStop = false;
|
||||
this.imageBox3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox3_MouseClick);
|
||||
this.imageBox3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox3_MouseClick);
|
||||
//
|
||||
// imageBox2
|
||||
//
|
||||
this.imageBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.imageBox2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.imageBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.imageBox2.ErrorImage = null;
|
||||
this.imageBox2.HighlightImage = global::AppLauncher.Resource1.minus2;
|
||||
this.imageBox2.Image = global::AppLauncher.Resource1.minus;
|
||||
this.imageBox2.InitialImage = null;
|
||||
this.imageBox2.Location = new System.Drawing.Point(28, 94);
|
||||
this.imageBox2.Name = "imageBox2";
|
||||
this.imageBox2.NormalImage = global::AppLauncher.Resource1.minus;
|
||||
this.imageBox2.Size = new System.Drawing.Size(18, 25);
|
||||
this.imageBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.imageBox2.TabIndex = 3;
|
||||
this.imageBox2.TabStop = false;
|
||||
this.imageBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox2_MouseClick);
|
||||
this.imageBox2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox2_MouseClick);
|
||||
//
|
||||
// imageBox1
|
||||
//
|
||||
this.imageBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.imageBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.imageBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.imageBox1.ErrorImage = null;
|
||||
this.imageBox1.HighlightImage = global::AppLauncher.Resource1.plus2;
|
||||
this.imageBox1.Image = global::AppLauncher.Resource1.plus;
|
||||
this.imageBox1.InitialImage = null;
|
||||
this.imageBox1.Location = new System.Drawing.Point(4, 94);
|
||||
this.imageBox1.Name = "imageBox1";
|
||||
this.imageBox1.NormalImage = global::AppLauncher.Resource1.plus;
|
||||
this.imageBox1.Size = new System.Drawing.Size(18, 25);
|
||||
this.imageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.imageBox1.TabIndex = 2;
|
||||
this.imageBox1.TabStop = false;
|
||||
this.imageBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox1_MouseClick);
|
||||
this.imageBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox1_MouseClick);
|
||||
//
|
||||
// TListBox
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.Controls.Add(this.comboBox1);
|
||||
this.Name = "PickerBox";
|
||||
this.Controls.Add(this.imageBox5);
|
||||
this.Controls.Add(this.imageBox4);
|
||||
this.Controls.Add(this.imageBox3);
|
||||
this.Controls.Add(this.imageBox2);
|
||||
this.Controls.Add(this.imageBox1);
|
||||
this.Controls.Add(this.listBox1);
|
||||
this.Name = "TListBox";
|
||||
this.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.Size = new System.Drawing.Size(128, 32);
|
||||
this.Size = new System.Drawing.Size(128, 120);
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ComboBox comboBox1;
|
||||
private System.Windows.Forms.ListBox listBox1;
|
||||
private Forms.ImageBox imageBox1;
|
||||
private Forms.ImageBox imageBox2;
|
||||
private Forms.ImageBox imageBox3;
|
||||
private Forms.ImageBox imageBox4;
|
||||
private Forms.ImageBox imageBox5;
|
||||
}
|
||||
}
|
||||
|
42
RyzStudio/Windows/ThemedForms/TOpenFileTextBox.cs
Normal file
@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace RyzStudio.Windows.ThemedForms
|
||||
{
|
||||
public class TOpenFileTextBox : TButtonTextBox
|
||||
{
|
||||
public TOpenFileTextBox() : base()
|
||||
{
|
||||
this.NormalImage = AppLauncher.Resource1.file;
|
||||
this.HighlightImage = AppLauncher.Resource1.file2;
|
||||
this.Text = string.Empty;
|
||||
}
|
||||
|
||||
public OpenFileDialog FileDialog { get; set; } = null;
|
||||
|
||||
protected override void imageBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.FileDialog == null)
|
||||
{
|
||||
this.FileDialog = new OpenFileDialog();
|
||||
this.FileDialog.Title = "Choose a file";
|
||||
this.FileDialog.Filter = "All files|*";
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(this.Text))
|
||||
{
|
||||
if (File.Exists(this.Text))
|
||||
{
|
||||
this.FileDialog.InitialDirectory = Path.GetDirectoryName(this.Text);
|
||||
}
|
||||
}
|
||||
|
||||
if (this.FileDialog.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
this.Text = this.FileDialog.FileName;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -83,7 +83,7 @@
|
||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public new Padding Margin { get => base.Margin; set => base.Margin = value; }
|
||||
|
||||
protected override void updateBackground(Graphics g, Style style)
|
||||
protected override void updateBackground(Graphics g, ThemeStyle style)
|
||||
{
|
||||
int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
|
||||
|
@ -82,7 +82,7 @@
|
||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public new Padding Margin { get { return base.Margin; } set { base.Margin = value; } }
|
||||
|
||||
protected override void updateBackground(Graphics g, Style style)
|
||||
protected override void updateBackground(Graphics g, ThemeStyle style)
|
||||
{
|
||||
int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
|
||||
|
@ -8,7 +8,7 @@ namespace RyzStudio.Windows.ThemedForms
|
||||
{
|
||||
public partial class TUserControl : System.Windows.Forms.UserControl
|
||||
{
|
||||
public class Style
|
||||
public class ThemeStyle
|
||||
{
|
||||
public int BorderWidth;
|
||||
public int BorderRadius;
|
||||
@ -17,7 +17,7 @@ namespace RyzStudio.Windows.ThemedForms
|
||||
public Color BackColour;
|
||||
public Color ForeColour;
|
||||
|
||||
public Style(int borderWidth, int borderRadius, int borderPadding, Color borderColour, Color backColour)
|
||||
public ThemeStyle(int borderWidth, int borderRadius, int borderPadding, Color borderColour, Color backColour)
|
||||
{
|
||||
this.BorderWidth = borderWidth;
|
||||
this.BorderRadius = borderRadius;
|
||||
@ -27,7 +27,7 @@ namespace RyzStudio.Windows.ThemedForms
|
||||
this.ForeColour = Color.Black;
|
||||
}
|
||||
|
||||
public Style(int borderWidth, int borderRadius, int borderPadding, Color borderColour, Color backColour, Color foreColour)
|
||||
public ThemeStyle(int borderWidth, int borderRadius, int borderPadding, Color borderColour, Color backColour, Color foreColour)
|
||||
{
|
||||
this.BorderWidth = borderWidth;
|
||||
this.BorderRadius = borderRadius;
|
||||
@ -38,7 +38,7 @@ namespace RyzStudio.Windows.ThemedForms
|
||||
}
|
||||
}
|
||||
|
||||
protected Style styleActive = new Style(1, 3, 2, Color.FromArgb(212, 212, 212), Color.White);
|
||||
protected ThemeStyle styleActive = new ThemeStyle(1, 3, 2, Color.FromArgb(212, 212, 212), Color.White);
|
||||
|
||||
public TUserControl()
|
||||
{
|
||||
@ -68,7 +68,7 @@ namespace RyzStudio.Windows.ThemedForms
|
||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public new Padding Padding { get => base.Padding; set => base.Padding = value; }
|
||||
|
||||
protected virtual void updateBackground(Graphics g, Style style)
|
||||
protected virtual void updateBackground(Graphics g, ThemeStyle style)
|
||||
{
|
||||
int b = (styleActive.BorderWidth + 1) + styleActive.BorderPadding;
|
||||
|
||||
|
@ -33,9 +33,9 @@ namespace AppLauncher.Windows.Forms
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddListTileForm));
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style4 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style5 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style6 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle style4 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle style5 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle style6 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
this.textBox1 = new RyzStudio.Windows.ThemedForms.TTextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
|
@ -23,17 +23,15 @@ namespace AppLauncher.Windows.Forms
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private TButtonTextBox textBox2;
|
||||
private TOpenFileTextBox textBox2;
|
||||
private TTextBox textBox3;
|
||||
private TButtonTextBox textBox4;
|
||||
private TFolderTextBox textBox4;
|
||||
private TButton button1;
|
||||
private TPickerBox pickerBox1;
|
||||
private TPickerBox pickerBox2;
|
||||
private RyzStudio.Windows.Forms.HorizontalSeparator horizontalSeparator1;
|
||||
private RyzStudio.Windows.Forms.HorizontalSeparator horizontalSeparator2;
|
||||
private TTextBox textBox1;
|
||||
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
||||
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
||||
protected TileLayoutPanel parentPanel = null;
|
||||
|
||||
public AddTileForm() : base()
|
||||
@ -53,9 +51,9 @@ namespace AppLauncher.Windows.Forms
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddTileForm));
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style1 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style2 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style3 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle1 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle2 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle3 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
this.textBox1 = new RyzStudio.Windows.ThemedForms.TTextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
@ -63,16 +61,14 @@ namespace AppLauncher.Windows.Forms
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.textBox2 = new RyzStudio.Windows.ThemedForms.TButtonTextBox();
|
||||
this.textBox2 = new RyzStudio.Windows.ThemedForms.TOpenFileTextBox();
|
||||
this.textBox3 = new RyzStudio.Windows.ThemedForms.TTextBox();
|
||||
this.textBox4 = new RyzStudio.Windows.ThemedForms.TButtonTextBox();
|
||||
this.textBox4 = new RyzStudio.Windows.ThemedForms.TFolderTextBox();
|
||||
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
this.pickerBox1 = new RyzStudio.Windows.ThemedForms.TPickerBox();
|
||||
this.pickerBox2 = new RyzStudio.Windows.ThemedForms.TPickerBox();
|
||||
this.horizontalSeparator1 = new RyzStudio.Windows.Forms.HorizontalSeparator();
|
||||
this.horizontalSeparator2 = new RyzStudio.Windows.Forms.HorizontalSeparator();
|
||||
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@ -182,18 +178,18 @@ namespace AppLauncher.Windows.Forms
|
||||
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.textBox2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.textBox2.FileDialog = null;
|
||||
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.textBox2.HighlightImage = global::AppLauncher.Properties.Resources.button16_file_add2;
|
||||
this.textBox2.HighlightImage = ((System.Drawing.Image)(resources.GetObject("textBox2.HighlightImage")));
|
||||
this.textBox2.Location = new System.Drawing.Point(159, 91);
|
||||
this.textBox2.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3);
|
||||
this.textBox2.Name = "textBox2";
|
||||
this.textBox2.NormalImage = global::AppLauncher.Properties.Resources.button16_file_add;
|
||||
this.textBox2.NormalImage = ((System.Drawing.Image)(resources.GetObject("textBox2.NormalImage")));
|
||||
this.textBox2.Padding = new System.Windows.Forms.Padding(10, 10, 9, 9);
|
||||
this.textBox2.Size = new System.Drawing.Size(220, 32);
|
||||
this.textBox2.SubmitButton = null;
|
||||
this.textBox2.TabIndex = 170;
|
||||
this.textBox2.UseSystemPasswordChar = false;
|
||||
this.textBox2.OnButtonClick += new System.EventHandler(this.textBox2_OnButtonClick);
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
@ -215,18 +211,18 @@ namespace AppLauncher.Windows.Forms
|
||||
this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.textBox4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.textBox4.FolderDialog = null;
|
||||
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.textBox4.HighlightImage = global::AppLauncher.Properties.Resources.button16_folder_add2;
|
||||
this.textBox4.HighlightImage = ((System.Drawing.Image)(resources.GetObject("textBox4.HighlightImage")));
|
||||
this.textBox4.Location = new System.Drawing.Point(159, 173);
|
||||
this.textBox4.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3);
|
||||
this.textBox4.Name = "textBox4";
|
||||
this.textBox4.NormalImage = global::AppLauncher.Properties.Resources.button16_folder_add;
|
||||
this.textBox4.NormalImage = ((System.Drawing.Image)(resources.GetObject("textBox4.NormalImage")));
|
||||
this.textBox4.Padding = new System.Windows.Forms.Padding(10, 10, 9, 9);
|
||||
this.textBox4.Size = new System.Drawing.Size(220, 32);
|
||||
this.textBox4.SubmitButton = null;
|
||||
this.textBox4.TabIndex = 172;
|
||||
this.textBox4.UseSystemPasswordChar = false;
|
||||
this.textBox4.OnButtonClick += new System.EventHandler(this.textBox4_OnButtonClick);
|
||||
//
|
||||
// button1
|
||||
//
|
||||
@ -240,18 +236,18 @@ namespace AppLauncher.Windows.Forms
|
||||
this.button1.OverImage = null;
|
||||
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.button1.Size = new System.Drawing.Size(128, 32);
|
||||
style1.BackColour = System.Drawing.Color.White;
|
||||
style1.ForeImage = null;
|
||||
style1.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDefault = style1;
|
||||
style2.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
style2.ForeImage = null;
|
||||
style2.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDown = style2;
|
||||
style3.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
style3.ForeImage = null;
|
||||
style3.PenColour = System.Drawing.Color.White;
|
||||
this.button1.StyleOver = style3;
|
||||
buttonStyle1.BackColour = System.Drawing.Color.White;
|
||||
buttonStyle1.ForeImage = null;
|
||||
buttonStyle1.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDefault = buttonStyle1;
|
||||
buttonStyle2.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
buttonStyle2.ForeImage = null;
|
||||
buttonStyle2.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDown = buttonStyle2;
|
||||
buttonStyle3.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
buttonStyle3.ForeImage = null;
|
||||
buttonStyle3.PenColour = System.Drawing.Color.White;
|
||||
this.button1.StyleOver = buttonStyle3;
|
||||
this.button1.TabIndex = 173;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
@ -303,15 +299,6 @@ namespace AppLauncher.Windows.Forms
|
||||
this.horizontalSeparator2.Size = new System.Drawing.Size(380, 2);
|
||||
this.horizontalSeparator2.TabIndex = 177;
|
||||
//
|
||||
// folderBrowserDialog1
|
||||
//
|
||||
this.folderBrowserDialog1.Description = "Choose a directory";
|
||||
//
|
||||
// openFileDialog1
|
||||
//
|
||||
this.openFileDialog1.Filter = "All files|*";
|
||||
this.openFileDialog1.Title = "Choose a file";
|
||||
//
|
||||
// AddTileForm
|
||||
//
|
||||
this.ClientSize = new System.Drawing.Size(400, 480);
|
||||
@ -367,21 +354,6 @@ namespace AppLauncher.Windows.Forms
|
||||
if (pickerBox2.ComboBox.Items.Count > 0) pickerBox2.ComboBox.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
//protected override void OnShown(EventArgs e)
|
||||
//{
|
||||
// base.OnShown(e);
|
||||
|
||||
// if (parentPanel != null)
|
||||
// {
|
||||
// textBox1.Text = parentPanel.ModelInfo.Title;
|
||||
// textBox2.Text = parentPanel.ModelInfo.ProcessFilename;
|
||||
// textBox3.Text = parentPanel.ModelInfo.ProcessArgument;
|
||||
// textBox4.Text = parentPanel.ModelInfo.ProcessWorkingDirectory;
|
||||
// pickerBox1.ComboBox.SelectedIndex = (int)parentPanel.ModelInfo.ProcessWindowStyle;
|
||||
// pickerBox2.ComboBox.SelectedIndex = (parentPanel.ModelInfo.ProcessAsAdmin ? 1 : 0);
|
||||
// }
|
||||
//}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
TileModel model = new TileModel()
|
||||
@ -399,37 +371,5 @@ namespace AppLauncher.Windows.Forms
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void textBox2_OnButtonClick(object sender, EventArgs e)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(textBox2.Text))
|
||||
{
|
||||
if (File.Exists(textBox2.Text))
|
||||
{
|
||||
openFileDialog1.InitialDirectory = Path.GetDirectoryName(textBox2.Text);
|
||||
}
|
||||
}
|
||||
|
||||
if (openFileDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
textBox2.Text = openFileDialog1.FileName;
|
||||
}
|
||||
}
|
||||
|
||||
private void textBox4_OnButtonClick(object sender, EventArgs e)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(textBox4.Text))
|
||||
{
|
||||
if (Directory.Exists(textBox4.Text))
|
||||
{
|
||||
folderBrowserDialog1.SelectedPath = textBox4.Text;
|
||||
}
|
||||
}
|
||||
|
||||
if (folderBrowserDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
textBox4.Text = folderBrowserDialog1.SelectedPath;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -128,10 +128,40 @@
|
||||
6dGYH+UCHCTQ9SfV+7pMvJIIaLL0Oudd1x2eUQ8MyeAeq0cAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="folderBrowserDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>326, 17</value>
|
||||
</metadata>
|
||||
<data name="textBox2.HighlightImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAK9JREFUOE/t0zsKwkAURuGp1BWJK3EhIrgAV+EOLLWwtRQLwQdiIbbiIkwynj+O
|
||||
IVwnyhR2XvjyInNIkXHee8f0cEQBPbDOaKEarSvXhsAJO4wirlB4jipiA3phoIvIrLFChhnKiA3o8Ckw
|
||||
RR93LNBODVwwwRL62kNKYIxNzQ1FSsDOEHk08HrYJMw/8KtA06/cCef6KJDZgDbTFrHNZO3x9idqOyui
|
||||
m2+07bvPgHcPXOhtG3D6cUIAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="textBox2.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAMZJREFUOE/tk7sNwjAQQF3BRohJGAQhMQBTsAElFLSUiAKJTxIXhBZlCILNuyRG
|
||||
iXEQKeg46fmsO/slhU9Za5XWehiXYcD6JElygZ6qhdwTioVDGo4wDXDjsohXdYkvMDTHVa8R9Hb0tpCz
|
||||
XzqJL5Df/CRYRFE0Yn8nr9M07XcSwBXmXN6QDfncRTCjt6+Rgfla4Adfn3D+ERS4Yht/wY8FxVN2xTac
|
||||
gLP5qyYLAhmmA4SGyeeEoPkSq3EWydsoB4gRDEqBVU/p15ajstHKCgAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="textBox4.HighlightImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
xAAADsQBlSsOGwAAAJtJREFUOE/t0zEKwkAQheEpvILHSLySlTeJ6AnEzpPYi0ERPIKWKtZKNv9LNS5x
|
||||
E6xS+OCDJew8tsgYmeCECsGZo1dKXLBwtnghQ2fe0JDPGHecsW6xwgwjNM8tdIgyxQ0qij2gORV9LejK
|
||||
Bk8dfi3QjGY/C0IISS7/gkEVtP3KfbKEZm0PLZM++IVK0d0rdrAcR8TrnKK7BzPLa7Wb+WX/Nb8PAAAA
|
||||
AElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="textBox4.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
xAAADsQBlSsOGwAAALZJREFUOE/tkzEKwjAYRjt4BY9hvZKTN1HsCYqbJzGzKBGb9gY6qjgrxvdJK7ZS
|
||||
Gpwc/ODBnzTvg0AT5Xk+hB3cwVc456ZRSIqi2MAeafbGEq5Zlg3KY+1Bvkkql89Ya/vsnUCZN8FJYWyM
|
||||
6ekKnsWkdF9hb8S3I6ioyRnkpa0FXcFbwOXrAjlyawXe+06q/At+qoDh41cOCU4iV8OaQY8pUVEgOnuA
|
||||
VcSzjRm2UHvOHeisdc7FDwDnJKIbLgP9AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
@ -16,7 +16,12 @@ namespace AppLauncher.Windows.Forms
|
||||
private TButton button1;
|
||||
private RyzStudio.Windows.Forms.HorizontalSeparator horizontalSeparator2;
|
||||
private TTextBox textBox1;
|
||||
private TPickerBox pickerBox1;
|
||||
private TListBox tListBox1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private TButton tButton1;
|
||||
private TButton tButton2;
|
||||
private TButton tButton3;
|
||||
private TButton tButton4;
|
||||
protected TilePanel parentPanel = null;
|
||||
|
||||
public EditListTileForm() : base()
|
||||
@ -34,14 +39,31 @@ namespace AppLauncher.Windows.Forms
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditListTileForm));
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style1 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style2 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.Style style3 = new RyzStudio.Windows.ThemedForms.TButton.Style();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle1 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle2 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle3 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle4 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle5 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle6 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle7 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle8 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle9 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle10 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle11 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle12 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle13 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle14 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle15 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
this.textBox1 = new RyzStudio.Windows.ThemedForms.TTextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
this.horizontalSeparator2 = new RyzStudio.Windows.Forms.HorizontalSeparator();
|
||||
this.pickerBox1 = new RyzStudio.Windows.ThemedForms.TPickerBox();
|
||||
this.tListBox1 = new RyzStudio.Windows.ThemedForms.TListBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.tButton1 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
this.tButton2 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
this.tButton3 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
this.tButton4 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@ -103,18 +125,18 @@ namespace AppLauncher.Windows.Forms
|
||||
this.button1.OverImage = null;
|
||||
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.button1.Size = new System.Drawing.Size(128, 32);
|
||||
style1.BackColour = System.Drawing.Color.White;
|
||||
style1.ForeImage = null;
|
||||
style1.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDefault = style1;
|
||||
style2.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
style2.ForeImage = null;
|
||||
style2.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDown = style2;
|
||||
style3.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
style3.ForeImage = null;
|
||||
style3.PenColour = System.Drawing.Color.White;
|
||||
this.button1.StyleOver = style3;
|
||||
buttonStyle1.BackColour = System.Drawing.Color.White;
|
||||
buttonStyle1.ForeImage = null;
|
||||
buttonStyle1.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDefault = buttonStyle1;
|
||||
buttonStyle2.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
buttonStyle2.ForeImage = null;
|
||||
buttonStyle2.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDown = buttonStyle2;
|
||||
buttonStyle3.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
buttonStyle3.ForeImage = null;
|
||||
buttonStyle3.PenColour = System.Drawing.Color.White;
|
||||
this.button1.StyleOver = buttonStyle3;
|
||||
this.button1.TabIndex = 173;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
@ -128,24 +150,140 @@ namespace AppLauncher.Windows.Forms
|
||||
this.horizontalSeparator2.Size = new System.Drawing.Size(380, 2);
|
||||
this.horizontalSeparator2.TabIndex = 177;
|
||||
//
|
||||
// pickerBox1
|
||||
// tListBox1
|
||||
//
|
||||
this.pickerBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
this.tListBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.pickerBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pickerBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.pickerBox1.Location = new System.Drawing.Point(159, 173);
|
||||
this.pickerBox1.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
||||
this.pickerBox1.Name = "pickerBox1";
|
||||
this.pickerBox1.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
||||
this.pickerBox1.Size = new System.Drawing.Size(220, 32);
|
||||
this.pickerBox1.SubmitButton = null;
|
||||
this.pickerBox1.TabIndex = 178;
|
||||
this.tListBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tListBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.tListBox1.Location = new System.Drawing.Point(159, 101);
|
||||
this.tListBox1.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4);
|
||||
this.tListBox1.Name = "tListBox1";
|
||||
this.tListBox1.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5);
|
||||
this.tListBox1.Size = new System.Drawing.Size(220, 180);
|
||||
this.tListBox1.SubmitButton = null;
|
||||
this.tListBox1.TabIndex = 180;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(99)))), ((int)(((byte)(104)))));
|
||||
this.label2.Location = new System.Drawing.Point(18, 104);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(131, 32);
|
||||
this.label2.TabIndex = 181;
|
||||
this.label2.Text = "List";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// tButton1
|
||||
//
|
||||
this.tButton1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tButton1.DefaultImage = global::AppLauncher.Resource1.plus;
|
||||
this.tButton1.DownImage = global::AppLauncher.Resource1.plus2;
|
||||
this.tButton1.LabelText = "";
|
||||
this.tButton1.Location = new System.Drawing.Point(159, 288);
|
||||
this.tButton1.Name = "tButton1";
|
||||
this.tButton1.OverImage = global::AppLauncher.Resource1.plus2;
|
||||
this.tButton1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.tButton1.Size = new System.Drawing.Size(32, 32);
|
||||
buttonStyle4.BackColour = System.Drawing.Color.White;
|
||||
buttonStyle4.ForeImage = null;
|
||||
buttonStyle4.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton1.StyleDefault = buttonStyle4;
|
||||
buttonStyle5.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
buttonStyle5.ForeImage = null;
|
||||
buttonStyle5.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton1.StyleDown = buttonStyle5;
|
||||
buttonStyle6.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
buttonStyle6.ForeImage = null;
|
||||
buttonStyle6.PenColour = System.Drawing.Color.White;
|
||||
this.tButton1.StyleOver = buttonStyle6;
|
||||
this.tButton1.TabIndex = 182;
|
||||
//
|
||||
// tButton2
|
||||
//
|
||||
this.tButton2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tButton2.DefaultImage = null;
|
||||
this.tButton2.DownImage = null;
|
||||
this.tButton2.LabelText = "";
|
||||
this.tButton2.Location = new System.Drawing.Point(197, 288);
|
||||
this.tButton2.Name = "tButton2";
|
||||
this.tButton2.OverImage = null;
|
||||
this.tButton2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.tButton2.Size = new System.Drawing.Size(32, 32);
|
||||
buttonStyle7.BackColour = System.Drawing.Color.White;
|
||||
buttonStyle7.ForeImage = null;
|
||||
buttonStyle7.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton2.StyleDefault = buttonStyle7;
|
||||
buttonStyle8.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
buttonStyle8.ForeImage = null;
|
||||
buttonStyle8.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton2.StyleDown = buttonStyle8;
|
||||
buttonStyle9.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
buttonStyle9.ForeImage = null;
|
||||
buttonStyle9.PenColour = System.Drawing.Color.White;
|
||||
this.tButton2.StyleOver = buttonStyle9;
|
||||
this.tButton2.TabIndex = 183;
|
||||
//
|
||||
// tButton3
|
||||
//
|
||||
this.tButton3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tButton3.DefaultImage = null;
|
||||
this.tButton3.DownImage = null;
|
||||
this.tButton3.LabelText = "";
|
||||
this.tButton3.Location = new System.Drawing.Point(235, 288);
|
||||
this.tButton3.Name = "tButton3";
|
||||
this.tButton3.OverImage = null;
|
||||
this.tButton3.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.tButton3.Size = new System.Drawing.Size(32, 32);
|
||||
buttonStyle10.BackColour = System.Drawing.Color.White;
|
||||
buttonStyle10.ForeImage = null;
|
||||
buttonStyle10.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton3.StyleDefault = buttonStyle10;
|
||||
buttonStyle11.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
buttonStyle11.ForeImage = null;
|
||||
buttonStyle11.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton3.StyleDown = buttonStyle11;
|
||||
buttonStyle12.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
buttonStyle12.ForeImage = null;
|
||||
buttonStyle12.PenColour = System.Drawing.Color.White;
|
||||
this.tButton3.StyleOver = buttonStyle12;
|
||||
this.tButton3.TabIndex = 184;
|
||||
//
|
||||
// tButton4
|
||||
//
|
||||
this.tButton4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tButton4.DefaultImage = null;
|
||||
this.tButton4.DownImage = null;
|
||||
this.tButton4.LabelText = "";
|
||||
this.tButton4.Location = new System.Drawing.Point(273, 288);
|
||||
this.tButton4.Name = "tButton4";
|
||||
this.tButton4.OverImage = null;
|
||||
this.tButton4.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.tButton4.Size = new System.Drawing.Size(32, 32);
|
||||
buttonStyle13.BackColour = System.Drawing.Color.White;
|
||||
buttonStyle13.ForeImage = null;
|
||||
buttonStyle13.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton4.StyleDefault = buttonStyle13;
|
||||
buttonStyle14.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
buttonStyle14.ForeImage = null;
|
||||
buttonStyle14.PenColour = System.Drawing.Color.Black;
|
||||
this.tButton4.StyleDown = buttonStyle14;
|
||||
buttonStyle15.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
buttonStyle15.ForeImage = null;
|
||||
buttonStyle15.PenColour = System.Drawing.Color.White;
|
||||
this.tButton4.StyleOver = buttonStyle15;
|
||||
this.tButton4.TabIndex = 185;
|
||||
//
|
||||
// EditListTileForm
|
||||
//
|
||||
this.ClientSize = new System.Drawing.Size(400, 480);
|
||||
this.Controls.Add(this.pickerBox1);
|
||||
this.Controls.Add(this.tButton4);
|
||||
this.Controls.Add(this.tButton3);
|
||||
this.Controls.Add(this.tButton2);
|
||||
this.Controls.Add(this.tButton1);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.tListBox1);
|
||||
this.Controls.Add(this.horizontalSeparator2);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.label1);
|
||||
@ -160,7 +298,12 @@ namespace AppLauncher.Windows.Forms
|
||||
this.Controls.SetChildIndex(this.label1, 0);
|
||||
this.Controls.SetChildIndex(this.button1, 0);
|
||||
this.Controls.SetChildIndex(this.horizontalSeparator2, 0);
|
||||
this.Controls.SetChildIndex(this.pickerBox1, 0);
|
||||
this.Controls.SetChildIndex(this.tListBox1, 0);
|
||||
this.Controls.SetChildIndex(this.label2, 0);
|
||||
this.Controls.SetChildIndex(this.tButton1, 0);
|
||||
this.Controls.SetChildIndex(this.tButton2, 0);
|
||||
this.Controls.SetChildIndex(this.tButton3, 0);
|
||||
this.Controls.SetChildIndex(this.tButton4, 0);
|
||||
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
@ -19,17 +19,15 @@ namespace AppLauncher.Windows.Forms
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private TButtonTextBox textBox2;
|
||||
private TOpenFileTextBox textBox2;
|
||||
private TTextBox textBox3;
|
||||
private TButtonTextBox textBox4;
|
||||
private TFolderTextBox textBox4;
|
||||
private TButton button1;
|
||||
private TPickerBox pickerBox1;
|
||||
private TPickerBox pickerBox2;
|
||||
private RyzStudio.Windows.Forms.HorizontalSeparator horizontalSeparator1;
|
||||
private RyzStudio.Windows.Forms.HorizontalSeparator horizontalSeparator2;
|
||||
private TTextBox textBox1;
|
||||
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
||||
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
||||
protected TilePanel parentPanel = null;
|
||||
|
||||
public EditTileForm() : base()
|
||||
@ -49,6 +47,9 @@ namespace AppLauncher.Windows.Forms
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditTileForm));
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle1 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle2 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
RyzStudio.Windows.ThemedForms.TButton.ButtonStyle buttonStyle3 = new RyzStudio.Windows.ThemedForms.TButton.ButtonStyle();
|
||||
this.textBox1 = new RyzStudio.Windows.ThemedForms.TTextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
@ -56,16 +57,14 @@ namespace AppLauncher.Windows.Forms
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.textBox2 = new RyzStudio.Windows.ThemedForms.TButtonTextBox();
|
||||
this.textBox2 = new RyzStudio.Windows.ThemedForms.TOpenFileTextBox();
|
||||
this.textBox3 = new RyzStudio.Windows.ThemedForms.TTextBox();
|
||||
this.textBox4 = new RyzStudio.Windows.ThemedForms.TButtonTextBox();
|
||||
this.textBox4 = new RyzStudio.Windows.ThemedForms.TFolderTextBox();
|
||||
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
||||
this.pickerBox1 = new RyzStudio.Windows.ThemedForms.TPickerBox();
|
||||
this.pickerBox2 = new RyzStudio.Windows.ThemedForms.TPickerBox();
|
||||
this.horizontalSeparator1 = new RyzStudio.Windows.Forms.HorizontalSeparator();
|
||||
this.horizontalSeparator2 = new RyzStudio.Windows.Forms.HorizontalSeparator();
|
||||
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@ -175,18 +174,18 @@ namespace AppLauncher.Windows.Forms
|
||||
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.textBox2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.textBox2.FileDialog = null;
|
||||
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.textBox2.HighlightImage = global::AppLauncher.Properties.Resources.button16_file_add2;
|
||||
this.textBox2.HighlightImage = ((System.Drawing.Image)(resources.GetObject("textBox2.HighlightImage")));
|
||||
this.textBox2.Location = new System.Drawing.Point(159, 91);
|
||||
this.textBox2.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3);
|
||||
this.textBox2.Name = "textBox2";
|
||||
this.textBox2.NormalImage = global::AppLauncher.Properties.Resources.button16_file_add;
|
||||
this.textBox2.NormalImage = ((System.Drawing.Image)(resources.GetObject("textBox2.NormalImage")));
|
||||
this.textBox2.Padding = new System.Windows.Forms.Padding(10, 10, 9, 9);
|
||||
this.textBox2.Size = new System.Drawing.Size(220, 32);
|
||||
this.textBox2.SubmitButton = null;
|
||||
this.textBox2.TabIndex = 170;
|
||||
this.textBox2.UseSystemPasswordChar = false;
|
||||
this.textBox2.OnButtonClick += new System.EventHandler(this.textBox2_OnButtonClick);
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
@ -208,18 +207,18 @@ namespace AppLauncher.Windows.Forms
|
||||
this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.textBox4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.textBox4.FolderDialog = null;
|
||||
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.textBox4.HighlightImage = global::AppLauncher.Properties.Resources.button16_folder_add2;
|
||||
this.textBox4.HighlightImage = ((System.Drawing.Image)(resources.GetObject("textBox4.HighlightImage")));
|
||||
this.textBox4.Location = new System.Drawing.Point(159, 173);
|
||||
this.textBox4.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3);
|
||||
this.textBox4.Name = "textBox4";
|
||||
this.textBox4.NormalImage = global::AppLauncher.Properties.Resources.button16_folder_add;
|
||||
this.textBox4.NormalImage = ((System.Drawing.Image)(resources.GetObject("textBox4.NormalImage")));
|
||||
this.textBox4.Padding = new System.Windows.Forms.Padding(10, 10, 9, 9);
|
||||
this.textBox4.Size = new System.Drawing.Size(220, 32);
|
||||
this.textBox4.SubmitButton = null;
|
||||
this.textBox4.TabIndex = 172;
|
||||
this.textBox4.UseSystemPasswordChar = false;
|
||||
this.textBox4.OnButtonClick += new System.EventHandler(this.textBox4_OnButtonClick);
|
||||
//
|
||||
// button1
|
||||
//
|
||||
@ -233,6 +232,18 @@ namespace AppLauncher.Windows.Forms
|
||||
this.button1.OverImage = null;
|
||||
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
||||
this.button1.Size = new System.Drawing.Size(128, 32);
|
||||
buttonStyle1.BackColour = System.Drawing.Color.White;
|
||||
buttonStyle1.ForeImage = null;
|
||||
buttonStyle1.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDefault = buttonStyle1;
|
||||
buttonStyle2.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
buttonStyle2.ForeImage = null;
|
||||
buttonStyle2.PenColour = System.Drawing.Color.Black;
|
||||
this.button1.StyleDown = buttonStyle2;
|
||||
buttonStyle3.BackColour = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||||
buttonStyle3.ForeImage = null;
|
||||
buttonStyle3.PenColour = System.Drawing.Color.White;
|
||||
this.button1.StyleOver = buttonStyle3;
|
||||
this.button1.TabIndex = 173;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
@ -284,15 +295,6 @@ namespace AppLauncher.Windows.Forms
|
||||
this.horizontalSeparator2.Size = new System.Drawing.Size(380, 2);
|
||||
this.horizontalSeparator2.TabIndex = 177;
|
||||
//
|
||||
// folderBrowserDialog1
|
||||
//
|
||||
this.folderBrowserDialog1.Description = "Choose a directory";
|
||||
//
|
||||
// openFileDialog1
|
||||
//
|
||||
this.openFileDialog1.Filter = "All files|*";
|
||||
this.openFileDialog1.Title = "Choose a file";
|
||||
//
|
||||
// EditTileForm
|
||||
//
|
||||
this.ClientSize = new System.Drawing.Size(400, 480);
|
||||
@ -388,37 +390,5 @@ namespace AppLauncher.Windows.Forms
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void textBox2_OnButtonClick(object sender, EventArgs e)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(textBox2.Text))
|
||||
{
|
||||
if (File.Exists(textBox2.Text))
|
||||
{
|
||||
openFileDialog1.InitialDirectory = Path.GetDirectoryName(textBox2.Text);
|
||||
}
|
||||
}
|
||||
|
||||
if (openFileDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
textBox2.Text = openFileDialog1.FileName;
|
||||
}
|
||||
}
|
||||
|
||||
private void textBox4_OnButtonClick(object sender, EventArgs e)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(textBox4.Text))
|
||||
{
|
||||
if (Directory.Exists(textBox4.Text))
|
||||
{
|
||||
folderBrowserDialog1.SelectedPath = textBox4.Text;
|
||||
}
|
||||
}
|
||||
|
||||
if (folderBrowserDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
textBox4.Text = folderBrowserDialog1.SelectedPath;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -128,10 +128,40 @@
|
||||
6dGYH+UCHCTQ9SfV+7pMvJIIaLL0Oudd1x2eUQ8MyeAeq0cAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="folderBrowserDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>186, 17</value>
|
||||
</metadata>
|
||||
<data name="textBox2.HighlightImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAK9JREFUOE/t0zsKwkAURuGp1BWJK3EhIrgAV+EOLLWwtRQLwQdiIbbiIkwynj+O
|
||||
IVwnyhR2XvjyInNIkXHee8f0cEQBPbDOaKEarSvXhsAJO4wirlB4jipiA3phoIvIrLFChhnKiA3o8Ckw
|
||||
RR93LNBODVwwwRL62kNKYIxNzQ1FSsDOEHk08HrYJMw/8KtA06/cCef6KJDZgDbTFrHNZO3x9idqOyui
|
||||
m2+07bvPgHcPXOhtG3D6cUIAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="textBox2.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAMZJREFUOE/tk7sNwjAQQF3BRohJGAQhMQBTsAElFLSUiAKJTxIXhBZlCILNuyRG
|
||||
iXEQKeg46fmsO/slhU9Za5XWehiXYcD6JElygZ6qhdwTioVDGo4wDXDjsohXdYkvMDTHVa8R9Hb0tpCz
|
||||
XzqJL5Df/CRYRFE0Yn8nr9M07XcSwBXmXN6QDfncRTCjt6+Rgfla4Adfn3D+ERS4Yht/wY8FxVN2xTac
|
||||
gLP5qyYLAhmmA4SGyeeEoPkSq3EWydsoB4gRDEqBVU/p15ajstHKCgAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="textBox4.HighlightImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
xAAADsQBlSsOGwAAAJtJREFUOE/t0zEKwkAQheEpvILHSLySlTeJ6AnEzpPYi0ERPIKWKtZKNv9LNS5x
|
||||
E6xS+OCDJew8tsgYmeCECsGZo1dKXLBwtnghQ2fe0JDPGHecsW6xwgwjNM8tdIgyxQ0qij2gORV9LejK
|
||||
Bk8dfi3QjGY/C0IISS7/gkEVtP3KfbKEZm0PLZM++IVK0d0rdrAcR8TrnKK7BzPLa7Wb+WX/Nb8PAAAA
|
||||
AElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="textBox4.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
xAAADsQBlSsOGwAAALZJREFUOE/tkzEKwjAYRjt4BY9hvZKTN1HsCYqbJzGzKBGb9gY6qjgrxvdJK7ZS
|
||||
Gpwc/ODBnzTvg0AT5Xk+hB3cwVc456ZRSIqi2MAeafbGEq5Zlg3KY+1Bvkkql89Ya/vsnUCZN8FJYWyM
|
||||
6ekKnsWkdF9hb8S3I6ioyRnkpa0FXcFbwOXrAjlyawXe+06q/At+qoDh41cOCU4iV8OaQY8pUVEgOnuA
|
||||
VcSzjRm2UHvOHeisdc7FDwDnJKIbLgP9AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
</root>
|