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

📄 ulogdaily.dfm

📁 是个办公系统,可以实现财务上的管理和人员的流动
💻 DFM
字号:
object frmLogdaily: TfrmLogdaily
  Left = 330
  Top = 271
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31995#32479#29992#25143#30331#24405#26085#24535
  ClientHeight = 282
  ClientWidth = 403
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 4
    Top = 235
    Width = 400
    Height = 4
    Shape = bsTopLine
  end
  object bbtnRefresh: TBitBtn
    Left = 52
    Top = 245
    Width = 75
    Height = 29
    Caption = #21047#26032
    TabOrder = 0
    OnClick = bbtnRefreshClick
    Glyph.Data = {
      42010000424D4201000000000000420000002800000010000000100000000100
      08000000000000010000120B0000120B0000030000000300000080800000FFFF
      FF00000000000000000000000000000000000000000000000000020202020202
      0202000000000000000002010101010101020000000000000002010101010101
      0101020000000000020101010101010101010200000000000201010101010101
      0101020000000002010102010101010101010200000002010102020102010201
      0201020000000202020002010201020102010200000000000000020102010201
      0201020000000000000002010201020102010200000000000000020102010201
      0202000000000000000002010201020102000000000000000000000202010202
      0000000000000000000000000202000000000000000000000000000000000000
      000000000000}
  end
  object bbtnClose: TBitBtn
    Left = 276
    Top = 245
    Width = 75
    Height = 29
    Caption = #20851#38381
    TabOrder = 1
    OnClick = bbtnCloseClick
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 403
    Height = 225
    Align = alTop
    DataSource = dm.DSLogHistory
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'LogID'
        Title.Caption = #30331#24405#32534#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'UserID'
        Title.Caption = #29992#25143#24080#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LogInTime'
        Title.Caption = #30331#24405#26102#38388
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LogOutTime'
        Title.Caption = #31163#24320#26102#38388
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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