home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 December
/
PCWorld_2001-12_cd.bin
/
Software
/
Vyzkuste
/
iphile
/
Iphile.exe
/
0
/
RCDATA
/
TFORM2
/
TFORM2.txt
Wrap
Text File
|
2001-08-11
|
4KB
|
192 lines
object Form2: TForm2
Left = 444
Top = 225
Anchors = [akLeft, akTop, akRight]
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsToolWindow
Caption = 'Groups Editor'
ClientHeight = 313
ClientWidth = 284
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 2
Top = 1
Width = 280
Height = 280
Style = bsRaised
end
object addgrpbtn: TSpeedButton
Left = 170
Top = 40
Width = 50
Height = 24
Hint = 'Add Group'
Caption = '&Add'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = addgrpbtnClick
end
object Resetbtn: TSpeedButton
Left = 5
Top = 286
Width = 65
Height = 24
Caption = '&Restore'
OnClick = ResetbtnClick
end
object delgrpbtn: TSpeedButton
Left = 223
Top = 40
Width = 50
Height = 24
Hint = 'Delete Group'
Caption = '&Delete'
Flat = True
ParentShowHint = False
ShowHint = True
OnClick = delgrpbtnClick
end
object SpeedButton2: TSpeedButton
Left = 141
Top = 286
Width = 65
Height = 24
Caption = '&Save'
OnClick = SpeedButton2Click
end
object SpeedButton1: TSpeedButton
Left = 214
Top = 286
Width = 65
Height = 24
Caption = '&Cancel'
OnClick = SpeedButton1Click
end
object Label1: TLabel
Left = 8
Top = 12
Width = 37
Height = 13
Caption = 'Groups:'
end
object Label2: TLabel
Left = 8
Top = 45
Width = 31
Height = 13
Caption = 'Name:'
end
object GroupBox1: TGroupBox
Left = 5
Top = 70
Width = 273
Height = 205
Caption = 'File Extensions'
TabOrder = 4
object AddBtn: TSpeedButton
Left = 112
Top = 84
Width = 50
Height = 24
Caption = '<<'
OnClick = AddbtnClick
end
object DelBtn: TSpeedButton
Left = 112
Top = 113
Width = 50
Height = 24
Caption = '>>'
OnClick = DelBtnClick
end
end
object ListBox1: TListBox
Left = 10
Top = 85
Width = 100
Height = 185
Hint = 'Current Group'#39's Extensions'
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
ParentShowHint = False
ShowHint = True
Sorted = True
TabOrder = 0
OnDblClick = ListBox1DblClick
OnDragDrop = ListBox1DragDrop
OnDragOver = ListBox1DragOver
OnKeyPress = ListBox1KeyPress
end
object ListBox2: TListBox
Left = 172
Top = 85
Width = 100
Height = 185
Hint = 'All Installed Extensions'
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
ParentShowHint = False
PopupMenu = PopupMenu1
ShowHint = True
Sorted = True
TabOrder = 1
OnDblClick = ListBox2DblClick
OnDragDrop = ListBox2DragDrop
OnDragOver = ListBox2DragOver
end
object ComboBox1: TComboBox
Left = 48
Top = 8
Width = 225
Height = 21
Style = csOwnerDrawFixed
ItemHeight = 15
TabOrder = 2
OnChange = ComboBox1Change
OnDrawItem = ComboBox1DrawItem
OnDropDown = ComboBox1DropDown
OnKeyDown = ComboBox1KeyDown
end
object Edit1: TEdit
Left = 48
Top = 41
Width = 117
Height = 21
TabOrder = 3
OnKeyDown = Edit1KeyDown
end
object PopupMenu1: TPopupMenu
OwnerDraw = True
Left = 125
Top = 102
object New: TMenuItem
Caption = 'New...'
OnClick = NewClick
OnDrawItem = NewDrawItem
OnMeasureItem = NewMeasureItem
end
end
end