home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / irc / prog / virc97.exe / 0 / RCDATA / TDCCVIDEO / TDCCVIDEO.txt < prev   
Encoding:
Text File  |  2001-06-24  |  3.3 KB  |  138 lines

  1. object DCCVideo: TDCCVideo
  2.   Left = 258
  3.   Top = 117
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'TDCC Video'
  9.   ClientHeight = 186
  10.   ClientWidth = 345
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsMDIChild
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poDefault
  18.   Scaled = False
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCloseQuery = FormCloseQuery
  23.   OnCreate = FormCreate
  24.   OnShow = FormShow
  25.   PixelsPerInch = 120
  26.   TextHeight = 16
  27.   object DeltaImage: TImage
  28.     Left = 390
  29.     Top = 38
  30.     Width = 160
  31.     Height = 120
  32.     Visible = False
  33.   end
  34.   object VideoFeed: TVideo
  35.     Left = 561
  36.     Top = 36
  37.     Width = 160
  38.     Height = 120
  39.     Fps = 50
  40.     Transparent = False
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     OnVideoFrameBmp = VideoFeedVideoFrameBmp
  46.   end
  47.   object LocalPanel: TPanel
  48.     Left = 5
  49.     Top = 4
  50.     Width = 164
  51.     Height = 124
  52.     BevelOuter = bvLowered
  53.     BevelWidth = 2
  54.     Caption = 'Local'
  55.     TabOrder = 1
  56.     object LocalImage: TImage
  57.       Left = 2
  58.       Top = 2
  59.       Width = 160
  60.       Height = 120
  61.       Align = alClient
  62.     end
  63.   end
  64.   object RemotePanel: TPanel
  65.     Left = 176
  66.     Top = 4
  67.     Width = 164
  68.     Height = 124
  69.     BevelOuter = bvLowered
  70.     BevelWidth = 2
  71.     Caption = 'Remote'
  72.     TabOrder = 2
  73.     object RemoteImage: TImage
  74.       Left = 2
  75.       Top = 2
  76.       Width = 160
  77.       Height = 120
  78.       Align = alClient
  79.       Picture.Data = {<image001.bmp>}
  80.     end
  81.   end
  82.   object pbClose: TNashButton
  83.     Left = 265
  84.     Top = 132
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = '&Close'
  89.     Font.Color = clWindowText
  90.     Font.Height = -13
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     TabOrder = 3
  95.     OnClick = pbCloseClick
  96.     Glyph.Data = {
  97.       76010000424D7601000000000000760000002800000020000000100000000100
  98.       04000000000000010000130B0000130B00000000000000000000000000000000
  99.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  100.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  101.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  102.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  103.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  104.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  105.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  106.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  107.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  108.       3333333777333777333333333999993333333333377777333333}
  109.     NumGlyphs = 2
  110.     HoverFont.Color = clRed
  111.     HoverFont.Height = -13
  112.     HoverFont.Name = 'MS Sans Serif'
  113.     HoverFont.Style = [fsUnderline]
  114.     HoverHighlight = True
  115.   end
  116.   object StatusBar: TStatusBar
  117.     Left = 0
  118.     Top = 162
  119.     Width = 345
  120.     Height = 24
  121.     Panels = <
  122.       item
  123.         Text = 'Not connected'
  124.         Width = 200
  125.       end
  126.       item
  127.         Text = 'Tx: ? fps'
  128.         Width = 70
  129.       end
  130.       item
  131.         Text = 'Rx: ? fps'
  132.         Width = 70
  133.       end>
  134.     SimplePanel = False
  135.     SizeGrip = False
  136.   end
  137. end
  138.