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

📄 unit3.dfm

📁 本文件为使用Delphi开发的学生信息管理系统,演示了如何使用BDE来开发数据库应用程序!
💻 DFM
字号:
object frmMaint: TfrmMaint
  Left = 223
  Top = 221
  Width = 463
  Height = 337
  Caption = #31995#32479#32500#25252
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 455
    Height = 73
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 129
      Height = 13
      AutoSize = False
      Caption = #35831#36873#25321#35201#32500#25252#30340#25968#25454#24211
    end
    object ComboBox1: TComboBox
      Left = 88
      Top = 32
      Width = 145
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899' IME 3.0'
      ItemHeight = 13
      TabOrder = 0
      Text = 'ComboBox1'
      OnChange = ComboBox1Change
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 88
    Width = 455
    Height = 215
    Align = alBottom
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 8
      Top = 8
      Width = 441
      Height = 153
      DataSource = DataModule3.dsmaint
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899' IME 3.0'
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBNavigator1: TDBNavigator
      Left = 104
      Top = 176
      Width = 240
      Height = 25
      DataSource = DataModule3.dsmaint
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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