This repository was archived by the owner on Jan 3, 2025. It is now read-only.
forked from X-88/Python-Script-Editor-Pascal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathu2.lfm
More file actions
65 lines (65 loc) · 2.03 KB
/
u2.lfm
File metadata and controls
65 lines (65 loc) · 2.03 KB
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
object FAbout: TFAbout
Left = 471
Height = 241
Top = 155
Width = 368
AlphaBlend = True
AlphaBlendValue = 220
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '.: About :.'
ClientHeight = 241
ClientWidth = 368
OnCreate = FormCreate
OnMouseUp = FormMouseUp
Position = poDesktopCenter
LCLVersion = '2.2.4.0'
object M1: TMemo
Left = 6
Height = 230
Top = 6
Width = 358
Font.CharSet = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -10
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Lines.Strings = (
' Ü'
' ÜÛ ÜÛÛÛÛÜ'
' ÜÛÛÛÛÛ ÛÛÛß ßÛÜ'
' ÜÛÛÛÛÛßÛÛÛ° ÛÛß ßÛ°'
' ÜÛÛÛß ÛÛÛ° ÛÛ° '
' ÜÛß ÛÛÛ° ßÛÛÜ'
' ß ÛÛÛ° ÛÛÛÜ'
' ÛÛÛ° ßÛÛÛÜ'
' ÛÛÛ° ßÛÛÛÛÜ'
' ÛÛÛ° ÜÜÜÜÜ ßÛÛÛ°'
' ÛÛÛ° ÜÛÛÛßß ÛÛÛ°'
' ÛÛÛß ÛÛÛ ÛÛ°'
' ÛÛÛÛ° ÛÛÛ° ÜÜÜ ÛÛÛ°'
' ÛÛÛÛ° ÛÛÛ° ßÛÜ ÜÛÛÛ°'
' ÛÛÛÛÜ ÜÛÛÛ° ßÛÛÛÛÛÛÛ°'
' ßÛÛÛÛÛÛÛÛ° ßÛÛß'
' ßÛÛÛÛß'
''
' ZS - 2021.'
''
'About This Application.'
'Application Name: Z-Code Editor v1.0.0'
'Description: Python Script Editor'
'Coded by: Zephio'
'Tester: Zephio & Fahlevi Mikase'
'Tested : OS Win XP x86 & Win 7 x64'
''
'This Application was Created using Lazarus(FPC)'
'Zephio, April 2021'
'amateur.guide@gmail.com'
)
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end