178
OnExecute = ActionDelExecute
end
object ActionClose: TAction
Category = 'Edit'
Caption = #1047#1072#1082#1088#1099#1090#1100
Hint = #1047#1072#1082#1088#1099#1090#1100
OnExecute = ActionCloseExecute
end
object ActionImageAdd: TAction
Category = 'Edit'
Caption = #1044#1086#1073#1072#1074#1080#1090#1100'
'#1082#1072#1088#1090#1080#1085#1082#1091
Hint = #1044#1086#1073#1072#1074#1080#1090#1100'
'#1082#1072#1088#1090#1080#1085#1082#1091
OnExecute = ActionImageAddExecute
end
object ActionImageDel: TAction
Category = 'Edit'
Caption = #1059#1073#1088#1072#1090#1100'
'#1082#1072#1088#1090#1080#1085#1082#1091
Hint = #1059#1073#1088#1072#1090#1100'
'#1082#1072#1088#1090#1080#1085#1082#1091
OnExecute = ActionImageDelExecute
end
end
object QQuest: TQuery
AfterScroll = QQuestAfterScroll
DatabaseName = 'Test'
SQL.Strings = (
'select * from Quest order by Name')
Left = 104
Top = 184
end
object DSQuest: TDataSource
DataSet = QQuest
Left = 136
Top = 184
end
object OpenPictureDialog1: TOpenPictureDialog
DefaultExt = '*.jpg'
Filter =
'All (*.jpg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg|JPEG Ima' +
'ge File (*.jpg)|*.jpg'
Left = 248