home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / tema / rks_dd / _SETUP.1 / ClientOle.dfm / ClientOle.txt
Text File  |  1998-08-20  |  1KB  |  77 lines

  1. object Form1: TForm1
  2.   Left = 240
  3.   Top = 216
  4.   Width = 303
  5.   Height = 300
  6.   Caption = 'Form1'
  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 = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 8
  20.     Top = 16
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'Load'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object ListBox1: TListBox
  28.     Left = 96
  29.     Top = 16
  30.     Width = 185
  31.     Height = 241
  32.     ItemHeight = 13
  33.     TabOrder = 1
  34.   end
  35.   object Button2: TButton
  36.     Left = 8
  37.     Top = 136
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Tile'
  41.     TabOrder = 2
  42.     OnClick = Button2Click
  43.   end
  44.   object Button3: TButton
  45.     Left = 8
  46.     Top = 168
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Cascade'
  50.     TabOrder = 3
  51.     OnClick = Button3Click
  52.   end
  53.   object BitBtn1: TBitBtn
  54.     Left = 8
  55.     Top = 56
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Show'
  59.     TabOrder = 4
  60.     OnClick = BitBtn1Click
  61.   end
  62.   object BitBtn2: TBitBtn
  63.     Left = 8
  64.     Top = 88
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Hide'
  68.     TabOrder = 5
  69.     OnClick = BitBtn2Click
  70.   end
  71.   object OpenDialog1: TOpenDialog
  72.     Filter = 'DMR Soubory|*.dmr'
  73.     Left = 144
  74.     Top = 32
  75.   end
  76. end
  77.