home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TVIEWDIALOG / TVIEWDIALOG.txt
Text File  |  1997-01-16  |  1KB  |  69 lines

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