Rättat registryhantering + .CopyTo istället för MoveTo

This commit is contained in:
2021-04-21 20:55:34 +02:00
parent fbb246d09b
commit 96ca8d0424
2 changed files with 22 additions and 3 deletions

View File

@ -50,6 +50,9 @@ namespace PictureReposit
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Location = new System.Drawing.Point(183, 72);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(654, 548);
@ -150,6 +153,7 @@ namespace PictureReposit
this.txtRootDir.Size = new System.Drawing.Size(164, 23);
this.txtRootDir.TabIndex = 10;
this.txtRootDir.Text = "D:\\Bildlabb\\LabRotCat";
this.txtRootDir.TextChanged += new System.EventHandler(this.txtRootDir_TextChanged);
//
// Form1
//