frmResources.frm
上传用户:wj1234qo
上传日期:2021-08-01
资源大小:38k
文件大小:5k
源码类别:

工具条

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  3. Begin VB.Form frmResources 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   780
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   1560
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   780
  11.    ScaleWidth      =   1560
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin MSComctlLib.ImageList imlIcons 
  14.       Left            =   840
  15.       Top             =   120
  16.       _ExtentX        =   1005
  17.       _ExtentY        =   1005
  18.       BackColor       =   -2147483643
  19.       ImageWidth      =   32
  20.       ImageHeight     =   32
  21.       MaskColor       =   12632256
  22.       _Version        =   393216
  23.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  24.          NumListImages   =   8
  25.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  26.             Picture         =   "frmResources.frx":0000
  27.             Key             =   ""
  28.          EndProperty
  29.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  30.             Picture         =   "frmResources.frx":0162
  31.             Key             =   ""
  32.          EndProperty
  33.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  34.             Picture         =   "frmResources.frx":047C
  35.             Key             =   ""
  36.          EndProperty
  37.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  38.             Picture         =   "frmResources.frx":05DE
  39.             Key             =   ""
  40.          EndProperty
  41.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  42.             Picture         =   "frmResources.frx":08F8
  43.             Key             =   ""
  44.          EndProperty
  45.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  46.             Picture         =   "frmResources.frx":0D52
  47.             Key             =   ""
  48.          EndProperty
  49.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  50.             Picture         =   "frmResources.frx":11AC
  51.             Key             =   ""
  52.          EndProperty
  53.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  54.             Picture         =   "frmResources.frx":130E
  55.             Key             =   ""
  56.          EndProperty
  57.       EndProperty
  58.    End
  59.    Begin MSComctlLib.ImageList imlBitmaps 
  60.       Left            =   120
  61.       Top             =   120
  62.       _ExtentX        =   1005
  63.       _ExtentY        =   1005
  64.       BackColor       =   -2147483643
  65.       ImageWidth      =   16
  66.       ImageHeight     =   16
  67.       MaskColor       =   8421376
  68.       _Version        =   393216
  69.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  70.          NumListImages   =   4
  71.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  72.             Picture         =   "frmResources.frx":1628
  73.             Key             =   ""
  74.          EndProperty
  75.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  76.             Picture         =   "frmResources.frx":173A
  77.             Key             =   ""
  78.          EndProperty
  79.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  80.             Picture         =   "frmResources.frx":184C
  81.             Key             =   ""
  82.          EndProperty
  83.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  84.             Picture         =   "frmResources.frx":195E
  85.             Key             =   ""
  86.          EndProperty
  87.       EndProperty
  88.    End
  89. End
  90. Attribute VB_Name = "frmResources"
  91. Attribute VB_GlobalNameSpace = False
  92. Attribute VB_Creatable = False
  93. Attribute VB_PredeclaredId = True
  94. Attribute VB_Exposed = False
  95. ' Copyright 1995-2005 ESRI
  96. ' All rights reserved under the copyright laws of the United States.
  97. ' You may freely redistribute and use this sample code, with or without modification.
  98. ' Disclaimer: THE SAMPLE CODE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED 
  99. ' WARRANTIES, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
  100. ' FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ESRI OR 
  101. ' CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
  102. ' OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
  103. ' SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
  104. ' INTERRUPTION) SUSTAINED BY YOU OR A THIRD PARTY, HOWEVER CAUSED AND ON ANY 
  105. ' THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ARISING IN ANY 
  106. ' WAY OUT OF THE USE OF THIS SAMPLE CODE, EVEN IF ADVISED OF THE POSSIBILITY OF 
  107. ' SUCH DAMAGE.
  108. ' For additional information contact: Environmental Systems Research Institute, Inc.
  109. ' Attn: Contracts Dept.
  110. ' 380 New York Street
  111. ' Redlands, California, U.S.A. 92373 
  112. ' Email: contracts@esri.com
  113. Option Explicit