TAPIDlg.dfm
资源名称:TAPIVer3.zip [点击查看]
上传用户:xtonglei
上传日期:2019-08-12
资源大小:6118k
文件大小:2k
源码类别:
TAPI编程
开发平台:
C++ Builder
- object LineSelectDlg: TLineSelectDlg
- Left = 200
- Top = 303
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Select Device'
- ClientHeight = 145
- ClientWidth = 409
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 9
- Top = 16
- Width = 47
- Height = 13
- Caption = 'Address:'
- end
- object Label2: TLabel
- Left = 9
- Top = 64
- Width = 38
- Height = 13
- Caption = 'A&dresse'
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 32
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = 'ComboBox1'
- OnChange = ComboBox1Change
- end
- object ComboBox2: TComboBox
- Left = 8
- Top = 80
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- Text = 'ComboBox2'
- OnChange = ComboBox2Change
- end
- object Button1: TButton
- Left = 280
- Top = 32
- Width = 121
- Height = 25
- Caption = '&Configure'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 325
- Top = 113
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- ModalResult = 2
- TabOrder = 3
- end
- object Button3: TButton
- Left = 240
- Top = 113
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 4
- end
- object TAPILineConfigDlg1: TTAPILineConfigDlg
- DeviceClass = 'tapi/line'
- Left = 280
- Top = 80
- end
- end