-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathuMain.dfm
159 lines (159 loc) · 3.19 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
object __fMain: T__fMain
Left = 397
Top = 148
Caption = 'Soul Engine'
ClientHeight = 465
ClientWidth = 576
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
PopupMenu = PopupMenu1
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
DesignSize = (
576
465)
PixelsPerInch = 96
TextHeight = 13
object b_Run: TButton
Left = 493
Top = 433
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_RunClick
end
object Button1: TButton
Left = 8
Top = 433
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'About'
TabOrder = 1
end
object b_Restart: TButton
Left = 409
Top = 433
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Restart'
TabOrder = 2
OnClick = b_RestartClick
end
object Memo1: TMemo
Left = 8
Top = 8
Width = 561
Height = 417
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 3
WantTabs = True
WordWrap = False
end
object MainMenu: TMainMenu
Left = 528
Top = 384
object File1: TMenuItem
Caption = 'File'
object Open1: TMenuItem
Caption = 'Open'
OnClick = Open1Click
end
object Save: TMenuItem
Caption = 'Save'
ShortCut = 16467
OnClick = SaveClick
end
object Saveas1: TMenuItem
Caption = 'Save as..'
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
end
end
object Script1: TMenuItem
Caption = 'Script'
object Run1: TMenuItem
Caption = 'Run'
ShortCut = 120
OnClick = b_RunClick
end
object Restart: TMenuItem
Caption = 'Restart'
ShortCut = 116
OnClick = b_RestartClick
end
object N2: TMenuItem
Caption = '-'
end
object Examples1: TMenuItem
Caption = 'Examples'
end
end
object N3: TMenuItem
Caption = '?'
object About1: TMenuItem
Caption = 'About'
end
end
end
object OpenDialog: TOpenDialog
Filter = 'PHP Scripts|*.php|All files (*.*)|*.*'
Left = 528
Top = 16
end
object MainMenu1: TMainMenu
Left = 528
Top = 112
end
object PopupMenu1: TPopupMenu
Left = 528
Top = 192
object lkjk1: TMenuItem
Caption = 'lkjk'
end
end
object ApplicationEvents: TApplicationEvents
Left = 528
Top = 152
end
object Timer1: TTimer
Enabled = False
Interval = 2000
OnTimer = Timer1Timer
Left = 528
Top = 64
end
object Timer2: TTimer
Interval = 3000
OnTimer = Timer2Timer
Left = 528
Top = 240
end
end