diff options
| author | AShifter <[email protected]> | 2017-04-28 14:11:59 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-04-28 14:11:59 -0700 |
| commit | 48681db294cacc8f726aa64c4716c977d79f28fa (patch) | |
| tree | b23be2020077d611971094f112e42d1d0283d392 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs | |
| parent | 14ff6e1e569259cb5652230bc809b3cf8e6dc9c9 (diff) | |
| parent | 0ffdb500015baaad3a663965d00de8f44a25a235 (diff) | |
| download | histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.gz histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.bz2 histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs index 7f0fa09..167fd42 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs @@ -452,21 +452,21 @@ this.Button3.UseVisualStyleBackColor = true; this.Button3.Click += new System.EventHandler(this.Button3_Click); // - // Button2 + // ForwardButton // this.Button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.Button2.Location = new System.Drawing.Point(323, 390); - this.Button2.Name = "Button2"; + this.Button2.Name = "ForwardButton"; this.Button2.Size = new System.Drawing.Size(75, 23); this.Button2.TabIndex = 11; this.Button2.Text = "< Back"; this.Button2.UseVisualStyleBackColor = true; // - // Button1 + // BackButton // this.Button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.Button1.Location = new System.Drawing.Point(485, 390); - this.Button1.Name = "Button1"; + this.Button1.Name = "BackButton"; this.Button1.Size = new System.Drawing.Size(75, 23); this.Button1.TabIndex = 10; this.Button1.Text = "Cancel"; |
