home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Globe / Ticker.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  2000-01-25  |  989b  |  60 lines

  1. object Form10: TForm10
  2.   Left = 178
  3.   Top = 123
  4.   Width = 477
  5.   Height = 375
  6.   Caption = 'Form10'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Edit1: TEdit
  17.     Left = 56
  18.     Top = 16
  19.     Width = 297
  20.     Height = 21
  21.     TabOrder = 0
  22.     Text = 'Edit1'
  23.   end
  24.   object Memo1: TMemo
  25.     Left = 48
  26.     Top = 136
  27.     Width = 385
  28.     Height = 161
  29.     Lines.Strings = (
  30.       'Memo1')
  31.     TabOrder = 1
  32.   end
  33.   object Edit2: TEdit
  34.     Left = 56
  35.     Top = 56
  36.     Width = 297
  37.     Height = 21
  38.     TabOrder = 2
  39.     Text = 'Edit2'
  40.   end
  41.   object Edit3: TEdit
  42.     Left = 56
  43.     Top = 96
  44.     Width = 297
  45.     Height = 21
  46.     TabOrder = 3
  47.     Text = 'Edit3'
  48.   end
  49.   object OK: TButton
  50.     Left = 96
  51.     Top = 312
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'OK'
  56.     TabOrder = 4
  57.     OnClick = OKClick
  58.   end
  59. end
  60.