source: cprs/trunk/CPRS-Chart/Encounter/fEncounterFrame.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.4 KB
Line 
1object frmEncounterFrame: TfrmEncounterFrame
2 Left = 290
3 Top = 108
4 Width = 640
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 OnClose = FormClose
19 OnCloseQuery = FormCloseQuery
20 OnCreate = FormCreate
21 OnDestroy = FormDestroy
22 OnKeyDown = FormKeyDown
23 OnResize = FormResize
24 PixelsPerInch = 96
25 TextHeight = 13
26 object Bevel1: TBevel
27 Left = 0
28 Top = 0
29 Width = 632
30 Height = 2
31 Align = alTop
32 end
33 object StatusBar1: TStatusBar
34 Left = 0
35 Top = 417
36 Width = 632
37 Height = 0
38 Panels = <>
39 SimplePanel = False
40 end
41 object pnlPage: TPanel
42 Left = 0
43 Top = 24
44 Width = 632
45 Height = 393
46 Align = alClient
47 BevelOuter = bvNone
48 Font.Charset = DEFAULT_CHARSET
49 Font.Color = clWindowText
50 Font.Height = -11
51 Font.Name = 'MS Sans Serif'
52 Font.Style = []
53 ParentFont = False
54 TabOrder = 1
55 end
56 object TabControl: TTabControl
57 Left = 0
58 Top = 2
59 Width = 632
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.