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

📄 unit1.dfm

📁 电脑编程技巧和源码。很不错的。
💻 DFM
字号:
object Form1: TForm1
  Left = 193
  Top = 176
  Width = 696
  Height = 465
  Caption = 'MS Agent例程1:(利用接口控制Agent Control2.0 ActiveX控件)'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 65
    Top = 9
    Width = 279
    Height = 15
    Caption = '角色支持的动画动作:(双击条目执行动作)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 44
    Top = 320
    Width = 174
    Height = 15
    Caption = '需要角色读的文本(英文):'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 40
    Top = 383
    Width = 75
    Height = 25
    Caption = '加载对象'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 384
    Width = 75
    Height = 25
    Caption = '打开输入'
    Enabled = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object ListBox1: TListBox
    Left = 64
    Top = 32
    Width = 273
    Height = 241
    ImeName = '中文 (简体) - 微软拼音'
    ItemHeight = 16
    TabOrder = 2
    OnDblClick = ListBox1DblClick
  end
  object Button3: TButton
    Left = 200
    Top = 384
    Width = 75
    Height = 25
    Caption = '读Edit1内容'
    Enabled = False
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 280
    Top = 384
    Width = 81
    Height = 25
    Caption = '语音输入检查'
    Enabled = False
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 368
    Top = 384
    Width = 75
    Height = 25
    Caption = '显示设置'
    Enabled = False
    TabOrder = 5
    OnClick = Button5Click
  end
  object Button8: TButton
    Left = 448
    Top = 384
    Width = 75
    Height = 25
    Caption = '加入命令'
    Enabled = False
    TabOrder = 6
    OnClick = Button8Click
  end
  object Button10: TButton
    Left = 527
    Top = 384
    Width = 75
    Height = 25
    Caption = '属性页'
    Enabled = False
    TabOrder = 7
    OnClick = Button10Click
  end
  object Edit1: TEdit
    Left = 43
    Top = 344
    Width = 385
    Height = 24
    ImeName = '中文 (简体) - 微软拼音'
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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