fromascii_mainform.dfm

来自「source code for the Marco Cantu s book D」· DFM 代码 · 共 104 行

DFM
104
字号
object Form30: TForm30
  Left = 0
  Top = 0
  Caption = 'FromAsciiToUnicode'
  ClientHeight = 452
  ClientWidth = 577
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Lucida Sans Unicode'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object StatusBar1: TStatusBar
    Left = 0
    Top = 433
    Width = 577
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 145
    Height = 433
    Align = alLeft
    TabOrder = 1
    DesignSize = (
      145
      433)
    object btnAscii7: TButton
      Left = 16
      Top = 16
      Width = 105
      Height = 25
      Caption = 'Ascii-7'
      TabOrder = 0
      OnClick = btnAscii7Click
    end
    object btnUnicode: TButton
      Tag = 1
      Left = 16
      Top = 98
      Width = 105
      Height = 25
      Caption = 'Unicode 32-256'
      TabOrder = 1
      OnClick = btnUnicodeClick
    end
    object btnEuro: TButton
      Left = 16
      Top = 394
      Width = 105
      Height = 25
      Anchors = [akLeft, akBottom]
      Caption = 'Euro'
      TabOrder = 2
      OnClick = btnEuroClick
    end
    object btnAscii8: TButton
      Left = 16
      Top = 56
      Width = 105
      Height = 25
      Caption = 'Ascii-8'
      TabOrder = 3
      OnClick = btnAscii8Click
    end
    object btnGrapheme: TButton
      Left = 16
      Top = 360
      Width = 105
      Height = 25
      Caption = 'btnGrapheme'
      TabOrder = 4
      OnClick = btnGraphemeClick
    end
  end
  object Panel2: TPanel
    Left = 145
    Top = 0
    Width = 432
    Height = 433
    Align = alClient
    TabOrder = 2
    object StringGrid1: TStringGrid
      Left = 1
      Top = 1
      Width = 430
      Height = 431
      Align = alClient
      ColCount = 17
      DefaultColWidth = 24
      RowCount = 17
      TabOrder = 0
      OnMouseMove = StringGrid1MouseMove
    end
  end
end

⌨️ 快捷键说明

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