1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
object vStartWindow: TvStartWindow
Left = 320
Height = 257
Top = 131
Width = 320
Caption = 'Virtual Magnifying Glass'
ClientHeight = 257
ClientWidth = 320
OnClose = FormClose
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.3'
object Label1: TLabel
Left = 0
Height = 40
Top = 8
Width = 320
Alignment = taCenter
AutoSize = False
Caption = 'Virtual Magnifying Glass'
Font.Height = -27
ParentColor = False
ParentFont = False
end
object labelStartWindow: TLabel
Left = 8
Height = 192
Top = 56
Width = 306
AutoSize = False
Caption = 'labelStartWindow'
ParentColor = False
WordWrap = True
end
object buttonClassic: TBitBtn
Left = 24
Height = 30
Top = 216
Width = 107
Caption = 'Classic Mode'
OnClick = buttonClassicClick
TabOrder = 0
end
object buttonDynamic: TBitBtn
Left = 184
Height = 30
Top = 216
Width = 107
Caption = 'Dynamic Mode'
OnClick = buttonDynamicClick
TabOrder = 1
end
end
|