www.pudn.com > 汉字TO拼音五笔.rar > Unit1.dfm


object Form1: TForm1 
  Left = 359 
  Top = 209 
  Width = 469 
  Height = 259 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = GB2312_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -14 
  Font.Name = '宋体' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 14 
  object Label1: TLabel 
    Left = 44 
    Top = 31 
    Width = 42 
    Height = 14 
    Caption = '字符:' 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clBlue 
    Font.Height = -14 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Label2: TLabel 
    Left = 45 
    Top = 58 
    Width = 42 
    Height = 14 
    Caption = '拼音:' 
  end 
  object Label3: TLabel 
    Left = 21 
    Top = 88 
    Width = 70 
    Height = 14 
    Caption = '拼音简码:' 
  end 
  object Label4: TLabel 
    Left = 43 
    Top = 113 
    Width = 42 
    Height = 14 
    Caption = '五笔:' 
  end 
  object Label5: TLabel 
    Left = 19 
    Top = 142 
    Width = 70 
    Height = 14 
    Caption = '五笔简码:' 
  end 
  object Button1: TButton 
    Left = 182 
    Top = 178 
    Width = 75 
    Height = 25 
    Caption = '产生' 
    Default = True 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object Edit1: TEdit 
    Left = 87 
    Top = 27 
    Width = 350 
    Height = 22 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clBlue 
    Font.Height = -14 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 1 
    Text = '我是一个中国人,不用說' 
  end 
  object Edit2: TEdit 
    Left = 88 
    Top = 54 
    Width = 350 
    Height = 22 
    TabOrder = 2 
  end 
  object Edit3: TEdit 
    Left = 87 
    Top = 81 
    Width = 350 
    Height = 22 
    TabOrder = 3 
  end 
  object Edit4: TEdit 
    Left = 86 
    Top = 109 
    Width = 350 
    Height = 22 
    TabOrder = 4 
  end 
  object Edit5: TEdit 
    Left = 86 
    Top = 136 
    Width = 350 
    Height = 22 
    TabOrder = 5 
  end 
end