?? unit1.dfm
字號:
object Form1: TForm1
Left = 421
Top = 229
Width = 288
Height = 253
BorderStyle = bsSizeToolWin
Caption = 'Compressor Plugin v1.0'
Color = clBtnFace
UseDockManager = True
DragKind = dkDock
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 280
Height = 219
ActivePage = TabSheet1
Align = alClient
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Compressor'
object Label1: TLabel
Left = 8
Top = 112
Width = 126
Height = 13
Caption = 'File to Compress (full path):'
end
object Label2: TLabel
Left = 8
Top = 0
Width = 96
Height = 13
Caption = 'Server Plugin Reply:'
end
object memo1: TMemo
Left = 8
Top = 16
Width = 257
Height = 89
TabOrder = 0
end
object Button1: TButton
Left = 8
Top = 160
Width = 75
Height = 25
Caption = 'Compress'
TabOrder = 1
OnClick = Button1Click
end
object Edit1: TEdit
Left = 8
Top = 128
Width = 257
Height = 21
TabOrder = 2
end
end
object TabSheet2: TTabSheet
Caption = 'Decompressor'
ImageIndex = 1
object Panel1: TPanel
Left = 0
Top = 0
Width = 272
Height = 45
Align = alTop
BorderStyle = bsSingle
TabOrder = 0
object Edit2: TEdit
Left = 8
Top = 8
Width = 193
Height = 21
TabOrder = 0
end
object Button2: TButton
Left = 208
Top = 8
Width = 51
Height = 21
Caption = 'Open'
TabOrder = 1
OnClick = Button2Click
end
end
object Memo2: TMemo
Left = 0
Top = 45
Width = 272
Height = 146
Align = alClient
TabOrder = 1
end
end
object TabSheet3: TTabSheet
Caption = 'About'
ImageIndex = 2
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 257
Height = 169
TabOrder = 0
object Memo3: TMemo
Left = 32
Top = 40
Width = 185
Height = 89
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
Lines.Strings = (
'Coded by tt and based on a '
'sample '
'from swissdelphisite.'
''
'-satan_addict')
ParentFont = False
TabOrder = 0
end
end
end
end
object od: TOpenDialog
Filter = 'Compresses (*.$)|*.$'
Title = 'Select compressed file'
Left = 210
Top = 98
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -