home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Dashboard.dll / 0 / RCDATA / TSTRINGSDIALOG / TSTRINGSDIALOG.txt
Text File  |  2005-02-04  |  808b  |  44 lines

  1. object StringsDialog: TStringsDialog
  2.   Left = 218
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit strings...'
  6.   ClientHeight = 375
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 175
  20.     Top = 345
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object Memo: TMemo
  28.     Left = 5
  29.     Top = 5
  30.     Width = 326
  31.     Height = 336
  32.     TabOrder = 1
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 255
  36.     Top = 345
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43. end
  44.