home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Snippit_Va2098371202008.psc / Form1.frm < prev   
Text File  |  2008-01-20  |  7KB  |  190 lines

  1. VERSION 5.00
  2. Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
  3. Begin VB.Form Form1 
  4.    BackColor       =   &H00808080&
  5.    BorderStyle     =   1  'Fixed Single
  6.    Caption         =   "                                                                           Snippit Vault ver3.0"
  7.    ClientHeight    =   8355
  8.    ClientLeft      =   45
  9.    ClientTop       =   330
  10.    ClientWidth     =   12030
  11.    ClipControls    =   0   'False
  12.    ControlBox      =   0   'False
  13.    Icon            =   "Form1.frx":0000
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   8355
  18.    ScaleWidth      =   12030
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin VB.Frame frmNotes 
  21.       BackColor       =   &H00C0C0C0&
  22.       Caption         =   "Notes"
  23.       Height          =   3630
  24.       Left            =   4320
  25.       TabIndex        =   21
  26.       Top             =   2400
  27.       Visible         =   0   'False
  28.       Width           =   6510
  29.       Begin Project1.ccXPButton cmdClearNote 
  30.          Height          =   480
  31.          Left            =   5625
  32.          TabIndex        =   26
  33.          Top             =   1785
  34.          Width           =   825
  35.          _ExtentX        =   1455
  36.          _ExtentY        =   847
  37.          Caption         =   "Delete"
  38.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  39.             Name            =   "Verdana"
  40.             Size            =   8.25
  41.             Charset         =   0
  42.             Weight          =   400
  43.             Underline       =   0   'False
  44.             Italic          =   0   'False
  45.             Strikethrough   =   0   'False
  46.          EndProperty
  47.       End
  48.       Begin Project1.ccXPButton cmdSaveNote 
  49.          Height          =   705
  50.          Left            =   5625
  51.          TabIndex        =   24
  52.          Top             =   2385
  53.          Width           =   840
  54.          _ExtentX        =   1482
  55.          _ExtentY        =   1244
  56.          Caption         =   "Save"
  57.          ForeColor       =   16711680
  58.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  59.             Name            =   "Verdana"
  60.             Size            =   8.25
  61.             Charset         =   0
  62.             Weight          =   400
  63.             Underline       =   0   'False
  64.             Italic          =   0   'False
  65.             Strikethrough   =   0   'False
  66.          EndProperty
  67.       End
  68.       Begin Project1.ccXPButton cmdCloseNote 
  69.          Height          =   315
  70.          Left            =   5625
  71.          TabIndex        =   23
  72.          Top             =   240
  73.          Width           =   810
  74.          _ExtentX        =   1429
  75.          _ExtentY        =   556
  76.          Caption         =   "Close"
  77.          ForeColor       =   255
  78.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  79.             Name            =   "Verdana"
  80.             Size            =   8.25
  81.             Charset         =   0
  82.             Weight          =   400
  83.             Underline       =   0   'False
  84.             Italic          =   0   'False
  85.             Strikethrough   =   0   'False
  86.          EndProperty
  87.       End
  88.       Begin VB.TextBox txtNote 
  89.          Appearance      =   0  'Flat
  90.          BackColor       =   &H00E9ECED&
  91.          Height          =   2850
  92.          Left            =   165
  93.          MultiLine       =   -1  'True
  94.          ScrollBars      =   2  'Vertical
  95.          TabIndex        =   22
  96.          Top             =   240
  97.          Width           =   5400
  98.       End
  99.       Begin VB.Shape Shape4 
  100.          Height          =   3630
  101.          Left            =   0
  102.          Top             =   0
  103.          Width           =   6510
  104.       End
  105.       Begin VB.Label Label6 
  106.          BackStyle       =   0  'Transparent
  107.          Caption         =   "To use: Type in notes and press Save."
  108.          ForeColor       =   &H000000FF&
  109.          Height          =   210
  110.          Left            =   195
  111.          TabIndex        =   27
  112.          Top             =   3135
  113.          Width           =   2895
  114.       End
  115.    End
  116.    Begin VB.ListBox lstTitles 
  117.       Appearance      =   0  'Flat
  118.       BackColor       =   &H00E9ECED&
  119.       Height          =   6660
  120.       Left            =   30
  121.       TabIndex        =   3
  122.       Top             =   30
  123.       Width           =   3555
  124.    End
  125.    Begin RichTextLib.RichTextBox rtbCode 
  126.       Height          =   6660
  127.       Left            =   3630
  128.       TabIndex        =   2
  129.       Top             =   30
  130.       Width           =   8310
  131.       _ExtentX        =   14658
  132.       _ExtentY        =   11748
  133.       _Version        =   393217
  134.       BackColor       =   15330541
  135.       ScrollBars      =   2
  136.       Appearance      =   0
  137.       AutoVerbMenu    =   -1  'True
  138.       TextRTF         =   $"Form1.frx":030A
  139.    End
  140.    Begin VB.PictureBox Picture1 
  141.       Appearance      =   0  'Flat
  142.       BackColor       =   &H00C0C0C0&
  143.       ForeColor       =   &H80000008&
  144.       Height          =   1500
  145.       Left            =   15
  146.       ScaleHeight     =   1470
  147.       ScaleWidth      =   11925
  148.       TabIndex        =   0
  149.       Top             =   6780
  150.       Width           =   11955
  151.       Begin VB.Frame Frame4 
  152.          BackColor       =   &H00C0C0C0&
  153.          Caption         =   "Print"
  154.          BeginProperty Font 
  155.             Name            =   "MS Sans Serif"
  156.             Size            =   8.25
  157.             Charset         =   0
  158.             Weight          =   700
  159.             Underline       =   0   'False
  160.             Italic          =   0   'False
  161.             Strikethrough   =   0   'False
  162.          EndProperty
  163.          Height          =   975
  164.          Left            =   10365
  165.          TabIndex        =   29
  166.          Top             =   105
  167.          Width           =   1425
  168.          Begin Project1.ccXPButton cmdPrintSeld 
  169.             Height          =   315
  170.             Left            =   150
  171.             TabIndex        =   31
  172.             Top             =   585
  173.             Width           =   1140
  174.             _ExtentX        =   2011
  175.             _ExtentY        =   556
  176.             Caption         =   "Selected"
  177.             ForeColor       =   49152
  178.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  179.                Name            =   "Verdana"
  180.                Size            =   8.25
  181.                Charset         =   0
  182.                Weight          =   700
  183.                 EndProperty
  184.          Height          =   9  =   -1  'True
  185. ight          =   9  =   -1  'True
  186. ight          =   9  =   -1  X3 VB.Form Form1 
  187.    BackColor)0S1eight5
  188.          XcXPButton d2Color       =   49152
  189.             1               Size            =   8.2     =   41                    *=  Name Freli1   =   ao    End
  190.