home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Software
/
Topware
/
devpascal
/
devpas.exe
/
0
/
RCDATA
/
TFIRSTFORM
/
TFIRSTFORM.txt
< prev
Wrap
Text File
|
2002-07-15
|
3KB
|
168 lines
object FirstForm: TFirstForm
Left = 191
Top = 120
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Dev-Pascal first time configuration'
ClientHeight = 400
ClientWidth = 514
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 177
Top = 10
Width = 317
Height = 48
Caption =
'This is the first time you launch Dev-Pascal. You may configure ' +
'the startup settings now, or later change them from the Options ' +
'menu and Environment options.'
WordWrap = True
end
object Label2: TLabel
Left = 177
Top = 295
Width = 320
Height = 48
Caption =
'Note : if you experience problems using Dev-Pascal, please see' +
' the About box for information on getting help'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
WordWrap = True
end
object GroupBox1: TGroupBox
Left = 177
Top = 79
Width = 326
Height = 99
Caption = 'Associate the following file types with Dev-Pascal :'
TabOrder = 0
object AssignDev: TCheckBox
Left = 10
Top = 30
Width = 296
Height = 20
Caption = '.dp files'
Checked = True
State = cbChecked
TabOrder = 0
end
object AssignC: TCheckBox
Left = 10
Top = 59
Width = 296
Height = 21
Caption = '.pas, .pp files'
Checked = True
State = cbChecked
TabOrder = 1
end
end
object IconGroupBox: TGroupBox
Left = 177
Top = 187
Width = 326
Height = 100
Caption = 'Select icon set :'
TabOrder = 1
object IconBox: TComboBox
Left = 20
Top = 30
Width = 277
Height = 24
Style = csDropDownList
ItemHeight = 16
TabOrder = 0
Items.Strings = (
'Default'
'Gnome')
end
object PreviewBtn: TBitBtn
Left = 20
Top = 63
Width = 92
Height = 27
Caption = '&Preview'
TabOrder = 1
OnClick = PreviewBtnClick
end
end
object OkBtn: TBitBtn
Left = 10
Top = 359
Width = 495
Height = 31
Caption = '&OK'
TabOrder = 2
Kind = bkOK
end
object Panel1: TPanel
Left = 10
Top = 10
Width = 149
Height = 316
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 3
object Image1: TImage
Left = 1
Top = 1
Width = 147
Height = 314
Align = alClient
AutoSize = True
Picture.Data = {<image000.bmp>}
end
end
object Panel2: TPanel
Left = 10
Top = 345
Width = 493
Height = 2
BevelOuter = bvLowered
TabOrder = 4
end
object PopupMenu: TPopupMenu
Left = 296
Top = 216
object N1: TMenuItem
ImageIndex = 0
end
object TMenuItem
ImageIndex = 1
end
object TMenuItem
ImageIndex = 2
end
object TMenuItem
ImageIndex = 3
end
object TMenuItem
ImageIndex = 4
end
object TMenuItem
ImageIndex = 5
end
object TMenuItem
ImageIndex = 6
end
object TMenuItem
ImageIndex = 7
end
end
end