source: cprs/trunk/CPRS-Chart/Orders/fOMVerify.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.1 KB
Line 
1inherited frmOMVerify: TfrmOMVerify
2 Left = 328
3 Top = 243
4 BorderIcons = []
5 Caption = 'New Order'
6 ClientHeight = 181
7 ClientWidth = 579
8 OnClose = FormClose
9 OnCreate = FormCreate
10 OnShow = FormShow
11 ExplicitWidth = 587
12 ExplicitHeight = 208
13 PixelsPerInch = 96
14 TextHeight = 13
15 object cmdAccept: TButton [0]
16 Left = 165
17 Top = 154
18 Width = 72
19 Height = 21
20 Caption = 'Accept'
21 Default = True
22 TabOrder = 0
23 OnClick = cmdAcceptClick
24 end
25 object cmdEdit: TButton [1]
26 Left = 253
27 Top = 154
28 Width = 72
29 Height = 21
30 Caption = 'Edit'
31 TabOrder = 1
32 OnClick = cmdEditClick
33 end
34 object cmdCancel: TButton [2]
35 Left = 341
36 Top = 154
37 Width = 72
38 Height = 21
39 Cancel = True
40 Caption = 'Cancel'
41 TabOrder = 2
42 OnClick = cmdCancelClick
43 end
44 object memText: TRichEdit [3]
45 Left = 6
46 Top = 6
47 Width = 567
48 Height = 132
49 TabStop = False
50 Font.Charset = ANSI_CHARSET
51 Font.Color = clWindowText
52 Font.Height = -11
53 Font.Name = 'Courier New'
54 Font.Style = []
55 Lines.Strings = (
56
57 '1234567890123456789012345678901234567890123456789012345678901234' +
58 '5678901234567890'
59 '2'
60 '3'
61 '4'
62 '5'
63 '6'
64 '7'
65 '8'
66 '9'
67 '10')
68 ParentFont = False
69 ReadOnly = True
70 ScrollBars = ssBoth
71 TabOrder = 3
72 WantTabs = True
73 WordWrap = False
74 OnKeyDown = memTextKeyDown
75 end
76 inherited amgrMain: TVA508AccessibilityManager
77 Data = (
78 (
79 'Component = cmdAccept'
80 'Status = stsDefault')
81 (
82 'Component = cmdEdit'
83 'Status = stsDefault')
84 (
85 'Component = cmdCancel'
86 'Status = stsDefault')
87 (
88 'Component = memText'
89 'Text = Order information.'
90 'Status = stsOK')
91 (
92 'Component = frmOMVerify'
93 'Status = stsDefault'))
94 end
95 object VA508ComponentAccessibility1: TVA508ComponentAccessibility
96 Component = memText
97 OnStateQuery = VA508ComponentAccessibility1StateQuery
98 Left = 48
99 Top = 32
100 end
101end
Note: See TracBrowser for help on using the repository browser.