prepare v2.10

This commit is contained in:
Manuel Kamper 2024-08-18 17:40:27 +02:00
parent aef31d7332
commit de744c3f74
3 changed files with 50 additions and 50 deletions

View File

@ -109,7 +109,7 @@
this.pictureBoxImage.ContextMenuStrip = this.contextMenuStrip; this.pictureBoxImage.ContextMenuStrip = this.contextMenuStrip;
this.pictureBoxImage.ImageLocation = ""; this.pictureBoxImage.ImageLocation = "";
this.pictureBoxImage.Location = new System.Drawing.Point(0, 0); this.pictureBoxImage.Location = new System.Drawing.Point(0, 0);
this.pictureBoxImage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pictureBoxImage.Margin = new System.Windows.Forms.Padding(4);
this.pictureBoxImage.Name = "pictureBoxImage"; this.pictureBoxImage.Name = "pictureBoxImage";
this.pictureBoxImage.Size = new System.Drawing.Size(1023, 789); this.pictureBoxImage.Size = new System.Drawing.Size(1023, 789);
this.pictureBoxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
@ -177,7 +177,7 @@
this.buttonSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.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(350, 24); this.buttonSettings.Location = new System.Drawing.Point(350, 24);
this.buttonSettings.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonSettings.Margin = new System.Windows.Forms.Padding(4);
this.buttonSettings.Name = "buttonSettings"; this.buttonSettings.Name = "buttonSettings";
this.buttonSettings.Size = new System.Drawing.Size(34, 34); this.buttonSettings.Size = new System.Drawing.Size(34, 34);
this.buttonSettings.TabIndex = 7; this.buttonSettings.TabIndex = 7;
@ -202,9 +202,9 @@
this.groupBoxInformationen.Controls.Add(this.labelQuellPath); this.groupBoxInformationen.Controls.Add(this.labelQuellPath);
this.groupBoxInformationen.Controls.Add(this.labelZielPath); this.groupBoxInformationen.Controls.Add(this.labelZielPath);
this.groupBoxInformationen.Location = new System.Drawing.Point(1041, 18); this.groupBoxInformationen.Location = new System.Drawing.Point(1041, 18);
this.groupBoxInformationen.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxInformationen.Margin = new System.Windows.Forms.Padding(4);
this.groupBoxInformationen.Name = "groupBoxInformationen"; this.groupBoxInformationen.Name = "groupBoxInformationen";
this.groupBoxInformationen.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxInformationen.Padding = new System.Windows.Forms.Padding(4);
this.groupBoxInformationen.Size = new System.Drawing.Size(393, 122); this.groupBoxInformationen.Size = new System.Drawing.Size(393, 122);
this.groupBoxInformationen.TabIndex = 3; this.groupBoxInformationen.TabIndex = 3;
this.groupBoxInformationen.TabStop = false; this.groupBoxInformationen.TabStop = false;
@ -240,7 +240,7 @@
this.buttonQuellPfad.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.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(306, 24); this.buttonQuellPfad.Location = new System.Drawing.Point(306, 24);
this.buttonQuellPfad.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonQuellPfad.Margin = new System.Windows.Forms.Padding(4);
this.buttonQuellPfad.Name = "buttonQuellPfad"; this.buttonQuellPfad.Name = "buttonQuellPfad";
this.buttonQuellPfad.Size = new System.Drawing.Size(34, 34); this.buttonQuellPfad.Size = new System.Drawing.Size(34, 34);
this.buttonQuellPfad.TabIndex = 6; this.buttonQuellPfad.TabIndex = 6;
@ -260,9 +260,9 @@
this.groupBoxZiele.Controls.Add(this.buttonJumpForward); this.groupBoxZiele.Controls.Add(this.buttonJumpForward);
this.groupBoxZiele.Controls.Add(this.buttonUndo); this.groupBoxZiele.Controls.Add(this.buttonUndo);
this.groupBoxZiele.Location = new System.Drawing.Point(1041, 148); this.groupBoxZiele.Location = new System.Drawing.Point(1041, 148);
this.groupBoxZiele.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxZiele.Margin = new System.Windows.Forms.Padding(4);
this.groupBoxZiele.Name = "groupBoxZiele"; this.groupBoxZiele.Name = "groupBoxZiele";
this.groupBoxZiele.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxZiele.Padding = new System.Windows.Forms.Padding(4);
this.groupBoxZiele.Size = new System.Drawing.Size(393, 650); this.groupBoxZiele.Size = new System.Drawing.Size(393, 650);
this.groupBoxZiele.TabIndex = 4; this.groupBoxZiele.TabIndex = 4;
this.groupBoxZiele.TabStop = false; this.groupBoxZiele.TabStop = false;
@ -277,7 +277,7 @@
this.buttonDateirenamer.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.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(158, 24); this.buttonDateirenamer.Location = new System.Drawing.Point(158, 24);
this.buttonDateirenamer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonDateirenamer.Margin = new System.Windows.Forms.Padding(4);
this.buttonDateirenamer.Name = "buttonDateirenamer"; this.buttonDateirenamer.Name = "buttonDateirenamer";
this.buttonDateirenamer.Size = new System.Drawing.Size(34, 34); this.buttonDateirenamer.Size = new System.Drawing.Size(34, 34);
this.buttonDateirenamer.TabIndex = 4; this.buttonDateirenamer.TabIndex = 4;
@ -292,7 +292,7 @@
this.buttonInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.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(262, 24); this.buttonInfo.Location = new System.Drawing.Point(262, 24);
this.buttonInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonInfo.Margin = new System.Windows.Forms.Padding(4);
this.buttonInfo.Name = "buttonInfo"; this.buttonInfo.Name = "buttonInfo";
this.buttonInfo.Size = new System.Drawing.Size(34, 34); this.buttonInfo.Size = new System.Drawing.Size(34, 34);
this.buttonInfo.TabIndex = 5; this.buttonInfo.TabIndex = 5;
@ -307,7 +307,7 @@
this.buttonJumpBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonJumpBack.Location = new System.Drawing.Point(9, 24); this.buttonJumpBack.Location = new System.Drawing.Point(9, 24);
this.buttonJumpBack.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonJumpBack.Margin = new System.Windows.Forms.Padding(4);
this.buttonJumpBack.Name = "buttonJumpBack"; this.buttonJumpBack.Name = "buttonJumpBack";
this.buttonJumpBack.Size = new System.Drawing.Size(34, 34); this.buttonJumpBack.Size = new System.Drawing.Size(34, 34);
this.buttonJumpBack.TabIndex = 1; this.buttonJumpBack.TabIndex = 1;
@ -321,7 +321,7 @@
this.panelButtons.AutoScroll = true; this.panelButtons.AutoScroll = true;
this.panelButtons.Controls.Add(this.labelNoTargets); this.panelButtons.Controls.Add(this.labelNoTargets);
this.panelButtons.Location = new System.Drawing.Point(4, 68); this.panelButtons.Location = new System.Drawing.Point(4, 68);
this.panelButtons.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelButtons.Margin = new System.Windows.Forms.Padding(4);
this.panelButtons.Name = "panelButtons"; this.panelButtons.Name = "panelButtons";
this.panelButtons.Size = new System.Drawing.Size(387, 573); this.panelButtons.Size = new System.Drawing.Size(387, 573);
this.panelButtons.TabIndex = 5; this.panelButtons.TabIndex = 5;
@ -350,7 +350,7 @@
this.buttonJumpForward.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonJumpForward.Location = new System.Drawing.Point(52, 24); this.buttonJumpForward.Location = new System.Drawing.Point(52, 24);
this.buttonJumpForward.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonJumpForward.Margin = new System.Windows.Forms.Padding(4);
this.buttonJumpForward.Name = "buttonJumpForward"; this.buttonJumpForward.Name = "buttonJumpForward";
this.buttonJumpForward.Size = new System.Drawing.Size(34, 34); this.buttonJumpForward.Size = new System.Drawing.Size(34, 34);
this.buttonJumpForward.TabIndex = 2; this.buttonJumpForward.TabIndex = 2;
@ -366,7 +366,7 @@
this.buttonUndo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.buttonUndo.Location = new System.Drawing.Point(96, 24); this.buttonUndo.Location = new System.Drawing.Point(96, 24);
this.buttonUndo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonUndo.Margin = new System.Windows.Forms.Padding(4);
this.buttonUndo.Name = "buttonUndo"; this.buttonUndo.Name = "buttonUndo";
this.buttonUndo.Size = new System.Drawing.Size(34, 34); this.buttonUndo.Size = new System.Drawing.Size(34, 34);
this.buttonUndo.TabIndex = 3; this.buttonUndo.TabIndex = 3;
@ -381,7 +381,7 @@
this.buttonDeleteImage.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonDeleteImage.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonDeleteImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonDeleteImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonDeleteImage.Location = new System.Drawing.Point(9, 807); this.buttonDeleteImage.Location = new System.Drawing.Point(9, 807);
this.buttonDeleteImage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonDeleteImage.Margin = new System.Windows.Forms.Padding(4);
this.buttonDeleteImage.Name = "buttonDeleteImage"; this.buttonDeleteImage.Name = "buttonDeleteImage";
this.buttonDeleteImage.Size = new System.Drawing.Size(34, 34); this.buttonDeleteImage.Size = new System.Drawing.Size(34, 34);
this.buttonDeleteImage.TabIndex = 10; this.buttonDeleteImage.TabIndex = 10;
@ -396,7 +396,7 @@
this.buttonRotate90.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRotate90.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRotate90.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRotate90.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRotate90.Location = new System.Drawing.Point(9, 28); this.buttonRotate90.Location = new System.Drawing.Point(9, 28);
this.buttonRotate90.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRotate90.Margin = new System.Windows.Forms.Padding(4);
this.buttonRotate90.Name = "buttonRotate90"; this.buttonRotate90.Name = "buttonRotate90";
this.buttonRotate90.Size = new System.Drawing.Size(34, 34); this.buttonRotate90.Size = new System.Drawing.Size(34, 34);
this.buttonRotate90.TabIndex = 6; this.buttonRotate90.TabIndex = 6;
@ -412,7 +412,7 @@
this.buttonRotate180.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRotate180.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRotate180.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRotate180.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRotate180.Location = new System.Drawing.Point(52, 28); this.buttonRotate180.Location = new System.Drawing.Point(52, 28);
this.buttonRotate180.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRotate180.Margin = new System.Windows.Forms.Padding(4);
this.buttonRotate180.Name = "buttonRotate180"; this.buttonRotate180.Name = "buttonRotate180";
this.buttonRotate180.Size = new System.Drawing.Size(34, 34); this.buttonRotate180.Size = new System.Drawing.Size(34, 34);
this.buttonRotate180.TabIndex = 7; this.buttonRotate180.TabIndex = 7;
@ -428,7 +428,7 @@
this.buttonRotate270.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRotate270.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRotate270.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRotate270.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRotate270.Location = new System.Drawing.Point(96, 28); this.buttonRotate270.Location = new System.Drawing.Point(96, 28);
this.buttonRotate270.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRotate270.Margin = new System.Windows.Forms.Padding(4);
this.buttonRotate270.Name = "buttonRotate270"; this.buttonRotate270.Name = "buttonRotate270";
this.buttonRotate270.Size = new System.Drawing.Size(34, 34); this.buttonRotate270.Size = new System.Drawing.Size(34, 34);
this.buttonRotate270.TabIndex = 8; this.buttonRotate270.TabIndex = 8;
@ -444,7 +444,7 @@
this.buttonMirrorHorizontal.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonMirrorHorizontal.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonMirrorHorizontal.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonMirrorHorizontal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonMirrorHorizontal.Location = new System.Drawing.Point(9, 80); this.buttonMirrorHorizontal.Location = new System.Drawing.Point(9, 80);
this.buttonMirrorHorizontal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonMirrorHorizontal.Margin = new System.Windows.Forms.Padding(4);
this.buttonMirrorHorizontal.Name = "buttonMirrorHorizontal"; this.buttonMirrorHorizontal.Name = "buttonMirrorHorizontal";
this.buttonMirrorHorizontal.Size = new System.Drawing.Size(34, 34); this.buttonMirrorHorizontal.Size = new System.Drawing.Size(34, 34);
this.buttonMirrorHorizontal.TabIndex = 9; this.buttonMirrorHorizontal.TabIndex = 9;
@ -460,7 +460,7 @@
this.buttonMirrorVertikal.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonMirrorVertikal.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonMirrorVertikal.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonMirrorVertikal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonMirrorVertikal.Location = new System.Drawing.Point(52, 80); this.buttonMirrorVertikal.Location = new System.Drawing.Point(52, 80);
this.buttonMirrorVertikal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonMirrorVertikal.Margin = new System.Windows.Forms.Padding(4);
this.buttonMirrorVertikal.Name = "buttonMirrorVertikal"; this.buttonMirrorVertikal.Name = "buttonMirrorVertikal";
this.buttonMirrorVertikal.Size = new System.Drawing.Size(34, 34); this.buttonMirrorVertikal.Size = new System.Drawing.Size(34, 34);
this.buttonMirrorVertikal.TabIndex = 10; this.buttonMirrorVertikal.TabIndex = 10;
@ -477,7 +477,7 @@
this.panelImageBackground.Controls.Add(this.labelNoImages); this.panelImageBackground.Controls.Add(this.labelNoImages);
this.panelImageBackground.Controls.Add(this.pictureBoxImage); this.panelImageBackground.Controls.Add(this.pictureBoxImage);
this.panelImageBackground.Location = new System.Drawing.Point(9, 9); this.panelImageBackground.Location = new System.Drawing.Point(9, 9);
this.panelImageBackground.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelImageBackground.Margin = new System.Windows.Forms.Padding(4);
this.panelImageBackground.Name = "panelImageBackground"; this.panelImageBackground.Name = "panelImageBackground";
this.panelImageBackground.Size = new System.Drawing.Size(1023, 789); this.panelImageBackground.Size = new System.Drawing.Size(1023, 789);
this.panelImageBackground.TabIndex = 3; this.panelImageBackground.TabIndex = 3;
@ -514,9 +514,9 @@
this.groupBoxRander.Controls.Add(this.buttonRandUnten); this.groupBoxRander.Controls.Add(this.buttonRandUnten);
this.groupBoxRander.Controls.Add(this.buttonRandOben); this.groupBoxRander.Controls.Add(this.buttonRandOben);
this.groupBoxRander.Location = new System.Drawing.Point(242, 596); this.groupBoxRander.Location = new System.Drawing.Point(242, 596);
this.groupBoxRander.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxRander.Margin = new System.Windows.Forms.Padding(4);
this.groupBoxRander.Name = "groupBoxRander"; this.groupBoxRander.Name = "groupBoxRander";
this.groupBoxRander.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxRander.Padding = new System.Windows.Forms.Padding(4);
this.groupBoxRander.Size = new System.Drawing.Size(184, 204); this.groupBoxRander.Size = new System.Drawing.Size(184, 204);
this.groupBoxRander.TabIndex = 18; this.groupBoxRander.TabIndex = 18;
this.groupBoxRander.TabStop = false; this.groupBoxRander.TabStop = false;
@ -531,7 +531,7 @@
this.buttonRandAlle.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRandAlle.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandAlle.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRandAlle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandAlle.Location = new System.Drawing.Point(114, 153); this.buttonRandAlle.Location = new System.Drawing.Point(114, 153);
this.buttonRandAlle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRandAlle.Margin = new System.Windows.Forms.Padding(4);
this.buttonRandAlle.Name = "buttonRandAlle"; this.buttonRandAlle.Name = "buttonRandAlle";
this.buttonRandAlle.Size = new System.Drawing.Size(34, 34); this.buttonRandAlle.Size = new System.Drawing.Size(34, 34);
this.buttonRandAlle.TabIndex = 16; this.buttonRandAlle.TabIndex = 16;
@ -547,7 +547,7 @@
this.buttonRandObenUnten.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRandObenUnten.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandObenUnten.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRandObenUnten.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandObenUnten.Location = new System.Drawing.Point(70, 153); this.buttonRandObenUnten.Location = new System.Drawing.Point(70, 153);
this.buttonRandObenUnten.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRandObenUnten.Margin = new System.Windows.Forms.Padding(4);
this.buttonRandObenUnten.Name = "buttonRandObenUnten"; this.buttonRandObenUnten.Name = "buttonRandObenUnten";
this.buttonRandObenUnten.Size = new System.Drawing.Size(34, 34); this.buttonRandObenUnten.Size = new System.Drawing.Size(34, 34);
this.buttonRandObenUnten.TabIndex = 15; this.buttonRandObenUnten.TabIndex = 15;
@ -563,7 +563,7 @@
this.buttonRandLinksRechts.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRandLinksRechts.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandLinksRechts.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRandLinksRechts.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandLinksRechts.Location = new System.Drawing.Point(27, 153); this.buttonRandLinksRechts.Location = new System.Drawing.Point(27, 153);
this.buttonRandLinksRechts.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRandLinksRechts.Margin = new System.Windows.Forms.Padding(4);
this.buttonRandLinksRechts.Name = "buttonRandLinksRechts"; this.buttonRandLinksRechts.Name = "buttonRandLinksRechts";
this.buttonRandLinksRechts.Size = new System.Drawing.Size(34, 34); this.buttonRandLinksRechts.Size = new System.Drawing.Size(34, 34);
this.buttonRandLinksRechts.TabIndex = 14; this.buttonRandLinksRechts.TabIndex = 14;
@ -587,7 +587,7 @@
this.trackBarRander.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.trackBarRander.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.trackBarRander.LargeChange = 1; this.trackBarRander.LargeChange = 1;
this.trackBarRander.Location = new System.Drawing.Point(9, 28); this.trackBarRander.Location = new System.Drawing.Point(9, 28);
this.trackBarRander.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.trackBarRander.Margin = new System.Windows.Forms.Padding(4);
this.trackBarRander.Minimum = 1; this.trackBarRander.Minimum = 1;
this.trackBarRander.Name = "trackBarRander"; this.trackBarRander.Name = "trackBarRander";
this.trackBarRander.Size = new System.Drawing.Size(165, 69); this.trackBarRander.Size = new System.Drawing.Size(165, 69);
@ -603,7 +603,7 @@
this.buttonRandLinks.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRandLinks.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandLinks.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRandLinks.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandLinks.Location = new System.Drawing.Point(9, 110); this.buttonRandLinks.Location = new System.Drawing.Point(9, 110);
this.buttonRandLinks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRandLinks.Margin = new System.Windows.Forms.Padding(4);
this.buttonRandLinks.Name = "buttonRandLinks"; this.buttonRandLinks.Name = "buttonRandLinks";
this.buttonRandLinks.Size = new System.Drawing.Size(34, 34); this.buttonRandLinks.Size = new System.Drawing.Size(34, 34);
this.buttonRandLinks.TabIndex = 7; this.buttonRandLinks.TabIndex = 7;
@ -619,7 +619,7 @@
this.buttonRandRechts.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRandRechts.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandRechts.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRandRechts.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandRechts.Location = new System.Drawing.Point(52, 110); this.buttonRandRechts.Location = new System.Drawing.Point(52, 110);
this.buttonRandRechts.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRandRechts.Margin = new System.Windows.Forms.Padding(4);
this.buttonRandRechts.Name = "buttonRandRechts"; this.buttonRandRechts.Name = "buttonRandRechts";
this.buttonRandRechts.Size = new System.Drawing.Size(34, 34); this.buttonRandRechts.Size = new System.Drawing.Size(34, 34);
this.buttonRandRechts.TabIndex = 8; this.buttonRandRechts.TabIndex = 8;
@ -635,7 +635,7 @@
this.buttonRandUnten.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRandUnten.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandUnten.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRandUnten.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandUnten.Location = new System.Drawing.Point(140, 110); this.buttonRandUnten.Location = new System.Drawing.Point(140, 110);
this.buttonRandUnten.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRandUnten.Margin = new System.Windows.Forms.Padding(4);
this.buttonRandUnten.Name = "buttonRandUnten"; this.buttonRandUnten.Name = "buttonRandUnten";
this.buttonRandUnten.Size = new System.Drawing.Size(34, 34); this.buttonRandUnten.Size = new System.Drawing.Size(34, 34);
this.buttonRandUnten.TabIndex = 10; this.buttonRandUnten.TabIndex = 10;
@ -651,7 +651,7 @@
this.buttonRandOben.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonRandOben.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonRandOben.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRandOben.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRandOben.Location = new System.Drawing.Point(96, 110); this.buttonRandOben.Location = new System.Drawing.Point(96, 110);
this.buttonRandOben.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRandOben.Margin = new System.Windows.Forms.Padding(4);
this.buttonRandOben.Name = "buttonRandOben"; this.buttonRandOben.Name = "buttonRandOben";
this.buttonRandOben.Size = new System.Drawing.Size(34, 34); this.buttonRandOben.Size = new System.Drawing.Size(34, 34);
this.buttonRandOben.TabIndex = 9; this.buttonRandOben.TabIndex = 9;
@ -680,7 +680,7 @@
this.panelBanner.Controls.Add(this.labelBanner1); this.panelBanner.Controls.Add(this.labelBanner1);
this.panelBanner.Controls.Add(this.pictureBoxBanner1); this.panelBanner.Controls.Add(this.pictureBoxBanner1);
this.panelBanner.Location = new System.Drawing.Point(0, -78); this.panelBanner.Location = new System.Drawing.Point(0, -78);
this.panelBanner.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelBanner.Margin = new System.Windows.Forms.Padding(4);
this.panelBanner.Name = "panelBanner"; this.panelBanner.Name = "panelBanner";
this.panelBanner.Size = new System.Drawing.Size(1032, 78); this.panelBanner.Size = new System.Drawing.Size(1032, 78);
this.panelBanner.TabIndex = 2; this.panelBanner.TabIndex = 2;
@ -689,7 +689,7 @@
// //
this.pictureBoxBanner2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pictureBoxBanner2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBoxBanner2.Location = new System.Drawing.Point(951, 4); this.pictureBoxBanner2.Location = new System.Drawing.Point(951, 4);
this.pictureBoxBanner2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pictureBoxBanner2.Margin = new System.Windows.Forms.Padding(4);
this.pictureBoxBanner2.Name = "pictureBoxBanner2"; this.pictureBoxBanner2.Name = "pictureBoxBanner2";
this.pictureBoxBanner2.Size = new System.Drawing.Size(76, 70); this.pictureBoxBanner2.Size = new System.Drawing.Size(76, 70);
this.pictureBoxBanner2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxBanner2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
@ -721,7 +721,7 @@
// pictureBoxBanner1 // pictureBoxBanner1
// //
this.pictureBoxBanner1.Location = new System.Drawing.Point(4, 4); this.pictureBoxBanner1.Location = new System.Drawing.Point(4, 4);
this.pictureBoxBanner1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pictureBoxBanner1.Margin = new System.Windows.Forms.Padding(4);
this.pictureBoxBanner1.Name = "pictureBoxBanner1"; this.pictureBoxBanner1.Name = "pictureBoxBanner1";
this.pictureBoxBanner1.Size = new System.Drawing.Size(72, 69); this.pictureBoxBanner1.Size = new System.Drawing.Size(72, 69);
this.pictureBoxBanner1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxBanner1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
@ -738,7 +738,7 @@
"Vollbild", "Vollbild",
"Original"}); "Original"});
this.comboBoxZoom.Location = new System.Drawing.Point(1198, 807); this.comboBoxZoom.Location = new System.Drawing.Point(1198, 807);
this.comboBoxZoom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBoxZoom.Margin = new System.Windows.Forms.Padding(4);
this.comboBoxZoom.Name = "comboBoxZoom"; this.comboBoxZoom.Name = "comboBoxZoom";
this.comboBoxZoom.Size = new System.Drawing.Size(180, 28); this.comboBoxZoom.Size = new System.Drawing.Size(180, 28);
this.comboBoxZoom.TabIndex = 14; this.comboBoxZoom.TabIndex = 14;
@ -764,7 +764,7 @@
this.buttonDuplicate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 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.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(124, 807); this.buttonDuplicate.Location = new System.Drawing.Point(124, 807);
this.buttonDuplicate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonDuplicate.Margin = new System.Windows.Forms.Padding(4);
this.buttonDuplicate.Name = "buttonDuplicate"; this.buttonDuplicate.Name = "buttonDuplicate";
this.buttonDuplicate.Size = new System.Drawing.Size(34, 34); this.buttonDuplicate.Size = new System.Drawing.Size(34, 34);
this.buttonDuplicate.TabIndex = 12; this.buttonDuplicate.TabIndex = 12;
@ -781,9 +781,9 @@
this.groupBoxTransformation.Controls.Add(this.buttonMirrorVertikal); this.groupBoxTransformation.Controls.Add(this.buttonMirrorVertikal);
this.groupBoxTransformation.Controls.Add(this.buttonMirrorHorizontal); this.groupBoxTransformation.Controls.Add(this.buttonMirrorHorizontal);
this.groupBoxTransformation.Location = new System.Drawing.Point(69, 668); this.groupBoxTransformation.Location = new System.Drawing.Point(69, 668);
this.groupBoxTransformation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxTransformation.Margin = new System.Windows.Forms.Padding(4);
this.groupBoxTransformation.Name = "groupBoxTransformation"; this.groupBoxTransformation.Name = "groupBoxTransformation";
this.groupBoxTransformation.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxTransformation.Padding = new System.Windows.Forms.Padding(4);
this.groupBoxTransformation.Size = new System.Drawing.Size(148, 132); this.groupBoxTransformation.Size = new System.Drawing.Size(148, 132);
this.groupBoxTransformation.TabIndex = 17; this.groupBoxTransformation.TabIndex = 17;
this.groupBoxTransformation.TabStop = false; this.groupBoxTransformation.TabStop = false;
@ -798,7 +798,7 @@
this.buttonTransformation.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonTransformation.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonTransformation.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonTransformation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonTransformation.Location = new System.Drawing.Point(68, 807); this.buttonTransformation.Location = new System.Drawing.Point(68, 807);
this.buttonTransformation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonTransformation.Margin = new System.Windows.Forms.Padding(4);
this.buttonTransformation.Name = "buttonTransformation"; this.buttonTransformation.Name = "buttonTransformation";
this.buttonTransformation.Size = new System.Drawing.Size(34, 34); this.buttonTransformation.Size = new System.Drawing.Size(34, 34);
this.buttonTransformation.TabIndex = 11; this.buttonTransformation.TabIndex = 11;
@ -814,7 +814,7 @@
this.buttonHintergrund.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonHintergrund.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonHintergrund.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonHintergrund.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonHintergrund.Location = new System.Drawing.Point(183, 807); this.buttonHintergrund.Location = new System.Drawing.Point(183, 807);
this.buttonHintergrund.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonHintergrund.Margin = new System.Windows.Forms.Padding(4);
this.buttonHintergrund.Name = "buttonHintergrund"; this.buttonHintergrund.Name = "buttonHintergrund";
this.buttonHintergrund.Size = new System.Drawing.Size(34, 34); this.buttonHintergrund.Size = new System.Drawing.Size(34, 34);
this.buttonHintergrund.TabIndex = 13; this.buttonHintergrund.TabIndex = 13;
@ -831,7 +831,7 @@
this.buttonRander.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRander.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRander.Font = new System.Drawing.Font("Webdings", 9.5F); this.buttonRander.Font = new System.Drawing.Font("Webdings", 9.5F);
this.buttonRander.Location = new System.Drawing.Point(242, 807); this.buttonRander.Location = new System.Drawing.Point(242, 807);
this.buttonRander.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRander.Margin = new System.Windows.Forms.Padding(4);
this.buttonRander.Name = "buttonRander"; this.buttonRander.Name = "buttonRander";
this.buttonRander.Size = new System.Drawing.Size(34, 34); this.buttonRander.Size = new System.Drawing.Size(34, 34);
this.buttonRander.TabIndex = 14; this.buttonRander.TabIndex = 14;
@ -847,7 +847,7 @@
this.buttonPreview.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonPreview.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonPreview.Location = new System.Drawing.Point(300, 806); this.buttonPreview.Location = new System.Drawing.Point(300, 806);
this.buttonPreview.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonPreview.Margin = new System.Windows.Forms.Padding(4);
this.buttonPreview.Name = "buttonPreview"; this.buttonPreview.Name = "buttonPreview";
this.buttonPreview.Size = new System.Drawing.Size(34, 34); this.buttonPreview.Size = new System.Drawing.Size(34, 34);
this.buttonPreview.TabIndex = 19; this.buttonPreview.TabIndex = 19;
@ -860,7 +860,7 @@
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.panelPreview.BackColor = System.Drawing.Color.Gainsboro; this.panelPreview.BackColor = System.Drawing.Color.Gainsboro;
this.panelPreview.Location = new System.Drawing.Point(9, 650); this.panelPreview.Location = new System.Drawing.Point(9, 650);
this.panelPreview.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelPreview.Margin = new System.Windows.Forms.Padding(4);
this.panelPreview.Name = "panelPreview"; this.panelPreview.Name = "panelPreview";
this.panelPreview.Size = new System.Drawing.Size(1023, 150); this.panelPreview.Size = new System.Drawing.Size(1023, 150);
this.panelPreview.TabIndex = 20; this.panelPreview.TabIndex = 20;
@ -874,7 +874,7 @@
this.buttonHeart.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonHeart.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonHeart.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonHeart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonHeart.Location = new System.Drawing.Point(998, 806); this.buttonHeart.Location = new System.Drawing.Point(998, 806);
this.buttonHeart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonHeart.Margin = new System.Windows.Forms.Padding(4);
this.buttonHeart.Name = "buttonHeart"; this.buttonHeart.Name = "buttonHeart";
this.buttonHeart.Size = new System.Drawing.Size(34, 34); this.buttonHeart.Size = new System.Drawing.Size(34, 34);
this.buttonHeart.TabIndex = 21; this.buttonHeart.TabIndex = 21;
@ -889,7 +889,7 @@
this.buttonChristmas.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonChristmas.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonChristmas.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonChristmas.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonChristmas.Location = new System.Drawing.Point(939, 806); this.buttonChristmas.Location = new System.Drawing.Point(939, 806);
this.buttonChristmas.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonChristmas.Margin = new System.Windows.Forms.Padding(4);
this.buttonChristmas.Name = "buttonChristmas"; this.buttonChristmas.Name = "buttonChristmas";
this.buttonChristmas.Size = new System.Drawing.Size(34, 34); this.buttonChristmas.Size = new System.Drawing.Size(34, 34);
this.buttonChristmas.TabIndex = 22; this.buttonChristmas.TabIndex = 22;
@ -905,7 +905,7 @@
this.buttonWebRemove.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.buttonWebRemove.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.buttonWebRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonWebRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonWebRemove.Location = new System.Drawing.Point(358, 804); this.buttonWebRemove.Location = new System.Drawing.Point(358, 804);
this.buttonWebRemove.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonWebRemove.Margin = new System.Windows.Forms.Padding(4);
this.buttonWebRemove.Name = "buttonWebRemove"; this.buttonWebRemove.Name = "buttonWebRemove";
this.buttonWebRemove.Size = new System.Drawing.Size(34, 34); this.buttonWebRemove.Size = new System.Drawing.Size(34, 34);
this.buttonWebRemove.TabIndex = 23; this.buttonWebRemove.TabIndex = 23;
@ -939,10 +939,10 @@
this.Controls.Add(this.buttonRander); this.Controls.Add(this.buttonRander);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true; this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Margin = new System.Windows.Forms.Padding(4);
this.MinimumSize = new System.Drawing.Size(1464, 880); this.MinimumSize = new System.Drawing.Size(1464, 880);
this.Name = "Main"; this.Name = "Main";
this.Text = "Image Sorter v2.9 | © 2015-2024 by kmpr.at"; this.Text = "Image Sorter v2.10 | © 2015-2024 by kmpr.at";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.Load += new System.EventHandler(this.Main_Load); this.Load += new System.EventHandler(this.Main_Load);
this.Shown += new System.EventHandler(this.Main_Shown); this.Shown += new System.EventHandler(this.Main_Shown);

View File

@ -38,7 +38,7 @@
<PublisherName>manuelkamper.com</PublisherName> <PublisherName>manuelkamper.com</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish> <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision> <ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.9.0.0</ApplicationVersion> <ApplicationVersion>2.10.0.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust> <UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut> <CreateDesktopShortcut>true</CreateDesktopShortcut>
<ExcludeDeploymentUrl>true</ExcludeDeploymentUrl> <ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
@ -53,7 +53,7 @@
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>5</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben: // übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.*")] [assembly: AssemblyVersion("2.10.*")]
//[assembly: AssemblyFileVersion("1.6.0.0")] //[assembly: AssemblyFileVersion("1.6.0.0")]