unit2.dfm
来自「网吧管理软件」· DFM 代码 · 共 51 行
DFM
51 行
object server2: Tserver2
Left = 444
Top = 258
BorderIcons = []
BorderStyle = bsSingle
Caption = #31649#29702#21592#23494#30721
ClientHeight = 76
ClientWidth = 113
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 8
Top = 7
Width = 97
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object Button1: TButton
Left = 8
Top = 39
Width = 97
Height = 25
Caption = #30830#23450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?