home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TFOLDERPROPSFORM / TFOLDERPROPSFORM.txt < prev   
Encoding:
Text File  |  2002-10-30  |  2.2 KB  |  118 lines

  1. object FolderPropsForm: TFolderPropsForm
  2.   Left = 337
  3.   Top = 146
  4.   BorderStyle = bsDialog
  5.   Caption = 'Folder Properties'
  6.   ClientHeight = 191
  7.   ClientWidth = 360
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = 11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GroupBox1: TGroupBox
  24.     Left = 4
  25.     Top = 4
  26.     Width = 349
  27.     Height = 145
  28.     Caption = 'General'
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 16
  32.       Top = 20
  33.       Width = 32
  34.       Height = 27
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.       Transparent = True
  38.     end
  39.     object Bevel1: TBevel
  40.       Left = 8
  41.       Top = 56
  42.       Width = 329
  43.       Height = 6
  44.       Shape = bsTopLine
  45.     end
  46.     object Label1: TLabel
  47.       Left = 12
  48.       Top = 72
  49.       Width = 44
  50.       Height = 13
  51.       Caption = 'Location:'
  52.     end
  53.     object Label2: TLabel
  54.       Left = 12
  55.       Top = 92
  56.       Width = 23
  57.       Height = 13
  58.       Caption = 'Size:'
  59.     end
  60.     object Label3: TLabel
  61.       Left = 12
  62.       Top = 112
  63.       Width = 44
  64.       Height = 13
  65.       Caption = 'Contains:'
  66.     end
  67.     object lbLocation: TLabel
  68.       Left = 64
  69.       Top = 72
  70.       Width = 269
  71.       Height = 13
  72.       AutoSize = False
  73.       Caption = 'lbLocation'
  74.     end
  75.     object lbSize: TLabel
  76.       Left = 64
  77.       Top = 92
  78.       Width = 269
  79.       Height = 13
  80.       AutoSize = False
  81.       Caption = '0'
  82.     end
  83.     object lbContains: TLabel
  84.       Left = 64
  85.       Top = 112
  86.       Width = 269
  87.       Height = 13
  88.       AutoSize = False
  89.       Caption = '0'
  90.     end
  91.     object edUrl: TEdit
  92.       Left = 60
  93.       Top = 26
  94.       Width = 273
  95.       Height = 21
  96.       TabOrder = 0
  97.     end
  98.   end
  99.   object Button1: TBitBtn
  100.     Left = 196
  101.     Top = 160
  102.     Width = 75
  103.     Height = 25
  104.     TabOrder = 1
  105.     OnClick = Button1Click
  106.     Kind = bkOK
  107.   end
  108.   object Button2: TBitBtn
  109.     Left = 280
  110.     Top = 160
  111.     Width = 75
  112.     Height = 25
  113.     TabOrder = 2
  114.     OnClick = Button2Click
  115.     Kind = bkCancel
  116.   end
  117. end
  118.