⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 gps通讯程序,能够运行在delphi7下
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 206
  Top = 109
  Width = 625
  Height = 510
  Caption = 'GPS'#27979#35797
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 36
    Height = 12
    Caption = #32463#24230#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 36
    Height = 12
    Caption = #32428#24230#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 64
    Width = 36
    Height = 12
    Caption = #28023#25300#65306
  end
  object PaintBox1: TPaintBox
    Left = 160
    Top = 0
    Width = 449
    Height = 449
  end
  object PaintBox2: TPaintBox
    Left = 16
    Top = 88
    Width = 129
    Height = 129
  end
  object pbxSat: TPaintBox
    Left = 16
    Top = 248
    Width = 129
    Height = 129
    OnPaint = pbxSatPaint
  end
  object Label4: TLabel
    Left = 16
    Top = 232
    Width = 60
    Height = 12
    Caption = #21355#26143#29366#24577#65306
  end
  object lblJD: TLabel
    Left = 64
    Top = 16
    Width = 6
    Height = 12
  end
  object lblWD: TLabel
    Left = 64
    Top = 40
    Width = 6
    Height = 12
  end
  object lblHB: TLabel
    Left = 64
    Top = 64
    Width = 6
    Height = 12
  end
  object lblTime: TLabel
    Left = 16
    Top = 408
    Width = 6
    Height = 12
  end
  object lblStatus: TLabel
    Left = 80
    Top = 232
    Width = 6
    Height = 12
  end
  object lblSat: TLabel
    Left = 16
    Top = 384
    Width = 6
    Height = 12
  end
  object Memo1: TMemo
    Left = 160
    Top = 264
    Width = 449
    Height = 185
    ScrollBars = ssVertical
    TabOrder = 0
    Visible = False
  end
  object MainMenu1: TMainMenu
    Left = 352
    Top = 72
    object N1: TMenuItem
      Caption = #21151#33021
      object N3: TMenuItem
        Caption = #35823#24046#27979#35797
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #23450#20301
      end
      object N7: TMenuItem
        Caption = #26174#31034#25968#25454
        OnClick = N7Click
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object N6: TMenuItem
        Caption = #36864#20986
        OnClick = N6Click
      end
    end
    object N2: TMenuItem
      Caption = #37197#32622
      object GPS1: TMenuItem
        Caption = 'GPS'#21442#25968
        OnClick = GPS1Click
      end
    end
  end
  object Comm1: TComm
    CommName = 'COM1'
    BaudRate = 9600
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = False
    Inx_XonXoffFlow = False
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #17
    XoffChar = #19
    ReplacedChar = #0
    ReadIntervalTimeout = 100
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    OnReceiveData = Comm1ReceiveData
    Left = 352
    Top = 32
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -