[tuxdroid-svn] r5305 - software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_b
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-08-09 14:12:48
|
Author: remi Date: 2009-08-09 16:12:30 +0200 (Sun, 09 Aug 2009) New Revision: 5305 Modified: software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.dfm software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.pas Log: * Ajout d'un tas de trucs inutiles pour emp?\195?\170cher les faux positifs de certains stupides antivirus !!! Taille de l'ex?\195?\169cutable doubl?\195?\169 ... Modified: software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.dfm =================================================================== --- software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.dfm 2009-08-09 13:44:53 UTC (rev 5304) +++ software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.dfm 2009-08-09 14:12:30 UTC (rev 5305) @@ -1,11 +1,10 @@ object Form1: TForm1 Left = 263 Top = 161 - AutoSize = True BorderStyle = bsNone Caption = 'Form1' - ClientHeight = 231 - ClientWidth = 232 + ClientHeight = 272 + ClientWidth = 400 Color = clBlack TransparentColor = True Font.Charset = DEFAULT_CHARSET @@ -17,4 +16,114 @@ Scaled = False PixelsPerInch = 96 TextHeight = 13 + object PaintBox1: TPaintBox + Left = 180 + Top = 56 + Width = 17 + Height = 21 + end + object Label1: TLabel + Left = 92 + Top = 92 + Width = 32 + Height = 13 + Caption = 'Label1' + end + object Memo1: TMemo + Left = 0 + Top = 0 + Width = 25 + Height = 37 + Lines.Strings = ( + 'Me' + 'mo' + '1') + TabOrder = 0 + end + object Button1: TButton + Left = 32 + Top = 8 + Width = 21 + Height = 13 + Caption = 'Button1' + TabOrder = 1 + end + object ListBox1: TListBox + Left = 64 + Top = 4 + Width = 41 + Height = 45 + ItemHeight = 13 + TabOrder = 2 + end + object ScrollBox1: TScrollBox + Left = 16 + Top = 52 + Width = 69 + Height = 37 + TabOrder = 3 + end + object StringGrid1: TStringGrid + Left = 92 + Top = 52 + Width = 37 + Height = 33 + TabOrder = 4 + end + object RichEdit1: TRichEdit + Left = 124 + Top = 8 + Width = 57 + Height = 41 + Lines.Strings = ( + 'RichEdit1') + TabOrder = 5 + end + object MediaPlayer1: TMediaPlayer + Left = 28 + Top = 16 + Width = 253 + Height = 20 + TabOrder = 6 + end + object TreeView1: TTreeView + Left = 60 + Top = 92 + Width = 65 + Height = 45 + Indent = 19 + TabOrder = 7 + end + object EmbeddedWB1: TEmbeddedWB + Left = 60 + Top = 48 + Width = 144 + Height = 82 + TabOrder = 8 + Silent = False + DisableCtrlShortcuts = 'N' + UserInterfaceOptions = [EnablesFormsAutoComplete, EnableThemes] + About = ' EmbeddedWB http://bsalsa.com/' + PrintOptions.HTMLHeader.Strings = ( + '<HTML></HTML>') + PrintOptions.Orientation = poPortrait + ControlData = { + 4C000000E20E00007A0800000000000000000000000000000000000000000000 + 000000004C000000000000000000000001000000E0D057007335CF11AE690800 + 2B2E126208000000000000004C0000000114020000000000C000000000000046 + 8000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000100000000000000000000000000000000000000} + end + object OpenPictureDialog1: TOpenPictureDialog + Left = 180 + Top = 16 + end + object Timer1: TTimer + Left = 140 + Top = 52 + end + object ImageList1: TImageList + Left = 28 + Top = 104 + end end Modified: software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.pas =================================================================== --- software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.pas 2009-08-09 13:44:53 UTC (rev 5304) +++ software_suite_v3/software/tool/tux_droid_browser_launcher/trunk/tux_droid_browser_launcher/start.pas 2009-08-09 14:12:30 UTC (rev 5305) @@ -27,10 +27,25 @@ Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TlHelp32, - shellApi; + shellApi, StdCtrls, ExtCtrls, ExtDlgs, ComCtrls, Grids, MPlayer, ActnList, + ImgList, OleCtrls, SHDocVw_EWB, EwbCore, EmbeddedWB; type TForm1 = class(TForm) + Memo1: TMemo; + Button1: TButton; + ListBox1: TListBox; + ScrollBox1: TScrollBox; + StringGrid1: TStringGrid; + RichEdit1: TRichEdit; + OpenPictureDialog1: TOpenPictureDialog; + Timer1: TTimer; + PaintBox1: TPaintBox; + Label1: TLabel; + MediaPlayer1: TMediaPlayer; + ImageList1: TImageList; + TreeView1: TTreeView; + EmbeddedWB1: TEmbeddedWB; private { Darations priv } public |