📄 tools.dfm
字号:
object ToolsForm: TToolsForm
Left = 212
Top = 106
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'RX Tools'
ClientHeight = 313
ClientWidth = 504
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = True
Position = poDefaultPosOnly
Visible = True
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TabbedNotebook1: TTabbedNotebook
Left = 0
Top = 0
Width = 504
Height = 313
Align = alClient
TabFont.Charset = DEFAULT_CHARSET
TabFont.Color = clBtnText
TabFont.Height = -11
TabFont.Name = 'MS Sans Serif'
TabFont.Style = []
TabOrder = 0
object TTabPage
Left = 4
Top = 24
Caption = 'Visual'
object GroupBox1: TGroupBox
Left = 4
Top = 0
Width = 485
Height = 113
Caption = ' Speedbar '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 16
Width = 469
Height = 53
AutoSize = False
Caption =
'Panel with SpeedButtons. Speedbar Designer provides a method to ' +
'create and edit your speedbar. TSpeedbar has a methods to bring ' +
'up Customize Dialog at run-time and also methods to store and lo' +
'ad layout using ini-file.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 8
Top = 72
Width = 377
Height = 37
AutoSize = False
Caption =
'Speedbar can be placed at top, bottom, left, right of the form b' +
'y dragging it to the new place. Main form of this appplication h' +
'as such component.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Button1: TButton
Left = 392
Top = 80
Width = 81
Height = 25
Caption = 'Show'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
end
object GroupBox2: TGroupBox
Left = 4
Top = 116
Width = 485
Height = 161
Caption = ' ClipboardViewer '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
object Label8: TLabel
Left = 8
Top = 16
Width = 189
Height = 13
AutoSize = False
Caption = 'Displays the contents of Clipboard'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
end
object Label9: TLabel
Left = 280
Top = 60
Width = 121
Height = 13
AutoSize = False
Caption = 'Put in the clipboard:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label13: TLabel
Left = 280
Top = 104
Width = 61
Height = 13
AutoSize = False
Caption = 'View as:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Image5: TImage
Left = 280
Top = 24
Width = 28
Height = 28
Hint = 'TClipboardViewer|'
AutoSize = True
ParentShowHint = False
Picture.Data = {
07544269746D617036020000424D360200000000000076000000280000001C00
00001C0000000100040000000000C00100000000000000000000100000001000
000000000000000080000080000000808000800000008000800080800000C0C0
C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
FF00000000000000000000000000000000000888888888888888888888888880
00000F7777777777777777777777778000000F77777777777777777777777780
00000F7777000000000000000077778000000F77733333333333333333077780
00000F7773788888888888888307778000000F77737FFF6FFFFFFFFF83077780
00000F7773766666666666668307778000000F77737FFF6FFFFFFFFF83077780
00000F7773766666666666668307778000000F77737FFF6FFFFFFFFF83077780
00000F7773766666666666668307778000000F77737FFF6FFFFFFFFF83077780
00000F7773766666666666668307778000000F77737FFF6FFFFFFFFF83077780
00000F7773766666666666668307778000000F77737FFF6FFFFFFFFF83077780
00000F7773766666666666668307778000000F77737FFF6FFFFFFFFF83077780
00000F77737FFF00000000FF8307778000000F777377778F7F77807783077780
00000F7777333388FFF703333377778000000F77777777788888877777777780
00000F7777777777777777777777778000000F77777777777777777777777780
00000FFFFFFFFFFFFFFFFFFFFFFFFF8000000000000000000000000000000000
0000}
ShowHint = True
end
object ClipboardViewer1: TClipboardViewer
Left = 8
Top = 36
Width = 249
Height = 117
Ctl3D = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentCtl3D = False
ParentFont = False
TabOrder = 0
OnChange = ClipboardViewer1Change
end
object ComboBox1: TComboBox
Left = 280
Top = 76
Width = 189
Height = 21
Style = csDropDownList
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 1
OnChange = ComboBox1Change
Items.Strings = (
'Text'
'Bitmap'
'Icon'
'Component')
end
object ComboBox2: TComboBox
Left = 280
Top = 120
Width = 189
Height = 21
Style = csDropDownList
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 2
OnChange = ComboBox2Change
end
end
end
object TTabPage
Left = 4
Top = 24
Caption = 'Nonvisual'
object GroupBox3: TGroupBox
Left = 4
Top = 0
Width = 221
Height = 173
Caption = ' FormPlacement, FormStorage '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object Image1: TImage
Left = 12
Top = 23
Width = 28
Height = 28
Hint = 'TFormPlacement|'
AutoSize = True
ParentShowHint = False
Picture.Data = {
07544269746D617046070000424D460700000000000036040000280000001C00
00001C0000000100080000000000100300000000000000000000000100000000
000000000000000080000080000000808000800000008000800080800000C0C0
C000C0DCC000F0CAA60000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -