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

📄 hardwareinitialize_f_usbitem.dfm

📁 汽车行驶记录仪的数据初始化组件
💻 DFM
字号:
object frmUSBItem: TfrmUSBItem
  Left = 180
  Top = 201
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #35760#24405#20202#26631#23450#19979#36733#36873#39033
  ClientHeight = 275
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object panMain: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 275
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 673
      Height = 201
      Caption = #35760#24405#20202#26631#23450#36873#39033
      TabOrder = 0
      object GroupBox2: TGroupBox
        Left = 8
        Top = 24
        Width = 657
        Height = 49
        Caption = #36895#24230#34920#26657#27491
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Label2: TLabel
          Left = 24
          Top = 24
          Width = 39
          Height = 13
          Caption = #26631#20934#20540
        end
        object Label3: TLabel
          Left = 264
          Top = 24
          Width = 39
          Height = 13
          Caption = #23454#27979#20540
        end
        object edtStandardValue: TEdit
          Left = 104
          Top = 18
          Width = 121
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          Text = '40'#20844#37324'/'#23567#26102
          OnEnter = edtStandardValueEnter
          OnExit = edtStandardValueExit
          OnKeyPress = edtStandardValueKeyPress
        end
        object edtRealValue: TEdit
          Left = 328
          Top = 18
          Width = 121
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
          Text = '40'#20844#37324'/'#23567#26102
          OnEnter = edtRealValueEnter
          OnExit = edtRealValueExit
          OnKeyPress = edtRealValueKeyPress
        end
      end
      object GroupBox3: TGroupBox
        Left = 8
        Top = 80
        Width = 657
        Height = 49
        Caption = #37324#31243#34920#26657#27491
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        object Label4: TLabel
          Left = 24
          Top = 24
          Width = 65
          Height = 13
          Caption = #20256#24863#22120#31995#25968
        end
        object Label5: TLabel
          Left = 264
          Top = 24
          Width = 52
          Height = 13
          Caption = #20462#27491#31995#25968
        end
        object edtSensorParam: TEdit
          Left = 104
          Top = 18
          Width = 121
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          Text = '8'
          OnExit = edtSensorParamExit
          OnKeyPress = edtSensorParamKeyPress
        end
        object edtCheckParam: TEdit
          Left = 328
          Top = 18
          Width = 121
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
          Text = '0'
          OnExit = edtCheckParamExit
          OnKeyPress = edtCheckParamKeyPress
        end
      end
      object GroupBox4: TGroupBox
        Left = 8
        Top = 136
        Width = 657
        Height = 49
        Caption = #23384#20648#22120#28165#38646
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        Visible = False
        object cb1: TCheckBox
          Left = 24
          Top = 24
          Width = 121
          Height = 17
          Caption = #21313#26465#26354#32447#23384#20648#22120
          TabOrder = 0
        end
        object cb2: TCheckBox
          Left = 264
          Top = 24
          Width = 145
          Height = 17
          Caption = '15'#22825#24179#22343#36895#24230#23384#20648#22120
          TabOrder = 1
        end
        object cb3: TCheckBox
          Left = 472
          Top = 24
          Width = 97
          Height = 17
          Caption = #37324#31243#23384#20648#22120
          TabOrder = 2
        end
      end
    end
    object gboxItem: TGroupBox
      Left = 7
      Top = 216
      Width = 673
      Height = 49
      TabOrder = 1
      object Label1: TLabel
        Left = 112
        Top = 24
        Width = 169
        Height = 13
        Caption = #35831#36755#20837#35760#24405#20202#26631#23450#36873#39033#30340#21475#20196
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object edtPassword: TEdit
        Left = 296
        Top = 19
        Width = 169
        Height = 19
        Ctl3D = False
        ParentCtl3D = False
        PasswordChar = '*'
        TabOrder = 0
      end
      object btnOK: TButton
        Left = 488
        Top = 16
        Width = 75
        Height = 25
        Caption = #30830#23450
        TabOrder = 1
        OnClick = btnOKClick
      end
      object btnCancel: TButton
        Left = 576
        Top = 16
        Width = 75
        Height = 25
        Caption = #21462#28040
        TabOrder = 2
        OnClick = btnCancelClick
      end
    end
  end
  object ADOQuery: TADOQuery
    Connection = frmHardWardInit.ADOConnection
    Parameters = <>
    Left = 128
    Top = 16
  end
end

⌨️ 快捷键说明

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