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

📄 tempmingdan.dfm

📁 上传个考勤系统,希望别人也能用.该代码只能算初级的东东,软件代码复用性不高,重复代码比较多.唯一感觉有点取鉴的可能就是端口和dll的连接,还有线程的使用,本想改一改,但是手头没有考勤机了,对应考勤机是
💻 DFM
字号:
object dlgTempMingdan: TdlgTempMingdan
  Left = 345
  Top = 115
  BorderStyle = bsDialog
  Caption = 'dlgTempMingdan'
  ClientHeight = 368
  ClientWidth = 586
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 27
    Top = 311
    Width = 36
    Height = 13
    Caption = #37096#38376#65306
  end
  object lblFlag: TLabel
    Left = 16
    Top = 296
    Width = 3
    Height = 13
    Visible = False
  end
  object dbTempMingdan: TDBGridEh
    Left = 0
    Top = 0
    Width = 586
    Height = 293
    Align = alTop
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object cbDepart: TComboBox
    Left = 72
    Top = 307
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
    OnChange = cbDepartChange
  end
  object ckCard: TCheckBox
    Left = 9
    Top = 340
    Width = 57
    Height = 17
    Caption = #21345#21495#65306
    TabOrder = 2
  end
  object edCard: TEdit
    Left = 71
    Top = 338
    Width = 145
    Height = 21
    MaxLength = 10
    TabOrder = 3
  end
  object ckID: TCheckBox
    Left = 238
    Top = 340
    Width = 57
    Height = 17
    Caption = #32534#21495#65306
    TabOrder = 4
  end
  object edID: TEdit
    Left = 300
    Top = 337
    Width = 74
    Height = 21
    TabOrder = 5
  end
  object edName: TEdit
    Left = 300
    Top = 306
    Width = 74
    Height = 21
    TabOrder = 6
  end
  object ckName: TCheckBox
    Left = 238
    Top = 309
    Width = 57
    Height = 17
    Caption = #22995#21517#65306
    TabOrder = 7
  end
  object btnSelect: TButton
    Left = 400
    Top = 308
    Width = 75
    Height = 21
    Caption = #26597#35810
    TabOrder = 8
    OnClick = btnSelectClick
  end
  object btnClose: TButton
    Left = 495
    Top = 307
    Width = 75
    Height = 21
    Caption = #36864#20986
    TabOrder = 9
    OnClick = btnCloseClick
  end
  object btnAllOut: TButton
    Left = 400
    Top = 339
    Width = 75
    Height = 20
    Caption = #20840#37096#23548#20837
    TabOrder = 10
    OnClick = btnAllOutClick
  end
  object btnSelectOut: TButton
    Left = 495
    Top = 339
    Width = 75
    Height = 20
    Caption = #36873#25321#23548#20837
    TabOrder = 11
    OnClick = btnSelectOutClick
  end
  object DataSource1: TDataSource
    Left = 384
    Top = 296
  end
  object ADOQuery1: TADOQuery
    Connection = frmMain.ADOConnection1
    Parameters = <>
    Left = 432
    Top = 296
  end
  object ADOQuery2: TADOQuery
    Connection = frmMain.ADOConnection1
    Parameters = <>
    Left = 480
    Top = 304
  end
end

⌨️ 快捷键说明

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