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

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

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