home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TDIALERFORM / TDIALERFORM.txt
Text File  |  1999-12-09  |  3KB  |  155 lines

  1. object DialerForm: TDialerForm
  2.   Left = 387
  3.   Top = 215
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dial Progress'
  7.   ClientHeight = 275
  8.   ClientWidth = 316
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 0
  19.     Width = 300
  20.     Height = 229
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 8
  24.       Top = 16
  25.       Width = 284
  26.       Height = 16
  27.       AutoSize = False
  28.       Caption = 'Place holder'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 8
  32.       Top = 32
  33.       Width = 284
  34.       Height = 16
  35.       AutoSize = False
  36.       Caption = 'Place holder'
  37.     end
  38.     object Label3: TLabel
  39.       Left = 8
  40.       Top = 48
  41.       Width = 284
  42.       Height = 16
  43.       AutoSize = False
  44.       Caption = 'Place holder'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 8
  48.       Top = 64
  49.       Width = 284
  50.       Height = 16
  51.       AutoSize = False
  52.       Caption = 'Place holder'
  53.     end
  54.     object Label5: TLabel
  55.       Left = 8
  56.       Top = 80
  57.       Width = 284
  58.       Height = 16
  59.       AutoSize = False
  60.       Caption = 'Place holder'
  61.     end
  62.     object Label6: TLabel
  63.       Left = 8
  64.       Top = 96
  65.       Width = 284
  66.       Height = 16
  67.       AutoSize = False
  68.       Caption = 'Place holder'
  69.     end
  70.     object Label7: TLabel
  71.       Left = 8
  72.       Top = 112
  73.       Width = 284
  74.       Height = 16
  75.       AutoSize = False
  76.       Caption = 'Place holder'
  77.     end
  78.     object Label8: TLabel
  79.       Left = 8
  80.       Top = 128
  81.       Width = 284
  82.       Height = 16
  83.       AutoSize = False
  84.       Caption = 'Place holder'
  85.     end
  86.     object Label9: TLabel
  87.       Left = 8
  88.       Top = 144
  89.       Width = 284
  90.       Height = 16
  91.       AutoSize = False
  92.       Caption = 'Place holder'
  93.     end
  94.     object Label10: TLabel
  95.       Left = 8
  96.       Top = 160
  97.       Width = 284
  98.       Height = 16
  99.       AutoSize = False
  100.       Caption = 'Place holder'
  101.     end
  102.     object Label11: TLabel
  103.       Left = 8
  104.       Top = 176
  105.       Width = 284
  106.       Height = 16
  107.       AutoSize = False
  108.       Caption = 'Place holder'
  109.     end
  110.     object Label12: TLabel
  111.       Left = 8
  112.       Top = 192
  113.       Width = 284
  114.       Height = 16
  115.       AutoSize = False
  116.       Caption = 'Place holder'
  117.     end
  118.     object Label13: TLabel
  119.       Left = 8
  120.       Top = 208
  121.       Width = 284
  122.       Height = 16
  123.       AutoSize = False
  124.       Caption = 'Place holder'
  125.     end
  126.   end
  127.   object CycleBtn: TBitBtn
  128.     Left = 11
  129.     Top = 240
  130.     Width = 85
  131.     Height = 27
  132.     Caption = '&Cycle'
  133.     TabOrder = 1
  134.     OnClick = CycleBtnClick
  135.   end
  136.   object ExtendBtn: TBitBtn
  137.     Left = 115
  138.     Top = 240
  139.     Width = 85
  140.     Height = 27
  141.     Caption = '&Extend'
  142.     TabOrder = 2
  143.     OnClick = ExtendBtnClick
  144.   end
  145.   object AbortBtn: TBitBtn
  146.     Left = 219
  147.     Top = 240
  148.     Width = 85
  149.     Height = 27
  150.     TabOrder = 3
  151.     OnClick = AbortBtnClick
  152.     Kind = bkAbort
  153.   end
  154. end
  155.