home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
rzcomps.exe
/
LIB
/
RZDIRFRM.DF_
/
RZDIRFRM.DF
/
RZDIRFRM.txt
Wrap
Text File
|
1996-10-18
|
2KB
|
132 lines
object RzSelDirForm: TRzSelDirForm
Left = 200
Top = 99
BorderStyle = bsDialog
Caption = 'Select a Directory'
ClientHeight = 275
ClientWidth = 252
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 73
Height = 13
Caption = 'Directory Name'
end
object Label2: TLabel
Left = 8
Top = 52
Width = 50
Height = 13
Caption = 'Directories'
end
object Label3: TLabel
Left = 8
Top = 196
Width = 30
Height = 13
Caption = 'Drives'
end
object LblDir: TLabel
Left = 8
Top = 24
Width = 237
Height = 13
AutoSize = False
Caption = 'd:\raize\cmponent\rzseldir'
end
object EdtDir: TEdit
Left = 8
Top = 24
Width = 237
Height = 21
TabOrder = 0
end
object PnlButtons: TPanel
Left = 0
Top = 241
Width = 252
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
object PnlButtonOffset: TPanel
Left = 6
Top = 0
Width = 163
Height = 34
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object BtnOK: TBitBtn
Left = 0
Top = 2
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = BtnOKClick
NumGlyphs = 2
end
object BtnCancel: TBitBtn
Left = 82
Top = 2
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
NumGlyphs = 2
end
end
object PnlHelpBtn: TPanel
Left = 169
Top = 0
Width = 83
Height = 34
Align = alRight
BevelOuter = bvNone
TabOrder = 1
Visible = False
object BtnHelp: TBitBtn
Left = 2
Top = 2
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 0
OnClick = BtnHelpClick
NumGlyphs = 2
end
end
end
object LstDirs: TRzDirectoryListBox
Left = 8
Top = 68
Width = 237
Height = 121
DirLabel = LblDir
ItemHeight = 17
TabOrder = 1
OnChange = LstDirsChange
end
object CbxDrives: TRzDriveComboBox
Left = 8
Top = 212
Width = 237
Height = 22
DirList = LstDirs
TabOrder = 2
end
end