Ignore:
Timestamp:
Jun 25, 2024, 1:37:11 AM (3 months ago)
Author:
chronos
Message:
File:
1 edited

Legend:

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

    r249 r572  
    11object MainForm: TMainForm
    22  Left = 288
    3   Height = 414
     3  Height = 621
    44  Top = 117
    5   Width = 613
     5  Width = 920
    66  Caption = 'BitStream test'
    7   ClientHeight = 414
    8   ClientWidth = 613
     7  ClientHeight = 621
     8  ClientWidth = 920
     9  DesignTimePPI = 144
    910  OnShow = FormShow
    10   LCLVersion = '0.9.30'
     11  LCLVersion = '3.4.0.0'
    1112  object Memo1: TMemo
    12     Left = 8
    13     Height = 364
    14     Top = 40
    15     Width = 599
     13    Left = 12
     14    Height = 546
     15    Top = 60
     16    Width = 899
    1617    Anchors = [akTop, akLeft, akRight, akBottom]
    1718    Font.Name = 'Courier'
     
    2122  end
    2223  object Button1: TButton
    23     Left = 9
    24     Height = 25
    25     Top = 7
    26     Width = 75
     24    Left = 14
     25    Height = 38
     26    Top = 10
     27    Width = 112
    2728    Caption = 'Base test'
     29    TabOrder = 1
    2830    OnClick = Button1Click
    29     TabOrder = 1
    3031  end
    3132  object Button2: TButton
    32     Left = 93
    33     Height = 25
    34     Top = 7
    35     Width = 75
     33    Left = 140
     34    Height = 38
     35    Top = 10
     36    Width = 112
    3637    Caption = 'Read test'
     38    TabOrder = 2
    3739    OnClick = Button2Click
    38     TabOrder = 2
    3940  end
    4041  object Button3: TButton
    41     Left = 176
    42     Height = 25
    43     Top = 7
    44     Width = 75
     42    Left = 264
     43    Height = 38
     44    Top = 10
     45    Width = 112
    4546    Caption = 'Write test'
     47    TabOrder = 3
    4648    OnClick = Button3Click
    47     TabOrder = 3
    4849  end
    4950end
Note: See TracChangeset for help on using the changeset viewer.