Initial
Исходный код версии 2.0
This commit is contained in:
		
							
								
								
									
										14
									
								
								sources/cdejecter_gui/__history/cdejecter_gui.lpr;6
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								sources/cdejecter_gui/__history/cdejecter_gui.lpr;6
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| program cdejecter_gui; | ||||
| {$mode delphi} | ||||
| {$codepage UTF8} | ||||
| uses Interfaces, {$IFDEF UNIX}{$IFDEF UseCThreads}cthreads,{$ENDIF}{$ENDIF} Forms, kernel, cde_MainForm, Dialogs, | ||||
|      cde_disc_frame; | ||||
| {$R *.res} | ||||
| begin | ||||
| Application.Title:= 'CD Ejecter'; | ||||
| RequireDerivedFormResource:= True; | ||||
| Application.Initialize; | ||||
| Application.CreateForm(Tcde_Main, cde_Main); | ||||
| UpdateLanguage; | ||||
| Application.Run; | ||||
| end. | ||||
		Reference in New Issue
	
	Block a user