home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / tools / 95fontsh / fontsho.exe / 0 / RCDATA / TTESTSTRINGDLG / TTESTSTRINGDLG.txt
Text File  |  1996-11-29  |  1KB  |  75 lines

  1. object TestStringDlg: TTestStringDlg
  2.   Left = 230
  3.   Top = 149
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Font Show Test String'
  7.   ClientHeight = 214
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 300
  20.     Height = 161
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 88
  26.     Top = 100
  27.     Width = 125
  28.     Height = 16
  29.     Alignment = taCenter
  30.     Caption = 'Enter Test Phrase'
  31.     Font.Color = clBlack
  32.     Font.Height = -15
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object OKBtn: TBitBtn
  38.     Left = 64
  39.     Top = 180
  40.     Width = 77
  41.     Height = 27
  42.     TabOrder = 1
  43.     OnClick = OKBtnClick
  44.     Kind = bkOK
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object CancelBtn: TBitBtn
  50.     Left = 148
  51.     Top = 180
  52.     Width = 77
  53.     Height = 27
  54.     TabOrder = 2
  55.     OnClick = CancelBtnClick
  56.     Kind = bkCancel
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object Edit1: TEdit
  62.     Left = 32
  63.     Top = 48
  64.     Width = 257
  65.     Height = 24
  66.     Font.Color = clBlack
  67.     Font.Height = -15
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     MaxLength = 255
  71.     ParentFont = False
  72.     TabOrder = 0
  73.   end
  74. end
  75.