home *** CD-ROM | disk | FTP | other *** search
/ Do It Yourself Pak / Do_ItPak1.iso / aftd / _SETUP.1 / FamTree.exe / 0 / RCDATA / TSTRINGDLG / TSTRINGDLG.txt < prev   
Text File  |  1999-07-07  |  1KB  |  62 lines

  1. object StringDlg: TStringDlg
  2.   Left = 508
  3.   Top = 295
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 103
  6.   ClientWidth = 316
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   TextHeight = 13
  16.   object Prompt: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 300
  20.     Height = 26
  21.     AutoSize = False
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     WordWrap = True
  28.   end
  29.   object OK: TBitBtn
  30.     Left = 8
  31.     Top = 72
  32.     Width = 75
  33.     Height = 25
  34.     TabOrder = 1
  35.     Kind = bkOK
  36.   end
  37.   object Cancel: TBitBtn
  38.     Left = 121
  39.     Top = 72
  40.     Width = 75
  41.     Height = 25
  42.     TabOrder = 2
  43.     Kind = bkCancel
  44.   end
  45.   object Help: TBitBtn
  46.     Left = 233
  47.     Top = 72
  48.     Width = 75
  49.     Height = 25
  50.     TabOrder = 3
  51.     Kind = bkHelp
  52.   end
  53.   object Edit: TEditNoBlank
  54.     Left = 8
  55.     Top = 44
  56.     Width = 300
  57.     Height = 21
  58.     TabOrder = 0
  59.     AcceptBlank = False
  60.   end
  61. end
  62.