home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / storingand2150774272009.psc / sampPic / Forms / frmshow.frm < prev   
Text File  |  2009-04-27  |  4KB  |  113 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
  3. Begin VB.Form frmsearch 
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "Search"
  6.    ClientHeight    =   3150
  7.    ClientLeft      =   45
  8.    ClientTop       =   420
  9.    ClientWidth     =   8265
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   3150
  14.    ScaleWidth      =   8265
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin MSComDlg.CommonDialog dlgbrowse 
  18.       Left            =   6120
  19.       Top             =   2880
  20.       _ExtentX        =   847
  21.       _ExtentY        =   847
  22.       _Version        =   393216
  23.    End
  24.    Begin VB.TextBox txtfname 
  25.       BackColor       =   &H80000000&
  26.       BorderStyle     =   0  'None
  27.       BeginProperty Font 
  28.          Name            =   "MS Sans Serif"
  29.          Size            =   8.25
  30.          Charset         =   0
  31.          Weight          =   700
  32.          Underline       =   0   'False
  33.          Italic          =   0   'False
  34.          Strikethrough   =   0   'False
  35.       EndProperty
  36.       ForeColor       =   &H00000080&
  37.       Height          =   435
  38.       Left            =   1560
  39.       TabIndex        =   3
  40.       Top             =   720
  41.       Width           =   3615
  42.    End
  43.    Begin VB.TextBox txtgname 
  44.       BackColor       =   &H80000000&
  45.       BorderStyle     =   0  'None
  46.       BeginProperty Font 
  47.          Name            =   "MS Sans Serif"
  48.          Size            =   8.25
  49.          Charset         =   0
  50.          Weight          =   700
  51.          Underline       =   0   'False
  52.          Italic          =   0   'False
  53.          Strikethrough   =   0   'False
  54.       EndProperty
  55.       ForeColor       =   &H00000080&
  56.       Height          =   435
  57.       Left            =   1560
  58.       TabIndex        =   2
  59.       Top             =   1230
  60.       Width           =   3615
  61.    End
  62.    Begin VB.TextBox txtmname 
  63.       BackColor       =   &H80000000&
  64.       BorderStyle     =   0  'None
  65.       BeginProperty Font 
  66.          Name            =   "MS Sans Serif"
  67.          Size            =   8.25
  68.          Charset         =   0
  69.          Weight          =   700
  70.          Underline       =   0   'False
  71.          Italic          =   0   'False
  72.          Strikethrough   =   0   'False
  73.       EndProperty
  74.       ForeColor       =   &H00000080&
  75.       Height          =   435
  76.       Left            =   1560
  77.       TabIndex        =   1
  78.       Top             =   1740
  79.       Width           =   3615
  80.    End
  81.    Begin VB.TextBox txtid 
  82.       BackColor       =   &H80000000&
  83.       BorderStyle     =   0  'None
  84.       BeginProperty Font 
  85.          Name            =   "MS Sans Serif"
  86.          Size            =   8.25
  87.          Charset         =   0
  88.          Weight          =   700
  89.          Underline       =   0   'False
  90.          Italic          =   0   'False
  91.          Strikethrough   =   0   'False
  92.       EndProperty
  93.       ForeColor       =   &H000000C0&
  94.       Height          =   405
  95.       Left            =   1560
  96.       TabIndex        =   0
  97.       Top             =   240
  98.       Width           =   2235
  99.    End
  100.    Begin VB.Image img 
  101.       Height          =   2205
  102.       Left            =   5820
  103.       Top             =   90
  104.       Width           =   1995
  105.    End
  106. End
  107. Attribute VB_Name = "frmsearch"
  108. Attribute VB_GlobalNameSpace = False
  109. Attribute VB_Creatable = False
  110. Attribute VB_PredeclaredId = True
  111. Attribute VB_Exposed = False
  112.  
  113.