📄 mainunit.dfm
字号:
object Form1: TForm1
Left = 201
Top = 125
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'VPacker v0.02.10 - can pack EXEs only '
ClientHeight = 344
ClientWidth = 475
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PB: TGauge
Left = 0
Top = 129
Width = 475
Height = 32
Align = alTop
BackColor = clBtnFace
BorderStyle = bsNone
Color = clWhite
ParentColor = False
Progress = 0
end
object Panel1: TPanel
Left = 0
Top = 161
Width = 475
Height = 48
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Bevel1: TBevel
Left = 0
Top = 0
Width = 475
Height = 25
Align = alTop
Shape = bsTopLine
end
object imgIcon: TImage
Left = 432
Top = 8
Width = 32
Height = 32
end
object leSrcFn: TLabeledEdit
Left = 72
Top = 16
Width = 345
Height = 21
BevelInner = bvNone
BevelOuter = bvNone
Ctl3D = True
EditLabel.Width = 61
EditLabel.Height = 13
EditLabel.Caption = 'File to pack: '
LabelPosition = lpLeft
LabelSpacing = 3
MaxLength = 8
ParentCtl3D = False
TabOrder = 0
end
end
object RichEdit1: TRichEdit
Left = 0
Top = 0
Width = 475
Height = 129
Align = alTop
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
Lines.Strings = (
'Drag & drop source file')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 1
end
object GroupBox2: TGroupBox
Left = 0
Top = 209
Width = 475
Height = 88
Align = alTop
Caption = 'Pack Options'
TabOrder = 2
object Label1: TLabel
Left = 16
Top = 40
Width = 212
Height = 13
Caption = '(Try uncheck it, when packed app fail to run)'
end
object cbClearImp: TCheckBox
Left = 16
Top = 24
Width = 145
Height = 17
Caption = 'Clear original improt data'
Checked = True
State = cbChecked
TabOrder = 0
end
object cbBackup: TCheckBox
Left = 16
Top = 64
Width = 145
Height = 17
Caption = 'Create backup file'
Checked = True
State = cbChecked
TabOrder = 1
end
object leSectionName: TLabeledEdit
Left = 360
Top = 24
Width = 89
Height = 21
EditLabel.Width = 73
EditLabel.Height = 13
EditLabel.Caption = 'Section Name: '
LabelPosition = lpLeft
LabelSpacing = 3
MaxLength = 8
TabOrder = 2
Text = '.Packer!'
end
end
object Button1: TButton
Left = 16
Top = 304
Width = 145
Height = 33
Caption = 'Pack it!'
Default = True
Enabled = False
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 320
Top = 304
Width = 145
Height = 33
Cancel = True
Caption = 'Exit'
TabOrder = 4
OnClick = Button2Click
end
object MainMenu1: TMainMenu
Left = 400
Top = 48
object Help1: TMenuItem
Caption = '&About'
OnClick = Help1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -