source: cprs/trunk/CPRS-Chart/Encounter/fPCEBaseGrid.dfm@ 456

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 1.0 KB
Line 
1inherited frmPCEBaseGrid: TfrmPCEBaseGrid
2 Left = 200
3 Top = 303
4 Caption = 'frmPCEBaseGrid'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object pnlGrid: TPanel
8 Left = 6
9 Top = 238
10 Width = 451
11 Height = 87
12 BevelOuter = bvNone
13 Caption = 'pnlGrid'
14 TabOrder = 2
15 OnResize = pnlGridResize
16 object lbGrid: TORListBox
17 Left = 0
18 Top = 17
19 Width = 451
20 Height = 70
21 Align = alClient
22 Color = clCream
23 ItemHeight = 13
24 ParentShowHint = False
25 ShowHint = True
26 TabOrder = 0
27 ItemTipColor = clCream
28 LongList = False
29 TabPosInPixels = True
30 end
31 object hcGrid: THeaderControl
32 Left = 0
33 Top = 0
34 Width = 451
35 Height = 17
36 DragReorder = False
37 Sections = <
38 item
39 ImageIndex = -1
40 Width = 50
41 end
42 item
43 ImageIndex = -1
44 Width = 50
45 end>
46 OnSectionResize = hcGridSectionResize
47 end
48 end
49end
Note: See TracBrowser for help on using the repository browser.