u_login.dfm

来自「主要是对人员信息和工资进行管理」· DFM 代码 · 共 82 行

DFM
82
字号
object F_login: TF_login
  Left = 291
  Top = 213
  Width = 297
  Height = 210
  Caption = #30331#24405
  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 = 48
    Top = 40
    Width = 72
    Height = 13
    Caption = #36830#25509#26631#35782#21517#65306
  end
  object Label2: TLabel
    Left = 60
    Top = 67
    Width = 60
    Height = 13
    Caption = #29992#25143#21517#31216#65306
  end
  object Label3: TLabel
    Left = 60
    Top = 101
    Width = 60
    Height = 13
    Caption = #23494'        '#30721#65306
  end
  object i_server_add: TComboBox
    Left = 128
    Top = 32
    Width = 121
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      'stud')
  end
  object i_user: TEdit
    Left = 128
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object i_passwd: TEdit
    Left = 128
    Top = 96
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 64
    Top = 128
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 128
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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