-
Notifications
You must be signed in to change notification settings - Fork 78
/
ufrmModal.dfm
129 lines (129 loc) · 3.34 KB
/
ufrmModal.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
object frmModal: TfrmModal
Left = 0
Top = 0
BorderIcons = []
ClientHeight = 600
ClientWidth = 830
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
inline frameChrome1: TframeChrome
Left = 0
Top = 0
Width = 830
Height = 600
Align = alClient
DoubleBuffered = False
ParentDoubleBuffered = False
TabOrder = 0
ExplicitWidth = 830
ExplicitHeight = 600
inherited Splitter1: TSplitter
Left = 727
Height = 600
ExplicitLeft = 727
ExplicitHeight = 600
end
inherited CEFWindowParent1: TCEFWindowParent
Width = 727
Height = 600
ExplicitWidth = 727
ExplicitHeight = 600
end
inherited DevTools: TCEFWindowParent
Left = 730
Height = 600
ExplicitLeft = 730
ExplicitHeight = 600
end
inherited Chromium1: TChromium
OnTitleChange = frameChrome1Chromium1TitleChange
end
end
object DSF: TspDynamicSkinForm
UseRibbon = False
MenuButtonVisible = False
MenuButtonWidth = 50
MenuButtonImageIndex = -1
MenuButtonSpacing = 0
MenuButtonMargin = -1
WindowState = wsNormal
ShowMDIScrollBars = True
QuickButtons = <>
CaptionTabs = <>
CaptionTabIndex = 0
CaptionTabPos = sptpLeft
QuickButtonsShowHint = False
ClientInActiveEffect = False
ClientInActiveEffectType = spieSemiTransparent
DisableSystemMenu = False
PositionInMonitor = sppDesktopCenter
UseFormCursorInNCArea = False
MaxMenuItemsInWindow = 15
ClientWidth = 0
ClientHeight = 0
HideCaptionButtons = False
AlwaysShowInTray = False
LogoBitMapTransparent = False
AlwaysMinimizeToTray = False
UseSkinFontInMenu = True
UseSkinFontInCaption = True
UseSkinSizeInMenu = True
ShowIcon = True
MaximizeOnFullScreen = False
ShowObjectHint = False
UseDefaultObjectHint = True
UseSkinCursors = False
DefCaptionFont.Charset = DEFAULT_CHARSET
DefCaptionFont.Color = clBtnText
DefCaptionFont.Height = 14
DefCaptionFont.Name = 'Arial'
DefCaptionFont.Style = [fsBold]
DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
DefInActiveCaptionFont.Color = clBtnShadow
DefInActiveCaptionFont.Height = 14
DefInActiveCaptionFont.Name = 'Arial'
DefInActiveCaptionFont.Style = [fsBold]
DefMenuItemHeight = 21
DefMenuItemFont.Charset = DEFAULT_CHARSET
DefMenuItemFont.Color = clWindowText
DefMenuItemFont.Height = 14
DefMenuItemFont.Name = 'Arial'
DefMenuItemFont.Style = []
UseDefaultSysMenu = True
SupportNCArea = True
AlphaBlendAnimation = False
AlphaBlendValue = 200
AlphaBlend = False
MenusAlphaBlend = False
MenusAlphaBlendAnimation = False
MenusAlphaBlendValue = 200
SkinData = dbMoudle.spSkinData1
MinHeight = 0
MinWidth = 0
MaxHeight = 0
MaxWidth = 0
Sizeable = True
DraggAble = True
NCDraggAble = True
Magnetic = False
MagneticSize = 10
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
Left = 72
Top = 56
end
end