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

📄 f_xgmm.dfm

📁 本系统用于大学学生宿舍管理
💻 DFM
字号:
object f_xgmima: Tf_xgmima
  Left = 282
  Top = 142
  BorderStyle = bsToolWindow
  Caption = #20462#25913#23494#30721
  ClientHeight = 196
  ClientWidth = 237
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 0
    Top = 48
    Width = 265
    Height = 1
  end
  object Label1: TLabel
    Left = 16
    Top = 56
    Width = 39
    Height = 13
    Caption = #21407#23494#30721' '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 96
    Width = 39
    Height = 13
    Caption = #26032#23494#30721' '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 24
    Top = 128
    Width = 63
    Height = 13
    Caption = #30830#23450#26032#23494#30721' '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object StaticText1: TStaticText
    Left = 80
    Top = 8
    Width = 94
    Height = 28
    BevelInner = bvLowered
    BevelKind = bkTile
    Caption = '  '#20462#25913#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 120
    Top = 56
    Width = 89
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 120
    Top = 96
    Width = 89
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 120
    Top = 128
    Width = 89
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 160
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 160
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\DELPHI'#23487#33293#31649#29702#31995#32479'\data\' +
      'ssgl.mdb;Persist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 8
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from  username'
      '')
    Left = 48
    object ADOQuery1bh: TWideStringField
      FieldName = 'bh'
      Size = 50
    end
    object ADOQuery1username: TWideStringField
      FieldName = 'username'
      Size = 50
    end
    object ADOQuery1password: TWideStringField
      FieldName = 'password'
      Size = 50
    end
    object ADOQuery1xb: TWideStringField
      FieldName = 'xb'
      Size = 50
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 88
    Top = 16
  end
end

⌨️ 快捷键说明

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