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

📄 unit3.~dfm

📁 简单的团员管理系统.是书上的一个示例,大家共享
💻 ~DFM
字号:
object Form3: TForm3
  Left = 247
  Top = 190
  Width = 696
  Height = 457
  Caption = #23398#38498#21517#31216#32534#36753
  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 = 248
    Top = 48
    Width = 198
    Height = 33
    Caption = #23398#38498#21517#31216#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 GroupBox1: TGroupBox
    Left = 32
    Top = 120
    Width = 625
    Height = 273
    Caption = #23398#38498#21517#31216#32534#36753#25805#20316
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 136
      Top = 48
      Width = 376
      Height = 20
      AutoSize = False
      Caption = #27880#24847#65306#23398#38498#21517#37325#22797#23558#20250#20986#29616#20851#38190#23383#20882#29359
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = False
      Transparent = False
    end
    object DBEdit1: TDBEdit
      Left = 48
      Top = 112
      Width = 505
      Height = 28
      DataField = #23398#38498#21517#31216
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object Button1: TButton
      Left = 32
      Top = 184
      Width = 75
      Height = 25
      Caption = #22686#21152#26032#23398#38498
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 156
      Top = 184
      Width = 75
      Height = 25
      Caption = #21024#38500#21407#23398#38498
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 280
      Top = 184
      Width = 75
      Height = 25
      Caption = #30830#35748#25805#20316
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 404
      Top = 184
      Width = 75
      Height = 25
      Caption = #21069#19968#20010#23398#38498
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 528
      Top = 184
      Width = 75
      Height = 25
      Caption = #19979#19968#20010#23398#38498
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = Button5Click
    end
  end
  object Table1: TTable
    Active = True
    TableName = #23398#38498'.db'
    Left = 560
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 568
    Top = 144
  end
end

⌨️ 快捷键说明

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