You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1748 8e941d3f-bd1b-0410-a28a-d453659cc2b4
45 lines
876 B
Plaintext
Executable File
45 lines
876 B
Plaintext
Executable File
object Status: TStatus
|
|
Left = 211
|
|
Height = 129
|
|
Top = 331
|
|
Width = 526
|
|
HorzScrollBar.Page = 525
|
|
VertScrollBar.Page = 128
|
|
ActiveControl = Button1
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Please Wait...'
|
|
ClientHeight = 129
|
|
ClientWidth = 526
|
|
OnCreate = FormCreate
|
|
Position = poDesktopCenter
|
|
ShowInTaskBar = stNever
|
|
LCLVersion = '0.9.29'
|
|
object Statuslabel: TLabel
|
|
Left = 16
|
|
Height = 17
|
|
Top = 16
|
|
Width = 62
|
|
Caption = 'Statuslabel'
|
|
FocusControl = Statuslabel
|
|
ParentColor = False
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
Left = 64
|
|
Height = 20
|
|
Top = 48
|
|
Width = 404
|
|
TabOrder = 1
|
|
end
|
|
object Button1: TButton
|
|
Left = 224
|
|
Height = 25
|
|
Top = 88
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Cancel'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
end
|