Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VERSION 5.00
- Begin VB.Form frmTgProgress
- BackColor = &H00000000&
- BorderStyle = 1 'Fixed Single
- Caption = "Taktikosgenesis"
- ClientHeight = 660
- ClientLeft = 45
- ClientTop = 390
- ClientWidth = 5520
- Icon = "tg-progress.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 660
- ScaleWidth = 5520
- StartUpPosition = 3 'Windows Default
- Begin VB.Label lblp
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- ForeColor = &H00FFFFFF&
- Height = 255
- Index = 1
- Left = 120
- TabIndex = 1
- Top = 360
- Width = 5295
- End
- Begin VB.Label lblp
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "0%"
- ForeColor = &H00FFFFFF&
- Height = 255
- Index = 0
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 5295
- End
- End
- Attribute VB_Name = "frmTgProgress"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Tgdata As typeTgData
- Private Sub Form_Load()
- frmTgProgress.Show
- frmTgProgress.Caption = "Progress"
- lblp(0).Caption = "0%"
- lblp(1).Caption = ""
- frmTgProgress.Refresh
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement