flogin.dfm.~8~

来自「delphi2007开发的汽车配件进销存系统.实用级的源码.」· ~8~ 代码 · 共 89 行

~8~
89
字号
object Frmlogin: TFrmlogin
  Left = 0
  Top = 0
  BorderStyle = bsNone
  Caption = #30331#24405
  ClientHeight = 185
  ClientWidth = 330
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object cxPageControl1: TcxPageControl
    AlignWithMargins = True
    Left = 3
    Top = 3
    Width = 324
    Height = 179
    ActivePage = cxTabSheet1
    Align = alClient
    ShowFrame = True
    TabOrder = 0
    ExplicitWidth = 401
    ExplicitHeight = 277
    ClientRectBottom = 178
    ClientRectLeft = 1
    ClientRectRight = 323
    ClientRectTop = 26
    object cxTabSheet1: TcxTabSheet
      Caption = #29992#25143#30331#24405
      ImageIndex = 0
      ExplicitLeft = 0
      ExplicitTop = 24
      ExplicitWidth = 289
      ExplicitHeight = 169
      object cxTextEdit1: TcxTextEdit
        Left = 163
        Top = 34
        Properties.PasswordChar = '8'
        TabOrder = 0
        Text = 'admin'
        Width = 121
      end
      object cxButton1: TcxButton
        Left = 96
        Top = 98
        Width = 75
        Height = 25
        Caption = #30331#24405
        TabOrder = 1
      end
      object cxButton2: TcxButton
        Left = 190
        Top = 98
        Width = 75
        Height = 25
        Caption = #21462#28040
        TabOrder = 2
        OnClick = cxButton2Click
      end
      object cxLabel1: TcxLabel
        Left = 93
        Top = 35
        Caption = #29992#12288#12288#25143#65306
        Transparent = True
      end
      object cxLabel2: TcxLabel
        Left = 93
        Top = 62
        Caption = #23494#12288#12288#30721#65306
        Transparent = True
      end
      object cxTextEdit2: TcxTextEdit
        Left = 163
        Top = 61
        Properties.EchoMode = eemPassword
        Properties.PasswordChar = '*'
        TabOrder = 5
        Width = 121
      end
    end
  end
end

⌨️ 快捷键说明

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