Skip to content

Commit

Permalink
重大更新
Browse files Browse the repository at this point in the history
  • Loading branch information
msfm2018 committed Jun 29, 2024
1 parent 2cb0e3b commit 8bd0cda
Show file tree
Hide file tree
Showing 215 changed files with 1,975 additions and 2,619 deletions.
15 changes: 10 additions & 5 deletions ApplicationMain.dfm
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
object Form1: TForm1
Left = 270
Top = 15
Left = 123
Top = 125
AlphaBlendValue = 180
BorderStyle = bsNone
ClientHeight = 80
ClientWidth = 444
Color = clWhite
TransparentColor = True
Color = 962030
TransparentColorValue = clWhite
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Expand All @@ -17,10 +16,16 @@ object Form1: TForm1
GlassFrame.SheetOfGlass = True
Position = poDesigned
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnPaint = FormPaint
OnShow = FormShow
TextHeight = 12
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 144
Top = 24
end
end
Loading

0 comments on commit 8bd0cda

Please sign in to comment.