rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / LevelSetPreviewForm.c
1 // ----------------------------------------------------------------------------
2 // LevelSetPreviewForm.c
3 // ----------------------------------------------------------------------------
4
5 #include "LevelSetPreviewForm.h"
6
7 // --- VERSION 5.00
8 // --- Begin VB.Form LevelSetPreviewForm 
9 // ---    BorderStyle     =   4  'Fixed ToolWindow  // Fixed ToolWindow
10 // ---    Caption         =   "Level Set Preview"
11 // ---    ClientHeight    =   10860
12 // ---    ClientLeft      =   4890
13 // ---    ClientTop       =   2760
14 // ---    ClientWidth     =   6585
15 // ---    LinkTopic       =   "Form1"
16 // ---    MaxButton       =   0   'False   // False
17 // ---    MinButton       =   0   'False   // False
18 // ---    ScaleHeight     =   724
19 // ---    ScaleMode       =   3  'Pixel  // Pixel
20 // ---    ScaleWidth      =   439
21 // ---    ShowInTaskbar   =   0   'False   // False
22 // ---    Begin VB.PictureBox pic 
23 // ---       BackColor       =   &H00000000&
24 // ---       Height          =   2475
25 // ---       Left            =   480
26 // ---       ScaleHeight     =   161
27 // ---       ScaleMode       =   3  'Pixel  // Pixel
28 // ---       ScaleWidth      =   349
29 // ---       TabIndex        =   0
30 // ---       Top             =   360
31 // ---       Width           =   5295
32 // ---    End
33 // --- End
34
35 static char *VB_Name = "LevelSetPreviewForm";
36 static boolean VB_GlobalNameSpace = False;
37 static boolean VB_Creatable = False;
38 static boolean VB_PredeclaredId = True;
39 static boolean VB_Exposed = False;
40 // --- Option Explicit
41