source: cprs/trunk/CPRS-Chart/Encounter/fPCEBaseGrid.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: 1.5 KB
Line 
1inherited frmPCEBaseGrid: TfrmPCEBaseGrid
2 Left = 128
3 Top = 192
4 Caption = 'frmPCEBaseGrid'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object pnlGrid: TPanel [2]
8 Left = 6
9 Top = 238
10 Width = 451
11 Height = 87
12 BevelOuter = bvNone
13 TabOrder = 2
14 OnResize = pnlGridResize
15 object lbGrid: TORListBox
16 Left = 0
17 Top = 17
18 Width = 451
19 Height = 70
20 Align = alClient
21 Color = clCream
22 ItemHeight = 13
23 ParentShowHint = False
24 ShowHint = True
25 TabOrder = 0
26 ItemTipColor = clCream
27 LongList = False
28 TabPosInPixels = True
29 end
30 object hcGrid: THeaderControl
31 Left = 0
32 Top = 0
33 Width = 451
34 Height = 17
35 Sections = <
36 item
37 ImageIndex = -1
38 Width = 50
39 end
40 item
41 ImageIndex = -1
42 Width = 50
43 end>
44 OnSectionResize = hcGridSectionResize
45 end
46 end
47 inherited amgrMain: TVA508AccessibilityManager
48 Data = (
49 (
50 'Component = pnlGrid'
51 'Status = stsDefault')
52 (
53 'Component = lbGrid'
54 'Status = stsDefault')
55 (
56 'Component = hcGrid'
57 'Status = stsDefault')
58 (
59 'Component = btnOK'
60 'Status = stsDefault')
61 (
62 'Component = btnCancel'
63 'Status = stsDefault')
64 (
65 'Component = frmPCEBaseGrid'
66 'Status = stsDefault'))
67 end
68end
Note: See TracBrowser for help on using the repository browser.