New Icons implemented

Shortcut R added: shows menu to manually crop borders
While the menu for manually cropping borders is shown, you can use the keyboard digits (1-0) to adjust the slider
Shortcut Ctrl+Up/Down/Left/Right added: Manually crop selected border (only works if menu for manually cropping is opened; press R before)
Shortcut D added: duplicates image
Shortcut T added: shows menu for image trasnformations
Shortcut Q added: select source path for images to sort
This commit is contained in:
Manuel Kamper 2022-08-15 10:37:49 +02:00
parent c05473e74c
commit e849d0f145
27 changed files with 695 additions and 89 deletions

View File

@ -164,12 +164,15 @@
//
// buttonSettings
//
this.buttonSettings.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.cog_icon;
this.buttonSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonSettings.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonSettings.Font = new System.Drawing.Font("Webdings", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonSettings.Location = new System.Drawing.Point(233, 16);
this.buttonSettings.Name = "buttonSettings";
this.buttonSettings.Size = new System.Drawing.Size(23, 23);
this.buttonSettings.TabIndex = 7;
this.buttonSettings.Text = "@";
this.buttonSettings.UseVisualStyleBackColor = true;
this.buttonSettings.Click += new System.EventHandler(this.ButtonSettings_Click);
//
@ -218,12 +221,15 @@
//
// buttonQuellPfad
//
this.buttonQuellPfad.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.folder_picture_icon;
this.buttonQuellPfad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonQuellPfad.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonQuellPfad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonQuellPfad.Font = new System.Drawing.Font("Wingdings", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonQuellPfad.Location = new System.Drawing.Point(204, 16);
this.buttonQuellPfad.Name = "buttonQuellPfad";
this.buttonQuellPfad.Size = new System.Drawing.Size(23, 23);
this.buttonQuellPfad.TabIndex = 6;
this.buttonQuellPfad.Text = "1";
this.buttonQuellPfad.UseVisualStyleBackColor = true;
this.buttonQuellPfad.Click += new System.EventHandler(this.ButtonQuellPfad_Click);
//
@ -248,35 +254,44 @@
//
// buttonDateirenamer
//
this.buttonDateirenamer.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.richtext_editor_icon;
this.buttonDateirenamer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonDateirenamer.Enabled = false;
this.buttonDateirenamer.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonDateirenamer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonDateirenamer.Font = new System.Drawing.Font("Wingdings", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonDateirenamer.Location = new System.Drawing.Point(105, 16);
this.buttonDateirenamer.Name = "buttonDateirenamer";
this.buttonDateirenamer.Size = new System.Drawing.Size(23, 23);
this.buttonDateirenamer.TabIndex = 4;
this.buttonDateirenamer.Text = "4";
this.buttonDateirenamer.UseVisualStyleBackColor = true;
this.buttonDateirenamer.Click += new System.EventHandler(this.ButtonDateirenamer_Click);
//
// buttonInfo
//
this.buttonInfo.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.info_rhombus_icon;
this.buttonInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonInfo.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonInfo.Location = new System.Drawing.Point(175, 16);
this.buttonInfo.Name = "buttonInfo";
this.buttonInfo.Size = new System.Drawing.Size(23, 23);
this.buttonInfo.TabIndex = 5;
this.buttonInfo.Text = "i";
this.buttonInfo.UseVisualStyleBackColor = true;
this.buttonInfo.Click += new System.EventHandler(this.ButtonInfo_Click);
//
// buttonJumpBack
//
this.buttonJumpBack.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.arrow_left_icon;
this.buttonJumpBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonJumpBack.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonJumpBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonJumpBack.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonJumpBack.Location = new System.Drawing.Point(6, 16);
this.buttonJumpBack.Name = "buttonJumpBack";
this.buttonJumpBack.Size = new System.Drawing.Size(23, 23);
this.buttonJumpBack.TabIndex = 1;
this.buttonJumpBack.Text = "ç";
this.buttonJumpBack.UseVisualStyleBackColor = true;
this.buttonJumpBack.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonJumpBack_Click);
//
@ -307,96 +322,120 @@
//
// buttonJumpForward
//
this.buttonJumpForward.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.arrow_right_icon;
this.buttonJumpForward.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonJumpForward.Enabled = false;
this.buttonJumpForward.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonJumpForward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonJumpForward.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonJumpForward.Location = new System.Drawing.Point(35, 16);
this.buttonJumpForward.Name = "buttonJumpForward";
this.buttonJumpForward.Size = new System.Drawing.Size(23, 23);
this.buttonJumpForward.TabIndex = 2;
this.buttonJumpForward.Text = "è";
this.buttonJumpForward.UseVisualStyleBackColor = true;
this.buttonJumpForward.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonJumpForward_Click);
//
// buttonUndo
//
this.buttonUndo.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.arrow_undo_icon;
this.buttonUndo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonUndo.Enabled = false;
this.buttonUndo.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonUndo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonUndo.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonUndo.Location = new System.Drawing.Point(64, 16);
this.buttonUndo.Name = "buttonUndo";
this.buttonUndo.Size = new System.Drawing.Size(23, 23);
this.buttonUndo.TabIndex = 3;
this.buttonUndo.Text = "Õ";
this.buttonUndo.UseVisualStyleBackColor = true;
this.buttonUndo.Click += new System.EventHandler(this.ButtonUndo_Click);
//
// buttonDeleteImage
//
this.buttonDeleteImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonDeleteImage.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.bin_closed_icon;
this.buttonDeleteImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonDeleteImage.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonDeleteImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonDeleteImage.Location = new System.Drawing.Point(6, 538);
this.buttonDeleteImage.Name = "buttonDeleteImage";
this.buttonDeleteImage.Size = new System.Drawing.Size(95, 23);
this.buttonDeleteImage.Size = new System.Drawing.Size(23, 23);
this.buttonDeleteImage.TabIndex = 10;
this.buttonDeleteImage.Text = "Löschen";
this.buttonDeleteImage.UseVisualStyleBackColor = true;
this.buttonDeleteImage.Click += new System.EventHandler(this.ImageDelete);
//
// buttonRotate90
//
this.buttonRotate90.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRotate90.Location = new System.Drawing.Point(6, 20);
this.buttonRotate90.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.transform_rotate_90_icon;
this.buttonRotate90.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRotate90.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRotate90.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRotate90.Location = new System.Drawing.Point(6, 19);
this.buttonRotate90.Name = "buttonRotate90";
this.buttonRotate90.Size = new System.Drawing.Size(95, 23);
this.buttonRotate90.Size = new System.Drawing.Size(23, 23);
this.buttonRotate90.TabIndex = 6;
this.buttonRotate90.Tag = "90";
this.buttonRotate90.Text = "Drehen 90°";
this.buttonRotate90.UseVisualStyleBackColor = true;
this.buttonRotate90.Click += new System.EventHandler(this.ImageRotate);
//
// buttonRotate180
//
this.buttonRotate180.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRotate180.Location = new System.Drawing.Point(6, 49);
this.buttonRotate180.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.transform_rotate_180_icon;
this.buttonRotate180.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRotate180.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRotate180.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRotate180.Location = new System.Drawing.Point(35, 19);
this.buttonRotate180.Name = "buttonRotate180";
this.buttonRotate180.Size = new System.Drawing.Size(95, 23);
this.buttonRotate180.Size = new System.Drawing.Size(23, 23);
this.buttonRotate180.TabIndex = 7;
this.buttonRotate180.Tag = "180";
this.buttonRotate180.Text = "Drehen 180°";
this.buttonRotate180.UseVisualStyleBackColor = true;
this.buttonRotate180.Click += new System.EventHandler(this.ImageRotate);
//
// buttonRotate270
//
this.buttonRotate270.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRotate270.Location = new System.Drawing.Point(6, 78);
this.buttonRotate270.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.transform_rotate_270_icon;
this.buttonRotate270.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRotate270.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRotate270.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRotate270.Location = new System.Drawing.Point(64, 19);
this.buttonRotate270.Name = "buttonRotate270";
this.buttonRotate270.Size = new System.Drawing.Size(95, 23);
this.buttonRotate270.Size = new System.Drawing.Size(23, 23);
this.buttonRotate270.TabIndex = 8;
this.buttonRotate270.Tag = "270";
this.buttonRotate270.Text = "Drehen 270°";
this.buttonRotate270.UseVisualStyleBackColor = true;
this.buttonRotate270.Click += new System.EventHandler(this.ImageRotate);
//
// buttonMirrorHorizontal
//
this.buttonMirrorHorizontal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonMirrorHorizontal.Location = new System.Drawing.Point(6, 112);
this.buttonMirrorHorizontal.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.shape_flip_horizontal_icon;
this.buttonMirrorHorizontal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonMirrorHorizontal.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonMirrorHorizontal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonMirrorHorizontal.Location = new System.Drawing.Point(6, 53);
this.buttonMirrorHorizontal.Name = "buttonMirrorHorizontal";
this.buttonMirrorHorizontal.Size = new System.Drawing.Size(95, 23);
this.buttonMirrorHorizontal.Size = new System.Drawing.Size(23, 23);
this.buttonMirrorHorizontal.TabIndex = 9;
this.buttonMirrorHorizontal.Tag = "y";
this.buttonMirrorHorizontal.Text = "Spiegeln horiz.";
this.buttonMirrorHorizontal.Tag = "x";
this.buttonMirrorHorizontal.UseVisualStyleBackColor = true;
this.buttonMirrorHorizontal.Click += new System.EventHandler(this.ImageMirror);
//
// buttonMirrorVertikal
//
this.buttonMirrorVertikal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonMirrorVertikal.Location = new System.Drawing.Point(6, 141);
this.buttonMirrorVertikal.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.shape_flip_vertical_icon;
this.buttonMirrorVertikal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonMirrorVertikal.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonMirrorVertikal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonMirrorVertikal.Location = new System.Drawing.Point(35, 53);
this.buttonMirrorVertikal.Name = "buttonMirrorVertikal";
this.buttonMirrorVertikal.Size = new System.Drawing.Size(95, 23);
this.buttonMirrorVertikal.Size = new System.Drawing.Size(23, 23);
this.buttonMirrorVertikal.TabIndex = 10;
this.buttonMirrorVertikal.Tag = "x";
this.buttonMirrorVertikal.Text = "Spiegeln vertikal";
this.buttonMirrorVertikal.Tag = "y";
this.buttonMirrorVertikal.UseVisualStyleBackColor = true;
this.buttonMirrorVertikal.Click += new System.EventHandler(this.ImageMirror);
//
@ -427,7 +466,7 @@
this.labelNoImages.Size = new System.Drawing.Size(682, 526);
this.labelNoImages.TabIndex = 1;
this.labelNoImages.Text = "Keine Bilder im aktuellen Pfad vorhanden.\r\nBitte den Quellpfad ändern, um Bilder " +
"zu sortieren.\r\nErlaubte Dateiformate sind (JPG, PNG, GIF, BMP, TIF).";
"zu sortieren.\r\nErlaubte Dateiformate sind (JPG, PNG, GIF, BMP, TIF, WEBP).";
this.labelNoImages.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBoxRander
@ -439,9 +478,9 @@
this.groupBoxRander.Controls.Add(this.buttonRandRechts);
this.groupBoxRander.Controls.Add(this.buttonRandUnten);
this.groupBoxRander.Controls.Add(this.buttonRandOben);
this.groupBoxRander.Location = new System.Drawing.Point(428, 347);
this.groupBoxRander.Location = new System.Drawing.Point(161, 423);
this.groupBoxRander.Name = "groupBoxRander";
this.groupBoxRander.Size = new System.Drawing.Size(109, 186);
this.groupBoxRander.Size = new System.Drawing.Size(125, 110);
this.groupBoxRander.TabIndex = 18;
this.groupBoxRander.TabStop = false;
this.groupBoxRander.Text = "Ränder schneiden";
@ -451,7 +490,7 @@
//
this.labelRander.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelRander.AutoSize = true;
this.labelRander.Location = new System.Drawing.Point(6, 52);
this.labelRander.Location = new System.Drawing.Point(6, 54);
this.labelRander.Name = "labelRander";
this.labelRander.Size = new System.Drawing.Size(30, 13);
this.labelRander.TabIndex = 12;
@ -461,10 +500,10 @@
//
this.trackBarRander.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.trackBarRander.LargeChange = 1;
this.trackBarRander.Location = new System.Drawing.Point(6, 18);
this.trackBarRander.Location = new System.Drawing.Point(6, 21);
this.trackBarRander.Minimum = 1;
this.trackBarRander.Name = "trackBarRander";
this.trackBarRander.Size = new System.Drawing.Size(95, 45);
this.trackBarRander.Size = new System.Drawing.Size(110, 45);
this.trackBarRander.TabIndex = 13;
this.trackBarRander.Value = 1;
this.trackBarRander.Scroll += new System.EventHandler(this.TrackBarRander_Scroll);
@ -472,48 +511,60 @@
// buttonRandLinks
//
this.buttonRandLinks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRandLinks.Location = new System.Drawing.Point(6, 69);
this.buttonRandLinks.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.border_2_left_icon;
this.buttonRandLinks.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRandLinks.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandLinks.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandLinks.Location = new System.Drawing.Point(6, 75);
this.buttonRandLinks.Name = "buttonRandLinks";
this.buttonRandLinks.Size = new System.Drawing.Size(95, 23);
this.buttonRandLinks.Size = new System.Drawing.Size(23, 23);
this.buttonRandLinks.TabIndex = 7;
this.buttonRandLinks.Tag = "links";
this.buttonRandLinks.Text = "links";
this.buttonRandLinks.UseVisualStyleBackColor = true;
this.buttonRandLinks.Click += new System.EventHandler(this.RandSchneiden_Click);
//
// buttonRandRechts
//
this.buttonRandRechts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRandRechts.Location = new System.Drawing.Point(6, 98);
this.buttonRandRechts.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.border_2_right_icon;
this.buttonRandRechts.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRandRechts.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandRechts.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandRechts.Location = new System.Drawing.Point(35, 75);
this.buttonRandRechts.Name = "buttonRandRechts";
this.buttonRandRechts.Size = new System.Drawing.Size(95, 23);
this.buttonRandRechts.Size = new System.Drawing.Size(23, 23);
this.buttonRandRechts.TabIndex = 8;
this.buttonRandRechts.Tag = "rechts";
this.buttonRandRechts.Text = "rechts";
this.buttonRandRechts.UseVisualStyleBackColor = true;
this.buttonRandRechts.Click += new System.EventHandler(this.RandSchneiden_Click);
//
// buttonRandUnten
//
this.buttonRandUnten.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRandUnten.Location = new System.Drawing.Point(6, 156);
this.buttonRandUnten.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.border_2_bottom_icon;
this.buttonRandUnten.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRandUnten.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandUnten.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandUnten.Location = new System.Drawing.Point(93, 75);
this.buttonRandUnten.Name = "buttonRandUnten";
this.buttonRandUnten.Size = new System.Drawing.Size(95, 23);
this.buttonRandUnten.Size = new System.Drawing.Size(23, 23);
this.buttonRandUnten.TabIndex = 10;
this.buttonRandUnten.Tag = "unten";
this.buttonRandUnten.Text = "unten";
this.buttonRandUnten.UseVisualStyleBackColor = true;
this.buttonRandUnten.Click += new System.EventHandler(this.RandSchneiden_Click);
//
// buttonRandOben
//
this.buttonRandOben.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRandOben.Location = new System.Drawing.Point(6, 127);
this.buttonRandOben.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.border_2_top_icon;
this.buttonRandOben.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRandOben.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandOben.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandOben.Location = new System.Drawing.Point(64, 75);
this.buttonRandOben.Name = "buttonRandOben";
this.buttonRandOben.Size = new System.Drawing.Size(95, 23);
this.buttonRandOben.Size = new System.Drawing.Size(23, 23);
this.buttonRandOben.TabIndex = 9;
this.buttonRandOben.Tag = "oben";
this.buttonRandOben.Text = "oben";
this.buttonRandOben.UseVisualStyleBackColor = true;
this.buttonRandOben.Click += new System.EventHandler(this.RandSchneiden_Click);
//
@ -608,12 +659,16 @@
// buttonDuplicate
//
this.buttonDuplicate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonDuplicate.Location = new System.Drawing.Point(220, 538);
this.buttonDuplicate.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.pictures_icon;
this.buttonDuplicate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonDuplicate.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonDuplicate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonDuplicate.Font = new System.Drawing.Font("Webdings", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonDuplicate.Location = new System.Drawing.Point(83, 538);
this.buttonDuplicate.Name = "buttonDuplicate";
this.buttonDuplicate.Size = new System.Drawing.Size(95, 23);
this.buttonDuplicate.Size = new System.Drawing.Size(23, 23);
this.buttonDuplicate.TabIndex = 12;
this.buttonDuplicate.Tag = "";
this.buttonDuplicate.Text = "Duplizieren";
this.buttonDuplicate.UseVisualStyleBackColor = true;
this.buttonDuplicate.Click += new System.EventHandler(this.ButtonDuplicate_Click);
//
@ -625,9 +680,9 @@
this.groupBoxTransformation.Controls.Add(this.buttonRotate270);
this.groupBoxTransformation.Controls.Add(this.buttonMirrorVertikal);
this.groupBoxTransformation.Controls.Add(this.buttonMirrorHorizontal);
this.groupBoxTransformation.Location = new System.Drawing.Point(108, 362);
this.groupBoxTransformation.Location = new System.Drawing.Point(46, 445);
this.groupBoxTransformation.Name = "groupBoxTransformation";
this.groupBoxTransformation.Size = new System.Drawing.Size(109, 171);
this.groupBoxTransformation.Size = new System.Drawing.Size(109, 88);
this.groupBoxTransformation.TabIndex = 17;
this.groupBoxTransformation.TabStop = false;
this.groupBoxTransformation.Text = "Transformation";
@ -636,36 +691,46 @@
// buttonTransformation
//
this.buttonTransformation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonTransformation.Location = new System.Drawing.Point(113, 538);
this.buttonTransformation.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.canvas_size_icon;
this.buttonTransformation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonTransformation.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonTransformation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonTransformation.Location = new System.Drawing.Point(45, 538);
this.buttonTransformation.Name = "buttonTransformation";
this.buttonTransformation.Size = new System.Drawing.Size(95, 23);
this.buttonTransformation.Size = new System.Drawing.Size(23, 23);
this.buttonTransformation.TabIndex = 11;
this.buttonTransformation.Tag = "";
this.buttonTransformation.Text = "Transformation";
this.buttonTransformation.UseVisualStyleBackColor = true;
this.buttonTransformation.Click += new System.EventHandler(this.ButtonTransformation_Click);
//
// buttonHintergrund
//
this.buttonHintergrund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonHintergrund.Location = new System.Drawing.Point(327, 538);
this.buttonHintergrund.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.contrast_high_icon;
this.buttonHintergrund.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonHintergrund.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonHintergrund.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonHintergrund.Location = new System.Drawing.Point(122, 538);
this.buttonHintergrund.Name = "buttonHintergrund";
this.buttonHintergrund.Size = new System.Drawing.Size(95, 23);
this.buttonHintergrund.Size = new System.Drawing.Size(23, 23);
this.buttonHintergrund.TabIndex = 13;
this.buttonHintergrund.Tag = "";
this.buttonHintergrund.Text = "hell/dunkel";
this.buttonHintergrund.UseVisualStyleBackColor = true;
this.buttonHintergrund.Click += new System.EventHandler(this.ButtonHintergrund_Click);
//
// buttonRander
//
this.buttonRander.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRander.Location = new System.Drawing.Point(434, 538);
this.buttonRander.BackgroundImage = global::Mk0.Software.ImageSorter.Properties.Resources.hardware_building_oem_icon;
this.buttonRander.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRander.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRander.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRander.Font = new System.Drawing.Font("Webdings", 9.5F);
this.buttonRander.Location = new System.Drawing.Point(161, 538);
this.buttonRander.Name = "buttonRander";
this.buttonRander.Size = new System.Drawing.Size(95, 23);
this.buttonRander.Size = new System.Drawing.Size(23, 23);
this.buttonRander.TabIndex = 14;
this.buttonRander.Tag = "";
this.buttonRander.Text = "Ränder";
this.buttonRander.UseVisualStyleBackColor = true;
this.buttonRander.Click += new System.EventHandler(this.ButtonRander_Click);
//
@ -693,7 +758,7 @@
this.MinimumSize = new System.Drawing.Size(983, 605);
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Image Sorter v1.59 | © 2015-2022 by mk0.at";
this.Text = "Image Sorter v2.0 | © 2015-2022 by kmpr.at";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.Load += new System.EventHandler(this.Main_Load);
this.Shown += new System.EventHandler(this.Main_Shown);

View File

@ -238,7 +238,7 @@ namespace Mk0.Software.ImageSorter
InitialDelay = 1000,
ReshowDelay = 500
};
t6.SetToolTip(buttonInfo, "Informationen ein-/ausblenden");
t6.SetToolTip(buttonInfo, "Informationen ein-/ausblenden (I)");
ToolTip t7 = new ToolTip
{
AutoPopDelay = 5000,
@ -246,6 +246,105 @@ namespace Mk0.Software.ImageSorter
ReshowDelay = 500
};
t7.SetToolTip(buttonDateirenamer, "Dateirenamer öffnen (F12)");
ToolTip t8 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t8.SetToolTip(buttonRander, "Ränder manuell beschneiden (R)");
ToolTip t9 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t9.SetToolTip(buttonDuplicate, "Duplizieren (D)");
ToolTip t10 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t10.SetToolTip(buttonDeleteImage, "Löschen (Entf)");
ToolTip t11 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t11.SetToolTip(buttonHintergrund, "Hintergrund hell/dunkel umschalten (H)");
ToolTip t12 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t12.SetToolTip(buttonTransformation, "Transformation (T)");
ToolTip t13 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t13.SetToolTip(buttonMirrorHorizontal, "Horizontal spiegeln");
ToolTip t14 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t14.SetToolTip(buttonMirrorVertikal, "Vertikal spiegeln");
ToolTip t15 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t15.SetToolTip(buttonRotate90, "Drehen 90°");
ToolTip t16 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t16.SetToolTip(buttonRotate180, "Drehen 180°");
ToolTip t17 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t17.SetToolTip(buttonRotate270, "Drehen 270°");
ToolTip t18 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t18.SetToolTip(buttonRandOben, "Oben");
ToolTip t19 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t19.SetToolTip(buttonRandUnten, "Unten");
ToolTip t20 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t20.SetToolTip(buttonRandRechts, "Rechts");
ToolTip t21 = new ToolTip
{
AutoPopDelay = 5000,
InitialDelay = 1000,
ReshowDelay = 500
};
t21.SetToolTip(buttonRandLinks, "Links");
}
/// <summary>
@ -1348,7 +1447,7 @@ namespace Mk0.Software.ImageSorter
e.Handled = true;
}
if (e.KeyCode == Keys.Left || e.KeyCode == Keys.Down)
if (!e.Control && (e.KeyCode == Keys.Left || e.KeyCode == Keys.Down))
{
CountPicsInPath();
LoadPicture(imageIndex - 1);
@ -1356,7 +1455,7 @@ namespace Mk0.Software.ImageSorter
e.Handled = true;
}
if (e.KeyCode == Keys.Right || e.KeyCode == Keys.Up)
if (!e.Control && (e.KeyCode == Keys.Right || e.KeyCode == Keys.Up))
{
CountPicsInPath();
LoadPicture(imageIndex + 1);
@ -1423,6 +1522,154 @@ namespace Mk0.Software.ImageSorter
buttonInfo.PerformClick();
e.Handled = true;
}
if (e.KeyCode == Keys.R)
{
buttonRander.PerformClick();
e.Handled = true;
}
if (e.KeyCode == Keys.D)
{
buttonDuplicate.PerformClick();
e.Handled = true;
}
if (e.KeyCode == Keys.T)
{
buttonTransformation.PerformClick();
e.Handled = true;
}
if (e.KeyCode == Keys.Q)
{
buttonQuellPfad.PerformClick();
e.Handled = true;
}
if (e.KeyCode == Keys.D1)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 1;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D2)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 2;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D3)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 3;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D4)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 4;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D5)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 5;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D6)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 6;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D7)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 7;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D8)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 8;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D9)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 9;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.KeyCode == Keys.D0)
{
if (groupBoxRander.Visible)
{
trackBarRander.Value = 10;
TrackBarRander_Scroll(sender, e);
e.Handled = true;
}
}
if (e.Control && e.KeyCode == Keys.Left)
{
buttonRandLinks.PerformClick();
e.Handled = true;
}
if (e.Control && e.KeyCode == Keys.Right)
{
buttonRandRechts.PerformClick();
e.Handled = true;
}
if (e.Control && e.KeyCode == Keys.Up)
{
buttonRandOben.PerformClick();
e.Handled = true;
}
if (e.Control && e.KeyCode == Keys.Down)
{
buttonRandUnten.PerformClick();
e.Handled = true;
}
}
/// <summary>

