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

  1. object ViewDialog: TViewDialog
  2.   Left = 265
  3.   Top = 156
  4.   ActiveControl = Edit
  5.   BorderStyle = bsDialog
  6.   Caption = 'View Module'
  7.   ClientHeight = 172
  8.   ClientWidth = 298
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object ListBox: TListBox
  14.     Left = 8
  15.     Top = 32
  16.     Width = 201
  17.     Height = 134
  18.     IntegralHeight = True
  19.     ItemHeight = 13
  20.     MultiSelect = True
  21.     Sorted = True
  22.     TabOrder = 1
  23.     OnClick = ListBoxClick
  24.     OnDblClick = ListBoxDblClick
  25.   end
  26.   object Edit: TEdit
  27.     Left = 8
  28.     Top = 8
  29.     Width = 201
  30.     Height = 21
  31.     TabOrder = 0
  32.     OnChange = EditChange
  33.     OnKeyDown = EditKeyDown
  34.   end
  35.   object OKButton: TButton
  36.     Left = 216
  37.     Top = 7
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     Enabled = False
  43.     ModalResult = 1
  44.     TabOrder = 2
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 216
  48.     Top = 37
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 3
  55.   end
  56.   object HelpButton: TButton
  57.     Left = 216
  58.     Top = 67
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Help'
  62.     TabOrder = 4
  63.     OnClick = HelpButtonClick
  64.   end
  65. end
  66.