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

📄 ivrpathfrm.dfm

📁 一个电力企业的后台管理程序
💻 DFM
字号:
object Frm_IvrPath: TFrm_IvrPath
  Left = 191
  Top = 107
  Width = 501
  Height = 322
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = '语音文件配置'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 493
    Height = 295
    Align = alClient
    BevelInner = bvLowered
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '新宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 72
      Top = 32
      Width = 80
      Height = 15
      Caption = '服务器名称'
    end
    object Label2: TLabel
      Left = 72
      Top = 64
      Width = 48
      Height = 15
      Caption = '路  径'
    end
    object LbAutoServerName: TLabel
      Left = 168
      Top = 32
      Width = 128
      Height = 15
      Caption = 'LbAutoServerName'
    end
    object LbAutoPath: TLabel
      Left = 168
      Top = 64
      Width = 80
      Height = 15
      Caption = 'LbAutoPath'
    end
    object Label3: TLabel
      Left = 72
      Top = 128
      Width = 80
      Height = 15
      Caption = '服务器名称'
    end
    object Label4: TLabel
      Left = 72
      Top = 160
      Width = 48
      Height = 15
      Caption = '路  径'
    end
    object LbOrdinaryServerName: TLabel
      Left = 168
      Top = 128
      Width = 160
      Height = 15
      Caption = 'LbOrdinaryServerName'
    end
    object LbOrdinaryPath: TLabel
      Left = 168
      Top = 160
      Width = 112
      Height = 15
      Caption = 'LbOrdinaryPath'
    end
    object Label7: TLabel
      Left = 16
      Top = 8
      Width = 64
      Height = 15
      Caption = '自动语音'
    end
    object Label8: TLabel
      Left = 16
      Top = 104
      Width = 64
      Height = 15
      Caption = '一般语音'
    end
    object BbOk: TBitBtn
      Left = 216
      Top = 200
      Width = 75
      Height = 25
      Caption = '确定'
      TabOrder = 0
      OnClick = BbOkClick
      Kind = bkClose
    end
    object Memo1: TMemo
      Left = 2
      Top = 250
      Width = 489
      Height = 43
      Align = alBottom
      Color = clMenu
      Lines.Strings = (
        '自动语音文件是每个月份为一个子目录'
        '')
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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