source: oup/current/Tools/_BaseTemplate.dfm@ 218

Last change on this file since 218 was 217, checked in by alloc, 17 years ago
File size: 1.5 KB
Line 
1object Form_BaseTemplate: TForm_BaseTemplate
2 Left = 0
3 Top = 0
4 Caption = 'Form_BaseTemplate'
5 ClientHeight = 557
6 ClientWidth = 598
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 FormStyle = fsMDIChild
14 OldCreateOrder = False
15 Visible = True
16 WindowState = wsMaximized
17 OnActivate = FormActivate
18 OnClose = FormClose
19 PixelsPerInch = 96
20 TextHeight = 13
21 object panel_connection: TPanel
22 Left = 0
23 Top = 0
24 Width = 598
25 Height = 25
26 Align = alTop
27 BevelOuter = bvNone
28 TabOrder = 0
29 ExplicitWidth = 200
30 DesignSize = (
31 598
32 25)
33 object label_connection: TLabel
34 Left = 3
35 Top = 6
36 Width = 61
37 Height = 13
38 Caption = '&Connection: '
39 FocusControl = combo_connection
40 end
41 object combo_connection: TComboBox
42 Left = 64
43 Top = 3
44 Width = 532
45 Height = 21
46 Style = csDropDownList
47 Anchors = [akLeft, akTop, akRight]
48 DropDownCount = 12
49 ItemHeight = 13
50 TabOrder = 0
51 OnChange = combo_connectionChange
52 ExplicitWidth = 134
53 end
54 end
55 object panel_basecontent: TPanel
56 Left = 0
57 Top = 25
58 Width = 598
59 Height = 532
60 Align = alClient
61 BevelOuter = bvNone
62 TabOrder = 1
63 ExplicitLeft = 212
64 ExplicitTop = 272
65 ExplicitWidth = 185
66 ExplicitHeight = 41
67 end
68end
Note: See TracBrowser for help on using the repository browser.