83 lines
1.7 KiB
Plaintext
83 lines
1.7 KiB
Plaintext
inherited frmAlertOrders: TfrmAlertOrders
|
|
Left = 374
|
|
Top = 193
|
|
Height = 278
|
|
Caption = 'Alert when Results Available'
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 297
|
|
Height = 13
|
|
Caption =
|
|
'The following orders will send alerts when results are available' +
|
|
' -'
|
|
end
|
|
object lblAlertRecipient: TLabel
|
|
Left = 8
|
|
Top = 208
|
|
Width = 72
|
|
Height = 13
|
|
Caption = 'Alert Recipient:'
|
|
end
|
|
object lstOrders: TCaptionListBox
|
|
Left = 8
|
|
Top = 22
|
|
Width = 411
|
|
Height = 176
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
Caption =
|
|
'The following orders will send alerts when results are available' +
|
|
' -'
|
|
end
|
|
object cmdOK: TButton
|
|
Left = 267
|
|
Top = 222
|
|
Width = 72
|
|
Height = 21
|
|
Caption = 'OK'
|
|
Default = True
|
|
TabOrder = 2
|
|
OnClick = cmdOKClick
|
|
end
|
|
object cmdCancel: TButton
|
|
Left = 347
|
|
Top = 222
|
|
Width = 72
|
|
Height = 21
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
TabOrder = 3
|
|
OnClick = cmdCancelClick
|
|
end
|
|
object cboAlertRecipient: TORComboBox
|
|
Left = 7
|
|
Top = 226
|
|
Width = 226
|
|
Height = 21
|
|
HelpContext = 9102
|
|
Style = orcsDropDown
|
|
AutoSelect = True
|
|
Caption = 'Alert Recipient'
|
|
Color = clWindow
|
|
DropDownCount = 8
|
|
ItemHeight = 13
|
|
ItemTipColor = clWindow
|
|
ItemTipEnable = True
|
|
ListItemsOnly = True
|
|
LongList = True
|
|
LookupPiece = 2
|
|
MaxLength = 0
|
|
Pieces = '2,3'
|
|
Sorted = False
|
|
SynonymChars = '<>'
|
|
TabOrder = 1
|
|
OnExit = cboOnExit
|
|
OnNeedData = cboAlertRecipientNeedData
|
|
end
|
|
end
|