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

📄 unit5.dfm

📁 简单的团员管理系统.是书上的一个示例,大家共享
💻 DFM
字号:
object Form5: TForm5
  Left = 192
  Top = 107
  Width = 715
  Height = 510
  Caption = #22242#21592#35760#24405#32534#36753#31383#20307
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 208
    Top = 40
    Width = 297
    Height = 33
    Caption = #20840#26657#22242#21592#35760#24405#19982#32534#36753
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -32
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 32
    Top = 112
    Width = 617
    Height = 313
    BevelInner = bvLowered
    Color = clCream
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 8
      Width = 601
      Height = 257
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Button1: TButton
    Left = 120
    Top = 384
    Width = 75
    Height = 25
    Caption = #22686#21152#22242#21592
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 284
    Top = 384
    Width = 75
    Height = 25
    Caption = #21024#38500#22242#21592
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 448
    Top = 384
    Width = 75
    Height = 25
    Caption = #30830#35748#32534#36753
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 560
    Top = 448
    Width = 75
    Height = 25
    Caption = #36864'  '#20986
    TabOrder = 4
    OnClick = Button4Click
  end
  object Table1: TTable
    Active = True
    TableName = #22242#21592#35760#24405'.db'
    Left = 560
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 632
    Top = 32
  end
end

⌨️ 快捷键说明

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