Using MetaDataExtractor, and a lot of changes

This commit is contained in:
2021-04-28 22:57:33 +02:00
parent 8ef2a6b145
commit 1877ed5154
4 changed files with 183 additions and 95 deletions

View File

@ -41,6 +41,7 @@ namespace PictureReposit
this.btnReOrganize = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txtRootDir = new System.Windows.Forms.TextBox();
this.pbReorgProcess = new System.Windows.Forms.ProgressBar();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@ -155,11 +156,20 @@ namespace PictureReposit
this.txtRootDir.Text = "D:\\Bildlabb\\LabRotCat";
this.txtRootDir.TextChanged += new System.EventHandler(this.txtRootDir_TextChanged);
//
// pbReorgProcess
//
this.pbReorgProcess.Location = new System.Drawing.Point(183, 72);
this.pbReorgProcess.Name = "pbReorgProcess";
this.pbReorgProcess.Size = new System.Drawing.Size(654, 79);
this.pbReorgProcess.TabIndex = 11;
this.pbReorgProcess.Visible = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(869, 642);
this.Controls.Add(this.pbReorgProcess);
this.Controls.Add(this.txtRootDir);
this.Controls.Add(this.label3);
this.Controls.Add(this.btnReOrganize);
@ -193,6 +203,7 @@ namespace PictureReposit
private System.Windows.Forms.Button btnReOrganize;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtRootDir;
private System.Windows.Forms.ProgressBar pbReorgProcess;
}
}