Last change
on this file since 611 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
2.4 KB
|
Line | |
---|
1 | inherited 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 [0]
|
---|
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 [1]
|
---|
20 | Left = 8
|
---|
21 | Top = 208
|
---|
22 | Width = 72
|
---|
23 | Height = 13
|
---|
24 | Caption = 'Alert Recipient:'
|
---|
25 | end
|
---|
26 | object lstOrders: TCaptionListBox [2]
|
---|
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 [3]
|
---|
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 [4]
|
---|
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 [5]
|
---|
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 | CharsNeedMatch = 1
|
---|
82 | end
|
---|
83 | inherited DKLanguageController1: TDKLanguageController
|
---|
84 | LangData = {
|
---|
85 | 0E0066726D416C6572744F726465727301010000000100000007004361707469
|
---|
86 | 6F6E010600000006004C6162656C31010100000002000000070043617074696F
|
---|
87 | 6E0011006C626C416C657274526563697069656E740101000000030000000700
|
---|
88 | 43617074696F6E0009006C73744F726465727301010000000400000007004361
|
---|
89 | 7074696F6E000500636D644F4B010100000005000000070043617074696F6E00
|
---|
90 | 0900636D6443616E63656C010100000006000000070043617074696F6E001100
|
---|
91 | 63626F416C657274526563697069656E74010100000007000000070043617074
|
---|
92 | 696F6E00}
|
---|
93 | end
|
---|
94 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.