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

📄 ukeyinput.dfm

📁 Delphi编写的Cs1.6中文输入软件 支持CS游戏全屏下的中文输入;但只支持CS1.6
💻 DFM
字号:
object frmKeyInput: TfrmKeyInput
  Left = 623
  Top = 859
  ActiveControl = edtInput
  BorderIcons = [biMinimize]
  BorderStyle = bsDialog
  Caption = 'CS'#20013#25991#36755#20837#65288#27743#38517#21046#20316#65289
  ClientHeight = 42
  ClientWidth = 523
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDefault
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object rpnlInput: TRzPanel
    Left = 0
    Top = 0
    Width = 523
    Height = 24
    Align = alTop
    BorderInner = fsGroove
    BorderOuter = fsNone
    TabOrder = 0
    DesignSize = (
      523
      24)
    object edtInput: TEdit
      Left = 1
      Top = 2
      Width = 519
      Height = 19
      Hint = #29992'Crtl+Shift'#20999#25442#36755#20837#27861
      Anchors = [akLeft, akTop, akRight, akBottom]
      AutoSelect = False
      AutoSize = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Text = '!'
      OnKeyPress = edtInputKeyPress
    end
  end
  object rpnl1: TRzPanel
    Left = 0
    Top = 24
    Width = 523
    Height = 18
    Align = alClient
    Alignment = taLeftJustify
    BorderInner = fsGroove
    BorderOuter = fsNone
    Caption = 'CS'#20013#25991#36755#20837#27861'0.2beta [CopyRight Johnny]'
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    DesignSize = (
      523
      18)
    object lbl2: TLabel
      Left = 339
      Top = 2
      Width = 184
      Height = 14
      Alignment = taRightJustify
      Anchors = [akRight, akBottom]
      AutoSize = False
      Caption = #33521#25991
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      Layout = tlCenter
    end
  end
end

⌨️ 快捷键说明

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