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

📄 unit1.dfm

📁 一个由Delphi写的实时简繁体转换程序演示
💻 DFM
字号:
object Form1: TForm1
  Left = 78
  Top = 108
  Width = 709
  Height = 449
  Caption = 'GB <-> BIG5'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 41
    Width = 701
    Height = 381
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Real Time'
      object Label5: TLabel
        Left = 8
        Top = 176
        Width = 49
        Height = 13
        Caption = 'Big5 Code'
      end
      object Label6: TLabel
        Left = 8
        Top = 0
        Width = 43
        Height = 13
        Caption = 'GB Code'
      end
      object Memo1: TMemo
        Left = 8
        Top = 16
        Width = 681
        Height = 153
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = 'SimSun'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnChange = Memo1Change
      end
      object Memo2: TMemo
        Left = 4
        Top = 192
        Width = 681
        Height = 153
        Font.Charset = CHINESEBIG5_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '灿

⌨️ 快捷键说明

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