?? login.~dfm
字號:
object F_login: TF_login
Left = 432
Top = 236
Width = 279
Height = 179
ActiveControl = i_user
Caption = '系統登錄'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 241
Height = 25
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '登錄人事管理系統'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 48
Width = 84
Height = 13
Caption = '服務器地址:'
end
object Label3: TLabel
Left = 48
Top = 72
Width = 56
Height = 13
Caption = '用戶名:'
end
object Label4: TLabel
Left = 48
Top = 96
Width = 56
Height = 13
Caption = '密 碼:'
end
object i_server_add: TComboBox
Left = 96
Top = 44
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'red:MISDB'
Items.Strings = (
'red:MISDB')
end
object i_user: TEdit
Left = 96
Top = 68
Width = 121
Height = 21
TabOrder = 1
end
object i_passwd: TEdit
Left = 96
Top = 92
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
end
object Button1: TButton
Left = 48
Top = 120
Width = 75
Height = 25
Caption = '登錄'
Default = True
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 120
Width = 75
Height = 25
Cancel = True
Caption = '取消'
ModalResult = 2
TabOrder = 4
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -