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 | object frmODChild: TfrmODChild
|
---|
2 | Left = 433
|
---|
3 | Top = 271
|
---|
4 | Width = 512
|
---|
5 | Height = 453
|
---|
6 | Caption = 'Associated Complex Orders'
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -11
|
---|
11 | Font.Name = 'MS Sans Serif'
|
---|
12 | Font.Style = []
|
---|
13 | OldCreateOrder = False
|
---|
14 | Position = poMainFormCenter
|
---|
15 | OnCreate = FormCreate
|
---|
16 | PixelsPerInch = 96
|
---|
17 | TextHeight = 13
|
---|
18 | object lblWarning: TLabel
|
---|
19 | Left = 0
|
---|
20 | Top = 0
|
---|
21 | Width = 504
|
---|
22 | Height = 59
|
---|
23 | Align = alTop
|
---|
24 | AutoSize = False
|
---|
25 | Caption =
|
---|
26 | 'You have requested to discontinue a medication order which was e' +
|
---|
27 | 'ntered as part of a complex order. The following are the orders ' +
|
---|
28 | 'associated with the same complex order. Do you want to dicsconti' +
|
---|
29 | 'nue all of these orders?'
|
---|
30 | WordWrap = True
|
---|
31 | end
|
---|
32 | object Panel1: TPanel
|
---|
33 | Left = 0
|
---|
34 | Top = 59
|
---|
35 | Width = 504
|
---|
36 | Height = 319
|
---|
37 | Align = alClient
|
---|
38 | BevelOuter = bvNone
|
---|
39 | BorderWidth = 3
|
---|
40 | BorderStyle = bsSingle
|
---|
41 | TabOrder = 0
|
---|
42 | object lstODComplex: TListBox
|
---|
43 | Left = 3
|
---|
44 | Top = 3
|
---|
45 | Width = 494
|
---|
46 | Height = 309
|
---|
47 | Style = lbOwnerDrawVariable
|
---|
48 | Align = alClient
|
---|
49 | ItemHeight = 16
|
---|
50 | TabOrder = 0
|
---|
51 | OnDrawItem = lstODComplexDrawItem
|
---|
52 | OnMeasureItem = lstODComplexMeasureItem
|
---|
53 | end
|
---|
54 | end
|
---|
55 | object Panel2: TPanel
|
---|
56 | Left = 0
|
---|
57 | Top = 378
|
---|
58 | Width = 504
|
---|
59 | Height = 41
|
---|
60 | Align = alBottom
|
---|
61 | TabOrder = 1
|
---|
62 | DesignSize = (
|
---|
63 | 504
|
---|
64 | 41)
|
---|
65 | object btnOK: TButton
|
---|
66 | Left = 332
|
---|
67 | Top = 12
|
---|
68 | Width = 75
|
---|
69 | Height = 21
|
---|
70 | Anchors = [akRight, akBottom]
|
---|
71 | Caption = 'OK'
|
---|
72 | TabOrder = 0
|
---|
73 | OnClick = btnOKClick
|
---|
74 | end
|
---|
75 | object btnCancel: TButton
|
---|
76 | Left = 416
|
---|
77 | Top = 12
|
---|
78 | Width = 75
|
---|
79 | Height = 21
|
---|
80 | Anchors = [akRight, akBottom]
|
---|
81 | Caption = 'Cancel'
|
---|
82 | TabOrder = 1
|
---|
83 | OnClick = btnCancelClick
|
---|
84 | end
|
---|
85 | end
|
---|
86 | object DKLanguageController1: TDKLanguageController
|
---|
87 | Left = 240
|
---|
88 | Top = 216
|
---|
89 | LangData = {
|
---|
90 | 0A0066726D4F444368696C64010100000001000000070043617074696F6E0106
|
---|
91 | 0000000A006C626C5761726E696E67010100000002000000070043617074696F
|
---|
92 | 6E00060050616E656C3100000C006C73744F44436F6D706C6578000006005061
|
---|
93 | 6E656C320000050062746E4F4B010100000003000000070043617074696F6E00
|
---|
94 | 090062746E43616E63656C010100000004000000070043617074696F6E00}
|
---|
95 | end
|
---|
96 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.