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

📄 unit17.dfm

📁 宿舍管理系统
💻 DFM
字号:
object Form17: TForm17
  Left = 191
  Top = 136
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20248#31168#23517#23460
  ClientHeight = 415
  ClientWidth = 645
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 96
    Top = 8
    Width = 329
    Height = 57
    TabOrder = 0
    object Label1: TLabel
      Left = 72
      Top = 16
      Width = 209
      Height = 33
      Alignment = taCenter
      AutoSize = False
      Caption = #20248' '#31168' '#23517' '#23460
      Font.Charset = ANSI_CHARSET
      Font.Color = clGreen
      Font.Height = -19
      Font.Name = #23435#20307
      Font.Style = [fsBold, fsUnderline]
      ParentFont = False
    end
  end
  object GroupBox2: TGroupBox
    Left = 24
    Top = 72
    Width = 585
    Height = 313
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 24
      Top = 136
      Width = 537
      Height = 169
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnDrawColumnCell = DBGrid1DrawColumnCell
      Columns = <
        item
          Expanded = False
          FieldName = #23517#23460#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = #35780#20998
          Visible = True
        end
        item
          Expanded = False
          FieldName = #24180#20998
          Visible = True
        end
        item
          Expanded = False
          FieldName = #31532#20960#21608
          Visible = True
        end
        item
          Expanded = False
          FieldName = #22791#27880
          Visible = True
        end>
    end
    object GroupBox3: TGroupBox
      Left = 24
      Top = 16
      Width = 473
      Height = 73
      TabOrder = 1
      object Label2: TLabel
        Left = 24
        Top = 24
        Width = 169
        Height = 13
        AutoSize = False
        Caption = #20998#25968#26597#35810','#35831#36755#20837#35780#20998#20998#25968':'
      end
      object Label3: TLabel
        Left = 120
        Top = 56
        Width = 273
        Height = 13
        AutoSize = False
        Caption = '(* '#26597#35810#21040#30340#26159#22823#20110#35813#20998#25968#30340#23517#23460')'
      end
      object Edit1: TEdit
        Left = 192
        Top = 24
        Width = 121
        Height = 21
        TabOrder = 0
        OnKeyPress = Edit1KeyPress
      end
      object BitBtn1: TBitBtn
        Left = 344
        Top = 24
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 1
        OnClick = BitBtn1Click
        Kind = bkHelp
      end
    end
    object GroupBox4: TGroupBox
      Left = 24
      Top = 104
      Width = 521
      Height = 9
      TabOrder = 2
    end
  end
  object ADOQuery1: TADOQuery
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 608
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 544
    Top = 24
  end
end

⌨️ 快捷键说明

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