?? frm_loginu.dfm
字號:
object frm_login: Tfrm_login
Left = 425
Top = 221
BorderStyle = bsDialog
Caption = #36523#20221#39564#35777
ClientHeight = 137
ClientWidth = 274
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 274
Height = 97
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 32
Width = 65
Height = 13
AutoSize = False
Caption = #29992#25143#21517
end
object Label2: TLabel
Left = 24
Top = 64
Width = 49
Height = 13
AutoSize = False
Caption = #23494#30721
end
object edt_user: TEdit
Left = 104
Top = 24
Width = 121
Height = 21
TabOrder = 0
end
object edt_pwd: TMaskEdit
Left = 104
Top = 56
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
end
object Panel2: TPanel
Left = 0
Top = 97
Width = 274
Height = 40
Align = alClient
TabOrder = 1
object btn_ok: TButton
Left = 104
Top = 8
Width = 75
Height = 25
Caption = #30331#24405
TabOrder = 0
OnClick = btn_okClick
end
object btn_cancel: TButton
Left = 184
Top = 8
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 1
OnClick = btn_cancelClick
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -