diff --git a/Mk0.Software.ImageSorter/Cropper.Designer.cs b/Mk0.Software.ImageSorter/Cropper.Designer.cs index 06d63ba..123acc0 100644 --- a/Mk0.Software.ImageSorter/Cropper.Designer.cs +++ b/Mk0.Software.ImageSorter/Cropper.Designer.cs @@ -62,8 +62,8 @@ // // Cropper // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(this.label1); this.Controls.Add(this.rubberBand1); diff --git a/Mk0.Software.ImageSorter/Dateirenamer.Designer.cs b/Mk0.Software.ImageSorter/Dateirenamer.Designer.cs index c6b3038..d769a5f 100644 --- a/Mk0.Software.ImageSorter/Dateirenamer.Designer.cs +++ b/Mk0.Software.ImageSorter/Dateirenamer.Designer.cs @@ -36,13 +36,13 @@ namespace Mk0.Software.ImageSorter this.buttonAusfuehren = new System.Windows.Forms.Button(); this.buttonSpeichern = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.checkBoxRekursiv = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textBoxLog = new System.Windows.Forms.TextBox(); - this.checkBoxRekursiv = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); @@ -116,6 +116,18 @@ namespace Mk0.Software.ImageSorter this.groupBox1.TabStop = false; this.groupBox1.Text = "Operation"; // + // checkBoxRekursiv + // + this.checkBoxRekursiv.AutoSize = true; + this.checkBoxRekursiv.Checked = true; + this.checkBoxRekursiv.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBoxRekursiv.Location = new System.Drawing.Point(6, 123); + this.checkBoxRekursiv.Name = "checkBoxRekursiv"; + this.checkBoxRekursiv.Size = new System.Drawing.Size(68, 17); + this.checkBoxRekursiv.TabIndex = 6; + this.checkBoxRekursiv.Text = "Rekursiv"; + this.checkBoxRekursiv.UseVisualStyleBackColor = true; + // // groupBox2 // this.groupBox2.Controls.Add(this.button5); @@ -182,22 +194,10 @@ namespace Mk0.Software.ImageSorter this.textBoxLog.Size = new System.Drawing.Size(606, 163); this.textBoxLog.TabIndex = 0; // - // checkBoxRekursiv - // - this.checkBoxRekursiv.AutoSize = true; - this.checkBoxRekursiv.Checked = true; - this.checkBoxRekursiv.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBoxRekursiv.Location = new System.Drawing.Point(6, 123); - this.checkBoxRekursiv.Name = "checkBoxRekursiv"; - this.checkBoxRekursiv.Size = new System.Drawing.Size(68, 17); - this.checkBoxRekursiv.TabIndex = 6; - this.checkBoxRekursiv.Text = "Rekursiv"; - this.checkBoxRekursiv.UseVisualStyleBackColor = true; - // // Dateirenamer // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(638, 410); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); diff --git a/Mk0.Software.ImageSorter/EXIF.Designer.cs b/Mk0.Software.ImageSorter/EXIF.Designer.cs index 06995b8..ff1ead8 100644 --- a/Mk0.Software.ImageSorter/EXIF.Designer.cs +++ b/Mk0.Software.ImageSorter/EXIF.Designer.cs @@ -43,8 +43,8 @@ // // EXIF // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(367, 391); this.Controls.Add(this.treeViewExif); this.MaximizeBox = false; diff --git a/Mk0.Software.ImageSorter/Inpaint.Designer.cs b/Mk0.Software.ImageSorter/Inpaint.Designer.cs index e591f90..cf06550 100644 --- a/Mk0.Software.ImageSorter/Inpaint.Designer.cs +++ b/Mk0.Software.ImageSorter/Inpaint.Designer.cs @@ -64,8 +64,8 @@ // Inpaint // this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(800, 561); this.Controls.Add(this.buttonReload); this.Controls.Add(this.buttonPaste); diff --git a/Mk0.Software.ImageSorter/Settings.Designer.cs b/Mk0.Software.ImageSorter/Settings.Designer.cs index 693753d..3cda0db 100644 --- a/Mk0.Software.ImageSorter/Settings.Designer.cs +++ b/Mk0.Software.ImageSorter/Settings.Designer.cs @@ -425,8 +425,8 @@ // // Settings // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(530, 157); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; diff --git a/Mk0.Software.ImageSorter/Vergleicher.Designer.cs b/Mk0.Software.ImageSorter/Vergleicher.Designer.cs index b718553..256e170 100644 --- a/Mk0.Software.ImageSorter/Vergleicher.Designer.cs +++ b/Mk0.Software.ImageSorter/Vergleicher.Designer.cs @@ -170,8 +170,8 @@ // // Vergleicher // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(620, 360); this.Controls.Add(this.button4); this.Controls.Add(this.labelzielinfo);