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

📄 unit4.~dfm

📁 简单的团员管理系统.是书上的一个示例,大家共享
💻 ~DFM
字号:
object Form4: TForm4
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #19987#19994#29677#32423#21517#31216#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 = 168
    Top = 32
    Width = 330
    Height = 33
    Caption = #19987#19994#29677#32423#21517#31216#32534#36753#31383#20307
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -32
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 32
    Top = 120
    Width = 617
    Height = 273
    Caption = #19987#19994#29677#32423#21517#31216#32534#36753#25805#20316
    TabOrder = 0
    object Label2: TLabel
      Left = 72
      Top = 48
      Width = 97
      Height = 16
      AutoSize = False
      Caption = #35831#36873#25321#23398#38498
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 72
      Top = 80
      Width = 105
      Height = 16
      AutoSize = False
      Caption = #19987#19994#29677#32423#36755#20837
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 228
      Top = 48
      Width = 289
      Height = 21
      DataField = #23398#38498
      DataSource = DataSource2
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      KeyField = #23398#38498#21517#31216
      ListField = #23398#38498#21517#31216
      ListSource = DataSource1
      TabOrder = 0
    end
    object DBEdit1: TDBEdit
      Left = 228
      Top = 80
      Width = 289
      Height = 21
      DataField = #19987#19994#29677#32423
      DataSource = DataSource2
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object Button1: TButton
      Left = 64
      Top = 168
      Width = 105
      Height = 25
      Caption = #22686#21152#19987#19994#29677#32423
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 256
      Top = 168
      Width = 105
      Height = 25
      Caption = #21024#38500#19987#19994#29677#32423
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 448
      Top = 168
      Width = 97
      Height = 25
      Caption = #30830#35748#32534#36753#25805#20316
      TabOrder = 4
      OnClick = Button3Click
    end
  end
  object Table1: TTable
    Active = True
    TableName = #23398#38498'.db'
    Left = 560
    Top = 16
  end
  object Table2: TTable
    Active = True
    TableName = #19987#19994#29677#32423'.db'
    Left = 568
    Top = 128
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 616
    Top = 16
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 616
    Top = 128
  end
end

⌨️ 快捷键说明

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