-
Notifications
You must be signed in to change notification settings - Fork 44
/
UnitAll.dfm
78 lines (78 loc) · 1.75 KB
/
UnitAll.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
70
71
72
73
74
75
76
77
78
object FormAll: TFormAll
Left = 0
Top = 0
ClientHeight = 450
ClientWidth = 714
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object sSplitter1: TsSplitter
Left = 209
Top = 0
Width = 3
Height = 450
SkinData.SkinSection = 'SPLITTER'
ExplicitLeft = 177
ExplicitHeight = 391
end
object sFrameBar1: TsFrameBar
Left = 0
Top = 0
Width = 209
Height = 450
HorzScrollBar.Range = 177
HorzScrollBar.Visible = False
VertScrollBar.Range = 98
VertScrollBar.Tracking = True
AutoScroll = False
Constraints.MinWidth = 150
TabOrder = 0
SkinData.SkinSection = 'BAR'
AllowAllClose = True
AutoFrameSize = False
Images = FormMain.ImageListDiversos
Items = <
item
Caption = 'Functions'
Cursor = crDefault
ImageIndex = 69
SkinSection = 'BARTITLE'
OnCreateFrame = sFrameBar1Items0CreateFrame
end
item
Caption = 'Op'#231#245'es do servidor'
Cursor = crDefault
ImageIndex = 24
SkinSection = 'BARTITLE'
OnCreateFrame = sFrameBar1Items1CreateFrame
end
item
Caption = 'Extras'
Cursor = crDefault
ImageIndex = 47
SkinSection = 'BARTITLE'
OnCreateFrame = sFrameBar1Items2CreateFrame
end>
Spacing = 0
end
object MainPanel: TsPanel
Left = 212
Top = 0
Width = 502
Height = 450
Align = alClient
BevelOuter = bvNone
TabOrder = 1
SkinData.SkinSection = 'PANEL'
end
end