This commit is contained in:
Manuel Kamper 2024-08-17 09:17:55 +02:00
parent 50763e9b80
commit c7789a1c92
6 changed files with 25 additions and 25 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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;

View File

@ -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);

View File

@ -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;

View File

@ -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);