forked from dim-s/soulengine
-
Notifications
You must be signed in to change notification settings - Fork 2
/
uMain.dfm
195 lines (195 loc) · 4.96 KB
/
uMain.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
object __fMain: T__fMain
Left = 397
Top = 148
Caption = 'Soul Engine'
ClientHeight = 464
ClientWidth = 532
Color = 16250613
Constraints.MinHeight = 224
Constraints.MinWidth = 270
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = n
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnShow = FormShow
DesignSize = (
532
464)
PixelsPerInch = 96
TextHeight = 13
object fr: TBevel
Left = 0
Top = 428
Width = 532
Height = 2
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Align = alTop
Anchors = [akTop, akRight]
Shape = bsBottomLine
ExplicitTop = 433
ExplicitWidth = 576
end
object b_R1: TButton
Left = 449
Top = 434
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Run'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = b_R1Click
end
object b_R0: TButton
Left = 368
Top = 434
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Reset'
TabOrder = 1
OnClick = b_R0Click
end
object M1: TSynMemo
Left = 0
Top = 0
Width = 532
Height = 428
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
Ctl3D = True
ParentCtl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Pitch = fpFixed
Font.Style = []
TabOrder = 2
CodeFolding.GutterShapeSize = 11
CodeFolding.CollapsedLineColor = clGrayText
CodeFolding.FolderBarLinesColor = clGrayText
CodeFolding.IndentGuidesColor = clGray
CodeFolding.IndentGuides = True
CodeFolding.ShowCollapsedLine = False
CodeFolding.ShowHintMark = True
UseCodeFolding = False
BorderStyle = bsNone
Gutter.AutoSize = True
Gutter.BorderStyle = gbsRight
Gutter.BorderColor = clCream
Gutter.Font.Charset = DEFAULT_CHARSET
Gutter.Font.Color = clWindowText
Gutter.Font.Height = -11
Gutter.Font.Name = 'Courier New'
Gutter.Font.Style = []
Gutter.LeftOffset = 8
Gutter.RightOffset = 4
Gutter.ShowLineNumbers = True
Gutter.Width = 28
Gutter.Gradient = True
Highlighter = sps
Options = [eoAutoIndent, eoDragDropEditing, eoDropFiles, eoHalfPageScroll, eoHideShowScrollbars, eoScrollPastEof, eoShowScrollHint, eoSmartTabDelete, eoTabIndent]
TabWidth = 4
WantTabs = True
OnDropFiles = M1DropFiles
FontSmoothing = fsmNone
end
object n: TMainMenu
Left = 504
Top = 144
object fi: TMenuItem
Caption = 'File'
object o1: TMenuItem
Caption = 'Open'
ShortCut = 16463
OnClick = o1Click
end
object s: TMenuItem
Caption = 'Save'
ShortCut = 16467
OnClick = sClick
end
object s1: TMenuItem
Caption = 'Save as..'
ShortCut = 49235
OnClick = s1Click
end
object sc: TMenuItem
Caption = 'Save && Close'
OnClick = scClick
end
object Close: TMenuItem
Caption = 'Close'
OnClick = CloseClick
end
object Exits: TMenuItem
Caption = 'Exit'
OnClick = ExitsClick
end
end
object Script1: TMenuItem
Caption = 'Script'
object r: TMenuItem
Caption = 'Run'
ShortCut = 120
OnClick = b_R1Click
end
object R2: TMenuItem
Caption = 'Run File'
ShortCut = 49222
OnClick = R2Click
end
object r1: TMenuItem
Caption = 'Reset'
ShortCut = 116
OnClick = b_R0Click
end
end
end
object od: TOpenDialog
Filter =
'PHP Scripts|*.php|All files (*.*)|*.*|PHP SoulEngine File|*.pse|' +
'PHP SoulEngine Extras|*.psex|PHP SoulEngine Include|*.psec|PHP 5' +
'.3 File|*.php3'
Options = [ofHideReadOnly, ofFileMustExist, ofCreatePrompt, ofEnableSizing]
Left = 504
end
object ApplicationEvents: TApplicationEvents
Left = 504
Top = 192
end
object sd: TSaveDialog
Filter = 'PHP Scripts|*.php|All files (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 504
Top = 48
end
object sps: TSynPHPSyn
Options.AutoDetectEnabled = False
Options.AutoDetectLineLimit = 0
Options.Visible = False
CommentAttri.Foreground = clGreen
IdentifierAttri.Foreground = 1710618
KeyAttri.Foreground = clHighlight
NumberAttri.Foreground = clHotLight
StringAttri.Foreground = clPurple
SymbolAttri.Foreground = 592383
VariableAttri.Foreground = 1495863
Left = 504
Top = 96
end
end