📄 unit9.dfm
字号:
object NewUser: TNewUser
Left = 278
Top = 260
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #26032#29992#25143
ClientHeight = 184
ClientWidth = 378
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 40
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label2: TLabel
Left = 24
Top = 72
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object Label3: TLabel
Left = 24
Top = 108
Width = 60
Height = 13
Caption = #23494#30721#30830#35748#65306
end
object Label4: TLabel
Left = 216
Top = 40
Width = 48
Height = 13
Caption = #29992#25143#20449#24687
end
object Bevel1: TBevel
Left = 8
Top = 16
Width = 361
Height = 121
end
object Bevel2: TBevel
Left = 120
Top = 146
Width = 249
Height = 33
end
object Edit1: TEdit
Left = 96
Top = 32
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 96
Top = 68
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
MaxLength = 10
PasswordChar = '*'
TabOrder = 1
OnKeyPress = Edit2KeyPress
end
object Button1: TButton
Left = 126
Top = 151
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = Button1Click
OnEnter = Button1Click
end
object Edit3: TEdit
Left = 96
Top = 104
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
MaxLength = 10
PasswordChar = '*'
TabOrder = 3
OnKeyPress = Edit3KeyPress
end
object Memo1: TMemo
Left = 233
Top = 32
Width = 120
Height = 94
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
Lines.Strings = (
'')
MaxLength = 50
TabOrder = 4
end
object Button2: TButton
Left = 206
Top = 151
Width = 75
Height = 25
Caption = #29992#25143#26597#30475
TabOrder = 5
OnClick = Button2Click
end
object BitBtn1: TBitBtn
Left = 288
Top = 151
Width = 73
Height = 25
Caption = #36864#20986
TabOrder = 6
OnClick = BitBtn1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -