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

📄 unit1.~dfm

📁 自己delphi写的hex和ASC转换
💻 ~DFM
字号:
object Form1: TForm1
  Left = 279
  Top = 107
  BorderStyle = bsDialog
  Caption = 'HEX'#21644'ASC'#20114#36716
  ClientHeight = 365
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 48
    Width = 30
    Height = 13
    Caption = 'ASCII:'
  end
  object Label2: TLabel
    Left = 8
    Top = 176
    Width = 25
    Height = 13
    Caption = 'HEX:'
  end
  object rg_sp: TRadioGroup
    Left = 0
    Top = 0
    Width = 384
    Height = 41
    Align = alTop
    Caption = 'HEX'#20998#21106#31526
    Columns = 2
    ItemIndex = 1
    Items.Strings = (
      '\X'
      #31354#26684)
    TabOrder = 0
  end
  object Button2: TButton
    Left = 264
    Top = 320
    Width = 81
    Height = 33
    Caption = 'ASC-->HEX'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 72
    Top = 320
    Width = 89
    Height = 33
    Caption = 'HEX-->ASC'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Memo2: TMemo
    Left = 40
    Top = 176
    Width = 337
    Height = 121
    TabOrder = 3
  end
  object Memo1: TMemo
    Left = 40
    Top = 48
    Width = 337
    Height = 113
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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