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

📄 property_.dfm

📁 以可视的方式画IVR语音导航的流程,并把流程做为源文件保存起来
💻 DFM
字号:
object PropertyForm: TPropertyForm
  Left = 614
  Top = 186
  BorderIcons = [biMinimize, biMaximize]
  BorderStyle = bsDialog
  Caption = #23646#24615
  ClientHeight = 318
  ClientWidth = 268
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 268
    Height = 281
    ActivePage = PropertySheet
    Align = alTop
    TabOrder = 0
    object GernalSheet: TTabSheet
      Caption = #22522#26412#36164#26009
      object Label1: TLabel
        Left = 8
        Top = 16
        Width = 66
        Height = 12
        Caption = #39033#30446#32534#21495'0'#65306
      end
      object Label2: TLabel
        Left = 8
        Top = 42
        Width = 66
        Height = 12
        Caption = #39033#30446#32534#21495'1'#65306
      end
      object Label3: TLabel
        Left = 8
        Top = 67
        Width = 66
        Height = 12
        Caption = #39033#30446#32534#21495'2'#65306
      end
      object Label4: TLabel
        Left = 8
        Top = 144
        Width = 36
        Height = 12
        Caption = #27880#37322#65306
      end
      object Label5: TLabel
        Left = 8
        Top = 93
        Width = 60
        Height = 12
        Caption = #25191#34892#26041#24335#65306
        Visible = False
      end
      object Label6: TLabel
        Left = 8
        Top = 118
        Width = 48
        Height = 12
        Caption = #23376#31867#22411#65306
      end
      object Label7: TLabel
        Left = 120
        Top = 12
        Width = 84
        Height = 12
        Caption = #19978#23618#33410#28857#21015#34920#65306
      end
      object memoMemo: TMemo
        Left = 8
        Top = 160
        Width = 241
        Height = 89
        Lines.Strings = (
          'Memo1')
        MaxLength = 40
        TabOrder = 0
      end
      object editIID_0: TEdit
        Left = 72
        Top = 12
        Width = 37
        Height = 20
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 1
        Text = 'editIID_0'
      end
      object editIID_1: TEdit
        Left = 72
        Top = 38
        Width = 37
        Height = 20
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 2
        Text = 'editIID_1'
      end
      object editIID_2: TEdit
        Left = 72
        Top = 63
        Width = 37
        Height = 20
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 3
        Text = 'editIID_2'
      end
      object editSubType: TEdit
        Left = 72
        Top = 114
        Width = 177
        Height = 20
        TabOrder = 4
        Text = 'editSubType'
      end
      object radioTong: TRadioButton
        Left = 72
        Top = 89
        Width = 57
        Height = 17
        Caption = #21516#27493' /'
        TabOrder = 5
        Visible = False
      end
      object radioYi: TRadioButton
        Left = 134
        Top = 89
        Width = 51
        Height = 17
        Caption = #24322#27493
        TabOrder = 6
        Visible = False
      end
      object UpLinkList: TListBox
        Left = 124
        Top = 28
        Width = 125
        Height = 55
        Color = clBtnFace
        ItemHeight = 12
        TabOrder = 7
        OnDblClick = UpLinkListDblClick
      end
    end
    object PropertySheet: TTabSheet
      Caption = #23646#24615
      ImageIndex = 1
      object SpeedBtnSelectValue: TSpeedButton
        Left = 144
        Top = 187
        Width = 89
        Height = 21
        Cursor = crHandPoint
        Caption = #36873#25321#36890#36947#21464#37327
        Flat = True
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = [fsUnderline]
        ParentFont = False
        OnClick = SpeedBtnSelectValueClick
      end
      object radioProperty: TRadioGroup
        Left = 24
        Top = 208
        Width = 209
        Height = 30
        Columns = 2
        Items.Strings = (
          #36923#36753#20551
          #36923#36753#30495)
        TabOrder = 2
        OnClick = radioPropertyClick
      end
      object editProperty: TEdit
        Left = 24
        Top = 216
        Width = 209
        Height = 20
        TabOrder = 1
        OnChange = editPropertyChange
        OnKeyPress = editPropertyKeyPress
      end
      object CheckProperty: TCheckBox
        Left = 8
        Top = 192
        Width = 81
        Height = 17
        Caption = #35774#23450#26377#25928
        Enabled = False
        TabOrder = 0
        OnClick = CheckPropertyClick
      end
      object listProperty: TCLHintListBox
        Left = 5
        Top = 6
        Width = 250
        Height = 173
        Style = lbOwnerDrawFixed
        ItemHeight = 12
        TabOrder = 3
        OnClick = listPropertyClick
        ShowHintWindow = True
      end
    end
    object EventSheet: TTabSheet
      Caption = #20107#20214
      ImageIndex = 2
      object EventList: TCheckListBox
        Left = 8
        Top = 8
        Width = 241
        Height = 241
        ItemHeight = 12
        TabOrder = 0
      end
    end
  end
  object BitBtn1: TBitBtn
    Left = 192
    Top = 288
    Width = 75
    Height = 25
    Caption = '&S'#23384#30424
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 112
    Top = 288
    Width = 75
    Height = 25
    Caption = '&C'#21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkAbort
  end
  object Button1: TButton
    Left = 8
    Top = 288
    Width = 75
    Height = 25
    Caption = #22797#20301#26412#39029
    TabOrder = 3
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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