Rättat registryhantering + .CopyTo istället för MoveTo
This commit is contained in:
4
PictureReposit/Form1.Designer.cs
generated
4
PictureReposit/Form1.Designer.cs
generated
@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user