mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-06-21 00:51:51 +02:00
- switched to standard .NET 3.5 framework (from client profile)
- use GlobalImageCollection to prevent image list corruption when switching languages for main form in Forms Designer - right-align donate button (smaller in German version)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Drawing.Imaging;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
@@ -22,7 +23,7 @@ namespace ChanSort.Ui
|
||||
{
|
||||
public partial class MainForm : XtraForm
|
||||
{
|
||||
public const string AppVersion = "v2013-04-06";
|
||||
public const string AppVersion = "v2013-04-07";
|
||||
|
||||
#region enum EditMode
|
||||
private enum EditMode
|
||||
@@ -73,6 +74,9 @@ namespace ChanSort.Ui
|
||||
else this.rbInsertSwap.Checked = true;
|
||||
this.cbAppendUnsortedChannels.Checked = true;
|
||||
this.ActiveControl = this.gridRight;
|
||||
|
||||
Xaron.UIHelpers.ImageListDumper.WriteToDirectory(this.globalImageCollection1.ImageSource, @"c:\temp\chansort", "",
|
||||
ImageFormat.Png);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user