home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Registry
/
Mregchg
/
_SETUP.1
/
mregchg.exe
/
0
/
RCDATA
/
TFRMSELECTGRP
/
TFRMSELECTGRP.txt
Wrap
Text File
|
1998-04-08
|
2KB
|
80 lines
object frmSelectGrp: TfrmSelectGrp
Left = 291
Top = 245
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Select Saved Group'
ClientHeight = 208
ClientWidth = 247
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object grpBox: TListBox
Left = 0
Top = 0
Width = 247
Height = 175
Align = alClient
ItemHeight = 13
PopupMenu = PopupMenu1
TabOrder = 0
OnClick = grpBoxClick
OnDblClick = grpBoxDblClick
end
object Panel1: TPanel
Left = 0
Top = 175
Width = 247
Height = 33
Align = alBottom
TabOrder = 1
object btnOK: TButton
Left = 144
Top = 4
Width = 75
Height = 25
Caption = '&OK'
Enabled = False
TabOrder = 0
OnClick = grpBoxDblClick
end
object btnCancel: TButton
Left = 24
Top = 4
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = btnCancelClick
end
end
object PopupMenu1: TPopupMenu
Left = 200
Top = 128
object SelectGroup1: TMenuItem
Caption = 'Select this Group'
OnClick = grpBoxDblClick
end
object N1: TMenuItem
Caption = '-'
end
object DeleteGroup1: TMenuItem
Caption = 'Delete this Group'
OnClick = DeleteGroup1Click
end
object N2: TMenuItem
Caption = '-'
end
object Cancel1: TMenuItem
Caption = 'Cancel'
OnClick = btnCancelClick
end
end
end