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   
Text File  |  2002-07-15  |  3KB  |  168 lines

  1. object FirstForm: TFirstForm
  2.   Left = 191
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dev-Pascal first time configuration'
  7.   ClientHeight = 400
  8.   ClientWidth = 514
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 177
  22.     Top = 10
  23.     Width = 317
  24.     Height = 48
  25.     Caption = 
  26.       'This is the first time you launch Dev-Pascal. You may configure ' +
  27.       'the startup settings now, or later change them from the Options ' +
  28.       'menu and Environment options.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 177
  33.     Top = 295
  34.     Width = 320
  35.     Height = 48
  36.     Caption = 
  37.       'Note : if you experience problems using Dev-Pascal,   please see' +
  38.       ' the About box for information on getting help'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clRed
  41.     Font.Height = -15
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     WordWrap = True
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 177
  49.     Top = 79
  50.     Width = 326
  51.     Height = 99
  52.     Caption = 'Associate the following file types with Dev-Pascal :'
  53.     TabOrder = 0
  54.     object AssignDev: TCheckBox
  55.       Left = 10
  56.       Top = 30
  57.       Width = 296
  58.       Height = 20
  59.       Caption = '.dp files'
  60.       Checked = True
  61.       State = cbChecked
  62.       TabOrder = 0
  63.     end
  64.     object AssignC: TCheckBox
  65.       Left = 10
  66.       Top = 59
  67.       Width = 296
  68.       Height = 21
  69.       Caption = '.pas, .pp files'
  70.       Checked = True
  71.       State = cbChecked
  72.       TabOrder = 1
  73.     end
  74.   end
  75.   object IconGroupBox: TGroupBox
  76.     Left = 177
  77.     Top = 187
  78.     Width = 326
  79.     Height = 100
  80.     Caption = 'Select icon set :'
  81.     TabOrder = 1
  82.     object IconBox: TComboBox
  83.       Left = 20
  84.       Top = 30
  85.       Width = 277
  86.       Height = 24
  87.       Style = csDropDownList
  88.       ItemHeight = 16
  89.       TabOrder = 0
  90.       Items.Strings = (
  91.         'Default'
  92.         'Gnome')
  93.     end
  94.     object PreviewBtn: TBitBtn
  95.       Left = 20
  96.       Top = 63
  97.       Width = 92
  98.       Height = 27
  99.       Caption = '&Preview'
  100.       TabOrder = 1
  101.       OnClick = PreviewBtnClick
  102.     end
  103.   end
  104.   object OkBtn: TBitBtn
  105.     Left = 10
  106.     Top = 359
  107.     Width = 495
  108.     Height = 31
  109.     Caption = '&OK'
  110.     TabOrder = 2
  111.     Kind = bkOK
  112.   end
  113.   object Panel1: TPanel
  114.     Left = 10
  115.     Top = 10
  116.     Width = 149
  117.     Height = 316
  118.     BevelInner = bvLowered
  119.     BevelOuter = bvNone
  120.     TabOrder = 3
  121.     object Image1: TImage
  122.       Left = 1
  123.       Top = 1
  124.       Width = 147
  125.       Height = 314
  126.       Align = alClient
  127.       AutoSize = True
  128.       Picture.Data = {<image000.bmp>}
  129.     end
  130.   end
  131.   object Panel2: TPanel
  132.     Left = 10
  133.     Top = 345
  134.     Width = 493
  135.     Height = 2
  136.     BevelOuter = bvLowered
  137.     TabOrder = 4
  138.   end
  139.   object PopupMenu: TPopupMenu
  140.     Left = 296
  141.     Top = 216
  142.     object N1: TMenuItem
  143.       ImageIndex = 0
  144.     end
  145.     object TMenuItem
  146.       ImageIndex = 1
  147.     end
  148.     object TMenuItem
  149.       ImageIndex = 2
  150.     end
  151.     object TMenuItem
  152.       ImageIndex = 3
  153.     end
  154.     object TMenuItem
  155.       ImageIndex = 4
  156.     end
  157.     object TMenuItem
  158.       ImageIndex = 5
  159.     end
  160.     object TMenuItem
  161.       ImageIndex = 6
  162.     end
  163.     object TMenuItem
  164.       ImageIndex = 7
  165.     end
  166.   end
  167. end
  168.