source: cprs/trunk/CPRS-Chart/Orders/fODText.dfm@ 1679

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 2.5 KB
Line 
1inherited frmODText: TfrmODText
2 Width = 525
3 Height = 279
4 Anchors = [akLeft, akTop, akBottom]
5 Caption = 'Text Only Order'
6 ExplicitWidth = 525
7 ExplicitHeight = 279
8 PixelsPerInch = 96
9 TextHeight = 13
10 object lblText: TLabel [0]
11 Left = 6
12 Top = 4
13 Width = 126
14 Height = 13
15 Caption = 'Enter the text of the order -'
16 end
17 object lblStart: TLabel [1]
18 Left = 226
19 Top = 150
20 Width = 76
21 Height = 13
22 Caption = 'Start Date/Time'
23 end
24 object lblStop: TLabel [2]
25 Left = 374
26 Top = 150
27 Width = 76
28 Height = 13
29 Caption = 'Stop Date/Time'
30 end
31 object lblOrderSig: TLabel [3]
32 Left = 8
33 Top = 178
34 Width = 44
35 Height = 13
36 Caption = 'Order Sig'
37 end
38 inherited memOrder: TCaptionMemo
39 TabOrder = 4
40 end
41 object memText: TMemo [5]
42 Left = 6
43 Top = 18
44 Width = 508
45 Height = 124
46 Anchors = [akLeft, akTop, akBottom]
47 TabOrder = 1
48 OnChange = ControlChange
49 end
50 object txtStart: TORDateBox [6]
51 Left = 226
52 Top = 164
53 Width = 140
54 Height = 21
55 TabOrder = 2
56 OnChange = ControlChange
57 DateOnly = False
58 RequireTime = False
59 Caption = 'Start Date/Time'
60 end
61 object txtStop: TORDateBox [7]
62 Left = 374
63 Top = 164
64 Width = 140
65 Height = 21
66 TabOrder = 3
67 OnChange = ControlChange
68 DateOnly = False
69 RequireTime = False
70 Caption = 'Stop Date/Time'
71 end
72 inherited cmdAccept: TButton
73 TabOrder = 5
74 end
75 inherited cmdQuit: TButton
76 TabOrder = 6
77 end
78 inherited pnlMessage: TPanel
79 TabOrder = 0
80 end
81 inherited amgrMain: TVA508AccessibilityManager
82 Data = (
83 (
84 'Component = memText'
85 'Status = stsDefault')
86 (
87 'Component = txtStart'
88 'Status = stsDefault')
89 (
90 'Component = txtStop'
91 'Status = stsDefault')
92 (
93 'Component = memOrder'
94 'Label = lblOrderSig'
95 'Status = stsOK')
96 (
97 'Component = cmdAccept'
98 'Status = stsDefault')
99 (
100 'Component = cmdQuit'
101 'Status = stsDefault')
102 (
103 'Component = pnlMessage'
104 'Status = stsDefault')
105 (
106 'Component = memMessage'
107 'Status = stsDefault')
108 (
109 'Component = frmODText'
110 'Status = stsDefault'))
111 end
112 object VA508CompMemOrder: TVA508ComponentAccessibility
113 Component = memOrder
114 OnStateQuery = VA508CompMemOrderStateQuery
115 Left = 152
116 Top = 216
117 end
118end
Note: See TracBrowser for help on using the repository browser.