?? unit1.dfm
字號:
object Form1: TForm1
Left = 260
Top = 190
Width = 454
Height = 367
BorderStyle = bsSizeToolWin
Caption = 'File Utilities 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 GroupBox1: TGroupBox
Left = 2
Top = 240
Width = 441
Height = 89
Caption = 'Plugin Dialogs'
TabOrder = 0
object memo1: TMemo
Left = 16
Top = 24
Width = 409
Height = 49
ScrollBars = ssVertical
TabOrder = 0
end
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 441
Height = 241
ActivePage = TabSheet2
Style = tsFlatButtons
TabIndex = 1
TabOrder = 1
object TabSheet1: TTabSheet
Caption = 'Files'
object GroupBox3: TGroupBox
Left = 8
Top = 25
Width = 417
Height = 144
Caption = 'Files'
TabOrder = 0
object Edit9: TEdit
Left = 16
Top = 111
Width = 313
Height = 21
TabOrder = 0
end
object Button7: TButton
Left = 334
Top = 111
Width = 75
Height = 21
Caption = 'Delete'
TabOrder = 1
OnClick = Button7Click
end
object Edit10: TEdit
Left = 16
Top = 24
Width = 153
Height = 21
TabOrder = 2
Text = 'old name'
end
object Edit11: TEdit
Left = 176
Top = 24
Width = 153
Height = 21
TabOrder = 3
Text = 'new name'
end
object Button8: TButton
Left = 334
Top = 24
Width = 75
Height = 21
Caption = 'Rename'
TabOrder = 4
OnClick = Button8Click
end
object Edit12: TEdit
Left = 16
Top = 56
Width = 153
Height = 21
TabOrder = 5
Text = 'old path'
end
object Edit13: TEdit
Left = 176
Top = 56
Width = 153
Height = 21
TabOrder = 6
Text = 'new path'
end
object Button9: TButton
Left = 334
Top = 56
Width = 75
Height = 21
Caption = 'Copy'
TabOrder = 7
OnClick = Button9Click
end
object Edit16: TEdit
Left = 16
Top = 84
Width = 153
Height = 21
TabOrder = 8
Text = 'old path'
end
object Edit17: TEdit
Left = 176
Top = 84
Width = 153
Height = 21
TabOrder = 9
Text = 'new path'
end
object Button10: TButton
Left = 334
Top = 84
Width = 75
Height = 21
Caption = 'Move'
TabOrder = 10
OnClick = Button10Click
end
end
end
object TabSheet2: TTabSheet
Caption = 'Directories'
ImageIndex = 1
object GroupBox2: TGroupBox
Left = 8
Top = 25
Width = 417
Height = 184
Caption = 'Directories'
TabOrder = 0
object Edit2: TEdit
Left = 16
Top = 24
Width = 313
Height = 21
TabOrder = 0
end
object Button2: TButton
Left = 336
Top = 24
Width = 75
Height = 21
Caption = 'Create'
TabOrder = 1
OnClick = Button2Click
end
object Edit3: TEdit
Left = 16
Top = 56
Width = 313
Height = 21
TabOrder = 2
end
object Button3: TButton
Left = 334
Top = 56
Width = 75
Height = 21
Caption = 'Delete'
TabOrder = 3
OnClick = Button3Click
end
object Edit4: TEdit
Left = 16
Top = 88
Width = 153
Height = 21
TabOrder = 4
Text = 'old name'
end
object Edit5: TEdit
Left = 176
Top = 88
Width = 153
Height = 21
TabOrder = 5
Text = 'new name'
end
object Button4: TButton
Left = 334
Top = 88
Width = 75
Height = 21
Caption = 'Rename'
TabOrder = 6
OnClick = Button4Click
end
object Edit6: TEdit
Left = 16
Top = 120
Width = 153
Height = 21
TabOrder = 7
Text = 'old path'
end
object Edit7: TEdit
Left = 176
Top = 120
Width = 153
Height = 21
TabOrder = 8
Text = 'new path'
end
object Button5: TButton
Left = 334
Top = 120
Width = 75
Height = 21
Caption = 'Copy'
TabOrder = 9
OnClick = Button5Click
end
object Edit14: TEdit
Left = 16
Top = 150
Width = 153
Height = 21
TabOrder = 10
Text = 'old path'
end
object Edit15: TEdit
Left = 176
Top = 150
Width = 153
Height = 21
TabOrder = 11
Text = 'new path'
end
object Button6: TButton
Left = 334
Top = 150
Width = 75
Height = 21
Caption = 'Move'
TabOrder = 12
OnClick = Button6Click
end
end
end
object TabSheet3: TTabSheet
Caption = 'About'
ImageIndex = 2
object Memo2: TMemo
Left = 24
Top = 24
Width = 385
Height = 145
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 = (
' '
''
''
' File Utilities Plugin v1.0'
''
' by satan_addict')
ParentFont = False
TabOrder = 0
end
end
end
object ThemeManager1: TThemeManager
Left = 368
Top = 8
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -