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

📄 unit1.dfm

📁 电脑编程技巧和源码。很不错的。
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 548
  Height = 340
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 88
    Top = 80
    Width = 214
    Height = 15
    Caption = 'Edit1:请输入发声的内容(英文)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Agent1: TAgent
    Left = 376
    Top = 64
    Width = 32
    Height = 32
    OnCommand = Agent1Command
    OnActiveClientChange = Agent1ActiveClientChange
    ControlData = {00030000A5020000A5020000A84E4A00}
  end
  object Button1: TButton
    Left = 88
    Top = 264
    Width = 75
    Height = 25
    Caption = '显示角色'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 264
    Width = 75
    Height = 25
    Caption = '隐藏角色'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 272
    Top = 264
    Width = 75
    Height = 25
    Caption = '加入命令'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 112
    Width = 225
    Height = 24
    TabOrder = 4
    Text = 'Edit1'
  end
  object Button4: TButton
    Left = 360
    Top = 264
    Width = 75
    Height = 25
    Caption = '读Edit1内容'
    TabOrder = 5
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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