usercheckform.~dfm

来自「delphi 编制的服务器程序」· ~DFM 代码 · 共 115 行

~DFM
115
字号
inherited UserCheckForm: TUserCheckForm
  Left = 312
  Top = 276
  Width = 299
  Height = 114
  Caption = 'UserCheckForm'
  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 + =
减小字号Ctrl + -
显示快捷键?