home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMFILEPROPERTIES / TFRMFILEPROPERTIES.txt < prev   
Text File  |  1996-10-14  |  3KB  |  159 lines

  1. object frmFileProperties: TfrmFileProperties
  2.   Left = 294
  3.   Top = 243
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Properties'
  7.   ClientHeight = 299
  8.   ClientWidth = 356
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object PageControl1: TPageControl
  16.     Left = 6
  17.     Top = 7
  18.     Width = 345
  19.     Height = 258
  20.     ActivePage = TabSheet1
  21.     TabOrder = 0
  22.     object TabSheet1: TTabSheet
  23.       Caption = 'General'
  24.       object EPImage1: TEPImage
  25.         Left = 14
  26.         Top = 8
  27.         Width = 27
  28.         Height = 33
  29.         ParentColor = False
  30.         Picture.Data = {<image000.bmp>}
  31.         Transparent = True
  32.       end
  33.       object lblFileName: TLabel
  34.         Left = 72
  35.         Top = 16
  36.         Width = 54
  37.         Height = 13
  38.         Caption = 'lblFileName'
  39.       end
  40.       object Bevel1: TBevel
  41.         Left = 8
  42.         Top = 48
  43.         Width = 321
  44.         Height = 2
  45.         Shape = bsBottomLine
  46.       end
  47.       object Bevel2: TBevel
  48.         Left = 8
  49.         Top = 120
  50.         Width = 321
  51.         Height = 2
  52.         Shape = bsBottomLine
  53.       end
  54.       object Bevel3: TBevel
  55.         Left = 8
  56.         Top = 160
  57.         Width = 321
  58.         Height = 2
  59.         Shape = bsBottomLine
  60.       end
  61.       object lblLocation: TLabel
  62.         Left = 8
  63.         Top = 64
  64.         Width = 44
  65.         Height = 13
  66.         Caption = 'Location:'
  67.       end
  68.       object lblSize: TLabel
  69.         Left = 8
  70.         Top = 95
  71.         Width = 23
  72.         Height = 13
  73.         Caption = 'Size:'
  74.       end
  75.       object lblDate: TLabel
  76.         Left = 8
  77.         Top = 134
  78.         Width = 26
  79.         Height = 13
  80.         Caption = 'Date:'
  81.       end
  82.       object lblAttributes: TLabel
  83.         Left = 8
  84.         Top = 176
  85.         Width = 47
  86.         Height = 13
  87.         Caption = 'Attributes:'
  88.       end
  89.       object lblDateOut: TLabel
  90.         Left = 72
  91.         Top = 134
  92.         Width = 50
  93.         Height = 13
  94.         Caption = 'lblDateOut'
  95.       end
  96.       object lblSizeOut: TLabel
  97.         Left = 72
  98.         Top = 95
  99.         Width = 47
  100.         Height = 13
  101.         Caption = 'lblSizeOut'
  102.       end
  103.       object lblLocationOut: TLabel
  104.         Left = 72
  105.         Top = 64
  106.         Width = 68
  107.         Height = 13
  108.         Caption = 'lblLocationOut'
  109.       end
  110.       object chkReadOnly: TCheckBox
  111.         Left = 96
  112.         Top = 176
  113.         Width = 97
  114.         Height = 17
  115.         Caption = 'Read-only'
  116.         Enabled = False
  117.         TabOrder = 0
  118.       end
  119.       object chkArchive: TCheckBox
  120.         Left = 96
  121.         Top = 196
  122.         Width = 97
  123.         Height = 17
  124.         Caption = 'Archive'
  125.         Enabled = False
  126.         TabOrder = 1
  127.       end
  128.       object chkHidden: TCheckBox
  129.         Left = 192
  130.         Top = 176
  131.         Width = 97
  132.         Height = 17
  133.         Caption = 'Hidden'
  134.         Enabled = False
  135.         TabOrder = 2
  136.       end
  137.       object chkSystem: TCheckBox
  138.         Left = 192
  139.         Top = 196
  140.         Width = 97
  141.         Height = 17
  142.         Caption = 'System'
  143.         Enabled = False
  144.         TabOrder = 3
  145.       end
  146.     end
  147.   end
  148.   object btnOk: TButton
  149.     Left = 276
  150.     Top = 272
  151.     Width = 75
  152.     Height = 23
  153.     Caption = 'Ok'
  154.     Default = True
  155.     ModalResult = 1
  156.     TabOrder = 1
  157.   end
  158. end
  159.