나의 첫 프로젝트 시작

This commit is contained in:
2024-12-01 10:45:18 +09:00
parent c16639d0b8
commit 2d40bb518d
5 changed files with 1171 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
object Form2: TForm2
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 441
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
end