Changeset 4


Ignore:
Timestamp:
01/11/10 12:50:08 (14 years ago)
Author:
pinwc4
Message:

Created initial RealBasic? project for desktop application

Location:
trunk/desktop
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/FlipSideICS.rbvcp

    r3 r4  
    44Window=mainWindow;mainWindow.rbfrm;&hDF8AE23;&h0;false 
    55MenuBar=mainMenuBar;mainMenuBar.rbmnu;&h4170C4A5;&h0;false 
     6Picture=background;background.jpg;&h527E8FD9;&h0;false;0;&h0 
    67DefaultWindow=mainWindow 
    78AppMenuBar=mainMenuBar 
  • trunk/desktop/mainWindow.rbfrm

    r3 r4  
    22Begin Window mainWindow 
    33   BackColor       =   &hFFFFFF 
    4    Backdrop        =   "" 
     4   Backdrop        =   1384026073 
    55   CloseButton     =   True 
    66   Composite       =   False 
     
    88   FullScreen      =   False 
    99   HasBackColor    =   False 
    10    Height          =   400 
     10   Height          =   480 
    1111   ImplicitInstance=   True 
    1212   LiveResize      =   True 
     
    2222   Placement       =   0 
    2323   Resizeable      =   True 
    24    Title           =   "Untitled" 
     24   Title           =   "Flip Side ICS" 
    2525   Visible         =   True 
    26    Width           =   600 
     26   Width           =   480 
     27   Begin PagePanel PagePanel1 
     28      AutoDeactivate  =   True 
     29      Enabled         =   True 
     30      Height          =   432 
     31      HelpTag         =   "" 
     32      Index           =   -2147483648 
     33      InitialParent   =   "" 
     34      Left            =   0 
     35      LockBottom      =   True 
     36      LockedInPosition=   False 
     37      LockLeft        =   True 
     38      LockRight       =   True 
     39      LockTop         =   True 
     40      PanelCount      =   4 
     41      Panels          =   "" 
     42      Scope           =   0 
     43      TabIndex        =   0 
     44      TabPanelIndex   =   0 
     45      Top             =   48 
     46      Value           =   0 
     47      Visible         =   True 
     48      Width           =   480 
     49   End 
     50   Begin PushButton PushButton_General 
     51      AutoDeactivate  =   True 
     52      Bold            =   "" 
     53      Cancel          =   "" 
     54      Caption         =   "Config" 
     55      Default         =   "" 
     56      Enabled         =   True 
     57      Height          =   22 
     58      HelpTag         =   "" 
     59      Index           =   -2147483648 
     60      InitialParent   =   "" 
     61      Italic          =   "" 
     62      Left            =   173 
     63      LockBottom      =   "" 
     64      LockedInPosition=   False 
     65      LockLeft        =   "" 
     66      LockRight       =   "" 
     67      LockTop         =   "" 
     68      Scope           =   0 
     69      TabIndex        =   1 
     70      TabPanelIndex   =   0 
     71      TabStop         =   True 
     72      TextFont        =   "System" 
     73      TextSize        =   0 
     74      Top             =   14 
     75      Underline       =   "" 
     76      Visible         =   True 
     77      Width           =   88 
     78   End 
     79   Begin PushButton PushButton_Car 
     80      AutoDeactivate  =   True 
     81      Bold            =   "" 
     82      Cancel          =   "" 
     83      Caption         =   "Car" 
     84      Default         =   "" 
     85      Enabled         =   True 
     86      Height          =   22 
     87      HelpTag         =   "" 
     88      Index           =   -2147483648 
     89      InitialParent   =   "" 
     90      Italic          =   "" 
     91      Left            =   273 
     92      LockBottom      =   "" 
     93      LockedInPosition=   False 
     94      LockLeft        =   "" 
     95      LockRight       =   "" 
     96      LockTop         =   "" 
     97      Scope           =   0 
     98      TabIndex        =   2 
     99      TabPanelIndex   =   0 
     100      TabStop         =   True 
     101      TextFont        =   "System" 
     102      TextSize        =   0 
     103      Top             =   14 
     104      Underline       =   "" 
     105      Visible         =   True 
     106      Width           =   88 
     107   End 
     108   Begin PushButton PushButton_Advanced 
     109      AutoDeactivate  =   True 
     110      Bold            =   "" 
     111      Cancel          =   "" 
     112      Caption         =   "Advanced" 
     113      Default         =   "" 
     114      Enabled         =   True 
     115      Height          =   22 
     116      HelpTag         =   "" 
     117      Index           =   -2147483648 
     118      InitialParent   =   "" 
     119      Italic          =   "" 
     120      Left            =   373 
     121      LockBottom      =   "" 
     122      LockedInPosition=   False 
     123      LockLeft        =   "" 
     124      LockRight       =   "" 
     125      LockTop         =   "" 
     126      Scope           =   0 
     127      TabIndex        =   3 
     128      TabPanelIndex   =   0 
     129      TabStop         =   True 
     130      TextFont        =   "System" 
     131      TextSize        =   0 
     132      Top             =   14 
     133      Underline       =   "" 
     134      Visible         =   True 
     135      Width           =   88 
     136   End 
    27137End 
    28138#tag EndWindow 
Note: See TracChangeset for help on using the changeset viewer.