home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _F92770CE59F144CA876D7657130B84C1 / 0 / RCDATA / TFRMGATEWAY / TFRMGATEWAY.txt
Text File  |  2002-01-30  |  4KB  |  193 lines

  1. object frmGateway: TfrmGateway
  2.   Left = 513
  3.   Top = 136
  4.   Width = 362
  5.   Height = 348
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object pnlContent: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 354
  18.     Height = 265
  19.     Align = alTop
  20.     BevelOuter = bvNone
  21.     TabOrder = 3
  22.     object lblTimeout: TLabel
  23.       Left = 29
  24.       Top = 152
  25.       Width = 85
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       Caption = '∩┐╜∩┐╜╙ª∩┐╜≡╖╡╗∩┐╜(&S)∩┐╜∩┐╜'
  29.       FocusControl = edtTimeOut
  30.     end
  31.     object lblCalledNo: TLabel
  32.       Left = 41
  33.       Top = 19
  34.       Width = 73
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = '∩┐╜∩┐╜∩┐╜╨║∩┐╜∩┐╜∩┐╜(&A)∩┐╜∩┐╜'
  38.       FocusControl = cmbVariant
  39.     end
  40.     object lblNote: TLabel
  41.       Left = 40
  42.       Top = 226
  43.       Width = 74
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  47.       FocusControl = edtNote
  48.     end
  49.     object lblSecond: TLabel
  50.       Left = 290
  51.       Top = 152
  52.       Width = 36
  53.       Height = 13
  54.       Alignment = taCenter
  55.       Caption = '∩┐╜∩┐╜∩┐╜δú⌐'
  56.     end
  57.     object lblCalledType: TLabel
  58.       Left = 41
  59.       Top = 116
  60.       Width = 73
  61.       Height = 13
  62.       Alignment = taRightJustify
  63.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&T)∩┐╜∩┐╜'
  64.     end
  65.     object lblMaxLength: TLabel
  66.       Left = 30
  67.       Top = 190
  68.       Width = 84
  69.       Height = 13
  70.       Alignment = taRightJustify
  71.       Caption = '∩┐╜∩┐╜∩┐╜═¿∩┐╜∩┐╜╩▒∩┐╜∩┐╜∩┐╜∩┐╜'
  72.     end
  73.     object lblSecond1: TLabel
  74.       Left = 290
  75.       Top = 190
  76.       Width = 36
  77.       Height = 13
  78.       Alignment = taCenter
  79.       Caption = '∩┐╜∩┐╜∩┐╜δú⌐'
  80.     end
  81.     object lblAnotherGateway: TLabel
  82.       Left = 40
  83.       Top = 81
  84.       Width = 74
  85.       Height = 13
  86.       Alignment = taRightJustify
  87.       Caption = '∩┐╜∩┐╜╥╗∩┐╜∩┐╜∩┐╜∩┐╜(&G)∩┐╜∩┐╜'
  88.     end
  89.     object cmbVariant: TComboBox
  90.       Left = 125
  91.       Top = 15
  92.       Width = 200
  93.       Height = 21
  94.       ItemHeight = 13
  95.       TabOrder = 0
  96.     end
  97.     object edtNote: TEdit
  98.       Left = 125
  99.       Top = 222
  100.       Width = 200
  101.       Height = 21
  102.       TabOrder = 2
  103.     end
  104.     object edtTimeOut: TEdit
  105.       Left = 125
  106.       Top = 148
  107.       Width = 145
  108.       Height = 21
  109.       TabOrder = 1
  110.       Text = '0'
  111.     end
  112.     object updownTimeOut: TUpDown
  113.       Left = 270
  114.       Top = 148
  115.       Width = 16
  116.       Height = 21
  117.       Associate = edtTimeOut
  118.       Min = 0
  119.       Max = 32767
  120.       Position = 0
  121.       TabOrder = 3
  122.       Wrap = False
  123.     end
  124.     object cmbCalledType: TComboBox
  125.       Left = 125
  126.       Top = 112
  127.       Width = 200
  128.       Height = 21
  129.       Style = csDropDownList
  130.       ItemHeight = 13
  131.       TabOrder = 4
  132.       Items.Strings = (
  133.         '∩┐╜τ╗░∩┐╜∩┐╜∩┐╜∩┐╜'
  134.         '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  135.         'IP∩┐╜∩┐╜╓╖')
  136.     end
  137.     object cmbMaxLength: TComboBox
  138.       Left = 125
  139.       Top = 186
  140.       Width = 162
  141.       Height = 21
  142.       ItemHeight = 13
  143.       TabOrder = 5
  144.     end
  145.     object cmbAnotherGateway: TComboBox
  146.       Left = 125
  147.       Top = 77
  148.       Width = 200
  149.       Height = 21
  150.       ItemHeight = 13
  151.       TabOrder = 6
  152.     end
  153.     object chkAnotherGateway: TCheckBox
  154.       Left = 124
  155.       Top = 48
  156.       Width = 197
  157.       Height = 17
  158.       Caption = '═¿∩┐╜∩┐╜∩┐╜∩┐╜╥╗∩┐╜∩┐╜∩┐╜∩┐╜(&G)'
  159.       TabOrder = 7
  160.       OnClick = chkAnotherGatewayClick
  161.     end
  162.   end
  163.   object btnOk: TButton
  164.     Left = 27
  165.     Top = 280
  166.     Width = 81
  167.     Height = 27
  168.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  169.     Default = True
  170.     TabOrder = 0
  171.     OnClick = btnOkClick
  172.   end
  173.   object btnCancel: TButton
  174.     Left = 135
  175.     Top = 280
  176.     Width = 82
  177.     Height = 27
  178.     Cancel = True
  179.     Caption = '╚í∩┐╜∩┐╜(&C)'
  180.     ModalResult = 2
  181.     TabOrder = 1
  182.   end
  183.   object btnHelp: TButton
  184.     Left = 244
  185.     Top = 280
  186.     Width = 81
  187.     Height = 27
  188.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  189.     TabOrder = 2
  190.     OnClick = btnHelpClick
  191.   end
  192. end
  193.