home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / applau13 / info.dfm / info.txt
Encoding:
Text File  |  1996-02-14  |  2.0 KB  |  123 lines

  1. object InfoForm: TInfoForm
  2.   Left = 164
  3.   Top = 274
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 185
  7.   ClientWidth = 393
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 15
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 59
  21.     Height = 15
  22.     Caption = 'Command'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 32
  27.     Width = 62
  28.     Height = 15
  29.     Caption = 'Information'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 80
  34.     Width = 42
  35.     Height = 15
  36.     Caption = 'Icon file'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 8
  40.     Top = 104
  41.     Width = 33
  42.     Height = 15
  43.     Caption = 'Icon #'
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 8
  47.     Top = 136
  48.     Width = 377
  49.     Height = 9
  50.     Shape = bsTopLine
  51.     Style = bsRaised
  52.   end
  53.   object Label5: TLabel
  54.     Left = 8
  55.     Top = 56
  56.     Width = 48
  57.     Height = 15
  58.     Caption = 'Directory'
  59.   end
  60.   object IconNrStr: TEdit
  61.     Left = 80
  62.     Top = 104
  63.     Width = 33
  64.     Height = 22
  65.     MaxLength = 3
  66.     TabOrder = 4
  67.   end
  68.   object IconFileStr: TEdit
  69.     Left = 80
  70.     Top = 80
  71.     Width = 305
  72.     Height = 22
  73.     MaxLength = 255
  74.     TabOrder = 3
  75.     OnDblClick = IconFileStrDblClick
  76.   end
  77.   object InfoStr: TEdit
  78.     Left = 80
  79.     Top = 32
  80.     Width = 305
  81.     Height = 22
  82.     MaxLength = 255
  83.     TabOrder = 1
  84.   end
  85.   object CmdStr: TEdit
  86.     Left = 80
  87.     Top = 8
  88.     Width = 305
  89.     Height = 22
  90.     MaxLength = 255
  91.     TabOrder = 0
  92.     OnDblClick = CmdStrDblClick
  93.   end
  94.   object BitBtn1: TBitBtn
  95.     Left = 104
  96.     Top = 144
  97.     Width = 89
  98.     Height = 33
  99.     TabOrder = 5
  100.     Kind = bkOK
  101.   end
  102.   object BitBtn2: TBitBtn
  103.     Left = 200
  104.     Top = 144
  105.     Width = 89
  106.     Height = 33
  107.     TabOrder = 6
  108.     Kind = bkCancel
  109.   end
  110.   object DirStr: TEdit
  111.     Left = 80
  112.     Top = 56
  113.     Width = 305
  114.     Height = 22
  115.     MaxLength = 255
  116.     TabOrder = 2
  117.   end
  118.   object OpenDialog1: TOpenDialog
  119.     Left = 8
  120.     Top = 144
  121.   end
  122. end
  123.