frmqau.dfm
来自「这是一款用java做的图书管理系统」· DFM 代码 · 共 59 行
DFM
59 行
object frmQA: TfrmQA
Left = 336
Top = 105
BorderStyle = bsNone
Caption = #35774#32622'Admin'#24080#21495#30340#38382#39064#21644#31572#26696
ClientHeight = 111
ClientWidth = 382
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 39
Height = 13
Caption = #38382#39064#65306
end
object Label2: TLabel
Left = 8
Top = 48
Width = 39
Height = 13
Caption = #31572#26696#65306
end
object edQ: TEdit
Left = 48
Top = 16
Width = 321
Height = 21
MaxLength = 200
TabOrder = 0
end
object edA: TEdit
Left = 48
Top = 48
Width = 321
Height = 21
MaxLength = 200
TabOrder = 1
end
object Button1: TButton
Left = 288
Top = 80
Width = 75
Height = 25
Caption = #20445#23384'(&S)'
Default = True
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?