Last change
on this file since 819 was 459, checked in by Kevin Toppenberg, 16 years ago |
Adding foia-cprs branch
|
File size:
1.9 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 = 325
|
---|
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 = 315
|
---|
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 = 384
|
---|
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 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.