View File

@ -33,7 +33,7 @@
<PublisherName>manuelkamper.com</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.59.0.0</ApplicationVersion>
<ApplicationVersion>2.0.0.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
@ -187,16 +187,37 @@
</ItemGroup>
<ItemGroup>
<Content Include="Mk0.Software.OnlineUpdater.dll" />
<None Include="Resources\transform-rotate-270-icon.png" />
<None Include="Resources\transform-rotate-180-icon.png" />
<None Include="Resources\transform-rotate-90-icon.png" />
<None Include="Resources\arrow-left-icon.png" />
<None Include="Resources\arrow-right-icon.png" />
<None Include="Resources\arrow-undo-icon.png" />
<None Include="Resources\bin-closed-icon.png" />
<Content Include="Resources\bmp.ico" />
<None Include="Resources\webp.ico" />
<None Include="Resources\duplicate.png" />
<None Include="Resources\canvas-size-icon.png" />
<None Include="Resources\cog-icon.png" />
<None Include="Resources\contrast-high-icon.png" />
<None Include="Resources\folder-picture-icon.png" />
<None Include="Resources\border-2-left-icon.png" />
<None Include="Resources\border-2-right-icon.png" />
<None Include="Resources\border-2-top-icon.png" />
<None Include="Resources\border-2-bottom-icon.png" />
<Content Include="Resources\gif.ico" />
<Content Include="image.ico" />
<Content Include="Cursors\grab.cur" />
<Content Include="Cursors\grabbing.cur" />
<None Include="Resources\hardware-building-oem-icon.png" />
<None Include="Resources\info-rhombus-icon.png" />
<Content Include="Resources\jpeg.ico" />
<Content Include="Resources\jpg.ico" />
<None Include="Resources\pictures-icon.png" />
<Content Include="Resources\png.ico" />
<None Include="Resources\richtext-editor-icon.png" />
<None Include="Resources\shape-flip-vertical-icon.png" />
<None Include="Resources\shape-flip-horizontal-icon.png" />
<Content Include="Resources\tif.ico" />
<Content Include="Resources\tiff.ico" />
<None Include="Resources\crop.png" />

