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

📄 checkdutyfrm.dfm

📁 结合读卡器使用。程序中有按迟到时间长短自动开罚单功能
💻 DFM
字号:
object CheckDutyForm: TCheckDutyForm
  Left = 311
  Top = 157
  BorderStyle = bsSingle
  Caption = #32771#21220#31649#29702
  ClientHeight = 390
  ClientWidth = 338
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 16
    Top = 9
    Width = 97
    Height = 121
    Stretch = True
  end
  object RxLabel1: TRxLabel
    Left = 136
    Top = 13
    Width = 66
    Height = 16
    Caption = 'RxLabel1'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object RxLabel2: TRxLabel
    Left = 136
    Top = 49
    Width = 66
    Height = 16
    Caption = 'RxLabel2'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object RxLabel3: TRxLabel
    Left = 136
    Top = 80
    Width = 66
    Height = 16
    Caption = 'RxLabel3'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object RxLabel4: TRxLabel
    Left = 136
    Top = 112
    Width = 66
    Height = 16
    Caption = 'RxLabel4'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object RxLabel5: TRxLabel
    Left = 217
    Top = 80
    Width = 66
    Height = 16
    AutoSize = False
    Caption = 'RxLabel3'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Memo1: TMemo
    Left = 16
    Top = 144
    Width = 305
    Height = 201
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 216
    Top = 109
    Width = 105
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object BitBtn1: TBitBtn
    Left = 218
    Top = 354
    Width = 75
    Height = 25
    Caption = #21516#24847
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 50
    OnTimer = Timer1Timer
    Left = 248
    Top = 24
  end
end

⌨️ 快捷键说明

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