Line | |
---|
1 | inherited frmPCEEdit: TfrmPCEEdit
|
---|
2 | Left = 214
|
---|
3 | Top = 107
|
---|
4 | BorderStyle = bsDialog
|
---|
5 | Caption = 'Edit Encounter'
|
---|
6 | ClientHeight = 128
|
---|
7 | ClientWidth = 543
|
---|
8 | Position = poScreenCenter
|
---|
9 | OnCreate = FormCreate
|
---|
10 | DesignSize = (
|
---|
11 | 543
|
---|
12 | 128)
|
---|
13 | PixelsPerInch = 96
|
---|
14 | TextHeight = 13
|
---|
15 | object Label1: TStaticText [0]
|
---|
16 | Left = 0
|
---|
17 | Top = 0
|
---|
18 | Width = 543
|
---|
19 | Height = 24
|
---|
20 | Align = alTop
|
---|
21 | Alignment = taCenter
|
---|
22 | Caption = 'Select Encounter to Edit'
|
---|
23 | Font.Charset = DEFAULT_CHARSET
|
---|
24 | Font.Color = clWindowText
|
---|
25 | Font.Height = -16
|
---|
26 | Font.Name = 'MS Sans Serif'
|
---|
27 | Font.Style = [fsBold]
|
---|
28 | ParentFont = False
|
---|
29 | TabOrder = 5
|
---|
30 | ExplicitWidth = 201
|
---|
31 | end
|
---|
32 | object lblNew: TMemo [1]
|
---|
33 | Left = 136
|
---|
34 | Top = 32
|
---|
35 | Width = 401
|
---|
36 | Height = 26
|
---|
37 | TabStop = False
|
---|
38 | BorderStyle = bsNone
|
---|
39 | Color = clBtnFace
|
---|
40 | Lines.Strings = (
|
---|
41 | 'New')
|
---|
42 | TabOrder = 3
|
---|
43 | end
|
---|
44 | object lblNote: TMemo [2]
|
---|
45 | Left = 136
|
---|
46 | Top = 73
|
---|
47 | Width = 401
|
---|
48 | Height = 26
|
---|
49 | TabStop = False
|
---|
50 | BorderStyle = bsNone
|
---|
51 | Color = clBtnFace
|
---|
52 | Lines.Strings = (
|
---|
53 | 'Note')
|
---|
54 | TabOrder = 4
|
---|
55 | end
|
---|
56 | object btnNew: TButton [3]
|
---|
57 | Left = 8
|
---|
58 | Top = 28
|
---|
59 | Width = 121
|
---|
60 | Height = 21
|
---|
61 | Caption = 'Edit Current Encounter'
|
---|
62 | ModalResult = 6
|
---|
63 | TabOrder = 0
|
---|
64 | end
|
---|
65 | object btnNote: TButton [4]
|
---|
66 | Left = 8
|
---|
67 | Top = 69
|
---|
68 | Width = 121
|
---|
69 | Height = 21
|
---|
70 | Caption = 'Edit Note Encounter'
|
---|
71 | ModalResult = 7
|
---|
72 | TabOrder = 1
|
---|
73 | end
|
---|
74 | object btnCancel: TButton [5]
|
---|
75 | Left = 465
|
---|
76 | Top = 104
|
---|
77 | Width = 75
|
---|
78 | Height = 21
|
---|
79 | Anchors = [akRight, akBottom]
|
---|
80 | Cancel = True
|
---|
81 | Caption = '&Cancel'
|
---|
82 | ModalResult = 2
|
---|
83 | TabOrder = 2
|
---|
84 | end
|
---|
85 | inherited amgrMain: TVA508AccessibilityManager
|
---|
86 | Data = (
|
---|
87 | (
|
---|
88 | 'Component = Label1'
|
---|
89 | 'Status = stsDefault')
|
---|
90 | (
|
---|
91 | 'Component = lblNew'
|
---|
92 | 'Status = stsDefault')
|
---|
93 | (
|
---|
94 | 'Component = lblNote'
|
---|
95 | 'Status = stsDefault')
|
---|
96 | (
|
---|
97 | 'Component = btnNew'
|
---|
98 | 'Status = stsDefault')
|
---|
99 | (
|
---|
100 | 'Component = btnNote'
|
---|
101 | 'Status = stsDefault')
|
---|
102 | (
|
---|
103 | 'Component = btnCancel'
|
---|
104 | 'Status = stsDefault')
|
---|
105 | (
|
---|
106 | 'Component = frmPCEEdit'
|
---|
107 | 'Status = stsDefault'))
|
---|
108 | end
|
---|
109 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.