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

📄 demou.dfm

📁 在DELPHI下调用API获取汉字五笔拼音
💻 DFM
字号:
object Form1: TForm1
  Left = 184
  Top = 153
  Width = 552
  Height = 334
  Caption = #28436#31034#31243#24207
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clNavy
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 12
    Top = 19
    Width = 91
    Height = 14
    Caption = #35831#36755#20837#27721#23383#65306
    Transparent = True
  end
  object Label2: TLabel
    Left = 21
    Top = 91
    Width = 76
    Height = 14
    Caption = #20116#31508#39318#30721#65306
    Transparent = True
  end
  object Bevel1: TBevel
    Left = 21
    Top = 73
    Width = 502
    Height = 2
  end
  object Label3: TLabel
    Left = 21
    Top = 127
    Width = 76
    Height = 14
    Caption = #20116#31508#20840#30721#65306
    Transparent = True
  end
  object Label4: TLabel
    Left = 21
    Top = 163
    Width = 76
    Height = 14
    Caption = #25340#38899#39318#30721#65306
    Transparent = True
  end
  object Label5: TLabel
    Left = 21
    Top = 199
    Width = 76
    Height = 14
    Caption = #25340#38899#20840#30721#65306
    Transparent = True
  end
  object Bevel2: TBevel
    Left = 16
    Top = 261
    Width = 486
    Height = 2
  end
  object Edit1: TEdit
    Left = 106
    Top = 18
    Width = 408
    Height = 24
    Color = clAqua
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    Text = #38738#38665#32032#20250#20135#29983#25239#33647#24615#21527
    OnChange = BitBtn1Click
  end
  object Edit2: TEdit
    Left = 94
    Top = 87
    Width = 423
    Height = 22
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 94
    Top = 124
    Width = 423
    Height = 22
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 94
    Top = 161
    Width = 423
    Height = 22
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 94
    Top = 198
    Width = 423
    Height = 22
    TabOrder = 4
  end
  object BitBtn1: TBitBtn
    Left = 47
    Top = 269
    Width = 120
    Height = 26
    Caption = #21462#27721#23383#32534#30721
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn5: TBitBtn
    Left = 357
    Top = 270
    Width = 118
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = BitBtn5Click
  end
end

⌨️ 快捷键说明

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