📄 unit1.dfm
字号:
00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00}
end
end
object Panel3: TPanel
Left = 0
Top = 65
Width = 632
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
632
41)
object Edit1: TEdit
Left = 0
Top = 8
Width = 465
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 472
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '?????'
TabOrder = 0
end
object BitBtn2: TBitBtn
Left = 552
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '?????'
TabOrder = 2
end
end
object Panel4: TPanel
Left = 0
Top = 106
Width = 632
Height = 309
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object Splitter1: TSplitter
Left = 185
Top = 0
Width = 3
Height = 309
Cursor = crHSplit
end
object Panel5: TPanel
Left = 0
Top = 0
Width = 185
Height = 309
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object ListBox1: TListBox
Left = 0
Top = 0
Width = 185
Height = 309
Align = alClient
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
object Button5: TButton
Left = 56
Top = 232
Width = 75
Height = 25
Caption = 'Open EML'
TabOrder = 1
OnClick = Button5Click
end
end
object Panel6: TPanel
Left = 188
Top = 0
Width = 444
Height = 309
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Splitter2: TSplitter
Left = 0
Top = 112
Width = 444
Height = 3
Cursor = crVSplit
Align = alTop
end
object Panel7: TPanel
Left = 0
Top = 0
Width = 444
Height = 112
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object ListView1: TListView
Left = 0
Top = 0
Width = 444
Height = 112
Align = alClient
Checkboxes = True
Columns = <
item
Caption = '#'
Width = 22
end
item
Caption = 'N'
end
item
Caption = 'From:'
Width = 100
end
item
Caption = 'Reply to:'
Width = 100
end
item
Caption = 'To:'
Width = 100
end
item
Caption = 'Subject'
Width = 100
end
item
Caption = 'Received'
Width = 100
end
item
Caption = 'Position'
Width = 100
end
item
Caption = 'Size'
Width = 100
end>
ReadOnly = True
RowSelect = True
ShowWorkAreas = True
TabOrder = 0
ViewStyle = vsReport
OnClick = ListView1Click
OnColumnClick = ListView1ColumnClick
end
end
object Panel8: TPanel
Left = 0
Top = 115
Width = 444
Height = 194
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Panel9: TPanel
Left = 0
Top = 0
Width = 444
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Save to file'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Caption = 'Attributes'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 168
Top = 8
Width = 75
Height = 25
Caption = 'Header Info'
TabOrder = 2
OnClick = Button3Click
end
object CheckBox1: TCheckBox
Left = 248
Top = 16
Width = 97
Height = 17
Caption = 'View Source'
TabOrder = 3
OnClick = CheckBox1Click
end
end
object RichEdit1: TRichEdit
Left = 0
Top = 41
Width = 444
Height = 153
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PlainText = True
ReadOnly = True
ScrollBars = ssBoth
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -