home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / TMCtalker.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-02-07  |  1.5 KB  |  73 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'TMC PRO communications unit...'
  7.   ClientHeight = 41
  8.   ClientWidth = 116
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   WindowState = wsMinimized
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 116
  23.     Height = 41
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object LMDLabel1: TLMDLabel
  27.       Left = 2
  28.       Top = 5
  29.       Width = 105
  30.       Height = 30
  31.       Caption = 'TMC talk'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clBlack
  34.       Font.Height = -24
  35.       Font.Name = 'Times New Roman'
  36.       Font.Style = [fsBold]
  37.       FontFx.Style = tdPColorRaised
  38.       ParentFont = False
  39.     end
  40.   end
  41.   object Clientinn: TDdeClientItem
  42.     DdeConv = Convinn
  43.     DdeItem = 'TalkerCalls'
  44.     OnChange = ClientinnChange
  45.     Left = 58
  46.     Top = 8
  47.   end
  48.   object Convinn: TDdeClientConv
  49.     ServiceApplication = 'TMsystem'
  50.     DdeService = 'TMsystem'
  51.     DdeTopic = 'TalkerConversion'
  52.     ConnectMode = ddeManual
  53.     Left = 38
  54.     Top = 6
  55.     LinkInfo = (
  56.       'Service TMsystem'
  57.       'Topic TalkerConversion')
  58.   end
  59.   object Timer1: TTimer
  60.     Enabled = False
  61.     Interval = 100
  62.     OnTimer = Timer1Timer
  63.     Left = 24
  64.     Top = 8
  65.   end
  66.   object RxTrayIcon1: TRxTrayIcon
  67.     Active = False
  68.     Icon.Data = {<image001.ico>}
  69.     Left = 88
  70.     Top = 8
  71.   end
  72. end
  73.