home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / text-editors-a / CTextE3.EXE / Textedit.exe / 0 / RCDATA / TINFOFORM / TINFOFORM.txt
Text File  |  1998-04-07  |  2KB  |  101 lines

  1. object InfoForm: TInfoForm
  2.   Left = 226
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Info'
  6.   ClientHeight = 174
  7.   ClientWidth = 294
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 19
  18.     Top = 15
  19.     Width = 45
  20.     Height = 13
  21.     Caption = 'Filename:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 87
  25.     Top = 14
  26.     Width = 180
  27.     Height = 15
  28.     AutoSize = False
  29.     Caption = 'Label2'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 19
  33.     Top = 35
  34.     Width = 44
  35.     Height = 13
  36.     Caption = 'File Path:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 87
  40.     Top = 34
  41.     Width = 180
  42.     Height = 15
  43.     AutoSize = False
  44.     Caption = 'Label2'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 19
  48.     Top = 55
  49.     Width = 68
  50.     Height = 13
  51.     Caption = 'File Extension:'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 87
  55.     Top = 55
  56.     Width = 180
  57.     Height = 15
  58.     AutoSize = False
  59.     Caption = 'Label2'
  60.   end
  61.   object Label7: TLabel
  62.     Left = 20
  63.     Top = 76
  64.     Width = 45
  65.     Height = 13
  66.     Caption = 'File Date:'
  67.   end
  68.   object Label8: TLabel
  69.     Left = 87
  70.     Top = 76
  71.     Width = 180
  72.     Height = 15
  73.     AutoSize = False
  74.     Caption = 'Label2'
  75.   end
  76.   object Label9: TLabel
  77.     Left = 19
  78.     Top = 97
  79.     Width = 42
  80.     Height = 13
  81.     Caption = 'File Size:'
  82.   end
  83.   object Label10: TLabel
  84.     Left = 87
  85.     Top = 97
  86.     Width = 180
  87.     Height = 15
  88.     AutoSize = False
  89.     Caption = 'Label2'
  90.   end
  91.   object BitBtn1: TBitBtn
  92.     Left = 106
  93.     Top = 136
  94.     Width = 75
  95.     Height = 25
  96.     TabOrder = 0
  97.     OnClick = BitBtn1Click
  98.     Kind = bkOK
  99.   end
  100. end
  101.