source: cprs/trunk/CPRS-Chart/fProbLex.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: 3.3 KB
Line 
1inherited frmPLLex: TfrmPLLex
2 Left = 239
3 Top = 88
4 BorderIcons = []
5 BorderStyle = bsDialog
6 Caption = 'Problem List Lexicon Search'
7 ClientHeight = 276
8 ClientWidth = 427
9 Constraints.MinHeight = 200
10 Constraints.MinWidth = 433
11 OldCreateOrder = True
12 Position = poOwnerFormCenter
13 OnClose = FormClose
14 OnCreate = FormCreate
15 OnShow = FormShow
16 ExplicitWidth = 433
17 ExplicitHeight = 308
18 DesignSize = (
19 427
20 276)
21 PixelsPerInch = 96
22 TextHeight = 13
23 object Label1: TLabel [0]
24 Left = 12
25 Top = 7
26 Width = 101
27 Height = 13
28 Caption = 'Enter Term to Search'
29 end
30 object bbCan: TBitBtn [1]
31 Left = 232
32 Top = 217
33 Width = 89
34 Height = 21
35 Anchors = [akRight, akBottom]
36 Cancel = True
37 Caption = 'Cancel'
38 Constraints.MaxHeight = 21
39 Constraints.MaxWidth = 89
40 TabOrder = 3
41 OnClick = bbCanClick
42 NumGlyphs = 2
43 end
44 object bbOK: TBitBtn [2]
45 Left = 324
46 Top = 217
47 Width = 89
48 Height = 21
49 Anchors = [akRight, akBottom]
50 Caption = 'OK'
51 Constraints.MaxHeight = 21
52 Constraints.MaxWidth = 89
53 TabOrder = 4
54 OnClick = bbOKClick
55 NumGlyphs = 2
56 end
57 object pnlStatus: TPanel [3]
58 Left = 0
59 Top = 247
60 Width = 427
61 Height = 29
62 Align = alBottom
63 BevelOuter = bvNone
64 TabOrder = 5
65 DesignSize = (
66 427
67 29)
68 object Bevel1: TBevel
69 Left = 4
70 Top = 4
71 Width = 419
72 Height = 21
73 Anchors = [akLeft, akTop, akRight]
74 ExplicitWidth = 417
75 end
76 object lblstatus: TVA508StaticText
77 Name = 'lblstatus'
78 Left = 16
79 Top = 8
80 Width = 3
81 Height = 13
82 Alignment = taLeftJustify
83 TabOrder = 0
84 ShowAccelChar = True
85 end
86 end
87 object ebLex: TCaptionEdit [4]
88 Left = 12
89 Top = 27
90 Width = 323
91 Height = 21
92 Anchors = [akLeft, akTop, akRight]
93 Constraints.MaxHeight = 21
94 TabOrder = 0
95 OnKeyPress = ebLexKeyPress
96 Caption = 'Enter Term to Search'
97 end
98 object lbLex: TORListBox [5]
99 Left = 12
100 Top = 63
101 Width = 403
102 Height = 145
103 Anchors = [akLeft, akTop, akRight, akBottom]
104 ExtendedSelect = False
105 ItemHeight = 13
106 ParentShowHint = False
107 ShowHint = True
108 TabOrder = 2
109 OnClick = lbLexClick
110 Caption = 'Problem List'
111 ItemTipColor = clWindow
112 LongList = False
113 Pieces = '2'
114 end
115 object bbSearch: TBitBtn [6]
116 Left = 342
117 Top = 27
118 Width = 73
119 Height = 21
120 Anchors = [akTop, akRight]
121 Caption = '&Search'
122 Constraints.MaxHeight = 21
123 Constraints.MaxWidth = 73
124 TabOrder = 1
125 OnClick = bbSearchClick
126 NumGlyphs = 2
127 end
128 inherited amgrMain: TVA508AccessibilityManager
129 Data = (
130 (
131 'Component = bbCan'
132 'Status = stsDefault')
133 (
134 'Component = bbOK'
135 'Status = stsDefault')
136 (
137 'Component = pnlStatus'
138 'Status = stsDefault')
139 (
140 'Component = ebLex'
141 'Status = stsDefault')
142 (
143 'Component = lbLex'
144 'Status = stsDefault')
145 (
146 'Component = bbSearch'
147 'Status = stsDefault')
148 (
149 'Component = frmPLLex'
150 'Status = stsDefault'))
151 end
152end
Note: See TracBrowser for help on using the repository browser.