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

📄 unit1.dfm

📁 批量将汉字转换为拼音、五笔的编码
💻 DFM
字号:
object Form1: TForm1
  Left = 229
  Top = 178
  Width = 474
  Height = 282
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 50
    Top = 55
    Width = 46
    Height = 14
    Caption = #23383#31526#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 50
    Top = 82
    Width = 46
    Height = 14
    Caption = #25340#38899#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 20
    Top = 112
    Width = 76
    Height = 14
    Caption = #25340#38899#31616#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 50
    Top = 137
    Width = 46
    Height = 14
    Caption = #20116#31508#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 20
    Top = 166
    Width = 76
    Height = 14
    Caption = #20116#31508#31616#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label6: TLabel
    Left = 5
    Top = 20
    Width = 91
    Height = 14
    Caption = #25968#25454#24211#36335#24452#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 95
    Top = 51
    Width = 355
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 95
    Top = 78
    Width = 355
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 95
    Top = 105
    Width = 355
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 95
    Top = 133
    Width = 355
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 95
    Top = 160
    Width = 355
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
  end
  object Button2: TButton
    Left = 264
    Top = 208
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 5
    OnClick = Button2Click
  end
  object Edit6: TEdit
    Left = 95
    Top = 16
    Width = 355
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
  end
  object Button3: TButton
    Left = 136
    Top = 210
    Width = 107
    Height = 25
    Caption = #25968#25454#36716#25442
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 352
    Top = 208
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 8
    OnClick = Button4Click
  end
  object Table1: TTable
    DatabaseName = 'pywb'
    TableName = #21462#25340#38899#20116#31508#30721
    Left = 8
    Top = 208
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 8
    Top = 168
  end
end

⌨️ 快捷键说明

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