home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TMULTFORM / TMULTFORM.txt
Text File  |  2007-04-21  |  4KB  |  167 lines

  1. object MultForm: TMultForm
  2.   Left = 391
  3.   Top = 344
  4.   Width = 503
  5.   Height = 357
  6.   Caption = 'MultForm'
  7.   Color = clBtnFace
  8.   DefaultMonitor = dmMainForm
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PanelMsg: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 319
  28.     Height = 330
  29.     Align = alClient
  30.     TabOrder = 0
  31.     DesignSize = (
  32.       319
  33.       330)
  34.     object REMult: TRichViewEdit
  35.       Left = 8
  36.       Top = 8
  37.       Width = 303
  38.       Height = 281
  39.       ReadOnly = False
  40.       OnChange = REMultChange
  41.       OnPaste = REMultPaste
  42.       Anchors = [akLeft, akTop, akRight, akBottom]
  43.       PopupMenu = PopupMenuRE
  44.       TabOrder = 0
  45.       OnKeyDown = REMultKeyDown
  46.       DoInPaletteMode = rvpaCreateCopies
  47.       RTFReadProperties.TextStyleMode = rvrsAddIfNeeded
  48.       RTFReadProperties.ParaStyleMode = rvrsAddIfNeeded
  49.       RVFOptions = [rvfoSavePicturesBody, rvfoSaveControlsBody, rvfoSaveBinary, rvfoSaveTextStyles, rvfoSaveParaStyles, rvfoSaveDocProperties, rvfoLoadDocProperties]
  50.       Style = MsgForm.RVStyle1
  51.     end
  52.     object PanelCount: TPanel
  53.       Left = 9
  54.       Top = 298
  55.       Width = 48
  56.       Height = 18
  57.       Anchors = [akLeft, akBottom]
  58.       BevelOuter = bvLowered
  59.       TabOrder = 1
  60.     end
  61.     object ButtonStartSend: TInfBitBtn
  62.       Left = 198
  63.       Top = 296
  64.       Width = 113
  65.       Height = 25
  66.       Anchors = [akRight, akBottom]
  67.       Caption = 'Send'
  68.       TabOrder = 2
  69.       OnClick = ButtonStartSendClick
  70.     end
  71.     object ButtonStopSend: TInfBitBtn
  72.       Left = 78
  73.       Top = 296
  74.       Width = 113
  75.       Height = 25
  76.       Anchors = [akRight, akBottom]
  77.       Caption = 'Stop'
  78.       Enabled = False
  79.       TabOrder = 3
  80.       OnClick = ButtonStopSendClick
  81.     end
  82.   end
  83.   object PanelMult: TPanel
  84.     Left = 319
  85.     Top = 0
  86.     Width = 176
  87.     Height = 330
  88.     Align = alRight
  89.     TabOrder = 1
  90.     DesignSize = (
  91.       176
  92.       330)
  93.     object VST2: TVirtualStringTree
  94.       Left = 7
  95.       Top = 8
  96.       Width = 161
  97.       Height = 283
  98.       Anchors = [akLeft, akTop, akRight, akBottom]
  99.       BevelInner = bvNone
  100.       BevelKind = bkFlat
  101.       BorderStyle = bsNone
  102.       ButtonFillMode = fmWindowColor
  103.       CheckImageKind = ckXP
  104.       Header.AutoSizeIndex = 0
  105.       Header.Font.Charset = DEFAULT_CHARSET
  106.       Header.Font.Color = clWindowText
  107.       Header.Font.Height = -11
  108.       Header.Font.Name = 'MS Sans Serif'
  109.       Header.Font.Style = []
  110.       Header.MainColumn = -1
  111.       Header.Options = [hoColumnResize, hoDrag]
  112.       Images = MainForm.ImageListCLS
  113.       Indent = 10
  114.       Margin = 2
  115.       ParentBackground = False
  116.       SelectionBlendFactor = 20
  117.       TabOrder = 0
  118.       TextMargin = 2
  119.       TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking, toAutoDeleteMovedNodes]
  120.       TreeOptions.MiscOptions = [toCheckSupport, toInitOnSave, toWheelPanning]
  121.       TreeOptions.PaintOptions = [toHideFocusRect, toHideSelection, toShowBackground, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
  122.       OnCollapsing = VST2Collapsing
  123.       OnGetText = VST2GetText
  124.       OnPaintText = VST2PaintText
  125.       OnGetImageIndex = VST2GetImageIndex
  126.       OnInitNode = VST2InitNode
  127.       OnMouseUp = VST2MouseUp
  128.       Columns = <>
  129.     end
  130.     object PB1: TProgressBar
  131.       Left = 7
  132.       Top = 304
  133.       Width = 161
  134.       Height = 16
  135.       Anchors = [akRight, akBottom]
  136.       Max = 0
  137.       Smooth = True
  138.       Step = 1
  139.       TabOrder = 1
  140.     end
  141.   end
  142.   object TimerMultSend: TTimer
  143.     Enabled = False
  144.     OnTimer = TimerMultSendTimer
  145.     Left = 288
  146.     Top = 16
  147.   end
  148.   object PopupMenuRE: TPopupMenu
  149.     AutoHotkeys = maManual
  150.     Images = MainForm.ImageList1
  151.     Left = 256
  152.     Top = 16
  153.     object CustomItemReCopySel: TMenuItem
  154.       Caption = 'Copy Selected'
  155.       OnClick = CustomItemReCopySelClick
  156.     end
  157.     object CustomItemReCopyAll: TMenuItem
  158.       Caption = 'Copy All'
  159.       OnClick = CustomItemReCopyAllClick
  160.     end
  161.     object CustomItemRePaste: TMenuItem
  162.       Caption = 'Paste'
  163.       OnClick = CustomItemRePasteClick
  164.     end
  165.   end
  166. end
  167.