source: trunk/desktop/mainWindow.rbfrm @ 4

Revision 4, 3.9 KB checked in by pinwc4, 16 years ago (diff)

Created initial RealBasic? project for desktop application

Line 
1#tag Window
2Begin Window mainWindow
3   BackColor       =   &hFFFFFF
4   Backdrop        =   1384026073
5   CloseButton     =   True
6   Composite       =   False
7   Frame           =   0
8   FullScreen      =   False
9   HasBackColor    =   False
10   Height          =   480
11   ImplicitInstance=   True
12   LiveResize      =   True
13   MacProcID       =   0
14   MaxHeight       =   32000
15   MaximizeButton  =   False
16   MaxWidth        =   32000
17   MenuBar         =   1097909413
18   MenuBarVisible  =   True
19   MinHeight       =   64
20   MinimizeButton  =   True
21   MinWidth        =   64
22   Placement       =   0
23   Resizeable      =   True
24   Title           =   "Flip Side ICS"
25   Visible         =   True
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
137End
138#tag EndWindow
139
140#tag WindowCode
141#tag EndWindowCode
142
Note: See TracBrowser for help on using the repository browser.