source: cprs/branches/foia-cprs/CPRS-Chart/Encounter/fEncounterFrame.dfm@ 459

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

Adding foia-cprs branch

File size: 1.4 KB
Line 
1object frmEncounterFrame: TfrmEncounterFrame
2 Left = 366
3 Top = 181
4 Width = 612
5 Height = 451
6 Caption = 'Encounter Frame'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 FormStyle = fsMDIForm
14 KeyPreview = True
15 OldCreateOrder = True
16 Position = poScreenCenter
17 OnCanResize = FormCanResize
18 OnCloseQuery = FormCloseQuery
19 OnCreate = FormCreate
20 OnDestroy = FormDestroy
21 OnKeyDown = FormKeyDown
22 OnResize = FormResize
23 PixelsPerInch = 96
24 TextHeight = 13
25 object Bevel1: TBevel
26 Left = 0
27 Top = 0
28 Width = 604
29 Height = 2
30 Align = alTop
31 end
32 object StatusBar1: TStatusBar
33 Left = 0
34 Top = 424
35 Width = 604
36 Height = 0
37 Panels = <>
38 SimplePanel = False
39 end
40 object pnlPage: TPanel
41 Left = 0
42 Top = 24
43 Width = 604
44 Height = 400
45 Align = alClient
46 BevelOuter = bvNone
47 Font.Charset = DEFAULT_CHARSET
48 Font.Color = clWindowText
49 Font.Height = -11
50 Font.Name = 'MS Sans Serif'
51 Font.Style = []
52 ParentFont = False
53 TabOrder = 1
54 TabStop = True
55 end
56 object TabControl: TTabControl
57 Left = 0
58 Top = 2
59 Width = 604
60 Height = 22
61 Align = alTop
62 TabOrder = 2
63 OnChange = TabControlChange
64 OnChanging = TabControlChanging
65 OnExit = TabControlExit
66 end
67end
Note: See TracBrowser for help on using the repository browser.