unit6.dfm

来自「学生成绩管理系统」· DFM 代码 · 共 61 行

DFM
61
字号
object Form6: TForm6
  Left = 264
  Top = 102
  Width = 276
  Height = 178
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #30331#38470#31383#21475
  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 Label2: TLabel
    Left = 32
    Top = 48
    Width = 69
    Height = 13
    Caption = #35831#36755#20837#23494#30721'   '
  end
  object Edit1: TEdit
    Left = 112
    Top = 48
    Width = 121
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 0
  end
  object Button2: TButton
    Left = 160
    Top = 96
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 32
    Top = 96
    Width = 75
    Height = 25
    Caption = #30331#38470
    TabOrder = 2
    OnClick = Button1Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 32
    Top = 8
  end
  object Table1: TTable
    DatabaseName = 'db\'
    TableName = 'password.db'
    Top = 8
  end
end

⌨️ 快捷键说明

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