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

📄 changnameform.dfm

📁 本软件作为交流使用
💻 DFM
字号:
object Form2: TForm2
  Left = 289
  Top = 214
  BorderStyle = bsDialog
  Caption = 'Chang Name Dialog'
  ClientHeight = 165
  ClientWidth = 606
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 16
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 606
    Height = 45
    Align = alTop
    OnMouseDown = FormMouseDown
    OnMouseMove = FormMouseMove
  end
  object Label1: TLabel
    Left = 44
    Top = 60
    Width = 104
    Height = 16
    Caption = #38190#20837#26032#25991#20214#21517':'
  end
  object Label2: TLabel
    Left = 76
    Top = 92
    Width = 72
    Height = 16
    Caption = #20445#23384#36335#24452':'
  end
  object Edit1: TEdit
    Left = 164
    Top = 56
    Width = 421
    Height = 26
    TabOrder = 0
  end
  object Button1: TButton
    Left = 196
    Top = 128
    Width = 130
    Height = 27
    Caption = #30830#23450#20462#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 348
    Top = 128
    Width = 130
    Height = 27
    Caption = #19981#24819#20462#25913
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 8
    Top = 128
    Width = 121
    Height = 24
    TabOrder = 3
    Visible = False
  end
  object Edit3: TEdit
    Left = 164
    Top = 88
    Width = 421
    Height = 26
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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