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

📄 login_unit.~dfm

📁 单机进销存管理程序 Delphi+Acce
💻 ~DFM
字号:
object login_form: Tlogin_form
  Left = 393
  Top = 255
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#38470
  ClientHeight = 145
  ClientWidth = 263
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 6
    Width = 227
    Height = 86
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 29
      Top = 26
      Width = 36
      Height = 12
      Caption = #29992#25143#21517
    end
    object Label2: TLabel
      Left = 23
      Top = 53
      Width = 42
      Height = 12
      Caption = ' '#23494'  '#30721
    end
    object Edit1: TEdit
      Left = 72
      Top = 24
      Width = 130
      Height = 20
      TabOrder = 0
    end
    object MaskEdit1: TMaskEdit
      Left = 72
      Top = 51
      Width = 130
      Height = 20
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object BitBtn1: TBitBtn
    Left = 42
    Top = 100
    Width = 75
    Height = 25
    Caption = #30331' '#38470
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 146
    Top = 100
    Width = 75
    Height = 25
    Caption = #21462' '#28040
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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