📄 unit1.dfm
字号:
object Form1: TForm1
Left = 293
Top = 133
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Ultimate-Guitar.com Finder'
ClientHeight = 131
ClientWidth = 284
Color = 7361843
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 7
Width = 57
Height = 13
Caption = 'Song name:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 56
Width = 30
Height = 13
Caption = 'Artist:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindow
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 268
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 8
Top = 72
Width = 268
Height = 21
Color = 14540253
TabOrder = 2
end
object Button1: TButton
Left = 96
Top = 99
Width = 75
Height = 25
Caption = 'Wczytaj'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 99
Width = 75
Height = 25
Caption = 'Find'
TabOrder = 3
OnClick = Button2Click
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 184
Top = 104
end
object Timer2: TTimer
Interval = 100
OnTimer = Timer2Timer
Top = 96
end
object Timer3: TTimer
Interval = 100
OnTimer = Timer3Timer
Left = 32
Top = 96
end
object Timer4: TTimer
Interval = 100
OnTimer = Timer4Timer
Left = 64
Top = 96
end
object Timer5: TTimer
Enabled = False
Interval = 100
OnTimer = Timer5Timer
Left = 248
Top = 104
end
object Timer6: TTimer
Interval = 100
OnTimer = Timer6Timer
Left = 216
Top = 96
end
object XPManifest1: TXPManifest
Left = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -