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

  1. object AnalyzePackageDlg: TAnalyzePackageDlg
  2.   Left = 261
  3.   Top = 129
  4.   HelpContext = 1626
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change %s'
  7.   ClientHeight = 262
  8.   ClientWidth = 361
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object AcceptButton: TButton
  15.     Left = 118
  16.     Top = 231
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'OK'
  20.     TabOrder = 1
  21.     OnClick = AcceptButtonClick
  22.   end
  23.   object CancelButton: TButton
  24.     Left = 198
  25.     Top = 231
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Cancel'
  29.     TabOrder = 2
  30.     OnClick = CancelButtonClick
  31.   end
  32.   object HelpButton: TButton
  33.     Left = 278
  34.     Top = 231
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Help'
  38.     TabOrder = 3
  39.     OnClick = HelpButtonClick
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 8
  43.     Top = 8
  44.     Width = 345
  45.     Height = 217
  46.     TabOrder = 0
  47.     object LabelChange: TLabel
  48.       Left = 12
  49.       Top = 14
  50.       Width = 316
  51.       Height = 26
  52.       AutoSize = False
  53.       Caption = 'filled in at runtime'
  54.       WordWrap = True
  55.     end
  56.     object LabelOK: TLabel
  57.       Left = 12
  58.       Top = 44
  59.       Width = 317
  60.       Height = 20
  61.       AutoSize = False
  62.       Caption = 'filled in at runtime'
  63.     end
  64.     object MemoSuggestions: TMemo
  65.       Left = 13
  66.       Top = 64
  67.       Width = 317
  68.       Height = 122
  69.       TabStop = False
  70.       Lines.Strings = (
  71.         '')
  72.       ReadOnly = True
  73.       ScrollBars = ssVertical
  74.       TabOrder = 0
  75.     end
  76.     object DetailsCheckBox: TCheckBox
  77.       Left = 14
  78.       Top = 192
  79.       Width = 97
  80.       Height = 17
  81.       Caption = '&View details'
  82.       TabOrder = 1
  83.       OnClick = DetailsCheckBoxClick
  84.     end
  85.   end
  86. end
  87.