Last change
on this file since 473 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
1.7 KB
|
Line | |
---|
1 | object 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 | 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 | TabOrder = 2
|
---|
62 | OnChange = TabControlChange
|
---|
63 | OnChanging = TabControlChanging
|
---|
64 | OnExit = TabControlExit
|
---|
65 | end
|
---|
66 | object DKLanguageController1: TDKLanguageController
|
---|
67 | Left = 304
|
---|
68 | Top = 208
|
---|
69 | LangData = {
|
---|
70 | 110066726D456E636F756E7465724672616D6501010000000100000007004361
|
---|
71 | 7074696F6E01040000000600426576656C3100000A0053746174757342617231
|
---|
72 | 00000700706E6C5061676500000A00546162436F6E74726F6C0000}
|
---|
73 | end
|
---|
74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.