Last change
on this file since 1722 was 1693, checked in by healthsevak, 9 years ago |
Committing the files for first time to this new branch
|
File size:
1.7 KB
|
Line | |
---|
1 | inherited frmEncounterFrame: TfrmEncounterFrame
|
---|
2 | Left = 290
|
---|
3 | Top = 108
|
---|
4 | Caption = 'Encounter Frame'
|
---|
5 | ClientHeight = 424
|
---|
6 | ClientWidth = 632
|
---|
7 | FormStyle = fsMDIForm
|
---|
8 | OldCreateOrder = True
|
---|
9 | Position = poMainFormCenter
|
---|
10 | OnCanResize = FormCanResize
|
---|
11 | OnClose = FormClose
|
---|
12 | OnCloseQuery = FormCloseQuery
|
---|
13 | OnCreate = FormCreate
|
---|
14 | OnDestroy = FormDestroy
|
---|
15 | OnResize = FormResize
|
---|
16 | OnShow = FormShow
|
---|
17 | ExplicitLeft = 290
|
---|
18 | ExplicitTop = 108
|
---|
19 | ExplicitWidth = 640
|
---|
20 | ExplicitHeight = 458
|
---|
21 | PixelsPerInch = 96
|
---|
22 | TextHeight = 13
|
---|
23 | object Bevel1: TBevel [0]
|
---|
24 | Left = 0
|
---|
25 | Top = 0
|
---|
26 | Width = 632
|
---|
27 | Height = 2
|
---|
28 | Align = alTop
|
---|
29 | end
|
---|
30 | object StatusBar1: TStatusBar [1]
|
---|
31 | Left = 0
|
---|
32 | Top = 424
|
---|
33 | Width = 632
|
---|
34 | Height = 0
|
---|
35 | Panels = <>
|
---|
36 | end
|
---|
37 | object pnlPage: TPanel [2]
|
---|
38 | Left = 0
|
---|
39 | Top = 24
|
---|
40 | Width = 632
|
---|
41 | Height = 400
|
---|
42 | Align = alClient
|
---|
43 | BevelOuter = bvNone
|
---|
44 | Font.Charset = DEFAULT_CHARSET
|
---|
45 | Font.Color = clWindowText
|
---|
46 | Font.Height = -11
|
---|
47 | Font.Name = 'MS Sans Serif'
|
---|
48 | Font.Style = []
|
---|
49 | ParentFont = False
|
---|
50 | TabOrder = 1
|
---|
51 | end
|
---|
52 | object TabControl: TTabControl [3]
|
---|
53 | Left = 0
|
---|
54 | Top = 2
|
---|
55 | Width = 632
|
---|
56 | Height = 22
|
---|
57 | Align = alTop
|
---|
58 | TabOrder = 2
|
---|
59 | OnChange = TabControlChange
|
---|
60 | OnChanging = TabControlChanging
|
---|
61 | OnEnter = TabControlEnter
|
---|
62 | end
|
---|
63 | inherited amgrMain: TVA508AccessibilityManager
|
---|
64 | Data = (
|
---|
65 | (
|
---|
66 | 'Component = StatusBar1'
|
---|
67 | 'Status = stsDefault')
|
---|
68 | (
|
---|
69 | 'Component = pnlPage'
|
---|
70 | 'Status = stsDefault')
|
---|
71 | (
|
---|
72 | 'Component = TabControl'
|
---|
73 | 'Status = stsDefault')
|
---|
74 | (
|
---|
75 | 'Component = frmEncounterFrame'
|
---|
76 | 'Status = stsDefault'))
|
---|
77 | end
|
---|
78 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.