home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
DCLSTD50.BPL
/
0
/
RCDATA
/
TNEWSTDACTIONDLG
/
TNEWSTDACTIONDLG.txt
Wrap
Text File
|
1999-08-11
|
2KB
|
94 lines
object NewStdActionDlg: TNewStdActionDlg
Left = 209
Top = 219
HelpContext = 26171
AutoScroll = False
Caption = 'Standard Actions'
ClientHeight = 196
ClientWidth = 384
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 281
Height = 177
Anchors = [akLeft, akTop, akRight, akBottom]
Shape = bsFrame
end
object HelpBtn: TButton
Left = 300
Top = 68
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Help'
TabOrder = 2
OnClick = HelpBtnClick
end
object OKBtn: TButton
Left = 300
Top = 8
Width = 75
Height = 25
Action = AcceptAction
Anchors = [akTop, akRight]
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 300
Top = 38
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object ActionList: TListView
Left = 16
Top = 16
Width = 265
Height = 161
Anchors = [akLeft, akTop, akRight, akBottom]
Columns = <
item
Caption = 'Action'
Width = 176
end
item
Caption = 'Category'
Width = 85
end>
HideSelection = False
MultiSelect = True
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 3
ViewStyle = vsReport
OnColumnClick = ActionListColumnClick
OnCompare = ActionListCompare
OnDblClick = ActionListDblClick
end
object ActionList1: TActionList
Left = 300
Top = 100
object AcceptAction: TAction
Caption = 'OK'
Enabled = False
OnUpdate = AcceptActionUpdate
end
end
end