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

📄 login.dfm

📁 一个简单的企业进销存管理系统,对于新手学习c++builder很有帮助的,用的是BC++6.0,数据库是sql server 2000
💻 DFM
字号:
object fmLogin: TfmLogin
  Left = 286
  Top = 288
  Width = 241
  Height = 207
  Caption = #30331#24405
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 36
    Height = 12
    Caption = #29992#25143#21495
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 36
    Height = 12
    Caption = #29992#25143#21517
  end
  object Label3: TLabel
    Left = 44
    Top = 88
    Width = 24
    Height = 12
    Caption = #23494#30721
  end
  object Label4: TLabel
    Left = 40
    Top = 160
    Width = 150
    Height = 12
    Caption = #21021#22987#29992#25143#21495#65306'1   '#23494#30721#65306'sys'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object edUserCode: TEdit
    Left = 72
    Top = 20
    Width = 121
    Height = 20
    TabOrder = 0
    OnExit = edUserCodeExit
    OnKeyPress = edUserCodeKeyPress
  end
  object edUserName: TEdit
    Left = 72
    Top = 52
    Width = 121
    Height = 20
    ReadOnly = True
    TabOrder = 1
  end
  object edPassword: TEdit
    Left = 72
    Top = 84
    Width = 121
    Height = 20
    PasswordChar = '*'
    TabOrder = 2
    OnKeyPress = edPasswordKeyPress
  end
  object btLogin: TButton
    Left = 32
    Top = 120
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 3
    OnClick = btLoginClick
  end
  object btExit: TButton
    Left = 128
    Top = 120
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = btExitClick
  end
end

⌨️ 快捷键说明

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