Changeset 249 for CoolStreaming/Demo/BitStream/UMainForm.lfm
- Timestamp:
- May 30, 2011, 7:02:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/Demo/BitStream/UMainForm.lfm
r122 r249 8 8 ClientWidth = 613 9 9 OnShow = FormShow 10 LCLVersion = '0.9.3 1'10 LCLVersion = '0.9.30' 11 11 object Memo1: TMemo 12 Left = 713 Height = 3 7214 Top = 812 Left = 8 13 Height = 364 14 Top = 40 15 15 Width = 599 16 16 Anchors = [akTop, akLeft, akRight, akBottom] … … 20 20 TabOrder = 0 21 21 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 22 49 end
Note:
See TracChangeset
for help on using the changeset viewer.