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

📄 unit1.dfm

📁 该软件能将你所输入的数字转为中文的数字,非常的好用
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 140
  Width = 810
  Height = 449
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -30
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 36
  object Label1: TLabel
    Left = 60
    Top = 89
    Width = 239
    Height = 36
    AutoSize = False
    Caption = #36755#20837#25968#23383
  end
  object Label2: TLabel
    Left = 60
    Top = 199
    Width = 180
    Height = 36
    AutoSize = False
    Caption = #22823#20889#37329#39069
  end
  object Edit1: TEdit
    Left = 248
    Top = 79
    Width = 508
    Height = 44
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 248
    Top = 189
    Width = 508
    Height = 44
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 218
    Top = 318
    Width = 369
    Height = 41
    Caption = #36716#25442#25104#22823#20889#37329#39069
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -28
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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