Ignore:
Timestamp:
May 30, 2011, 7:02:15 AM (13 years ago)
Author:
george
Message:
  • Fixed: Writing byte buffer to bitstream.
  • Modified: Better demo testing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CoolStreaming/Demo/BitStream/UMainForm.lfm

    r122 r249  
    88  ClientWidth = 613
    99  OnShow = FormShow
    10   LCLVersion = '0.9.31'
     10  LCLVersion = '0.9.30'
    1111  object Memo1: TMemo
    12     Left = 7
    13     Height = 372
    14     Top = 8
     12    Left = 8
     13    Height = 364
     14    Top = 40
    1515    Width = 599
    1616    Anchors = [akTop, akLeft, akRight, akBottom]
     
    2020    TabOrder = 0
    2121  end
     22  object Button1: TButton
     23    Left = 9
     24    Height = 25
     25    Top = 7
     26    Width = 75
     27    Caption = 'Base test'
     28    OnClick = Button1Click
     29    TabOrder = 1
     30  end
     31  object Button2: TButton
     32    Left = 93
     33    Height = 25
     34    Top = 7
     35    Width = 75
     36    Caption = 'Read test'
     37    OnClick = Button2Click
     38    TabOrder = 2
     39  end
     40  object Button3: TButton
     41    Left = 176
     42    Height = 25
     43    Top = 7
     44    Width = 75
     45    Caption = 'Write test'
     46    OnClick = Button3Click
     47    TabOrder = 3
     48  end
    2249end
Note: See TracChangeset for help on using the changeset viewer.