2012-02-22 14:35:04 +00:00
|
|
|
object formConfig: TformConfig
|
|
|
|
Left = 439
|
|
|
|
Height = 240
|
|
|
|
Top = 244
|
|
|
|
Width = 320
|
|
|
|
Caption = 'FPBrowser Preferences'
|
|
|
|
ClientHeight = 240
|
|
|
|
ClientWidth = 320
|
2012-12-03 13:41:11 +00:00
|
|
|
LCLVersion = '1.1'
|
2012-02-22 14:35:04 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
Left = 8
|
2012-12-03 13:41:11 +00:00
|
|
|
Height = 15
|
2012-02-22 14:35:04 +00:00
|
|
|
Top = 8
|
2012-12-03 13:41:11 +00:00
|
|
|
Width = 66
|
2012-02-22 14:35:04 +00:00
|
|
|
Caption = 'User Agent:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object comboUserAgent: TComboBox
|
|
|
|
Left = 8
|
|
|
|
Height = 21
|
|
|
|
Top = 24
|
|
|
|
Width = 304
|
2012-12-03 13:41:11 +00:00
|
|
|
ItemHeight = 0
|
2012-02-22 14:35:04 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'FPBrowser/1.0 (Mobile; U; en-GB)'
|
|
|
|
'Opera/9.80 (iPhone; Opera Mini/6.5.1.23995/27.1227; U; pt) Presto/2.8.119 Version/11.10'
|
2012-12-03 13:41:11 +00:00
|
|
|
'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060101 Firefox/1.0.8'
|
2012-02-22 14:35:04 +00:00
|
|
|
)
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'FPBrowser/1.0 (Mobile; U; en-GB)'
|
|
|
|
end
|
|
|
|
object btnClose: TButton
|
|
|
|
Left = 176
|
|
|
|
Height = 25
|
|
|
|
Top = 200
|
|
|
|
Width = 115
|
|
|
|
Caption = 'Save and Close'
|
|
|
|
OnClick = btnCloseClick
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
|
|
|
Left = 24
|
|
|
|
Height = 25
|
|
|
|
Top = 200
|
|
|
|
Width = 115
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
end
|