Changeset 572 for CoolStreaming/Demo/BitStream/UMainForm.lfm
- Timestamp:
- Jun 25, 2024, 1:37:11 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/Demo/BitStream/UMainForm.lfm
r249 r572 1 1 object MainForm: TMainForm 2 2 Left = 288 3 Height = 4143 Height = 621 4 4 Top = 117 5 Width = 6135 Width = 920 6 6 Caption = 'BitStream test' 7 ClientHeight = 414 8 ClientWidth = 613 7 ClientHeight = 621 8 ClientWidth = 920 9 DesignTimePPI = 144 9 10 OnShow = FormShow 10 LCLVersion = ' 0.9.30'11 LCLVersion = '3.4.0.0' 11 12 object Memo1: TMemo 12 Left = 813 Height = 36414 Top = 4015 Width = 59913 Left = 12 14 Height = 546 15 Top = 60 16 Width = 899 16 17 Anchors = [akTop, akLeft, akRight, akBottom] 17 18 Font.Name = 'Courier' … … 21 22 end 22 23 object Button1: TButton 23 Left = 924 Height = 2525 Top = 726 Width = 7524 Left = 14 25 Height = 38 26 Top = 10 27 Width = 112 27 28 Caption = 'Base test' 29 TabOrder = 1 28 30 OnClick = Button1Click 29 TabOrder = 130 31 end 31 32 object Button2: TButton 32 Left = 9333 Height = 2534 Top = 735 Width = 7533 Left = 140 34 Height = 38 35 Top = 10 36 Width = 112 36 37 Caption = 'Read test' 38 TabOrder = 2 37 39 OnClick = Button2Click 38 TabOrder = 239 40 end 40 41 object Button3: TButton 41 Left = 17642 Height = 2543 Top = 744 Width = 7542 Left = 264 43 Height = 38 44 Top = 10 45 Width = 112 45 46 Caption = 'Write test' 47 TabOrder = 3 46 48 OnClick = Button3Click 47 TabOrder = 348 49 end 49 50 end
Note:
See TracChangeset
for help on using the changeset viewer.