login.dfm

来自「图书借阅管理系统」· DFM 代码 · 共 89 行

DFM
89
字号
object Form6: TForm6
  Left = 390
  Top = 253
  Width = 231
  Height = 172
  BorderIcons = [biSystemMenu]
  Caption = #29992#25143#30331#38470
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 57
    Height = 16
    Caption = #29992#25143#21517'   '
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 32
    Top = 64
    Width = 48
    Height = 16
    Caption = #23494'  '#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object ComboBox1: TComboBox
    Left = 88
    Top = 24
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'ComboBox1'
  end
  object Edit1: TEdit
    Left = 88
    Top = 64
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 104
    Width = 65
    Height = 25
    Caption = #21462' '#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
  end
  object BitBtn2: TBitBtn
    Left = 128
    Top = 104
    Width = 65
    Height = 25
    Caption = #30830' '#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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