EnglishРусский  

   ..

   gmanager.frm

   gmanager.g

   gmanager.gf

   gmanager.gi

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

 1 #exe = 1 d g
 2 #optimizer=1
 3 #output = ..\..\exe\gmanager.exe
 4 #icon = ..\..\res\icons\gentee_c.ico
 5 
 6 define
 7 {
 8 	DESIGNING = 0
 9    COMP = 0   
10 }
11 include {   
12    $"K:\Gentee\Open Source\gentee\programs\gmanager\gmanager.gf"
13    //$"K:\Gentee\Open Source\gentee\programs\gmanager\gmanager.gi"
14 }
15 global {
16    vForm0 Form0
17 }
18 
19 func run<main>
20 {
21    Form0.Owner = App
22    App.Run()
23 }
Edit