View File

@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Image Sorter")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("mk0.at")]
[assembly: AssemblyCompany("kmpr.at")]
[assembly: AssemblyProduct("ImageSorter")]
[assembly: AssemblyCopyright("Copyright © 2015-2022 by mk0.at")]
[assembly: AssemblyCopyright("Copyright © 2015-2022 by kmpr.at")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.59.*")]
[assembly: AssemblyVersion("2.0.*")]
//[assembly: AssemblyFileVersion("1.6.0.0")]

View File

@ -60,6 +60,46 @@ namespace Mk0.Software.ImageSorter.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap arrow_left_icon {
get {
object obj = ResourceManager.GetObject("arrow-left-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap arrow_right_icon {
get {
object obj = ResourceManager.GetObject("arrow-right-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap arrow_undo_icon {
get {
object obj = ResourceManager.GetObject("arrow-undo-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap bin_closed_icon {
get {
object obj = ResourceManager.GetObject("bin-closed-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
/// </summary>
@ -70,6 +110,76 @@ namespace Mk0.Software.ImageSorter.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap border_2_bottom_icon {
get {
object obj = ResourceManager.GetObject("border-2-bottom-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap border_2_left_icon {
get {
object obj = ResourceManager.GetObject("border-2-left-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap border_2_right_icon {
get {
object obj = ResourceManager.GetObject("border-2-right-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap border_2_top_icon {
get {
object obj = ResourceManager.GetObject("border-2-top-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap canvas_size_icon {
get {
object obj = ResourceManager.GetObject("canvas-size-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap cog_icon {
get {
object obj = ResourceManager.GetObject("cog-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap contrast_high_icon {
get {
object obj = ResourceManager.GetObject("contrast-high-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
@ -100,6 +210,16 @@ namespace Mk0.Software.ImageSorter.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap folder_picture_icon {
get {
object obj = ResourceManager.GetObject("folder-picture-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
/// </summary>
@ -130,6 +250,26 @@ namespace Mk0.Software.ImageSorter.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap hardware_building_oem_icon {
get {
object obj = ResourceManager.GetObject("hardware-building-oem-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap info_rhombus_icon {
get {
object obj = ResourceManager.GetObject("info-rhombus-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
/// </summary>
@ -160,6 +300,16 @@ namespace Mk0.Software.ImageSorter.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap pictures_icon {
get {
object obj = ResourceManager.GetObject("pictures-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
/// </summary>
@ -170,6 +320,36 @@ namespace Mk0.Software.ImageSorter.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap richtext_editor_icon {
get {
object obj = ResourceManager.GetObject("richtext-editor-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap shape_flip_horizontal_icon {
get {
object obj = ResourceManager.GetObject("shape-flip-horizontal-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap shape_flip_vertical_icon {
get {
object obj = ResourceManager.GetObject("shape-flip-vertical-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
/// </summary>
@ -190,6 +370,36 @@ namespace Mk0.Software.ImageSorter.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap transform_rotate_180_icon {
get {
object obj = ResourceManager.GetObject("transform-rotate-180-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap transform_rotate_270_icon {
get {
object obj = ResourceManager.GetObject("transform-rotate-270-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap transform_rotate_90_icon {
get {
object obj = ResourceManager.GetObject("transform-rotate-90-icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>

View File

@ -118,49 +118,112 @@
<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="bmp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\bmp.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="crop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\crop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="duplicate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\duplicate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gif" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="shape-flip-vertical-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shape-flip-vertical-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="grab" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Cursors\grab.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="grabbing" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Cursors\grabbing.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="jpeg" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\jpeg.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gif" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="bin-closed-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\bin-closed-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="duplicate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\duplicate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="crop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\crop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="cog-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\cog-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="border-2-left-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\border-2-left-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="jpg" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\jpg.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="undo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\undo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder-picture-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder-picture-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="transform-rotate-90-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\transform-rotate-90-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="hardware-building-oem-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\hardware-building-oem-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="move" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\move.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="png" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\png.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="arrow-left-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\arrow-left-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="tif" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\tif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="arrow-right-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\arrow-right-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="transform-rotate-180-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\transform-rotate-180-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="pictures-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\pictures-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="arrow-undo-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\arrow-undo-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="border-2-top-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\border-2-top-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="tiff" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\tiff.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="undo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\undo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="border-2-right-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\border-2-right-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="webp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\webp.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="richtext-editor-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\richtext-editor-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="tif" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\tif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="transform-rotate-270-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\transform-rotate-270-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="info-rhombus-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\info-rhombus-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="contrast-high-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\contrast-high-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="png" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\png.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="canvas-size-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\canvas-size-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="shape-flip-horizontal-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shape-flip-horizontal-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="grabbing" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Cursors\grabbing.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="bmp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\bmp.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="border-2-bottom-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\border-2-bottom-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB