diff --git a/McBitFont/Form1.Designer.cs b/McBitFont/Form1.Designer.cs
index 5ed27e2..7eacd0c 100644
--- a/McBitFont/Form1.Designer.cs
+++ b/McBitFont/Form1.Designer.cs
@@ -50,14 +50,22 @@
this.label5 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.dlgSave = new System.Windows.Forms.SaveFileDialog();
+ this.dlgOpen = new System.Windows.Forms.OpenFileDialog();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.prependSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.appendSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.shiftUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.shiftDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.shiftLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -65,12 +73,6 @@
this.invertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mirrorXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mirrorYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.dlgSave = new System.Windows.Forms.SaveFileDialog();
- this.dlgOpen = new System.Windows.Forms.OpenFileDialog();
- this.prependSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.appendSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.nudX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudY)).BeginInit();
this.panel1.SuspendLayout();
@@ -405,6 +407,60 @@
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
//
+ // editToolStripMenuItem
+ //
+ this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.copyToolStripMenuItem,
+ this.pasteToolStripMenuItem,
+ this.prependSymbolToolStripMenuItem,
+ this.appendSymbolToolStripMenuItem,
+ this.removeSymbolToolStripMenuItem,
+ this.applyToolStripMenuItem});
+ this.editToolStripMenuItem.Name = "editToolStripMenuItem";
+ this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
+ this.editToolStripMenuItem.Text = "Edit";
+ //
+ // toolsToolStripMenuItem
+ //
+ this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.shiftUpToolStripMenuItem,
+ this.shiftDownToolStripMenuItem,
+ this.shiftLeftToolStripMenuItem,
+ this.shiftRightToolStripMenuItem,
+ this.invertToolStripMenuItem,
+ this.mirrorXToolStripMenuItem,
+ this.mirrorYToolStripMenuItem,
+ this.exportToolStripMenuItem});
+ this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
+ this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
+ this.toolsToolStripMenuItem.Text = "Tools";
+ //
+ // exportToolStripMenuItem
+ //
+ this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
+ this.exportToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+E";
+ this.exportToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
+ this.exportToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
+ this.exportToolStripMenuItem.Text = "Export";
+ this.exportToolStripMenuItem.Click += new System.EventHandler(this.button1_Click);
+ //
+ // aboutToolStripMenuItem
+ //
+ this.aboutToolStripMenuItem.Enabled = false;
+ this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
+ this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
+ this.aboutToolStripMenuItem.Text = "About";
+ //
+ // dlgSave
+ //
+ this.dlgSave.DefaultExt = "mbf";
+ this.dlgSave.Filter = "McBitFont files|*.mbf|All files|*.*";
+ //
+ // dlgOpen
+ //
+ this.dlgOpen.DefaultExt = "mbf";
+ this.dlgOpen.Filter = "McBitFont files|*.mbf|All files|*.*";
+ //
// newToolStripMenuItem
//
this.newToolStripMenuItem.Image = global::McBitFont.Properties.Resources.file;
@@ -427,7 +483,7 @@
//
// saveToolStripMenuItem
//
- this.saveToolStripMenuItem.Image = global::McBitFont.Properties.Resources.save;
+ this.saveToolStripMenuItem.Image = global::McBitFont.Properties.Resources.Famfamfam_Silk_Disk_16;
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+S";
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
@@ -437,21 +493,47 @@
//
// exitToolStripMenuItem
//
+ this.exitToolStripMenuItem.Image = global::McBitFont.Properties.Resources.Famfamfam_Silk_Door_out_16;
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
- // editToolStripMenuItem
+ // copyToolStripMenuItem
//
- this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.prependSymbolToolStripMenuItem,
- this.appendSymbolToolStripMenuItem,
- this.removeSymbolToolStripMenuItem,
- this.applyToolStripMenuItem});
- this.editToolStripMenuItem.Name = "editToolStripMenuItem";
- this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
- this.editToolStripMenuItem.Text = "Edit";
+ this.copyToolStripMenuItem.Enabled = false;
+ this.copyToolStripMenuItem.Image = global::McBitFont.Properties.Resources.Famfamfam_Silk_Page_copy_16;
+ this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
+ this.copyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
+ this.copyToolStripMenuItem.Text = "Copy";
+ this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
+ //
+ // pasteToolStripMenuItem
+ //
+ this.pasteToolStripMenuItem.Enabled = false;
+ this.pasteToolStripMenuItem.Image = global::McBitFont.Properties.Resources.Famfamfam_Silk_Page_paste_16;
+ this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
+ this.pasteToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
+ this.pasteToolStripMenuItem.Text = "Paste";
+ this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
+ //
+ // prependSymbolToolStripMenuItem
+ //
+ this.prependSymbolToolStripMenuItem.Enabled = false;
+ this.prependSymbolToolStripMenuItem.Image = global::McBitFont.Properties.Resources.action_add;
+ this.prependSymbolToolStripMenuItem.Name = "prependSymbolToolStripMenuItem";
+ this.prependSymbolToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
+ this.prependSymbolToolStripMenuItem.Text = "Prepend symbol";
+ this.prependSymbolToolStripMenuItem.Click += new System.EventHandler(this.prependSymbolToolStripMenuItem_Click);
+ //
+ // appendSymbolToolStripMenuItem
+ //
+ this.appendSymbolToolStripMenuItem.Enabled = false;
+ this.appendSymbolToolStripMenuItem.Image = global::McBitFont.Properties.Resources.action_add;
+ this.appendSymbolToolStripMenuItem.Name = "appendSymbolToolStripMenuItem";
+ this.appendSymbolToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
+ this.appendSymbolToolStripMenuItem.Text = "Append symbol";
+ this.appendSymbolToolStripMenuItem.Click += new System.EventHandler(this.prependSymbolToolStripMenuItem_Click);
//
// removeSymbolToolStripMenuItem
//
@@ -464,26 +546,12 @@
//
// applyToolStripMenuItem
//
+ this.applyToolStripMenuItem.Image = global::McBitFont.Properties.Resources.action_check;
this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
this.applyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.applyToolStripMenuItem.Text = "Apply";
this.applyToolStripMenuItem.Click += new System.EventHandler(this.button2_Click);
//
- // toolsToolStripMenuItem
- //
- this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.shiftUpToolStripMenuItem,
- this.shiftDownToolStripMenuItem,
- this.shiftLeftToolStripMenuItem,
- this.shiftRightToolStripMenuItem,
- this.invertToolStripMenuItem,
- this.mirrorXToolStripMenuItem,
- this.mirrorYToolStripMenuItem,
- this.exportToolStripMenuItem});
- this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
- this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
- this.toolsToolStripMenuItem.Text = "Tools";
- //
// shiftUpToolStripMenuItem
//
this.shiftUpToolStripMenuItem.Image = global::McBitFont.Properties.Resources.arrow_top;
@@ -526,6 +594,7 @@
//
// invertToolStripMenuItem
//
+ this.invertToolStripMenuItem.Image = global::McBitFont.Properties.Resources.Ionic_Ionicons_Invert_mode_outline_16;
this.invertToolStripMenuItem.Name = "invertToolStripMenuItem";
this.invertToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+I";
this.invertToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
@@ -535,6 +604,7 @@
//
// mirrorXToolStripMenuItem
//
+ this.mirrorXToolStripMenuItem.Image = global::McBitFont.Properties.Resources.Famfamfam_Silk_Shape_flip_horizontal_16;
this.mirrorXToolStripMenuItem.Name = "mirrorXToolStripMenuItem";
this.mirrorXToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+X";
this.mirrorXToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
@@ -544,6 +614,7 @@
//
// mirrorYToolStripMenuItem
//
+ this.mirrorYToolStripMenuItem.Image = global::McBitFont.Properties.Resources.Famfamfam_Silk_Shape_flip_vertical_16;
this.mirrorYToolStripMenuItem.Name = "mirrorYToolStripMenuItem";
this.mirrorYToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+Y";
this.mirrorYToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
@@ -551,50 +622,6 @@
this.mirrorYToolStripMenuItem.Text = "Mirror Y";
this.mirrorYToolStripMenuItem.Click += new System.EventHandler(this.btnMirrorY_Click);
//
- // exportToolStripMenuItem
- //
- this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
- this.exportToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+E";
- this.exportToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
- this.exportToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
- this.exportToolStripMenuItem.Text = "Export";
- this.exportToolStripMenuItem.Click += new System.EventHandler(this.button1_Click);
- //
- // aboutToolStripMenuItem
- //
- this.aboutToolStripMenuItem.Enabled = false;
- this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
- this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
- this.aboutToolStripMenuItem.Text = "About";
- //
- // dlgSave
- //
- this.dlgSave.DefaultExt = "mbf";
- this.dlgSave.Filter = "McBitFont files|*.mbf|All files|*.*";
- //
- // dlgOpen
- //
- this.dlgOpen.DefaultExt = "mbf";
- this.dlgOpen.Filter = "McBitFont files|*.mbf|All files|*.*";
- //
- // prependSymbolToolStripMenuItem
- //
- this.prependSymbolToolStripMenuItem.Enabled = false;
- this.prependSymbolToolStripMenuItem.Image = global::McBitFont.Properties.Resources.action_add;
- this.prependSymbolToolStripMenuItem.Name = "prependSymbolToolStripMenuItem";
- this.prependSymbolToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.prependSymbolToolStripMenuItem.Text = "Prepend symbol";
- this.prependSymbolToolStripMenuItem.Click += new System.EventHandler(this.prependSymbolToolStripMenuItem_Click);
- //
- // appendSymbolToolStripMenuItem
- //
- this.appendSymbolToolStripMenuItem.Enabled = false;
- this.appendSymbolToolStripMenuItem.Image = global::McBitFont.Properties.Resources.action_add;
- this.appendSymbolToolStripMenuItem.Name = "appendSymbolToolStripMenuItem";
- this.appendSymbolToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.appendSymbolToolStripMenuItem.Text = "Append symbol";
- this.appendSymbolToolStripMenuItem.Click += new System.EventHandler(this.prependSymbolToolStripMenuItem_Click);
- //
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -682,6 +709,8 @@
private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem prependSymbolToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem appendSymbolToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
}
}
diff --git a/McBitFont/Form1.cs b/McBitFont/Form1.cs
index 182c3b9..88f005b 100644
--- a/McBitFont/Form1.cs
+++ b/McBitFont/Form1.cs
@@ -50,9 +50,11 @@ namespace McBitFont {
public bool monospaced = false;
bool modified = false;
bool prjModified = false;
- public const string version = "1.0";
+ public const string version = "1.1";
public string prjName = "Untitled";
public int codepage = 1251;
+ private FrameMiniature fbuf;
+ private bool fbuffer = false;
public MainForm() {
InitializeComponent();
@@ -73,7 +75,7 @@ namespace McBitFont {
cbZoom.SelectedIndexChanged += cbZoom_SelectedIndexChanged;
frames.Add(new FrameMiniature(0, dotWidth, dotHeight));
- miniList.Items.Add("0", "0 Single", "0");
+ miniList.Items.Add("000", "000 Single", "000");
miniList.Refresh();
miniList.Items[0].Selected = true;
miniList.Select();
@@ -82,6 +84,8 @@ namespace McBitFont {
ListViewItem_SetSpacing(miniList, 50 + 2, 50 + 22);
this.Text = "McBitFont " + version + " - " + prjName;
+
+ fbuf = new FrameMiniature(0, dotWidth, dotHeight);
}
[DllImport("user32.dll")]
@@ -207,6 +211,8 @@ namespace McBitFont {
w = pixelOffset + dotWidth * (cellSize + gap);
h = pixelOffset + dotHeight * (cellSize + gap);
cbZoom_SelectedIndexChanged(cbZoom, null);
+
+ fbuffer = false;
}
private void cbZoom_SelectedIndexChanged(object sender, EventArgs e) {
@@ -548,6 +554,7 @@ namespace McBitFont {
this.Text = "McBitFont " + version + " - " + prjName;
modified = false;
checkForAdd();
+ fbuffer = false;
}
}
@@ -561,6 +568,8 @@ namespace McBitFont {
}
if (miniList.SelectedItems.Count == 0) {
removeSymbolToolStripMenuItem.Enabled = false;
+ copyToolStripMenuItem.Enabled = false;
+ pasteToolStripMenuItem.Enabled = false;
return;
//miniList.Items[0].Selected = true;
}
@@ -577,6 +586,9 @@ namespace McBitFont {
} else {
removeSymbolToolStripMenuItem.Enabled = false;
}
+ copyToolStripMenuItem.Enabled = true;
+ if (fbuffer) pasteToolStripMenuItem.Enabled = true;
+ else pasteToolStripMenuItem.Enabled = false;
}
private void saveToolStripMenuItem_Click(object sender, EventArgs e) {
@@ -638,6 +650,7 @@ namespace McBitFont {
prjName = Path.GetFileNameWithoutExtension(dlgOpen.FileName);
this.Text = "McBitFont " + version + " - " + prjName;
checkForAdd();
+ fbuffer = false;
}
}
@@ -683,6 +696,18 @@ namespace McBitFont {
}
}
+ private void copyToolStripMenuItem_Click(object sender, EventArgs e) {
+ fbuffer = true;
+ fbuf = copyFrame(f);
+ pasteToolStripMenuItem.Enabled = true;
+ }
+
+ private void pasteToolStripMenuItem_Click(object sender, EventArgs e) {
+ Array.Copy(fbuf.data, f.data, fbuf.data.Length);
+ dotPanel.Refresh();
+ modified = true;
+ }
+
private void MainForm_FormClosing(object sender, FormClosingEventArgs e) {
if (prjModified) {
if (MessageBox.Show("The project is modified.\nAre you sure you want to quit?", "Are you sure?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No) {
diff --git a/McBitFont/McBitFont.csproj b/McBitFont/McBitFont.csproj
index b8b4ffb..3f1cc61 100644
--- a/McBitFont/McBitFont.csproj
+++ b/McBitFont/McBitFont.csproj
@@ -125,5 +125,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/McBitFont/Properties/Resources.Designer.cs b/McBitFont/Properties/Resources.Designer.cs
index e1c0540..dc052f5 100644
--- a/McBitFont/Properties/Resources.Designer.cs
+++ b/McBitFont/Properties/Resources.Designer.cs
@@ -70,6 +70,16 @@ namespace McBitFont.Properties {
}
}
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap action_check {
+ get {
+ object obj = ResourceManager.GetObject("action_check", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
///
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
///
@@ -120,6 +130,96 @@ namespace McBitFont.Properties {
}
}
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Disk_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Disk.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Door_out_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Door-out.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Folder_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Folder.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Folder_page_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Folder-page.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Page_copy_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Page-copy.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Page_paste_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Page-paste.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Page_white_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Page-white.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Shape_flip_horizontal_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Shape-flip-horizontal.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Famfamfam_Silk_Shape_flip_vertical_16 {
+ get {
+ object obj = ResourceManager.GetObject("Famfamfam-Silk-Shape-flip-vertical.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
///
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
///
@@ -140,6 +240,16 @@ namespace McBitFont.Properties {
}
}
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Ionic_Ionicons_Invert_mode_outline_16 {
+ get {
+ object obj = ResourceManager.GetObject("Ionic-Ionicons-Invert-mode-outline.16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
///
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
///
diff --git a/McBitFont/Properties/Resources.resx b/McBitFont/Properties/Resources.resx
index 73dfd4b..5f104de 100644
--- a/McBitFont/Properties/Resources.resx
+++ b/McBitFont/Properties/Resources.resx
@@ -118,31 +118,64 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ..\Resources\action_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\arrow_next.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\action_remove.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\Famfamfam-Silk-Page-copy.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Famfamfam-Silk-Disk.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Famfamfam-Silk-Folder.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\arrow_back.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\arrow_down.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\action_check.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\arrow_next.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\arrow_top.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\file.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\folder_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\Famfamfam-Silk-Page-white.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\Famfamfam-Silk-Door-out.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Famfamfam-Silk-Folder-page.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\arrow_down.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\action_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Famfamfam-Silk-Page-paste.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\action_remove.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Famfamfam-Silk-Shape-flip-vertical.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\file.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\arrow_top.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Famfamfam-Silk-Shape-flip-horizontal.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\folder_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Ionic-Ionicons-Invert-mode-outline.16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
diff --git a/McBitFont/Resources/Famfamfam-Silk-Disk.16.png b/McBitFont/Resources/Famfamfam-Silk-Disk.16.png
new file mode 100644
index 0000000..95383d3
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Disk.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Door-out.16.png b/McBitFont/Resources/Famfamfam-Silk-Door-out.16.png
new file mode 100644
index 0000000..466ea2c
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Door-out.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Folder-page.16.png b/McBitFont/Resources/Famfamfam-Silk-Folder-page.16.png
new file mode 100644
index 0000000..68b73d3
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Folder-page.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Folder.16.png b/McBitFont/Resources/Famfamfam-Silk-Folder.16.png
new file mode 100644
index 0000000..aee3323
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Folder.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Page-copy.16.png b/McBitFont/Resources/Famfamfam-Silk-Page-copy.16.png
new file mode 100644
index 0000000..6f3eba1
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Page-copy.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Page-paste.16.png b/McBitFont/Resources/Famfamfam-Silk-Page-paste.16.png
new file mode 100644
index 0000000..6948ace
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Page-paste.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Page-white.16.png b/McBitFont/Resources/Famfamfam-Silk-Page-white.16.png
new file mode 100644
index 0000000..6e013b6
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Page-white.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Shape-flip-horizontal.16.png b/McBitFont/Resources/Famfamfam-Silk-Shape-flip-horizontal.16.png
new file mode 100644
index 0000000..d54e45f
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Shape-flip-horizontal.16.png differ
diff --git a/McBitFont/Resources/Famfamfam-Silk-Shape-flip-vertical.16.png b/McBitFont/Resources/Famfamfam-Silk-Shape-flip-vertical.16.png
new file mode 100644
index 0000000..e3a7a83
Binary files /dev/null and b/McBitFont/Resources/Famfamfam-Silk-Shape-flip-vertical.16.png differ
diff --git a/McBitFont/Resources/Ionic-Ionicons-Invert-mode-outline.16.png b/McBitFont/Resources/Ionic-Ionicons-Invert-mode-outline.16.png
new file mode 100644
index 0000000..2a17107
Binary files /dev/null and b/McBitFont/Resources/Ionic-Ionicons-Invert-mode-outline.16.png differ
diff --git a/McBitFont/Resources/action_check.png b/McBitFont/Resources/action_check.png
new file mode 100644
index 0000000..42aea42
Binary files /dev/null and b/McBitFont/Resources/action_check.png differ
diff --git a/icons/Avosoft-Warm-Toolbar-Paste.16.png b/icons/Avosoft-Warm-Toolbar-Paste.16.png
new file mode 100644
index 0000000..c05dfe2
Binary files /dev/null and b/icons/Avosoft-Warm-Toolbar-Paste.16.png differ
diff --git a/icons/Custom-Icon-Design-Flatastic-1-Copy.16.png b/icons/Custom-Icon-Design-Flatastic-1-Copy.16.png
new file mode 100644
index 0000000..72071d0
Binary files /dev/null and b/icons/Custom-Icon-Design-Flatastic-1-Copy.16.png differ
diff --git a/icons/Custom-Icon-Design-Flatastic-8-Paste.16.png b/icons/Custom-Icon-Design-Flatastic-8-Paste.16.png
new file mode 100644
index 0000000..78da6a4
Binary files /dev/null and b/icons/Custom-Icon-Design-Flatastic-8-Paste.16.png differ
diff --git a/icons/Everaldo-Crystal-Clear-Mimetype-kmultiple-copy.16.png b/icons/Everaldo-Crystal-Clear-Mimetype-kmultiple-copy.16.png
new file mode 100644
index 0000000..bda30de
Binary files /dev/null and b/icons/Everaldo-Crystal-Clear-Mimetype-kmultiple-copy.16.png differ
diff --git a/icons/Famfamfam-Silk-Disk.16.png b/icons/Famfamfam-Silk-Disk.16.png
new file mode 100644
index 0000000..95383d3
Binary files /dev/null and b/icons/Famfamfam-Silk-Disk.16.png differ
diff --git a/icons/Famfamfam-Silk-Door-out.16.png b/icons/Famfamfam-Silk-Door-out.16.png
new file mode 100644
index 0000000..466ea2c
Binary files /dev/null and b/icons/Famfamfam-Silk-Door-out.16.png differ
diff --git a/icons/Famfamfam-Silk-Folder-page.16.png b/icons/Famfamfam-Silk-Folder-page.16.png
new file mode 100644
index 0000000..68b73d3
Binary files /dev/null and b/icons/Famfamfam-Silk-Folder-page.16.png differ
diff --git a/icons/Famfamfam-Silk-Folder.16.png b/icons/Famfamfam-Silk-Folder.16.png
new file mode 100644
index 0000000..aee3323
Binary files /dev/null and b/icons/Famfamfam-Silk-Folder.16.png differ
diff --git a/icons/Famfamfam-Silk-Page-copy.16.png b/icons/Famfamfam-Silk-Page-copy.16.png
new file mode 100644
index 0000000..6f3eba1
Binary files /dev/null and b/icons/Famfamfam-Silk-Page-copy.16.png differ
diff --git a/icons/Famfamfam-Silk-Page-paste.16.png b/icons/Famfamfam-Silk-Page-paste.16.png
new file mode 100644
index 0000000..6948ace
Binary files /dev/null and b/icons/Famfamfam-Silk-Page-paste.16.png differ
diff --git a/icons/Famfamfam-Silk-Page-white-copy.16.png b/icons/Famfamfam-Silk-Page-white-copy.16.png
new file mode 100644
index 0000000..e6c3907
Binary files /dev/null and b/icons/Famfamfam-Silk-Page-white-copy.16.png differ
diff --git a/icons/Famfamfam-Silk-Page-white.16.png b/icons/Famfamfam-Silk-Page-white.16.png
new file mode 100644
index 0000000..6e013b6
Binary files /dev/null and b/icons/Famfamfam-Silk-Page-white.16.png differ
diff --git a/icons/Famfamfam-Silk-Shape-flip-horizontal.16.png b/icons/Famfamfam-Silk-Shape-flip-horizontal.16.png
new file mode 100644
index 0000000..d54e45f
Binary files /dev/null and b/icons/Famfamfam-Silk-Shape-flip-horizontal.16.png differ
diff --git a/icons/Famfamfam-Silk-Shape-flip-vertical.16.png b/icons/Famfamfam-Silk-Shape-flip-vertical.16.png
new file mode 100644
index 0000000..e3a7a83
Binary files /dev/null and b/icons/Famfamfam-Silk-Shape-flip-vertical.16.png differ
diff --git a/icons/Iconleak-Stainless-Copy.16.png b/icons/Iconleak-Stainless-Copy.16.png
new file mode 100644
index 0000000..56504e0
Binary files /dev/null and b/icons/Iconleak-Stainless-Copy.16.png differ