source: cprs/trunk/CPRS-Chart/Encounter/fPCELex.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.2 KB
Line 
1inherited frmPCELex: TfrmPCELex
2 Left = 639
3 Top = 480
4 BorderIcons = []
5 BorderStyle = bsDialog
6 Caption = 'Lookup Other Diagnosis'
7 ClientHeight = 275
8 ClientWidth = 429
9 Position = poOwnerFormCenter
10 OnCreate = FormCreate
11 ExplicitHeight = 307
12 PixelsPerInch = 96
13 TextHeight = 13
14 object lblSearch: TLabel [0]
15 Left = 6
16 Top = 16
17 Width = 98
18 Height = 13
19 Caption = 'Search for Diagnosis'
20 end
21 object lblSelect: TLabel [1]
22 Left = 6
23 Top = 67
24 Width = 175
25 Height = 13
26 Caption = 'Select from one of the following items'
27 Visible = False
28 end
29 object txtSearch: TCaptionEdit [2]
30 Left = 6
31 Top = 30
32 Width = 331
33 Height = 21
34 TabOrder = 0
35 OnChange = txtSearchChange
36 Caption = 'Search for Diagnosis'
37 end
38 object cmdSearch: TButton [3]
39 Left = 346
40 Top = 30
41 Width = 75
42 Height = 21
43 Caption = 'Search'
44 Default = True
45 TabOrder = 1
46 OnClick = cmdSearchClick
47 end
48 object cmdOK: TButton [4]
49 Left = 263
50 Top = 245
51 Width = 75
52 Height = 22
53 Caption = 'OK'
54 TabOrder = 3
55 OnClick = cmdOKClick
56 end
57 object cmdCancel: TButton [5]
58 Left = 346
59 Top = 245
60 Width = 75
61 Height = 22
62 Cancel = True
63 Caption = 'Cancel'
64 TabOrder = 4
65 OnClick = cmdCancelClick
66 end
67 object lstSelect: TORListBox [6]
68 Left = 6
69 Top = 81
70 Width = 415
71 Height = 156
72 ItemHeight = 13
73 ParentShowHint = False
74 ShowHint = True
75 TabOrder = 2
76 OnClick = lstSelectClick
77 OnDblClick = lstSelectDblClick
78 Caption = 'Select from one of the following items'
79 ItemTipColor = clWindow
80 LongList = False
81 Pieces = '2'
82 end
83 inherited amgrMain: TVA508AccessibilityManager
84 Data = (
85 (
86 'Component = txtSearch'
87 'Status = stsDefault')
88 (
89 'Component = cmdSearch'
90 'Status = stsDefault')
91 (
92 'Component = cmdOK'
93 'Status = stsDefault')
94 (
95 'Component = cmdCancel'
96 'Status = stsDefault')
97 (
98 'Component = lstSelect'
99 'Status = stsDefault')
100 (
101 'Component = frmPCELex'
102 'Status = stsDefault'))
103 end
104end
Note: See TracBrowser for help on using the repository browser.