logon.~dfm

来自「用delphi开发的电力调度操作票系统并带有access数据库」· ~DFM 代码 · 共 103 行

~DFM
103
字号
object Frm_Logon: TFrm_Logon
  Left = 345
  Top = 190
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#30331#24405
  ClientHeight = 170
  ClientWidth = 302
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 52
    Top = 53
    Width = 60
    Height = 15
    Caption = #29992#25143#21517#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 53
    Top = 97
    Width = 61
    Height = 15
    Caption = #23494'  '#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 80
    Top = 16
    Width = 147
    Height = 21
    Caption = #35843#24230#25805#20316#31080#31995#32479
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object ED_NUM: TEdit
    Left = 124
    Top = 51
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    OnKeyPress = ED_NUMKeyPress
  end
  object ED_PSW: TEdit
    Left = 124
    Top = 91
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = ED_PSWKeyPress
  end
  object BT_Sure: TButton
    Left = 65
    Top = 128
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BT_SureClick
  end
  object BT_Clean: TButton
    Left = 169
    Top = 128
    Width = 65
    Height = 25
    Caption = #28165#31354
    TabOrder = 3
    OnClick = BT_CleanClick
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 8
    Top = 16
  end
end

⌨️ 快捷键说明

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