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

📄 pass.dfm

📁 一个delphi开发的库存管理系统源代码
💻 DFM
字号:
object fpass: Tfpass
  Left = 381
  Top = 242
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  ClientHeight = 210
  ClientWidth = 308
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 26
    Top = 60
    Width = 42
    Height = 14
    Caption = #25805#20316#21592
  end
  object Label2: TLabel
    Left = 76
    Top = 60
    Width = 8
    Height = 14
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 26
    Top = 97
    Width = 42
    Height = 14
    Caption = #26032#23494#30721
  end
  object Label4: TLabel
    Left = 26
    Top = 134
    Width = 42
    Height = 14
    Caption = #30830#35748#30721
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 308
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    Color = clSkyBlue
    TabOrder = 0
    object Label5: TLabel
      Left = 8
      Top = 12
      Width = 259
      Height = 14
      Caption = #26412#31383#21475#21487#20197#26356#25913#33258#24049#30340#23494#30721','#24314#35758#24120#25442#23494#30721
    end
  end
  object tb_pwd: TEdit
    Left = 76
    Top = 92
    Width = 209
    Height = 22
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = tb_pwdKeyPress
  end
  object tb_pwd2: TEdit
    Left = 76
    Top = 128
    Width = 209
    Height = 22
    PasswordChar = '*'
    TabOrder = 2
    OnKeyPress = tb_pwd2KeyPress
  end
  object Button1: TButton
    Left = 76
    Top = 170
    Width = 75
    Height = 25
    Caption = #30830#23450'[&O]'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 172
    Top = 170
    Width = 75
    Height = 25
    Caption = #20851#38381'[&C]'
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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