home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TTESTFORM / TTESTFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  1.3 KB  |  78 lines

  1. object TestForm: TTestForm
  2.   Left = 466
  3.   Top = 121
  4.   Width = 272
  5.   Height = 224
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 8
  17.     Top = 48
  18.     Width = 105
  19.     Height = 105
  20.     Picture.Data = {<image000.bmp>}
  21.   end
  22.   object Image2: TImage
  23.     Left = 0
  24.     Top = 48
  25.     Width = 65
  26.     Height = 105
  27.     Picture.Data = {<image001.bmp>}
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 120
  31.     Top = 48
  32.     Width = 121
  33.     Height = 21
  34.     TabOrder = 0
  35.     Text = 'Edit1'
  36.   end
  37.   object Edit2: TEdit
  38.     Left = 120
  39.     Top = 72
  40.     Width = 121
  41.     Height = 21
  42.     TabOrder = 1
  43.     Text = 'Edit2'
  44.   end
  45.   object Button6: TButton
  46.     Left = 88
  47.     Top = 8
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Print'
  51.     TabOrder = 2
  52.     OnClick = Button6Click
  53.   end
  54.   object Button1: TButton
  55.     Left = 8
  56.     Top = 8
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Edit'
  60.     TabOrder = 3
  61.     OnClick = Button1Click
  62.   end
  63.   object Memo1: TMemo
  64.     Left = 72
  65.     Top = 120
  66.     Width = 185
  67.     Height = 73
  68.     Lines.Strings = (
  69.       'Memo1')
  70.     TabOrder = 4
  71.   end
  72.   object PrintManager: TPrintManager
  73.     OnNeedStream = PrintManagerNeedStream
  74.     Left = 208
  75.     Top = 8
  76.   end
  77. end
  78.