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

📄 usssz.dfm

📁 学生信息管理系统
💻 DFM
字号:
inherited FSssz: TFSssz
  Caption = #35797#23460#20449#24687#31649#29702
  PixelsPerInch = 96
  TextHeight = 12
  inherited Splitter1: TSplitter
    Left = 221
  end
  inherited Panel1: TPanel
    Width = 221
    inherited Shape1: TShape
      Width = 221
    end
    object Label5: TLabel
      Left = 43
      Top = 87
      Width = 42
      Height = 13
      Caption = #35797'  '#23460
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label1: TLabel
      Left = 73
      Top = 41
      Width = 96
      Height = 16
      Caption = #35797#23460#20449#24687#24405#20837
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 45
      Top = 111
      Width = 35
      Height = 13
      Caption = #20154' '#25968
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Shape2: TShape
      Left = -16
      Top = 204
      Width = 236
      Height = 1
    end
    object DBEh_xm: TDBEditEh
      Left = 91
      Top = 84
      Width = 102
      Height = 18
      DataField = 'ss'
      DataSource = DataSource
      EditButtons = <>
      Flat = True
      TabOrder = 0
      Visible = True
      OnKeyPress = FormKeyPress
    end
    object DBEh_rs: TDBEditEh
      Left = 91
      Top = 108
      Width = 102
      Height = 18
      DataField = 'rs'
      DataSource = DataSource
      EditButtons = <>
      Flat = True
      TabOrder = 1
      Visible = True
      OnKeyPress = DBEh_rsKeyPress
    end
  end
  inherited Panel2: TPanel
    Left = 224
    Width = 551
    inherited DBGridEh: TDBGridEh
      Width = 551
      Columns = <
        item
          Alignment = taCenter
          DropDownBox.ColumnDefValues.Title.Alignment = taCenter
          EditButtons = <>
          FieldName = 'vxh'
          Footers = <>
          Title.Alignment = taCenter
        end
        item
          EditButtons = <>
          FieldName = 'ss'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #35797#23460#21517#31216
          Width = 124
        end
        item
          EditButtons = <>
          FieldName = 'rs'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #26368#22810#23481#32435#20154#25968
          Width = 98
        end>
    end
  end
  inherited ADOQuery: TADOQuery
    SQL.Strings = (
      'select * from STU_ss order by id')
    object ADOQueryID: TAutoIncField
      FieldName = 'ID'
      ReadOnly = True
    end
    object ADOQueryss: TWideStringField
      FieldName = 'ss'
      Size = 16
    end
    object ADOQueryrs: TSmallintField
      FieldName = 'rs'
    end
  end
end

⌨️ 快捷键说明

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