object frmGateway: TfrmGateway Left = 513 Top = 136 Width = 362 Height = 348 Caption = '����' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlContent: TPanel Left = 0 Top = 0 Width = 354 Height = 265 Align = alTop BevelOuter = bvNone TabOrder = 3 object lblTimeout: TLabel Left = 29 Top = 152 Width = 85 Height = 13 Alignment = taRightJustify Caption = '��Ӧ�𷵻�(&S)��' FocusControl = edtTimeOut end object lblCalledNo: TLabel Left = 41 Top = 19 Width = 73 Height = 13 Alignment = taRightJustify Caption = '���к���(&A)��' FocusControl = cmbVariant end object lblNote: TLabel Left = 40 Top = 226 Width = 74 Height = 13 Alignment = taRightJustify Caption = '����˵��(&N)��' FocusControl = edtNote end object lblSecond: TLabel Left = 290 Top = 152 Width = 36 Height = 13 Alignment = taCenter Caption = '���룩' end object lblCalledType: TLabel Left = 41 Top = 116 Width = 73 Height = 13 Alignment = taRightJustify Caption = '��������(&T)��' end object lblMaxLength: TLabel Left = 30 Top = 190 Width = 84 Height = 13 Alignment = taRightJustify Caption = '���ͨ��ʱ����' end object lblSecond1: TLabel Left = 290 Top = 190 Width = 36 Height = 13 Alignment = taCenter Caption = '���룩' end object lblAnotherGateway: TLabel Left = 40 Top = 81 Width = 74 Height = 13 Alignment = taRightJustify Caption = '��һ����(&G)��' end object cmbVariant: TComboBox Left = 125 Top = 15 Width = 200 Height = 21 ItemHeight = 13 TabOrder = 0 end object edtNote: TEdit Left = 125 Top = 222 Width = 200 Height = 21 TabOrder = 2 end object edtTimeOut: TEdit Left = 125 Top = 148 Width = 145 Height = 21 TabOrder = 1 Text = '0' end object updownTimeOut: TUpDown Left = 270 Top = 148 Width = 16 Height = 21 Associate = edtTimeOut Min = 0 Max = 32767 Position = 0 TabOrder = 3 Wrap = False end object cmbCalledType: TComboBox Left = 125 Top = 112 Width = 200 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 Items.Strings = ( '�绰����' '������' 'IP��ַ') end object cmbMaxLength: TComboBox Left = 125 Top = 186 Width = 162 Height = 21 ItemHeight = 13 TabOrder = 5 end object cmbAnotherGateway: TComboBox Left = 125 Top = 77 Width = 200 Height = 21 ItemHeight = 13 TabOrder = 6 end object chkAnotherGateway: TCheckBox Left = 124 Top = 48 Width = 197 Height = 17 Caption = 'ͨ����һ����(&G)' TabOrder = 7 OnClick = chkAnotherGatewayClick end end object btnOk: TButton Left = 27 Top = 280 Width = 81 Height = 27 Caption = 'ȷ��(&O)' Default = True TabOrder = 0 OnClick = btnOkClick end object btnCancel: TButton Left = 135 Top = 280 Width = 82 Height = 27 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 1 end object btnHelp: TButton Left = 244 Top = 280 Width = 81 Height = 27 Caption = '����(&H)' TabOrder = 2 OnClick = btnHelpClick end end