source: cprs/branches/tmg-cprs/CPRS-Chart/Encounter/fEncounterFrame.dfm@ 667

Last change on this file since 667 was 667, checked in by Kevin Toppenberg, 14 years ago

Added button to turn Colored Tabs off

File size: 1.5 KB
Line 
1object frmEncounterFrame: TfrmEncounterFrame
2 Left = 272
3 Top = 219
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 end
40 object pnlPage: TPanel
41 Left = 0
42 Top = 24
43 Width = 632
44 Height = 393
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 end
55 object TabControl: TTabControl
56 Left = 0
57 Top = 2
58 Width = 632
59 Height = 22
60 Align = alTop
61 Font.Charset = DEFAULT_CHARSET
62 Font.Color = clBlack
63 Font.Height = -11
64 Font.Name = 'MS Sans Serif'
65 Font.Style = []
66 ParentFont = False
67 TabOrder = 2
68 OnChange = TabControlChange
69 OnChanging = TabControlChanging
70 OnExit = TabControlExit
71 end
72end
Note: See TracBrowser for help on using the repository browser.