diff options
| author | lempamo <[email protected]> | 2017-09-23 12:23:10 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-23 12:23:10 -0400 |
| commit | 1ee3e00f8f0ee879fce4edf7d1ba9889335bc826 (patch) | |
| tree | b446c4d9856ad463c11d087da4355efbf5630da7 /Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.Designer.cs | |
| parent | 245a7c360bf2b6a6892abd32d3693847103d1132 (diff) | |
| download | histacom2-1ee3e00f8f0ee879fce4edf7d1ba9889335bc826.tar.gz histacom2-1ee3e00f8f0ee879fce4edf7d1ba9889335bc826.tar.bz2 histacom2-1ee3e00f8f0ee879fce4edf7d1ba9889335bc826.zip | |
EULA Pane & Disabled buttons
Diffstat (limited to 'Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.Designer.cs')
| -rw-r--r-- | Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.Designer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.Designer.cs b/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.Designer.cs index 6759dd9..6946002 100644 --- a/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.Designer.cs +++ b/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.Designer.cs @@ -101,16 +101,16 @@ // this.groupBox1.Controls.Add(this.classicButton1); this.groupBox1.Controls.Add(this.classicLabel5); - this.groupBox1.Location = new System.Drawing.Point(24, 231); + this.groupBox1.Location = new System.Drawing.Point(24, 225); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(447, 50); + this.groupBox1.Size = new System.Drawing.Size(447, 56); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Destination Folder"; // // classicLabel5 // - this.classicLabel5.Location = new System.Drawing.Point(12, 22); + this.classicLabel5.Location = new System.Drawing.Point(12, 27); this.classicLabel5.Name = "classicLabel5"; this.classicLabel5.Size = new System.Drawing.Size(311, 13); this.classicLabel5.TabIndex = 0; @@ -125,7 +125,7 @@ this.classicButton1.DialogResult = System.Windows.Forms.DialogResult.None; this.classicButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.classicButton1.ForeColor = System.Drawing.Color.Black; - this.classicButton1.Location = new System.Drawing.Point(365, 16); + this.classicButton1.Location = new System.Drawing.Point(365, 22); this.classicButton1.Name = "classicButton1"; this.classicButton1.Size = new System.Drawing.Size(75, 23); this.classicButton1.TabIndex = 1; |
