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
RevLine 
[830]1inherited frmPLLex: TfrmPLLex
[456]2 Left = 239
3 Top = 88
[1679]4 BorderIcons = []
5 BorderStyle = bsDialog
[456]6 Caption = 'Problem List Lexicon Search'
[1679]7 ClientHeight = 276
8 ClientWidth = 427
[456]9 Constraints.MinHeight = 200
10 Constraints.MinWidth = 433
11 OldCreateOrder = True
[1679]12 Position = poOwnerFormCenter
[456]13 OnClose = FormClose
14 OnCreate = FormCreate
15 OnShow = FormShow
[1679]16 ExplicitWidth = 433
17 ExplicitHeight = 308
[456]18 DesignSize = (
[1679]19 427
20 276)
[456]21 PixelsPerInch = 96
22 TextHeight = 13
[830]23 object Label1: TLabel [0]
[456]24 Left = 12
25 Top = 7
26 Width = 101
27 Height = 13
28 Caption = 'Enter Term to Search'
29 end
[830]30 object bbCan: TBitBtn [1]
[1679]31 Left = 232
32 Top = 217
[456]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
[830]44 object bbOK: TBitBtn [2]
[1679]45 Left = 324
46 Top = 217
[456]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
[1679]57 object pnlStatus: TPanel [3]
[456]58 Left = 0
[1679]59 Top = 247
60 Width = 427
[456]61 Height = 29
62 Align = alBottom
63 BevelOuter = bvNone
64 TabOrder = 5
65 DesignSize = (
[1679]66 427
[456]67 29)
68 object Bevel1: TBevel
69 Left = 4
70 Top = 4
[1679]71 Width = 419
[456]72 Height = 21
73 Anchors = [akLeft, akTop, akRight]
[1679]74 ExplicitWidth = 417
[456]75 end
[1679]76 object lblstatus: TVA508StaticText
77 Name = 'lblstatus'
[456]78 Left = 16
79 Top = 8
80 Width = 3
81 Height = 13
[1679]82 Alignment = taLeftJustify
83 TabOrder = 0
84 ShowAccelChar = True
[456]85 end
86 end
[830]87 object ebLex: TCaptionEdit [4]
[456]88 Left = 12
89 Top = 27
[1679]90 Width = 323
[456]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
[830]98 object lbLex: TORListBox [5]
[456]99 Left = 12
100 Top = 63
[1679]101 Width = 403
102 Height = 145
[456]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
[830]115 object bbSearch: TBitBtn [6]
[1679]116 Left = 342
[456]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
[830]128 inherited amgrMain: TVA508AccessibilityManager
129 Data = (
130 (
131 'Component = bbCan'
132 'Status = stsDefault')
133 (
134 'Component = bbOK'
135 'Status = stsDefault')
136 (
[1679]137 'Component = pnlStatus'
[830]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
[456]152end
Note: See TracBrowser for help on using the repository browser.