ascii.~dfm

来自「delphi 编码转换工具 很不错的东西」· ~DFM 代码 · 共 74 行

~DFM
74
字号
object Form1: TForm1
  Left = 198
  Top = 159
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'DelphiWideStringToAsscii'
  ClientHeight = 98
  ClientWidth = 465
  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 = 6
    Top = 12
    Width = 98
    Height = 13
    Caption = 'WideStringToAsscii: '
  end
  object Label2: TLabel
    Left = 6
    Top = 35
    Width = 95
    Height = 13
    Caption = 'AssciiToWideString:'
  end
  object Edit1: TEdit
    Left = 104
    Top = 8
    Width = 353
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 32
    Width = 353
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 175
    Top = 64
    Width = 116
    Height = 25
    Caption = 'AssciiToWideString'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 13
    Top = 64
    Width = 116
    Height = 25
    Caption = 'WideStringToAsscii'
    Default = True
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 337
    Top = 64
    Width = 116
    Height = 25
    Caption = 'E&xit'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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