gps.~dfm
来自「关于网络编程的一个delphi程序。其实现的功能是通过无线网络实现监控。」· ~DFM 代码 · 共 67 行
~DFM
67 行
object FormGPS: TFormGPS
Left = 418
Top = 269
Width = 600
Height = 400
Caption = #25511#21046#21629#20196#31383#21475
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object RzGroupBox1: TRzGroupBox
Left = 0
Top = 0
Width = 185
Height = 361
Caption = #25511#21046#26381#21153#22120#29366#24577
TabOrder = 0
object lbl1: TLabel
Left = 16
Top = 40
Width = 82
Height = 13
Caption = #25511#21046' Server'#29366#24577
end
object edtGPSState: TEdit
Left = 16
Top = 64
Width = 153
Height = 21
TabOrder = 0
end
object mmoGPSServer: TMemo
Left = 16
Top = 96
Width = 153
Height = 249
Lines.Strings = (
'')
ScrollBars = ssBoth
TabOrder = 1
end
end
object RzGroupBox2: TRzGroupBox
Left = 192
Top = 0
Width = 393
Height = 361
Caption = #25511#21046#21629#20196#20449#24687
TabOrder = 1
object mmoGPSTrans: TMemo
Left = 8
Top = 24
Width = 377
Height = 321
Lines.Strings = (
'')
ScrollBars = ssBoth
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?