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

📄 setupgernal_.dfm

📁 以可视的方式画IVR语音导航的流程,并把流程做为源文件保存起来
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Height = 20
          TabOrder = 3
          Text = 'editSubStart'
        end
        object ComboSubStart: TComboBox
          Left = 256
          Top = 41
          Width = 57
          Height = 20
          ItemHeight = 12
          TabOrder = 4
          Text = 'comboIVRType'
          Items.Strings = (
            '0'
            '1'
            '2'
            '3'
            '4'
            '5'
            '6'
            '7'
            '8'
            '9'
            '10')
        end
        object ComboSubStartID: TComboBox
          Left = 368
          Top = 41
          Width = 57
          Height = 20
          ItemHeight = 12
          TabOrder = 5
          Text = 'comboIVRContent'
          Items.Strings = (
            '0'
            '1'
            '2'
            '3'
            '4'
            '5'
            '6'
            '7'
            '8'
            '9'
            '10')
        end
        object editSubEnd: TEdit
          Left = 72
          Top = 68
          Width = 105
          Height = 20
          TabOrder = 6
          Text = 'editSubEnd'
        end
        object ComboSubEnd: TComboBox
          Left = 256
          Top = 68
          Width = 57
          Height = 20
          ItemHeight = 12
          TabOrder = 7
          Text = 'comboIVRType'
          Items.Strings = (
            '0'
            '1'
            '2'
            '3'
            '4'
            '5'
            '6'
            '7'
            '8'
            '9'
            '10')
        end
        object ComboSubEndID: TComboBox
          Left = 368
          Top = 68
          Width = 57
          Height = 20
          ItemHeight = 12
          TabOrder = 8
          Text = 'comboIVRContent'
          Items.Strings = (
            '0'
            '1'
            '2'
            '3'
            '4'
            '5'
            '6'
            '7'
            '8'
            '9'
            '10')
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = '编辑属性'
      ImageIndex = 1
      object GroupBox1: TGroupBox
        Left = 52
        Top = 37
        Width = 345
        Height = 84
        Caption = '默认桌布大小'
        TabOrder = 0
        object Label2: TLabel
          Left = 32
          Top = 38
          Width = 36
          Height = 12
          Caption = '宽度:'
        end
        object Label3: TLabel
          Left = 184
          Top = 38
          Width = 36
          Height = 12
          Caption = '高度:'
        end
        object editBoxWidth: TEdit
          Left = 72
          Top = 34
          Width = 81
          Height = 20
          TabOrder = 0
          Text = 'editBoxWidth'
          OnKeyPress = editBoxWidthKeyPress
        end
        object editBoxHeight: TEdit
          Left = 224
          Top = 34
          Width = 81
          Height = 20
          TabOrder = 1
          Text = 'editBoxHeight'
          OnKeyPress = editBoxWidthKeyPress
        end
      end
      object GroupBox4: TGroupBox
        Left = 52
        Top = 152
        Width = 345
        Height = 113
        Caption = '颜色参数'
        TabOrder = 1
        object BtnSelectLineColor: TSpeedButton
          Left = 240
          Top = 19
          Width = 73
          Height = 22
          Caption = '使用调色板'
          Flat = True
          OnClick = BtnSelectLineColorClick
        end
        object BtnSelectIVRColor: TSpeedButton
          Left = 240
          Top = 48
          Width = 73
          Height = 22
          Caption = '使用调色板'
          Flat = True
          OnClick = BtnSelectIVRColorClick
        end
        object BtnSelectEventColor: TSpeedButton
          Left = 240
          Top = 77
          Width = 73
          Height = 22
          Caption = '使用调色板'
          Flat = True
          OnClick = BtnSelectEventColorClick
        end
        object editLineColor: TComboBox
          Left = 136
          Top = 20
          Width = 105
          Height = 20
          ItemHeight = 12
          TabOrder = 0
          Text = 'editLineColor'
          OnChange = editLineColorChange
          Items.Strings = (
            'clAqua'
            'clBlack'
            'clBlue'
            'clDkGray'
            'clFuchsia'
            'clGray'
            'clGreen'
            'clLime'
            'clLtGray'
            'clMaroon'
            'clNavy'
            'clOlive'
            'clPurple'
            'clRed'
            'clSilver'
            'clTeal'
            'clWhite'
            'clYellow')
        end
        object panelLineColor: TPanel
          Left = 32
          Top = 19
          Width = 105
          Height = 22
          Caption = '节点连线颜色'
          TabOrder = 1
        end
        object panelIVRColor: TPanel
          Left = 32
          Top = 48
          Width = 105
          Height = 22
          Caption = '节点选择颜色'
          TabOrder = 2
        end
        object panelEventColor: TPanel
          Left = 32
          Top = 77
          Width = 105
          Height = 22
          Caption = '选择节点事件'
          TabOrder = 3
        end
        object editIVRColor: TComboBox
          Left = 136
          Top = 49
          Width = 105
          Height = 20
          ItemHeight = 12
          TabOrder = 4
          Text = 'editIVRColor'
          OnChange = editIVRColorChange
          Items.Strings = (
            'clAqua'
            'clBlack'
            'clBlue'
            'clDkGray'
            'clFuchsia'
            'clGray'
            'clGreen'
            'clLime'
            'clLtGray'
            'clMaroon'
            'clNavy'
            'clOlive'
            'clPurple'
            'clRed'
            'clSilver'
            'clTeal'
            'clWhite'
            'clYellow')
        end
        object editEventColor: TComboBox
          Left = 136
          Top = 78
          Width = 105
          Height = 20
          ItemHeight = 12
          TabOrder = 5
          Text = 'editEventColor'
          OnChange = editEventColorChange
          Items.Strings = (
            'clAqua'
            'clBlack'
            'clBlue'
            'clDkGray'
            'clFuchsia'
            'clGray'
            'clGreen'
            'clLime'
            'clLtGray'
            'clMaroon'
            'clNavy'
            'clOlive'
            'clPurple'
            'clRed'
            'clSilver'
            'clTeal'
            'clWhite'
            'clYellow')
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = '编译引擎'
      ImageIndex = 2
      object Label4: TLabel
        Left = 16
        Top = 16
        Width = 84
        Height = 12
        Caption = '默认编译引擎:'
      end
      object comboEngine: TComboBox
        Left = 120
        Top = 12
        Width = 241
        Height = 20
        Style = csDropDownList
        ItemHeight = 0
        TabOrder = 0
        OnChange = comboEngineChange
      end
      object comboEngineMemo: TMemo
        Left = 3
        Top = 44
        Width = 444
        Height = 281
        Color = clBtnFace
        Lines.Strings = (
          'comboEngineMemo')
        TabOrder = 1
      end
    end
  end
  object ColorDialog: TColorDialog
    Ctl3D = True
    Left = 324
    Top = 47
  end
end

⌨️ 快捷键说明

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