-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.dfm
69 lines (69 loc) · 1.58 KB
/
Main.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
object Form1: TForm1
Left = 0
Top = 0
ActiveControl = cxSpread
Caption = 'SpreadSheet'
ClientHeight = 290
ClientWidth = 554
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 554
Height = 290
ActivePage = tsSpreadSheet
Align = alClient
TabOrder = 0
OnChange = PageControl1Change
object tsSpreadSheet: TTabSheet
Caption = 'SpreadSheet'
object cxSpread: TcxSpreadSheetBook
Left = 0
Top = 0
Width = 546
Height = 262
Align = alClient
DefaultStyle.Font.Name = 'Tahoma'
HeaderFont.Charset = DEFAULT_CHARSET
HeaderFont.Color = clWindowText
HeaderFont.Height = -11
HeaderFont.Name = 'Tahoma'
HeaderFont.Style = []
ExplicitLeft = 96
ExplicitTop = 32
ExplicitWidth = 350
ExplicitHeight = 200
end
end
object tsXml: TTabSheet
Caption = 'XML'
ImageIndex = 1
object mXML: TMemo
Left = 0
Top = 0
Width = 546
Height = 262
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'mXML')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
end
end
end