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

📄 unit6.dfm

📁 站长,我这是一个团员管理系统, 我怎么知道你已经接收了呢?
💻 DFM
字号:
object Form6: TForm6
  Left = 303
  Top = 123
  Width = 696
  Height = 480
  Caption = #20840#26657#22242#21592#32534#36753#26597#35810#32479#35745
  Color = clBtnFace
  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 = 128
    Top = 32
    Width = 440
    Height = 45
    Caption = #20840#26657#22242#21592#32534#36753#26597#35810#32479#35745
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -43
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 72
    Top = 96
    Width = 553
    Height = 273
    BevelInner = bvLowered
    Caption = 'Panel1'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 16
      Top = 8
      Width = 129
      Height = 241
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBGrid2: TDBGrid
      Left = 144
      Top = 8
      Width = 137
      Height = 241
      DataSource = DataSource2
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBGrid3: TDBGrid
      Left = 280
      Top = 8
      Width = 225
      Height = 241
      DataSource = DataSource3
      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 = 112
    Top = 384
    Width = 113
    Height = 17
    Caption = #19987#19994#29677#32423#22242#21592#25968
    TabOrder = 1
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 232
    Top = 384
    Width = 113
    Height = 17
    Caption = #20840#26657#22242#21592#24635#25968
    TabOrder = 2
    OnClick = RadioButton2Click
  end
  object Edit1: TEdit
    Left = 392
    Top = 384
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 552
    Top = 384
    Width = 75
    Height = 25
    Caption = #36864#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuHighlight
    Font.Height = -11
    Font.Name = 'MS Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button1Click
  end
  object Table1: TTable
    Active = True
    TableName = #23398#38498'.db'
    Left = 232
    Top = 224
  end
  object Table2: TTable
    Active = True
    IndexName = 'XY'
    MasterFields = #23398#38498#21517#31216
    MasterSource = DataSource1
    TableName = #19987#19994#29677#32423'.db'
    Left = 176
    Top = 208
  end
  object Table3: TTable
    Active = True
    IndexName = 'ZYBJ'
    MasterFields = #19987#19994#29677#32423
    MasterSource = DataSource2
    TableName = #22242#21592#35760#24405'.db'
    Left = 392
    Top = 176
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 168
    Top = 248
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 264
    Top = 264
  end
  object DataSource3: TDataSource
    DataSet = Table3
    Left = 408
    Top = 264
  end
end

⌨️ 快捷键说明

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