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

📄 u_login.dfm

📁 小银行系统
💻 DFM
字号:
object F_login: TF_login
  Left = 256
  Top = 135
  BorderStyle = bsDialog
  Caption = '(F_login)'#29992#25143#30331#38470
  ClientHeight = 231
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  ShowHint = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ScrollBox3: TScrollBox
    Left = 0
    Top = 0
    Width = 346
    Height = 182
    Align = alClient
    AutoScroll = False
    Color = clAqua
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 1
    object StaticText4: TStaticText
      Left = 68
      Top = 65
      Width = 68
      Height = 24
      Caption = #26356#26032#23494#30721
      TabOrder = 1
    end
    object StaticText5: TStaticText
      Left = 68
      Top = 105
      Width = 68
      Height = 24
      Caption = #30830#35748#23494#30721
      TabOrder = 2
    end
    object MaskEdit4: TMaskEdit
      Left = 148
      Top = 65
      Width = 121
      Height = 28
      PasswordChar = '*'
      TabOrder = 3
    end
    object MaskEdit5: TMaskEdit
      Left = 148
      Top = 105
      Width = 121
      Height = 28
      MaxLength = 10
      PasswordChar = '*'
      TabOrder = 4
    end
    object StaticText6: TStaticText
      Left = 64
      Top = 24
      Width = 52
      Height = 24
      Caption = #26087#23494#30721
      TabOrder = 5
    end
    object MaskEdit6: TMaskEdit
      Left = 148
      Top = 24
      Width = 121
      Height = 28
      PasswordChar = '*'
      TabOrder = 0
    end
  end
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 0
    Width = 346
    Height = 182
    Align = alClient
    AutoScroll = False
    Color = clSkyBlue
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 0
    object StaticText1: TStaticText
      Left = 44
      Top = 32
      Width = 64
      Height = 19
      Caption = #29992#25143#32534#21495
      TabOrder = 0
    end
    object StaticText2: TStaticText
      Left = 44
      Top = 72
      Width = 64
      Height = 19
      Caption = #29992#25143#21517#31216
      TabOrder = 1
    end
    object StaticText3: TStaticText
      Left = 44
      Top = 112
      Width = 64
      Height = 19
      Caption = #29992#25143#23494#30721
      TabOrder = 2
    end
    object MaskEdit1: TMaskEdit
      Left = 123
      Top = 30
      Width = 157
      Height = 23
      TabOrder = 3
      OnEnter = MaskEdit1Enter
    end
    object MaskEdit2: TMaskEdit
      Left = 123
      Top = 70
      Width = 157
      Height = 23
      Color = clInfoBk
      Enabled = False
      TabOrder = 4
    end
    object MaskEdit3: TMaskEdit
      Left = 123
      Top = 110
      Width = 157
      Height = 23
      PasswordChar = '*'
      TabOrder = 5
      Text = 'MaskEdit3'
      OnEnter = MaskEdit3Enter
    end
  end
  object ScrollBox2: TScrollBox
    Left = 0
    Top = 182
    Width = 346
    Height = 49
    Align = alBottom
    Color = clGradientActiveCaption
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 2
    object BitBtn1: TBitBtn
      Left = 40
      Top = 8
      Width = 69
      Height = 33
      Caption = #30830#35748
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -13
      Font.Name = #21326#25991#20013#23435
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 128
      Top = 8
      Width = 69
      Height = 33
      Caption = #20462#25913#23494#30721
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -13
      Font.Name = #21326#25991#20013#23435
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 216
      Top = 8
      Width = 69
      Height = 33
      Caption = #32467#26463
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = #21326#25991#20013#23435
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn3Click
    end
  end
  object ADODataSet1: TADODataSet
    Connection = DM.ADOConnection1
    CursorType = ctStatic
    CommandText = 'select * from userdb'
    Parameters = <>
    Left = 16
    Top = 8
  end
  object DosMove1: TDosMove
    Active = True
    Left = 24
    Top = 64
  end
end

⌨️ 快捷键说明

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