unit1.dfm
来自「Delphi basic program. Basic programing」· DFM 代码 · 共 81 行
DFM
81 行
object Form1: TForm1
Left = 477
Top = 163
Width = 298
Height = 193
Caption = #23494#30721#26694
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 Label1: TLabel
Left = 24
Top = 40
Width = 83
Height = 15
Caption = #35831#36755#20837#23494#30721':'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 80
Width = 108
Height = 15
Caption = #36755#20837#25968#23383'(0,1):'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Visible = False
end
object PassWord: TEdit
Left = 136
Top = 32
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 0
OnKeyPress = PassWordKeyPress
end
object InputEdit: TEdit
Left = 136
Top = 72
Width = 121
Height = 21
TabOrder = 1
Visible = False
OnKeyPress = InputEditKeyPress
end
object Button1: TButton
Left = 40
Top = 120
Width = 75
Height = 25
Caption = #30830#23450
ModalResult = 1
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 120
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?