deng_lu.~dfm

来自「vc++网吧管理系统源代码可以实现多个机房的统一管理。用户端保证用户在登录系统前」· ~DFM 代码 · 共 82 行

~DFM
82
字号
object denglu: Tdenglu
  Left = 390
  Top = 280
  Width = 291
  Height = 218
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #30331#38470
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 40
    Top = 32
    Width = 62
    Height = 20
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 48
    Top = 72
    Width = 46
    Height = 20
    AutoSize = False
    Caption = #23494#30721
  end
  object Edit1: TEdit
    Left = 96
    Top = 24
    Width = 121
    Height = 22
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 72
    Width = 121
    Height = 22
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Button1: TButton
    Left = 48
    Top = 128
    Width = 75
    Height = 25
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 128
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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