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

📄 unit1.~dfm

📁 delphi数据库的程序代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 186
  Top = 139
  Width = 541
  Height = 388
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 529
    Height = 305
    Ctl3D = False
    DataSource = dsStudent
    ParentCtl3D = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #23398#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24615#21035
        PickList.Strings = (
          #30007
          #22899)
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24180#40836
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31821#36143
        PickList.Strings = (
          #29976#32899
          #23665#35199
          #27827#21271
          #28246#21335
          #28246#21271
          #20869#33945
          #27743#33487
          #27993#27743
          #38485#35199
          #22235#24029
          #23433#24509
          #27827#21335
          #24191#35199
          #36797#23425)
        Visible = True
      end
      item
        Expanded = False
        FieldName = #29677#32423
        Visible = True
      end
      item
        Expanded = False
        FieldName = #19987#19994
        Visible = True
      end
      item
        Expanded = False
        FieldName = #39640#32771#25104#32489
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 208
    Top = 320
    Width = 113
    Height = 25
    Caption = #20197#21333#20010#35760#24405#26174#31034
    TabOrder = 1
    OnClick = Button1Click
  end
  object StudTable: TTable
    Active = True
    DatabaseName = 'STUDENT'
    TableName = 'student1.db'
    Left = 176
    Top = 80
  end
  object dsStudent: TDataSource
    DataSet = StudTable
    Left = 256
    Top = 120
  end
end

⌨️ 快捷键说明

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