-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMain.rbfrm
More file actions
32 lines (30 loc) · 787 Bytes
/
Main.rbfrm
File metadata and controls
32 lines (30 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#tag Window
Begin Window Main
BackColor = &hFFFFFF
Backdrop = ""
CloseButton = True
Composite = False
Frame = 0
FullScreen = False
HasBackColor = False
Height = 400
ImplicitInstance= True
LiveResize = True
MacProcID = 0
MaxHeight = 32000
MaximizeButton = False
MaxWidth = 32000
MenuBar = ""
MenuBarVisible = True
MinHeight = 64
MinimizeButton = True
MinWidth = 64
Placement = 0
Resizeable = True
Title = "Untitled"
Visible = True
Width = 600
End
#tag EndWindow
#tag WindowCode
#tag EndWindowCode