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

📄 statcurvebig_f.dfm

📁 汽车行驶记录仪数据采集处理系统
💻 DFM
字号:
object frmStatCurveBig: TfrmStatCurveBig
  Left = 181
  Top = 70
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #20107#25925#30097#28857#25968#25454#32479#35745#26354#32447#22823#22270
  ClientHeight = 586
  ClientWidth = 755
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 755
    Height = 586
    Align = alClient
    TabOrder = 0
    object GroupBox2: TGroupBox
      Left = 1
      Top = 1
      Width = 753
      Height = 49
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 20
        Width = 42
        Height = 12
        Caption = 'X'#65288#31186#65289
      end
      object Label2: TLabel
        Left = 168
        Top = 20
        Width = 84
        Height = 12
        Caption = 'Y'#65288#20844#37324'/'#23567#26102#65289
      end
      object Label3: TLabel
        Left = 512
        Top = 20
        Width = 84
        Height = 12
        Caption = #32418#32447#20026#36895#24230#26354#32447
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 400
        Top = 20
        Width = 84
        Height = 12
        Caption = #34013#32447#20026#21046#21160#20449#21495
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object edt_X: TEdit
        Left = 64
        Top = 17
        Width = 73
        Height = 18
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 0
        Text = 'edt_X'
      end
      object edt_Y: TEdit
        Left = 256
        Top = 17
        Width = 65
        Height = 18
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 1
        Text = 'edt_Y'
      end
      object btnClose: TButton
        Left = 704
        Top = 14
        Width = 43
        Height = 25
        Caption = #20851#38381
        TabOrder = 2
        OnClick = btnCloseClick
      end
      object btnPrint: TButton
        Left = 654
        Top = 14
        Width = 43
        Height = 25
        Caption = #25171#21360
        TabOrder = 3
        OnClick = btnPrintClick
      end
    end
    object GroupBox1: TGroupBox
      Left = 1
      Top = 50
      Width = 753
      Height = 516
      Align = alClient
      TabOrder = 1
      object imgCanvas: TImage
        Left = 2
        Top = 40
        Width = 749
        Height = 474
        Align = alBottom
      end
      object pbCanvas: TPaintBox
        Left = 72
        Top = 80
        Width = 609
        Height = 337
        Cursor = crCross
        OnMouseMove = pbCanvasMouseMove
        OnPaint = pbCanvasPaint
      end
      object lab_X: TLabel
        Left = 144
        Top = 96
        Width = 30
        Height = 12
        Caption = 'lab_X'
        Transparent = True
        Visible = False
      end
      object lab_Y: TLabel
        Left = 200
        Top = 96
        Width = 30
        Height = 12
        Caption = 'lab_Y'
        Transparent = True
        Visible = False
      end
      object lab_Z: TLabel
        Left = 256
        Top = 96
        Width = 30
        Height = 12
        Caption = 'lab_Z'
        Transparent = True
        Visible = False
      end
      object labCarLic: TLabel
        Left = 16
        Top = 16
        Width = 60
        Height = 12
        Caption = #36710#29260#21495#30721#65306
      end
      object labCarType: TLabel
        Left = 144
        Top = 16
        Width = 60
        Height = 12
        Caption = #36710#36742#20998#31867#65306
      end
      object labDriverLic: TLabel
        Left = 264
        Top = 16
        Width = 60
        Height = 12
        Caption = #39550#39542#35777#21495#65306
      end
      object labDateTime: TLabel
        Left = 440
        Top = 16
        Width = 198
        Height = 12
        Caption = #23454#26102#26085#26399#12289#26102#38388#65288#23545#24212#22352#26631'20s'#22788#65289#65306
      end
    end
    object StatusBar1: TStatusBar
      Left = 1
      Top = 566
      Width = 753
      Height = 19
      Panels = <>
      SimplePanel = False
    end
  end
  object ADOConnection: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\CarMM\Code\Relea' +
      'se\DBCarMM.mdb;Persist Security Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 696
    Top = 512
  end
  object ADOQuery: TADOQuery
    Connection = ADOConnection
    Parameters = <>
    Left = 664
    Top = 512
  end
end

⌨️ 快捷键说明

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