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

📄 query6_0.dfm

📁 校园刷卡系统
💻 DFM
字号:
object QueryForm6_0: TQueryForm6_0
  Left = 290
  Top = 146
  Width = 731
  Height = 567
  BorderIcons = [biHelp]
  Caption = #26597#35810#29992#25143#20351#29992#31995#32479#32426#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 600
    Top = 497
    Width = 75
    Height = 25
    TabOrder = 0
    Kind = bkClose
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 9
    Width = 697
    Height = 481
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'EmpID'
        Title.Caption = #24037#21495
        Width = 142
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'InTime'
        Title.Caption = #24320#22987#26102#38388
        Width = 141
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'OutTime'
        Title.Caption = #32467#26463#26102#38388
        Width = 163
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'UseTime'
        Title.Caption = #20351#29992#26085#26399
        Width = 231
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 296
    Top = 497
    Width = 224
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
    TabOrder = 2
  end
  object LabeledEdit1: TLabeledEdit
    Left = 96
    Top = 504
    Width = 121
    Height = 21
    EditLabel.Width = 78
    EditLabel.Height = 13
    EditLabel.Caption = #35831#36755#20837#24037#21495#65306'  '
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 3
    OnKeyDown = LabeledEdit1KeyDown
  end
  object Query1: TQuery
    DatabaseName = 'SK'
    Left = 752
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 720
    Top = 8
  end
end

⌨️ 快捷键说明

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