home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TAPPLICATIONOPTIONSPAGE / TAPPLICATIONOPTIONSPAGE.txt
Text File  |  1999-08-11  |  2KB  |  122 lines

  1. object ApplicationOptionsPage: TApplicationOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 283
  6.   HelpContext = 1770
  7.   Caption = 'Application'
  8.   OnBroadcast = ApplicationOptionsPageBroadcast
  9.   object GroupBox13: TGroupBox
  10.     Left = 8
  11.     Top = 8
  12.     Width = 385
  13.     Height = 145
  14.     Caption = ' Application settings '
  15.     TabOrder = 0
  16.     IsControl = True
  17.     object AppHelpFileLbl: TLabel
  18.       Left = 28
  19.       Top = 51
  20.       Width = 41
  21.       Height = 13
  22.       Caption = 'Help &file:'
  23.       FocusControl = AppHelpFile
  24.       IsControl = True
  25.     end
  26.     object AppTitleLbl: TLabel
  27.       Left = 46
  28.       Top = 23
  29.       Width = 23
  30.       Height = 13
  31.       Caption = '&Title:'
  32.       FocusControl = AppTitle
  33.       IsControl = True
  34.     end
  35.     object AppIconLbl: TLabel
  36.       Left = 45
  37.       Top = 81
  38.       Width = 24
  39.       Height = 13
  40.       Caption = '&Icon:'
  41.       FocusControl = LoadIconBtn
  42.     end
  43.     object IconPanel: TPanel
  44.       Left = 77
  45.       Top = 80
  46.       Width = 52
  47.       Height = 49
  48.       BevelOuter = bvLowered
  49.       TabOrder = 3
  50.       object IconImage: TImage
  51.         Left = 1
  52.         Top = 1
  53.         Width = 50
  54.         Height = 47
  55.         Align = alClient
  56.         Center = True
  57.       end
  58.     end
  59.     object LoadIconBtn: TButton
  60.       Left = 140
  61.       Top = 80
  62.       Width = 87
  63.       Height = 24
  64.       Caption = '&Load Icon...'
  65.       TabOrder = 4
  66.       OnClick = BrowseIconClick
  67.     end
  68.     object bpBrowseHelp: TButton
  69.       Left = 296
  70.       Top = 48
  71.       Width = 76
  72.       Height = 23
  73.       Caption = '&Browse...'
  74.       TabOrder = 2
  75.       OnClick = BrowseHelpClick
  76.     end
  77.     object AppHelpFile: TEdit
  78.       Left = 77
  79.       Top = 49
  80.       Width = 212
  81.       Height = 21
  82.       TabOrder = 1
  83.     end
  84.     object AppTitle: TEdit
  85.       Left = 77
  86.       Top = 19
  87.       Width = 295
  88.       Height = 21
  89.       TabOrder = 0
  90.     end
  91.   end
  92.   object GroupBox15: TGroupBox
  93.     Left = 8
  94.     Top = 160
  95.     Width = 385
  96.     Height = 57
  97.     Caption = ' Output settings '
  98.     TabOrder = 1
  99.     object Label19: TLabel
  100.       Left = 11
  101.       Top = 25
  102.       Width = 98
  103.       Height = 13
  104.       Caption = 'Target file &extension:'
  105.       FocusControl = AppFileExt
  106.     end
  107.     object AppFileExt: TEdit
  108.       Left = 120
  109.       Top = 22
  110.       Width = 121
  111.       Height = 21
  112.       TabOrder = 0
  113.       Text = 'AppFileExt'
  114.     end
  115.   end
  116.   object OpenDialog1: TOpenDialog
  117.     Options = [ofHideReadOnly, ofShowHelp, ofEnableSizing]
  118.     Left = 40
  119.     Top = 224
  120.   end
  121. end
  122.