home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap17 / appmem / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  813 b   |  42 lines

  1. object Form1: TForm1
  2.   Left = 75
  3.   Top = 96
  4.   ActiveControl = ListBox1
  5.   AutoScroll = False
  6.   Caption = 'App Mem for Windows'
  7.   ClientHeight = 273
  8.   ClientWidth = 502
  9.   Color = 4194304
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 16
  18.   object ListBox1: TListBox
  19.     Left = 16
  20.     Top = 16
  21.     Width = 473
  22.     Height = 202
  23.     Color = clNavy
  24.     Font.Color = clYellow
  25.     Font.Height = -13
  26.     Font.Name = 'Courier New'
  27.     Font.Style = [fsBold]
  28.     ItemHeight = 16
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object Button1: TButton
  33.     Left = 206
  34.     Top = 232
  35.     Width = 90
  36.     Height = 30
  37.     Caption = 'Button1'
  38.     TabOrder = 1
  39.     OnClick = Button1Click
  40.   end
  41. end
  42.