userlogin.dfm

来自「结于初学者来说这对数据库是一个很好的例子」· DFM 代码 · 共 103 行

DFM
103
字号
object Form7: TForm7
  Left = 384
  Top = 221
  Width = 305
  Height = 205
  BorderIcons = [biSystemMenu]
  Caption = #31995#32479#30331#38470
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 281
    Height = 161
    TabOrder = 0
    object Label1: TLabel
      Left = 104
      Top = 8
      Width = 89
      Height = 25
      AutoSize = False
      Caption = #31995#32479#30331#24405
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 56
      Top = 48
      Width = 49
      Height = 25
      AutoSize = False
      Caption = #29992#25143#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 56
      Top = 88
      Width = 41
      Height = 25
      AutoSize = False
      Caption = #23494#30721#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 104
      Top = 48
      Width = 121
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 104
      Top = 88
      Width = 121
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      PasswordChar = '*'
      TabOrder = 1
    end
    object Button1: TButton
      Left = 64
      Top = 128
      Width = 75
      Height = 25
      Caption = #30331'    '#24405
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 160
      Top = 128
      Width = 75
      Height = 25
      Caption = #36864'    '#20986
      TabOrder = 3
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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