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

📄 hardwareinitialize_f.dfm

📁 汽车行驶记录仪的数据初始化组件
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object frmHardWardInit: TfrmHardWardInit
  Left = 206
  Top = 126
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #27773#36710#34892#39542#35760#24405#20202#21021#22987#21270
  ClientHeight = 504
  ClientWidth = 742
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 742
    Height = 504
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object Panel3: TPanel
      Left = 2
      Top = 2
      Width = 738
      Height = 40
      Align = alTop
      BevelInner = bvLowered
      TabOrder = 0
      object btnClose: TButton
        Left = 2
        Top = 2
        Width = 40
        Height = 36
        Cancel = True
        Caption = #36864#20986
        TabOrder = 0
        OnClick = btnCloseClick
      end
    end
    object GroupBox1: TGroupBox
      Left = 8
      Top = 48
      Width = 129
      Height = 425
      TabOrder = 1
      object RadioGroup: TRadioGroup
        Left = 8
        Top = 16
        Width = 113
        Height = 201
        Caption = #36873#25321#25509#21475
        ItemIndex = 0
        Items.Strings = (
          'COM1 '#25509#21475
          'COM2 '#25509#21475
          'COM3 '#25509#21475
          'COM4 '#25509#21475
          'COM5 '#25509#21475
          'COM6 '#25509#21475)
        TabOrder = 0
        OnClick = RadioGroupClick
      end
      object GroupBox2: TGroupBox
        Left = 8
        Top = 256
        Width = 113
        Height = 129
        Caption = #36873#25321#36710#36742
        TabOrder = 1
        object labCar_LicensePlate: TLabel
          Left = 8
          Top = 24
          Width = 57
          Height = 17
          AutoSize = False
          Caption = #36710#29260#21495#30721
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object labCar_LicensePlateColor: TLabel
          Left = 8
          Top = 72
          Width = 52
          Height = 13
          Caption = #36710#29260#39068#33394
        end
        object edtCar_LicensePlate: TEdit
          Left = 8
          Top = 46
          Width = 97
          Height = 19
          Ctl3D = False
          MaxLength = 9
          ParentCtl3D = False
          TabOrder = 0
          OnDblClick = edtCar_LicensePlateDblClick
          OnKeyPress = edtCar_LicensePlateKeyPress
        end
        object edtCar_LicensePlateColor: TEdit
          Left = 8
          Top = 96
          Width = 78
          Height = 19
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
        end
        object btnSelectColor: TButton
          Left = 86
          Top = 96
          Width = 19
          Height = 19
          Caption = '...'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
          OnClick = btnSelectColorClick
        end
      end
      object btnOK: TBitBtn
        Left = 8
        Top = 392
        Width = 113
        Height = 25
        Caption = #30830#23450
        Default = True
        Enabled = False
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = btnOKClick
      end
      object btnOpenCom: TBitBtn
        Left = 8
        Top = 224
        Width = 49
        Height = 25
        Caption = #25171#24320
        TabOrder = 3
        OnClick = btnOpenComClick
      end
      object btnCloseComm: TButton
        Left = 72
        Top = 224
        Width = 49
        Height = 25
        Caption = #20851#38381
        Enabled = False
        TabOrder = 4
        OnClick = btnCloseCommClick
      end
      object panCOM1Sign: TPanel
        Left = 100
        Top = 38
        Width = 12
        Height = 12
        BevelInner = bvLowered
        Color = clRed
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 5
      end
      object panCOM2Sign: TPanel
        Left = 100
        Top = 68
        Width = 12
        Height = 12
        BevelInner = bvLowered
        Color = clRed
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 6
      end
      object panCOM3Sign: TPanel
        Left = 100
        Top = 98
        Width = 12
        Height = 12
        BevelInner = bvLowered
        Color = clRed
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 7
      end
      object panCOM4Sign: TPanel
        Left = 100
        Top = 128
        Width = 12
        Height = 12
        BevelInner = bvLowered
        Color = clRed
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 8
      end
      object panCOM5Sign: TPanel
        Left = 100
        Top = 158
        Width = 12
        Height = 12
        BevelInner = bvLowered
        Color = clRed
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 9
      end
      object panCOM6Sign: TPanel
        Left = 100
        Top = 188
        Width = 12
        Height = 12
        BevelInner = bvLowered
        Color = clRed
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 10
      end
    end
    object GroupBox3: TGroupBox
      Left = 144
      Top = 48
      Width = 593
      Height = 425
      Caption = #35760#24405#20202#21021#22987#21270#19979#36733#20449#24687
      TabOrder = 2
      object GroupBox4: TGroupBox
        Left = 8
        Top = 16
        Width = 577
        Height = 177
        Ctl3D = True
        ParentCtl3D = False
        TabOrder = 0
        object Label5: TLabel
          Left = 312
          Top = 88
          Width = 86
          Height = 13
          Caption = #39550#39542#35777#21495#30721'(3)'
        end
        object Label4: TLabel
          Left = 312
          Top = 56
          Width = 86
          Height = 13
          Caption = #39550#39542#35777#21495#30721'(2)'
        end
        object Label8: TLabel
          Left = 312
          Top = 24
          Width = 86
          Height = 13
          Caption = #39550#39542#35777#21495#30721'(1)'
        end
        object Label3: TLabel
          Left = 24
          Top = 88
          Width = 86
          Height = 13
          Caption = #39550#39542#21592#20195#30721'(3)'
        end
        object Label2: TLabel
          Left = 24
          Top = 56
          Width = 86
          Height = 13
          Caption = #39550#39542#21592#20195#30721'(2)'
        end
        object Label1: TLabel
          Left = 24
          Top = 24
          Width = 86
          Height = 13
          Caption = #39550#39542#21592#20195#30721'(1)'
        end
        object Label17: TLabel
          Left = 24
          Top = 120
          Width = 86
          Height = 13
          Caption = #39550#39542#21592#20195#30721'(4)'
        end
        object Label18: TLabel
          Left = 312
          Top = 120
          Width = 86
          Height = 13
          Caption = #39550#39542#35777#21495#30721'(4)'
        end
        object Label19: TLabel
          Left = 24
          Top = 152
          Width = 86
          Height = 13
          Caption = #39550#39542#21592#20195#30721'(5)'
        end
        object Label20: TLabel

⌨️ 快捷键说明

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