unit7.dfm

来自「这是一个关于delphi数据库方面的源程序」· DFM 代码 · 共 91 行

DFM
91
字号
object FormFChPwd: TFormFChPwd
  Left = 363
  Top = 265
  Width = 312
  Height = 259
  Caption = 'FormFChPwd'
  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 = 16
    Top = 8
    Width = 209
    Height = 25
    AutoSize = False
    Caption = #35831#36873#25321#35201#20462#25913#30340#29992#25143#23398#21495
  end
  object Label2: TLabel
    Left = 16
    Top = 80
    Width = 185
    Height = 13
    AutoSize = False
    Caption = #26032#23494#30721
  end
  object Label3: TLabel
    Left = 8
    Top = 136
    Width = 185
    Height = 13
    AutoSize = False
    Caption = #30830#35748#26032#23494#30721
  end
  object DBLookupComboBox1: TDBLookupComboBox
    Left = 56
    Top = 40
    Width = 129
    Height = 21
    KeyField = #22995#21517
    ListSource = DataSource1
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 56
    Top = 161
    Width = 113
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 56
    Top = 107
    Width = 113
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 88
    Top = 200
    Width = 105
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
    OnClick = Button1Click
  end
  object Table1: TTable
    DatabaseName = 'Course'
    TableName = #23398#29983#20449#24687'.DB'
    Left = 248
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 248
    Top = 72
  end
  object Query1: TQuery
    DatabaseName = 'Course'
    Left = 248
    Top = 120
  end
end

⌨️ 快捷键说明

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