home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 2.00 Begin Form BmpAbout BorderStyle = 1 'Fixed Single Caption = "About Bitmap Viewer 2.0 (Public Domain)" ClientHeight = 2904 ClientLeft = 3240 ClientTop = 3912 ClientWidth = 5424 ClipControls = 0 'False ControlBox = 0 'False Height = 3276 Icon = BMPABOUT.FRX:0000 Left = 3216 LinkMode = 1 'Source LinkTopic = "Form2" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 2904 ScaleWidth = 5424 Top = 3564 Width = 5472 Begin SSCommand Command3D1 Caption = "&Close About" Font3D = 3 'Inset w/light shading FontBold = -1 'True FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 6.6 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00000000& Height = 612 Left = 3960 TabIndex = 4 Top = 2040 Width = 1212 End Begin SSPanel Panel3D1 Align = 2 'Align Bottom Alignment = 0 'Left Justify - TOP BackColor = &H00C0C0C0& BevelInner = 2 'Raised BevelWidth = 3 Caption = "Panel3D1" FloodShowPct = 0 'False FloodType = 4 'Bottom To Top Font3D = 0 'None ForeColor = &H00000000& Height = 2916 Left = 0 RoundedCorners = 0 'False ShadowColor = 1 'Black TabIndex = 0 Top = -12 Width = 5424 Begin Label Label3 BackColor = &H00C0C0C0& Caption = "Cntl F12 - Normalize Alt F12 - Maximize" FontBold = 0 'False FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 7.8 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00000000& Height = 252 Left = 240 TabIndex = 5 Top = 1920 Width = 3612 End Begin Label Label2 BackColor = &H00C0C0C0& Caption = "Alt F4 - Quit application Shift F12 - Minimize" FontBold = 0 'False FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 7.8 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00000000& Height = 252 Left = 240 TabIndex = 6 Top = 1680 Width = 3732 End Begin Label Label5 BackColor = &H00C0C0C0& Caption = "Mike Young, Compuserve {100031,764}" FontBold = 0 'False FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 7.8 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00000000& Height = 252 Left = 240 TabIndex = 2 Top = 2400 Width = 3252 End Begin Label Label4 BackColor = &H00C0C0C0& Caption = "The two uses for this program are to have your favourite bitmap on view with no title bar or buttons and vb's runtime vbrun300.dll loaded in memory increasing load time for other vb apps." FontBold = 0 'False FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 7.8 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00000000& Height = 612 Left = 240 TabIndex = 3 Top = 960 Width = 4932 End Begin Label Label1 BackColor = &H00C0C0C0& Caption = "Simple bitmap viewer, displays at true size, then allows instant resize. Opon exit the viewer can save the last bitmaps path, filename, co-ordinates and size for the next time the program is envoked." FontBold = 0 'False FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 7.8 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00000000& Height = 612 Left = 240 TabIndex = 1 Top = 240 Width = 4932 End End Option Explicit Sub Command3D1_Click () BmpAbout.Hide End Sub