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

📄 usercheckfrm.dfm

📁 delphi 编制的服务器程序
💻 DFM
字号:
inherited UserCheckForm: TUserCheckForm
  Left = 312
  Top = 276
  Width = 299
  Height = 114
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #29992#25143#30331#24405
  OldCreateOrder = True
  Position = poScreenCenter
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object GroupBox2: TGroupBox
    Left = 10
    Top = 3
    Width = 175
    Height = 76
    TabOrder = 0
    object Label1: TLabel
      Left = 6
      Top = 16
      Width = 45
      Height = 15
      Caption = #25805#20316#21592
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 6
      Top = 47
      Width = 46
      Height = 15
      Caption = #23494'  '#30721
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object ComboBox1: TComboBox
      Left = 57
      Top = 14
      Width = 109
      Height = 23
      Style = csDropDownList
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ItemHeight = 15
      ParentFont = False
      TabOrder = 0
    end
    object edtPassword: TEdit
      Left = 57
      Top = 42
      Width = 109
      Height = 23
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      MaxLength = 8
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object GroupBox1: TGroupBox
    Left = 192
    Top = 3
    Width = 89
    Height = 76
    TabOrder = 1
    object Okbtn: TButton
      Left = 9
      Top = 14
      Width = 72
      Height = 24
      Caption = #30830#23450
      Default = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = OkbtnClick
    end
    object CancelBtn: TButton
      Left = 9
      Top = 44
      Width = 72
      Height = 24
      Caption = #21462#28040
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = CancelBtnClick
    end
  end
end

⌨️ 快捷键说明

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