home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-04-22  |  846 b   |  49 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 104
  4.   Width = 212
  5.   Height = 170
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 0
  17.     Width = 65
  18.     Height = 13
  19.     Caption = 'Zdr. Adres∩┐╜∩┐╜e'
  20.   end
  21.   object Button1: TButton
  22.     Left = 8
  23.     Top = 112
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Zaloha'
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Memo1: TMemo
  31.     Left = 8
  32.     Top = 16
  33.     Width = 185
  34.     Height = 89
  35.     Lines.Strings = (
  36.       'C:\BATCH')
  37.     TabOrder = 1
  38.   end
  39.   object Button2: TButton
  40.     Left = 120
  41.     Top = 112
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Obnova'
  45.     TabOrder = 2
  46.     OnClick = Button2Click
  47.   end
  48. end
  49.