bfsjk_u.dfm
来自「delphi写的人员登记系统IC卡版,还是一个不错的系统,初学员可以」· DFM 代码 · 共 54 行
DFM
54 行
object frm_bfsjk: Tfrm_bfsjk
Left = 0
Top = 0
Caption = #22791#20221#25968#25454#24211
ClientHeight = 206
ClientWidth = 339
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poMainFormCenter
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 8
Top = 51
Width = 70
Height = 14
Caption = #25968#25454#24211#21517#65306
end
object bfsjkm_Edit: TEdit
Left = 80
Top = 48
Width = 241
Height = 22
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 72
Top = 136
Width = 75
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 184
Top = 136
Width = 75
Height = 25
Caption = #20851#38381'(&C)'
TabOrder = 2
OnClick = BitBtn2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?