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

📄 unit1.dfm

📁 大家完成过反输入法的编程吗,这就是其中经典的一个,你可以运用到其他翻译软件中去,效果非常有用.
💻 DFM
字号:
object Form1: TForm1
  Left = 214
  Top = 132
  Width = 525
  Height = 167
  Caption = #27721#23383#36716#25340#38899#65288#24102#38899#35843#65289
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #28304#25991#20214
  end
  object Label2: TLabel
    Left = 8
    Top = 48
    Width = 41
    Height = 13
    Caption = #20840#25340#38899
  end
  object Label3: TLabel
    Left = 8
    Top = 80
    Width = 49
    Height = 13
    Caption = #39318#23383#27597
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 441
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 56
    Top = 40
    Width = 441
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    Text = 'Edit2'
  end
  object BitBtn2: TBitBtn
    Left = 12
    Top = 104
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Edit3: TEdit
    Left = 56
    Top = 72
    Width = 441
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    Text = 'Edit2'
  end
  object OpenDialog1: TOpenDialog
    Left = 264
  end
end

⌨️ 快捷键说明

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