login.~dfm

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

~DFM
91
字号
object Login_main: TLogin_main
  Left = 240
  Top = 206
  Width = 316
  Height = 197
  Caption = #31995#32479#30331#38470
  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 = 56
    Top = 16
    Width = 200
    Height = 19
    Caption = #36890#29992#23458#25151#31649#29702#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 = 64
    Top = 64
    Width = 48
    Height = 16
    Caption = #29992#25143#21517#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 = 64
    Top = 96
    Width = 51
    Height = 16
    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 TEdit
    Left = 120
    Top = 56
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object UserPassword: TEdit
    Left = 120
    Top = 88
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    Text = 'UserPassword'
  end
  object Button1: TButton
    Left = 72
    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 = #21462'  '#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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