📄 unit1.dfm
字号:
object Form1: TForm1
Left = 206
Top = 107
Width = 400
Height = 326
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 15
object lblProfile: TLabel
Left = 8
Top = 11
Width = 28
Height = 15
Caption = 'Name'
end
object lblProfilePassword: TLabel
Left = 176
Top = 11
Width = 56
Height = 15
Caption = 'Password'
end
object lblSubject: TLabel
Left = 32
Top = 139
Width = 49
Height = 15
Caption = 'Subject'
end
object lblTo: TLabel
Left = 40
Top = 107
Width = 14
Height = 15
Caption = 'To'
end
object lblFrom: TLabel
Left = 32
Top = 75
Width = 28
Height = 15
Caption = 'From'
end
object txtProfile: TEdit
Left = 48
Top = 8
Width = 113
Height = 23
ImeName = '中文 (简体) - 智能 ABC'
TabOrder = 0
Text = 'jason'
end
object txtPPassword: TEdit
Left = 248
Top = 8
Width = 113
Height = 23
ImeName = '中文 (简体) - 智能 ABC'
PasswordChar = '*'
TabOrder = 1
end
object btnUnread: TBitBtn
Left = 64
Top = 40
Width = 121
Height = 25
Caption = '新邮件'
TabOrder = 2
OnClick = btnUnreadClick
end
object btnReadNext: TBitBtn
Left = 224
Top = 40
Width = 113
Height = 25
Caption = '下一邮件'
Enabled = False
TabOrder = 3
OnClick = btnReadNextClick
end
object txtFrom: TEdit
Left = 96
Top = 72
Width = 281
Height = 23
ImeName = '中文 (简体) - 智能 ABC'
ReadOnly = True
TabOrder = 4
end
object txtTo: TEdit
Left = 96
Top = 104
Width = 281
Height = 23
ImeName = '中文 (简体) - 智能 ABC'
ReadOnly = True
TabOrder = 5
end
object txtSubject: TEdit
Left = 96
Top = 136
Width = 281
Height = 23
ImeName = '中文 (简体) - 智能 ABC'
ReadOnly = True
TabOrder = 6
end
object moBody: TMemo
Left = 0
Top = 165
Width = 392
Height = 115
Align = alBottom
ImeName = '中文 (简体) - 智能 ABC'
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 7
end
object statMAPI: TStatusBar
Left = 0
Top = 280
Width = 392
Height = 19
Panels = <>
SimplePanel = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -