source: trunk/Forms/UFormMain.lfm

Last change on this file was 8, checked in by chronos, 3 years ago
  • Modified: Converted into GUI application.
File size: 422 bytes
Line 
1object FormMain: TFormMain
2 Left = 615
3 Height = 660
4 Top = 504
5 Width = 941
6 Caption = 'GenPlaylist'
7 ClientHeight = 660
8 ClientWidth = 941
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 LCLVersion = '2.2.0.4'
13 object ButtonGenerate: TButton
14 Left = 16
15 Height = 38
16 Top = 8
17 Width = 113
18 Caption = 'Generate'
19 OnClick = ButtonGenerateClick
20 TabOrder = 0
21 end
22end
Note: See TracBrowser for help on using the repository browser.