diff --git a/Mk0.Software.ImageSorter/Main.Designer.cs b/Mk0.Software.ImageSorter/Main.Designer.cs index 50b0356..04da044 100644 --- a/Mk0.Software.ImageSorter/Main.Designer.cs +++ b/Mk0.Software.ImageSorter/Main.Designer.cs @@ -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); diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index cd698ca..1a2b187 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -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"); } /// @@ -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; + } } /// diff --git a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj index 1cf72d8..399fc4f 100644 --- a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj +++ b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj @@ -33,7 +33,7 @@ manuelkamper.com false 0 - 1.59.0.0 + 2.0.0.0 true true true @@ -187,16 +187,37 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs index 0a5a173..43677d8 100644 --- a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs +++ b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Mk0.Software.ImageSorter/Properties/Resources.Designer.cs b/Mk0.Software.ImageSorter/Properties/Resources.Designer.cs index 589e271..f3495b3 100644 --- a/Mk0.Software.ImageSorter/Properties/Resources.Designer.cs +++ b/Mk0.Software.ImageSorter/Properties/Resources.Designer.cs @@ -60,6 +60,46 @@ namespace Mk0.Software.ImageSorter.Properties { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap arrow_left_icon { + get { + object obj = ResourceManager.GetObject("arrow-left-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap arrow_right_icon { + get { + object obj = ResourceManager.GetObject("arrow-right-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap arrow_undo_icon { + get { + object obj = ResourceManager.GetObject("arrow-undo-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap bin_closed_icon { + get { + object obj = ResourceManager.GetObject("bin-closed-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). /// @@ -70,6 +110,76 @@ namespace Mk0.Software.ImageSorter.Properties { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap border_2_bottom_icon { + get { + object obj = ResourceManager.GetObject("border-2-bottom-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap border_2_left_icon { + get { + object obj = ResourceManager.GetObject("border-2-left-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap border_2_right_icon { + get { + object obj = ResourceManager.GetObject("border-2-right-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap border_2_top_icon { + get { + object obj = ResourceManager.GetObject("border-2-top-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap canvas_size_icon { + get { + object obj = ResourceManager.GetObject("canvas-size-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap cog_icon { + get { + object obj = ResourceManager.GetObject("cog-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap contrast_high_icon { + get { + object obj = ResourceManager.GetObject("contrast-high-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. /// @@ -100,6 +210,16 @@ namespace Mk0.Software.ImageSorter.Properties { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap folder_picture_icon { + get { + object obj = ResourceManager.GetObject("folder-picture-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). /// @@ -130,6 +250,26 @@ namespace Mk0.Software.ImageSorter.Properties { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap hardware_building_oem_icon { + get { + object obj = ResourceManager.GetObject("hardware-building-oem-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap info_rhombus_icon { + get { + object obj = ResourceManager.GetObject("info-rhombus-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). /// @@ -160,6 +300,16 @@ namespace Mk0.Software.ImageSorter.Properties { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap pictures_icon { + get { + object obj = ResourceManager.GetObject("pictures-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). /// @@ -170,6 +320,36 @@ namespace Mk0.Software.ImageSorter.Properties { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap richtext_editor_icon { + get { + object obj = ResourceManager.GetObject("richtext-editor-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap shape_flip_horizontal_icon { + get { + object obj = ResourceManager.GetObject("shape-flip-horizontal-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap shape_flip_vertical_icon { + get { + object obj = ResourceManager.GetObject("shape-flip-vertical-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). /// @@ -190,6 +370,36 @@ namespace Mk0.Software.ImageSorter.Properties { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap transform_rotate_180_icon { + get { + object obj = ResourceManager.GetObject("transform-rotate-180-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap transform_rotate_270_icon { + get { + object obj = ResourceManager.GetObject("transform-rotate-270-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap transform_rotate_90_icon { + get { + object obj = ResourceManager.GetObject("transform-rotate-90-icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. /// diff --git a/Mk0.Software.ImageSorter/Properties/Resources.resx b/Mk0.Software.ImageSorter/Properties/Resources.resx index fd51edd..402c57f 100644 --- a/Mk0.Software.ImageSorter/Properties/Resources.resx +++ b/Mk0.Software.ImageSorter/Properties/Resources.resx @@ -118,49 +118,112 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\Resources\bmp.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\crop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\duplicate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\gif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\shape-flip-vertical-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Cursors\grab.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\Cursors\grabbing.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ..\Resources\jpeg.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\gif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\bin-closed-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\duplicate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\crop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\cog-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\border-2-left-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\jpg.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\undo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\folder-picture-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\transform-rotate-90-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\hardware-building-oem-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\move.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\png.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\arrow-left-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\tif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\arrow-right-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\transform-rotate-180-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\pictures-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\arrow-undo-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\border-2-top-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\tiff.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\undo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\border-2-right-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\webp.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\richtext-editor-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\tif.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\transform-rotate-270-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\info-rhombus-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\contrast-high-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\png.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\canvas-size-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\shape-flip-horizontal-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Cursors\grabbing.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\bmp.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\border-2-bottom-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Mk0.Software.ImageSorter/Resources/arrow-left-icon.png b/Mk0.Software.ImageSorter/Resources/arrow-left-icon.png new file mode 100644 index 0000000..a371327 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/arrow-left-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/arrow-right-icon.png b/Mk0.Software.ImageSorter/Resources/arrow-right-icon.png new file mode 100644 index 0000000..275dc4f Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/arrow-right-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/arrow-undo-icon.png b/Mk0.Software.ImageSorter/Resources/arrow-undo-icon.png new file mode 100644 index 0000000..d20246a Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/arrow-undo-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/bin-closed-icon.png b/Mk0.Software.ImageSorter/Resources/bin-closed-icon.png new file mode 100644 index 0000000..6a58ddb Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/bin-closed-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/border-2-bottom-icon.png b/Mk0.Software.ImageSorter/Resources/border-2-bottom-icon.png new file mode 100644 index 0000000..b91e687 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/border-2-bottom-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/border-2-left-icon.png b/Mk0.Software.ImageSorter/Resources/border-2-left-icon.png new file mode 100644 index 0000000..a237606 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/border-2-left-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/border-2-right-icon.png b/Mk0.Software.ImageSorter/Resources/border-2-right-icon.png new file mode 100644 index 0000000..cba057a Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/border-2-right-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/border-2-top-icon.png b/Mk0.Software.ImageSorter/Resources/border-2-top-icon.png new file mode 100644 index 0000000..66bb687 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/border-2-top-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/canvas-size-icon.png b/Mk0.Software.ImageSorter/Resources/canvas-size-icon.png new file mode 100644 index 0000000..962ca7e Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/canvas-size-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/cog-icon.png b/Mk0.Software.ImageSorter/Resources/cog-icon.png new file mode 100644 index 0000000..8318b8f Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/cog-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/contrast-high-icon.png b/Mk0.Software.ImageSorter/Resources/contrast-high-icon.png new file mode 100644 index 0000000..1091587 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/contrast-high-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/folder-picture-icon.png b/Mk0.Software.ImageSorter/Resources/folder-picture-icon.png new file mode 100644 index 0000000..3e48136 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/folder-picture-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/hardware-building-oem-icon.png b/Mk0.Software.ImageSorter/Resources/hardware-building-oem-icon.png new file mode 100644 index 0000000..bc79404 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/hardware-building-oem-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/info-rhombus-icon.png b/Mk0.Software.ImageSorter/Resources/info-rhombus-icon.png new file mode 100644 index 0000000..1e941c7 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/info-rhombus-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/pictures-icon.png b/Mk0.Software.ImageSorter/Resources/pictures-icon.png new file mode 100644 index 0000000..6f811ad Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/pictures-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/richtext-editor-icon.png b/Mk0.Software.ImageSorter/Resources/richtext-editor-icon.png new file mode 100644 index 0000000..6eafdec Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/richtext-editor-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/shape-flip-horizontal-icon.png b/Mk0.Software.ImageSorter/Resources/shape-flip-horizontal-icon.png new file mode 100644 index 0000000..7a3d060 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/shape-flip-horizontal-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/shape-flip-vertical-icon.png b/Mk0.Software.ImageSorter/Resources/shape-flip-vertical-icon.png new file mode 100644 index 0000000..12a2fe2 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/shape-flip-vertical-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/transform-rotate-180-icon.png b/Mk0.Software.ImageSorter/Resources/transform-rotate-180-icon.png new file mode 100644 index 0000000..cd89850 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/transform-rotate-180-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/transform-rotate-270-icon.png b/Mk0.Software.ImageSorter/Resources/transform-rotate-270-icon.png new file mode 100644 index 0000000..10caf67 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/transform-rotate-270-icon.png differ diff --git a/Mk0.Software.ImageSorter/Resources/transform-rotate-90-icon.png b/Mk0.Software.ImageSorter/Resources/transform-rotate-90-icon.png new file mode 100644 index 0000000..4795ab2 Binary files /dev/null and b/Mk0.Software.ImageSorter/Resources/transform-rotate-90-icon.png differ