TAPIDlg.dfm
上传用户:xtonglei
上传日期:2019-08-12
资源大小:6118k
文件大小:2k
源码类别:

TAPI编程

开发平台:

C++ Builder

  1. object LineSelectDlg: TLineSelectDlg
  2.   Left = 200
  3.   Top = 303
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Device'
  7.   ClientHeight = 145
  8.   ClientWidth = 409
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 9
  22.     Top = 16
  23.     Width = 47
  24.     Height = 13
  25.     Caption = 'Address:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 9
  29.     Top = 64
  30.     Width = 38
  31.     Height = 13
  32.     Caption = 'A&dresse'
  33.   end
  34.   object ComboBox1: TComboBox
  35.     Left = 8
  36.     Top = 32
  37.     Width = 249
  38.     Height = 21
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.     Text = 'ComboBox1'
  42.     OnChange = ComboBox1Change
  43.   end
  44.   object ComboBox2: TComboBox
  45.     Left = 8
  46.     Top = 80
  47.     Width = 249
  48.     Height = 21
  49.     ItemHeight = 13
  50.     TabOrder = 1
  51.     Text = 'ComboBox2'
  52.     OnChange = ComboBox2Change
  53.   end
  54.   object Button1: TButton
  55.     Left = 280
  56.     Top = 32
  57.     Width = 121
  58.     Height = 25
  59.     Caption = '&Configure'
  60.     TabOrder = 2
  61.     OnClick = Button1Click
  62.   end
  63.   object Button2: TButton
  64.     Left = 325
  65.     Top = 113
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Abbrechen'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73.   object Button3: TButton
  74.     Left = 240
  75.     Top = 113
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'OK'
  79.     ModalResult = 1
  80.     TabOrder = 4
  81.   end
  82.   object TAPILineConfigDlg1: TTAPILineConfigDlg
  83.     DeviceClass = 'tapi/line'
  84.     Left = 280
  85.     Top = 80
  86.   end
  87. end