home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 A
/
CHIP_HITWARE6_A.iso
/
internet
/
netVampire
/
_SETUP.1
/
Vampire.exe
/
0
/
RCDATA
/
TGRPEDITDIALOG
/
TGRPEDITDIALOG.txt
Wrap
Text File
|
1998-11-30
|
2KB
|
84 lines
object GrpEditDialog: TGrpEditDialog
Left = 333
Top = 107
ActiveControl = ExtEdit
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'File group'
ClientHeight = 137
ClientWidth = 421
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 20
Top = 60
Width = 69
Height = 13
Caption = 'File extensions'
end
object Label2: TLabel
Left = 20
Top = 8
Width = 29
Height = 13
Caption = 'Folder'
end
object ExtEdit: TEdit
Left = 20
Top = 76
Width = 381
Height = 21
TabOrder = 2
end
object DirEdit: TEdit
Left = 20
Top = 24
Width = 381
Height = 21
TabOrder = 0
end
object BrowseBtn: TButton
Left = 324
Top = 49
Width = 75
Height = 23
Caption = 'Browse...'
TabOrder = 1
OnClick = BrowseBtnClick
end
object CancelBtn: TButton
Left = 212
Top = 106
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object OkBtn: TButton
Left = 132
Top = 106
Width = 75
Height = 23
Caption = 'OK'
Default = True
TabOrder = 3
OnClick = OkBtnClick
end
object BrowseDir1: TBrowseDir
Directory = '\'
Title = 'Select folder'
CustomButtonCaption = 'Create folder'
Left = 284
Top = 48
end
end