-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1fbccd
commit 16809a2
Showing
4 changed files
with
161 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
VERSION 5.00 | ||
Begin VB.Form Form5 | ||
Caption = "Form5" | ||
ClientHeight = 6060 | ||
ClientLeft = 120 | ||
ClientTop = 465 | ||
ClientWidth = 11955 | ||
LinkTopic = "Form5" | ||
ScaleHeight = 6060 | ||
ScaleWidth = 11955 | ||
StartUpPosition = 3 'Windows-Standard | ||
End | ||
Attribute VB_Name = "Form5" | ||
Attribute VB_GlobalNameSpace = False | ||
Attribute VB_Creatable = False | ||
Attribute VB_PredeclaredId = True | ||
Attribute VB_Exposed = False | ||
Option Explicit | ||
|
Oops, something went wrong.