| Rev | Line |   | 
|---|
| [829] | 1 | inherited frmEncounterFrame: TfrmEncounterFrame
 | 
|---|
| [456] | 2 |   Left = 290
 | 
|---|
 | 3 |   Top = 108
 | 
|---|
 | 4 |   Caption = 'Encounter Frame'
 | 
|---|
| [829] | 5 |   ClientHeight = 424
 | 
|---|
 | 6 |   ClientWidth = 632
 | 
|---|
| [456] | 7 |   FormStyle = fsMDIForm
 | 
|---|
 | 8 |   OldCreateOrder = True
 | 
|---|
 | 9 |   Position = poScreenCenter
 | 
|---|
 | 10 |   OnCanResize = FormCanResize
 | 
|---|
 | 11 |   OnClose = FormClose
 | 
|---|
 | 12 |   OnCloseQuery = FormCloseQuery
 | 
|---|
 | 13 |   OnCreate = FormCreate
 | 
|---|
 | 14 |   OnDestroy = FormDestroy
 | 
|---|
 | 15 |   OnResize = FormResize
 | 
|---|
| [829] | 16 |   OnShow = FormShow
 | 
|---|
 | 17 |   ExplicitLeft = 290
 | 
|---|
 | 18 |   ExplicitTop = 108
 | 
|---|
 | 19 |   ExplicitWidth = 640
 | 
|---|
 | 20 |   ExplicitHeight = 458
 | 
|---|
| [456] | 21 |   PixelsPerInch = 96
 | 
|---|
 | 22 |   TextHeight = 13
 | 
|---|
| [829] | 23 |   object Bevel1: TBevel [0]
 | 
|---|
| [456] | 24 |     Left = 0
 | 
|---|
 | 25 |     Top = 0
 | 
|---|
 | 26 |     Width = 632
 | 
|---|
 | 27 |     Height = 2
 | 
|---|
 | 28 |     Align = alTop
 | 
|---|
 | 29 |   end
 | 
|---|
| [829] | 30 |   object StatusBar1: TStatusBar [1]
 | 
|---|
| [456] | 31 |     Left = 0
 | 
|---|
| [829] | 32 |     Top = 424
 | 
|---|
| [456] | 33 |     Width = 632
 | 
|---|
 | 34 |     Height = 0
 | 
|---|
 | 35 |     Panels = <>
 | 
|---|
 | 36 |   end
 | 
|---|
| [829] | 37 |   object pnlPage: TPanel [2]
 | 
|---|
| [456] | 38 |     Left = 0
 | 
|---|
 | 39 |     Top = 24
 | 
|---|
 | 40 |     Width = 632
 | 
|---|
| [829] | 41 |     Height = 400
 | 
|---|
| [456] | 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
 | 
|---|
| [829] | 52 |   object TabControl: TTabControl [3]
 | 
|---|
| [456] | 53 |     Left = 0
 | 
|---|
 | 54 |     Top = 2
 | 
|---|
 | 55 |     Width = 632
 | 
|---|
 | 56 |     Height = 22
 | 
|---|
 | 57 |     Align = alTop
 | 
|---|
 | 58 |     TabOrder = 2
 | 
|---|
 | 59 |     OnChange = TabControlChange
 | 
|---|
 | 60 |     OnChanging = TabControlChanging
 | 
|---|
| [829] | 61 |     OnEnter = TabControlEnter
 | 
|---|
| [456] | 62 |   end
 | 
|---|
| [829] | 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
 | 
|---|
| [456] | 78 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.