source: cprs/trunk/CPRS-Chart/Orders/fOrdersAlert.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 2.3 KB
RevLine 
[456]1inherited frmAlertOrders: TfrmAlertOrders
2 Left = 374
3 Top = 193
4 Caption = 'Alert when Results Available'
[829]5 ClientHeight = 251
[456]6 Position = poScreenCenter
7 OnCreate = FormCreate
[829]8 ExplicitWidth = 320
9 ExplicitHeight = 278
[456]10 PixelsPerInch = 96
11 TextHeight = 13
[829]12 object Label1: TLabel [0]
[456]13 Left = 8
14 Top = 8
15 Width = 297
16 Height = 13
17 Caption =
18 'The following orders will send alerts when results are available' +
19 ' -'
20 end
[829]21 object lblAlertRecipient: TLabel [1]
[456]22 Left = 8
23 Top = 208
24 Width = 72
25 Height = 13
26 Caption = 'Alert Recipient:'
27 end
[829]28 object lstOrders: TCaptionListBox [2]
[456]29 Left = 8
30 Top = 22
31 Width = 411
32 Height = 176
33 ItemHeight = 13
34 TabOrder = 0
35 Caption =
36 'The following orders will send alerts when results are available' +
37 ' -'
38 end
[829]39 object cmdOK: TButton [3]
[456]40 Left = 267
41 Top = 222
42 Width = 72
43 Height = 21
44 Caption = 'OK'
45 Default = True
46 TabOrder = 2
47 OnClick = cmdOKClick
48 end
[829]49 object cmdCancel: TButton [4]
[456]50 Left = 347
51 Top = 222
52 Width = 72
53 Height = 21
54 Cancel = True
55 Caption = 'Cancel'
56 TabOrder = 3
57 OnClick = cmdCancelClick
58 end
[829]59 object cboAlertRecipient: TORComboBox [5]
[456]60 Left = 7
61 Top = 226
62 Width = 226
63 Height = 21
64 HelpContext = 9102
65 Style = orcsDropDown
66 AutoSelect = True
67 Caption = 'Alert Recipient'
68 Color = clWindow
69 DropDownCount = 8
70 ItemHeight = 13
71 ItemTipColor = clWindow
72 ItemTipEnable = True
73 ListItemsOnly = True
74 LongList = True
75 LookupPiece = 2
76 MaxLength = 0
77 Pieces = '2,3'
78 Sorted = False
79 SynonymChars = '<>'
80 TabOrder = 1
81 OnExit = cboOnExit
82 OnNeedData = cboAlertRecipientNeedData
[829]83 CharsNeedMatch = 1
[456]84 end
[829]85 inherited amgrMain: TVA508AccessibilityManager
86 Data = (
87 (
88 'Component = lstOrders'
89 'Status = stsDefault')
90 (
91 'Component = cmdOK'
92 'Status = stsDefault')
93 (
94 'Component = cmdCancel'
95 'Status = stsDefault')
96 (
97 'Component = cboAlertRecipient'
98 'Status = stsDefault')
99 (
100 'Component = frmAlertOrders'
101 'Status = stsDefault'))
102 end
[456]103end
Note: See TracBrowser for help on using the repository browser.