modimm.dfm
来自「新生报名管理系统,适合于各级学校报名管理使用!」· DFM 代码 · 共 88 行
DFM
88 行
object ModiMMForm: TModiMMForm
Left = 8
Top = 8
Width = 201
Height = 218
Caption = #20462#25913#23494#30721
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 36
Height = 13
Caption = #21407#23494#30721
FocusControl = Edit1
end
object Label2: TLabel
Left = 16
Top = 56
Width = 90
Height = 13
Caption = #26032#23494#30721'(3-20'#23383#31526')'
FocusControl = Edit2
end
object Label3: TLabel
Left = 16
Top = 96
Width = 48
Height = 13
Caption = #30830#35748#23494#30721
FocusControl = Edit3
end
object Edit1: TEdit
Left = 16
Top = 32
Width = 161
Height = 21
MaxLength = 20
PasswordChar = '*'
TabOrder = 0
end
object Edit2: TEdit
Left = 16
Top = 72
Width = 161
Height = 21
MaxLength = 20
PasswordChar = '*'
TabOrder = 1
end
object Edit3: TEdit
Left = 16
Top = 112
Width = 161
Height = 21
MaxLength = 20
PasswordChar = '*'
TabOrder = 2
end
object Button1: TButton
Left = 24
Top = 144
Width = 65
Height = 25
Caption = #30830' '#23450
Default = True
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 144
Width = 65
Height = 25
Caption = #21462' '#28040
TabOrder = 4
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?