⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.~dfm

📁 DELPHI光盘实例.用户登录管理,数据库的创新,如何制作报表等等.
💻 ~DFM
字号:
object Login_Form: TLogin_Form
  Left = 330
  Top = 176
  Width = 386
  Height = 230
  Caption = #29992#25143#30331#24405#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 Label1: TLabel
    Left = 15
    Top = 13
    Width = 51
    Height = 13
    Caption = #29992#25143#21517'     '
  end
  object Label2: TLabel
    Left = 15
    Top = 57
    Width = 48
    Height = 13
    Caption = #23494'     '#30721'   '
  end
  object Name_Edit: TEdit
    Left = 73
    Top = 13
    Width = 104
    Height = 19
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object PassWord_Edit: TEdit
    Left = 73
    Top = 57
    Width = 104
    Height = 19
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 28
    Top = 96
    Width = 53
    Height = 25
    Caption = #30830' '#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 114
    Top = 96
    Width = 49
    Height = 25
    Caption = #21462' '#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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