home *** CD-ROM | disk | FTP | other *** search
- object F_BROWSE: TF_BROWSE
- Left = 255
- Top = 156
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Katalog docelowy'
- ClientHeight = 294
- ClientWidth = 255
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 12
- Width = 255
- Height = 22
- Alignment = taCenter
- AutoSize = False
- Caption = 'Wska� katalog docelowy:'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 80
- Height = 19
- AutoSize = False
- Caption = 'Dyski:'
- Transparent = True
- end
- object Label3: TLabel
- Left = 8
- Top = 64
- Width = 81
- Height = 20
- AutoSize = False
- Caption = 'Katalogi:'
- Transparent = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 176
- Width = 239
- Height = 7
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 8
- Top = 240
- Width = 239
- Height = 5
- Shape = bsTopLine
- end
- object Label4: TLabel
- Left = 8
- Top = 187
- Width = 242
- Height = 21
- Alignment = taCenter
- AutoSize = False
- Caption = '�cie�ka instalacji:'
- end
- object Button1: TButton
- Left = 48
- Top = 256
- Width = 80
- Height = 25
- Hint = 'Zaakceptuj wybran� �cie�k�'
- Caption = 'Akceptuj'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 128
- Top = 256
- Width = 80
- Height = 25
- Hint = 'Zaniechaj zmiany �cie�ki'
- Caption = 'Anuluj'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = Button2Click
- end
- object DriveComboBox1: TDriveComboBox
- Left = 96
- Top = 40
- Width = 151
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 96
- Top = 64
- Width = 151
- Height = 100
- IntegralHeight = True
- ItemHeight = 16
- TabOrder = 1
- OnChange = DirectoryListBox1Change
- end
- object Edit1: TEdit
- Left = 8
- Top = 208
- Width = 240
- Height = 21
- MaxLength = 250
- TabOrder = 2
- end
- end
-