Changeset 353 for CoolAudio/Demo/UFormMain.lfm
- Timestamp:
- Apr 23, 2012, 2:57:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolAudio/Demo/UFormMain.lfm
r352 r353 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy 11 OnShow = FormShow 11 12 LCLVersion = '1.1' 12 13 object ButtonOpen: TButton … … 42 43 TabOrder = 3 43 44 end 44 object TrackBar 1: TTrackBar45 object TrackBarPosition: TTrackBar 45 46 Left = 0 46 47 Height = 33 … … 48 49 Width = 432 49 50 Max = 100 50 OnChange = TrackBar 1Change51 OnChange = TrackBarPositionChange 51 52 Position = 0 52 53 Anchors = [akTop, akLeft, akRight] … … 103 104 TabOrder = 8 104 105 end 106 object TrackBarVolume: TTrackBar 107 Left = 352 108 Height = 25 109 Top = 80 110 Width = 75 111 Max = 100 112 OnChange = TrackBarVolumeChange 113 Position = 0 114 TabOrder = 9 115 end 116 object Label2: TLabel 117 Left = 312 118 Height = 14 119 Top = 87 120 Width = 39 121 Caption = 'Volume:' 122 ParentColor = False 123 end 105 124 object OpenDialog1: TOpenDialog 106 125 Filter = 'Any file (*.*)|*.*|MP3 (*.mp3)|*.mp3|WAV (*.wav)|*.wav' 107 left = 272 108 top = 96 126 left = 168 109 127 end 110 128 object TimerPlayback: TTimer 111 129 OnTimer = TimerPlaybackTimer 112 left = 328 113 top = 88 130 left = 240 114 131 end 115 132 object ActionList1: TActionList 116 left = 208 117 top = 96 133 left = 104 118 134 object APlayNext: TAction 119 135 Caption = 'Next' … … 145 161 end 146 162 end 163 object MediaPlayer: TMediaPlayer 164 Volume = 0 165 Muted = False 166 Active = True 167 left = 312 168 end 169 object PlayList: TPlayList 170 RandomOrder = False 171 RepeatInfinitely = False 172 left = 375 173 top = 2 174 end 147 175 end
Note:
See TracChangeset
for help on using the changeset viewer.