📄 unit1.dfm
字号:
object Formjob: TFormjob
Left = 149
Top = 110
Width = 327
Height = 331
Caption = #32844#19994#27979#35797
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object LabelName: TLabel
Left = 56
Top = 72
Width = 24
Height = 13
Caption = #22995#21517
end
object LabelWork: TLabel
Left = 56
Top = 136
Width = 24
Height = 13
Caption = #32844#19994
end
object LabelResult: TLabel
Left = 56
Top = 192
Width = 24
Height = 13
Caption = #26174#31034
end
object EditName: TEdit
Left = 112
Top = 64
Width = 121
Height = 21
TabOrder = 0
Text = #23567#32418
end
object ButtonCalc: TButton
Left = 48
Top = 248
Width = 75
Height = 25
Caption = #21028#26029
TabOrder = 1
OnClick = ButtonCalcClick
end
object EditWork: TEdit
Left = 112
Top = 128
Width = 121
Height = 21
TabOrder = 2
Text = #23398#29983
end
object ButtonExit: TButton
Left = 160
Top = 248
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = ButtonExitClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -