home *** CD-ROM | disk | FTP | other *** search
- object FolderPropsForm: TFolderPropsForm
- Left = 337
- Top = 146
- BorderStyle = bsDialog
- Caption = 'Folder Properties'
- ClientHeight = 191
- ClientWidth = 360
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- PrintScale = poNone
- Scaled = False
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 4
- Top = 4
- Width = 349
- Height = 145
- Caption = 'General'
- TabOrder = 0
- object Image1: TImage
- Left = 16
- Top = 20
- Width = 32
- Height = 27
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 56
- Width = 329
- Height = 6
- Shape = bsTopLine
- end
- object Label1: TLabel
- Left = 12
- Top = 72
- Width = 44
- Height = 13
- Caption = 'Location:'
- end
- object Label2: TLabel
- Left = 12
- Top = 92
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object Label3: TLabel
- Left = 12
- Top = 112
- Width = 44
- Height = 13
- Caption = 'Contains:'
- end
- object lbLocation: TLabel
- Left = 64
- Top = 72
- Width = 269
- Height = 13
- AutoSize = False
- Caption = 'lbLocation'
- end
- object lbSize: TLabel
- Left = 64
- Top = 92
- Width = 269
- Height = 13
- AutoSize = False
- Caption = '0'
- end
- object lbContains: TLabel
- Left = 64
- Top = 112
- Width = 269
- Height = 13
- AutoSize = False
- Caption = '0'
- end
- object edUrl: TEdit
- Left = 60
- Top = 26
- Width = 273
- Height = 21
- TabOrder = 0
- end
- end
- object Button1: TBitBtn
- Left = 196
- Top = 160
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = Button1Click
- Kind = bkOK
- end
- object Button2: TBitBtn
- Left = 280
- Top = 160
- Width = 75
- Height = 25
- TabOrder = 2
- OnClick = Button2Click
- Kind = bkCancel
- end
- end
-