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

📄 unit6.dfm

📁 简单的团员管理系统.是书上的一个示例,大家共享
💻 DFM
字号:
object Form6: TForm6
  Left = 192
  Top = 107
  Width = 736
  Height = 492
  Caption = #20840#26657#22242#21592#26597#35810#12289#32534#36753#12289#19982#32479#35745
  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 = 184
    Top = 32
    Width = 330
    Height = 33
    Caption = #20840#26657#22242#21592#32534#36753#26597#35810#32479#35745
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -32
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 54
    Top = 395
    Width = 600
    Height = 13
    Caption = #29992#25143#21487#20197#22312#19987#38376#30340#23398#38498#12289#19987#19994#29677#32423#21644#22242#21592#35760#24405#31383#20307#20013#36827#34892#21508#31181#25968#25454#32534#36753#65292#20063#21487#20197#23601#22312#26412#31383#20307#20013#36827#34892#21508#31181#35760#24405#32534#36753#65281
  end
  object Panel1: TPanel
    Left = 33
    Top = 91
    Width = 641
    Height = 257
    BevelInner = bvLowered
    Color = clCream
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 8
      Width = 145
      Height = 241
      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
    object DBGrid2: TDBGrid
      Left = 160
      Top = 8
      Width = 153
      Height = 241
      DataSource = DataSource2
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBGrid3: TDBGrid
      Left = 320
      Top = 8
      Width = 313
      Height = 241
      DataSource = DataSource3
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object RadioButton1: TRadioButton
    Left = 40
    Top = 363
    Width = 113
    Height = 17
    Caption = #19987#19994#29677#32423#22242#21592#25968
    TabOrder = 1
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 192
    Top = 363
    Width = 113
    Height = 17
    Caption = #20840#26657#22242#21592#24635#25968
    TabOrder = 2
    OnClick = RadioButton2Click
  end
  object Edit1: TEdit
    Left = 344
    Top = 363
    Width = 305
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 3
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 568
    Top = 432
    Width = 75
    Height = 25
    Caption = #36864'  '#20986
    TabOrder = 4
    OnClick = Button1Click
  end
  object Table1: TTable
    Active = True
    TableName = #23398#38498'.db'
    Left = 472
    Top = 136
  end
  object Table2: TTable
    Active = True
    IndexName = 'XY'
    MasterFields = #23398#38498#21517#31216
    MasterSource = DataSource1
    TableName = #19987#19994#29677#32423'.db'
    Left = 480
    Top = 184
  end
  object Table3: TTable
    Active = True
    IndexName = 'ZYBJ'
    MasterFields = #19987#19994#29677#32423
    MasterSource = DataSource2
    TableName = #22242#21592#35760#24405'.db'
    Left = 480
    Top = 240
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 544
    Top = 136
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 544
    Top = 184
  end
  object DataSource3: TDataSource
    DataSet = Table3
    Left = 544
    Top = 240
  end
end

⌨️ 快捷键说明

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