home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / pim / U32pb200.exe / Dsrun.exe / 0 / RCDATA / TDLGFORM / TDLGFORM.txt < prev   
Text File  |  1996-08-01  |  641b  |  29 lines

  1. object DlgForm: TDlgForm
  2.   Left = 27
  3.   Top = 154
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Visual DialogScript'
  9.   ClientHeight = 124
  10.   ClientWidth = 224
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object FileDlg: TOpenDialog
  23.     FileEditStyle = fsEdit
  24.     Left = 32
  25.   end
  26.   object DdeClientConv: TDdeClientConv
  27.   end
  28. end
  29.