📄 main.dfm
字号:
object Form1: TForm1
Left = 0
Top = 0
Width = 1024
Height = 738
Caption = 'DebugServer'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnMouseWheel = FormMouseWheel
OnPaint = FormPaint
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 840
Top = 82
Width = 7
Height = 629
Cursor = crHSplit
Align = alRight
OnCanResize = Splitter1CanResize
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 1016
Height = 49
Align = alTop
Caption = 'Active Player'
TabOrder = 0
object RadioButton1: TRadioButton
Left = 280
Top = 16
Width = 113
Height = 25
Caption = 'RadioButton1'
TabOrder = 0
Visible = False
OnEnter = RadioButton1Enter
OnKeyDown = RadioButton1KeyDown
end
object Button1: TButton
Left = 896
Top = 16
Width = 57
Height = 25
Caption = 'ReadFile'
TabOrder = 1
OnClick = Button1Click
OnKeyDown = Button1KeyDown
end
object Button2: TButton
Left = 832
Top = 16
Width = 57
Height = 25
Caption = 'SendWM'
TabOrder = 2
OnClick = Button2Click
OnKeyDown = Button2KeyDown
end
object ToolBar1: TToolBar
Left = 640
Top = 16
Width = 184
Height = 26
Align = alNone
AutoSize = True
Caption = 'ToolBar1'
Images = ImageList1
TabOrder = 3
object ToolButton1: TToolButton
Left = 0
Top = 2
Caption = 'ToolButton1'
ImageIndex = 0
OnClick = ToolButton1Click
end
object ToolButton2: TToolButton
Left = 23
Top = 2
Caption = 'ToolButton2'
ImageIndex = 1
OnClick = ToolButton2Click
end
object ToolButton3: TToolButton
Left = 46
Top = 2
Caption = 'ToolButton3'
ImageIndex = 2
OnClick = ToolButton3Click
end
object ToolButton4: TToolButton
Left = 69
Top = 2
Caption = 'ToolButton4'
ImageIndex = 3
OnClick = ToolButton4Click
end
object ToolButton5: TToolButton
Left = 92
Top = 2
Caption = 'ToolButton5'
ImageIndex = 4
OnClick = ToolButton5Click
end
object ToolButton6: TToolButton
Left = 115
Top = 2
Caption = 'ToolButton6'
ImageIndex = 5
OnClick = ToolButton6Click
end
object ToolButton7: TToolButton
Left = 138
Top = 2
Caption = 'ToolButton7'
ImageIndex = 6
OnClick = ToolButton7Click
end
object ToolButton8: TToolButton
Left = 161
Top = 2
Caption = 'ToolButton8'
ImageIndex = 7
OnClick = ToolButton8Click
end
end
object Button3: TButton
Left = 960
Top = 16
Width = 57
Height = 25
Caption = 'Connect'
TabOrder = 4
OnClick = Button3Click
OnKeyDown = Button3KeyDown
end
object Button4: TButton
Left = 568
Top = 16
Width = 65
Height = 25
Caption = 'ShowReal'
TabOrder = 5
OnClick = Button4Click
OnKeyDown = Button4KeyDown
end
end
object TrackBar1: TTrackBar
Left = 0
Top = 49
Width = 1016
Height = 33
Align = alTop
Max = 0
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 1
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBar1Change
OnKeyDown = TrackBar1KeyDown
end
object Memo1: TMemo
Left = 847
Top = 82
Width = 169
Height = 629
Align = alRight
TabOrder = 2
OnKeyDown = Memo1KeyDown
end
object ServerIPEdit: TEdit
Left = 488
Top = 16
Width = 73
Height = 21
TabOrder = 3
Text = '10.13.22.116'
end
object MonitorCommandPanel: TPanel
Left = 344
Top = 160
Width = 257
Height = 265
Enabled = False
TabOrder = 4
Visible = False
object MonitorCommandButton: TBitBtn
Left = 32
Top = 224
Width = 89
Height = 25
Caption = 'Send Command'
Enabled = False
TabOrder = 0
Visible = False
OnClick = MonitorCommandButtonClick
end
object MonitorCommandCloseButton: TBitBtn
Left = 160
Top = 224
Width = 49
Height = 25
Caption = 'Close'
Enabled = False
TabOrder = 1
Visible = False
OnClick = MonitorCommandCloseButtonClick
end
object MonitorCommandEdit: TMemo
Left = 8
Top = 8
Width = 241
Height = 209
Enabled = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -