📄 file2strunit.dfm
字号:
object Form1: TForm1
Left = 242
Top = 123
Width = 544
Height = 375
Caption = 'FileToString'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 0
Width = 536
Height = 65
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 174
Top = 22
Width = 23
Height = 22
Caption = '...'
OnClick = SpeedButton1Click
end
object Edit1: TEdit
Left = 1
Top = 21
Width = 173
Height = 24
TabOrder = 0
end
object Button1: TButton
Left = 235
Top = 20
Width = 75
Height = 25
Caption = '&Start'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 330
Top = 20
Width = 75
Height = 25
Caption = '&Quit'
TabOrder = 2
OnClick = Button2Click
end
end
object RichEdit1: TRichEdit
Left = 0
Top = 65
Width = 536
Height = 283
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 1
WantTabs = True
WantReturns = False
WordWrap = False
end
object OpenDialog1: TOpenDialog
Filter = 'DLL File(*.dll)|*.dll|All File(*.*)|*.*'
Left = 48
Top = 19
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -