ulogin.dfm

来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· DFM 代码 · 共 102 行

DFM
102
字号
object frmlogin: Tfrmlogin
  Left = 326
  Top = 210
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#38470
  ClientHeight = 143
  ClientWidth = 256
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 256
    Height = 143
    Align = alClient
    TabOrder = 0
    object BitBtn2: TBitBtn
      Left = 50
      Top = 104
      Width = 75
      Height = 25
      Caption = #30331#38470
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 168
      Top = 104
      Width = 75
      Height = 25
      Caption = #36864#20986
      ModalResult = 2
      TabOrder = 2
    end
    object Panel2: TPanel
      Left = 12
      Top = 14
      Width = 231
      Height = 85
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 0
      object Label2: TLabel
        Left = 12
        Top = 51
        Width = 51
        Height = 13
        Caption = #23494'     '#30721#65306
      end
      object Label1: TLabel
        Left = 10
        Top = 16
        Width = 51
        Height = 13
        Caption = #29992#25143#21517#65306' '
      end
      object Edit2: TEdit
        Left = 76
        Top = 48
        Width = 143
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        PasswordChar = '*'
        TabOrder = 1
        OnKeyPress = Edit2KeyPress
      end
      object Edit1: TEdit
        Left = 76
        Top = 14
        Width = 143
        Height = 21
        TabOrder = 0
        OnKeyPress = Edit1KeyPress
      end
    end
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 130
    Top = 42
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=ecrdb.mdb;Persist S' +
      'ecurity Info=False;Jet OLEDB:Database Password=hello'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 58
    Top = 14
  end
end

⌨️ 快捷键说明

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