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

📄 statcurve360_f.~dfm

📁 汽车行驶记录仪360小时的全程速度时间曲线图的组件。
💻 ~DFM
字号:
object frmStatCurve360: TfrmStatCurve360
  Left = 186
  Top = 73
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #20840#31243#26102#38388'_'#36895#24230'_'#29366#24577#26354#32447
  ClientHeight = 582
  ClientWidth = 802
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clBlack
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object panMain: TPanel
    Left = 0
    Top = 0
    Width = 802
    Height = 582
    Align = alClient
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 800
      Height = 48
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 20
        Width = 60
        Height = 12
        Caption = #36710#36742#29260#29031#65306
      end
      object Label9: TLabel
        Left = 152
        Top = 20
        Width = 60
        Height = 12
        Caption = #36710#29260#39068#33394#65306
      end
      object Label2: TLabel
        Left = 336
        Top = 20
        Width = 192
        Height = 12
        Caption = #28857#20987#19979#38754#30340#26102#38388#36724#36873#25321#22352#26631#36215#22987#26102#21051
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object edtCarLicense: TEdit
        Left = 72
        Top = 16
        Width = 73
        Height = 18
        Ctl3D = False
        MaxLength = 9
        ParentCtl3D = False
        TabOrder = 0
        OnDblClick = edtCarLicenseDblClick
        OnKeyPress = edtCarLicenseKeyPress
      end
      object edtLicenseColor: TEdit
        Left = 216
        Top = 16
        Width = 41
        Height = 18
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 1
      end
      object btnSelect: TButton
        Left = 256
        Top = 16
        Width = 22
        Height = 18
        Caption = '...'
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = btnSelectClick
      end
      object btnOK: TButton
        Left = 288
        Top = 13
        Width = 41
        Height = 25
        Caption = #30830#23450
        TabOrder = 3
        OnClick = btnOKClick
      end
      object btnClose: TButton
        Left = 744
        Top = 13
        Width = 41
        Height = 25
        Caption = #20851#38381
        TabOrder = 4
        OnClick = btnCloseClick
      end
      object btnPrint: TButton
        Left = 536
        Top = 13
        Width = 97
        Height = 25
        Caption = #25171#21360
        TabOrder = 5
        OnClick = btnPrintClick
      end
      object btnDataList: TButton
        Left = 632
        Top = 13
        Width = 97
        Height = 25
        Caption = #25968#25454#21015#34920
        TabOrder = 6
        OnClick = btnDataListClick
      end
    end
    object StatusBar1: TStatusBar
      Left = 1
      Top = 562
      Width = 800
      Height = 19
      Panels = <>
      SimplePanel = False
    end
    object GroupBox3: TGroupBox
      Left = 1
      Top = 49
      Width = 800
      Height = 513
      Align = alClient
      TabOrder = 2
      object imgCanvas: TImage
        Left = 2
        Top = 38
        Width = 796
        Height = 473
        Align = alBottom
      end
      object pbCanvas: TPaintBox
        Left = 88
        Top = 88
        Width = 633
        Height = 369
        OnMouseMove = pbCanvasMouseMove
        OnPaint = pbCanvasPaint
      end
      object lab_X: TLabel
        Left = 144
        Top = 72
        Width = 30
        Height = 12
        Caption = 'lab_X'
        Transparent = True
        Visible = False
      end
      object lab_Y: TLabel
        Left = 200
        Top = 72
        Width = 30
        Height = 12
        Caption = 'lab_Y'
        Transparent = True
        Visible = False
      end
      object lab_Z: TLabel
        Left = 256
        Top = 72
        Width = 30
        Height = 12
        Caption = 'lab_Z'
        Transparent = True
        Visible = False
      end
      object labCarType: TLabel
        Left = 96
        Top = 16
        Width = 60
        Height = 12
        Caption = #36710#36742#20998#31867#65306
      end
      object labStartTime: TLabel
        Left = 232
        Top = 16
        Width = 169
        Height = 13
        Caption = #36215#22987#26102#21051#65288#23545#24212#22352#26631#21407#28857#65289#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
    end
  end
  object lbCarLicList: TListBox
    Left = 73
    Top = 34
    Width = 73
    Height = 89
    Ctl3D = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 13
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    Visible = False
    OnClick = lbCarLicListClick
  end
  object ADOConnection: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\CarMM\Code\Relea' +
      'se\DBCarMM.mdb;Persist Security Info=False'
    KeepConnection = False
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 736
    Top = 520
  end
  object ADOQuery: TADOQuery
    Connection = ADOConnection
    Parameters = <>
    Left = 704
    Top = 520
  end
end

⌨️ 快捷键说明

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