rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / LevelSetPreviewForm.c
diff --git a/src/game_sp/LevelSetPreviewForm.c b/src/game_sp/LevelSetPreviewForm.c
new file mode 100644 (file)
index 0000000..b5d0b59
--- /dev/null
@@ -0,0 +1,41 @@
+// ----------------------------------------------------------------------------
+// LevelSetPreviewForm.c
+// ----------------------------------------------------------------------------
+
+#include "LevelSetPreviewForm.h"
+
+// --- VERSION 5.00
+// --- Begin VB.Form LevelSetPreviewForm 
+// ---    BorderStyle     =   4  'Fixed ToolWindow  // Fixed ToolWindow
+// ---    Caption         =   "Level Set Preview"
+// ---    ClientHeight    =   10860
+// ---    ClientLeft      =   4890
+// ---    ClientTop       =   2760
+// ---    ClientWidth     =   6585
+// ---    LinkTopic       =   "Form1"
+// ---    MaxButton       =   0   'False   // False
+// ---    MinButton       =   0   'False   // False
+// ---    ScaleHeight     =   724
+// ---    ScaleMode       =   3  'Pixel  // Pixel
+// ---    ScaleWidth      =   439
+// ---    ShowInTaskbar   =   0   'False   // False
+// ---    Begin VB.PictureBox pic 
+// ---       BackColor       =   &H00000000&
+// ---       Height          =   2475
+// ---       Left            =   480
+// ---       ScaleHeight     =   161
+// ---       ScaleMode       =   3  'Pixel  // Pixel
+// ---       ScaleWidth      =   349
+// ---       TabIndex        =   0
+// ---       Top             =   360
+// ---       Width           =   5295
+// ---    End
+// --- End
+
+static char *VB_Name = "LevelSetPreviewForm";
+static boolean VB_GlobalNameSpace = False;
+static boolean VB_Creatable = False;
+static boolean VB_PredeclaredId = True;
+static boolean VB_Exposed = False;
+// --- Option Explicit
+