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

📄 query6_1.dfm

📁 校园刷卡系统
💻 DFM
字号:
object QueryForm6_1: TQueryForm6_1
  Left = 201
  Top = 195
  Width = 807
  Height = 122
  BorderIcons = [biHelp]
  Caption = #26597#35810#29992#25143#22522#26412#20449#24687
  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 = 696
    Top = 49
    Width = 75
    Height = 25
    TabOrder = 0
    Kind = bkClose
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 8
    Width = 753
    Height = 41
    DataSource = DataSource1
    ReadOnly = True
    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 = 96
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'Name'
        Title.Caption = #22995#21517
        Width = 88
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'Sex'
        Title.Caption = #24615#21035
        Width = 37
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'FacultyType'
        Title.Caption = #24037#31181
        Width = 51
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'InDate'
        Title.Caption = #27880#20876#26085#26399
        Width = 141
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'ID'
        Title.Caption = #36523#20221#35777#21495
        Width = 142
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'Phone'
        Title.Caption = #32852#31995#30005#35805
        Width = 171
        Visible = True
      end>
  end
  object LabeledEdit1: TLabeledEdit
    Left = 104
    Top = 56
    Width = 121
    Height = 21
    EditLabel.Width = 78
    EditLabel.Height = 13
    EditLabel.Caption = #35831#36755#20837#24037#21495#65306'  '
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 2
    OnKeyDown = LabeledEdit1KeyDown
  end
  object Query1: TQuery
    DatabaseName = 'SK'
    Left = 808
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 776
  end
end

⌨️ 快捷键说明

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