home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 4800
- ClientLeft = 1530
- ClientTop = 2175
- ClientWidth = 6000
- Height = 5250
- Left = 1470
- LinkTopic = "Form1"
- LockControls = -1 'True
- ScaleHeight = 4800
- ScaleWidth = 6000
- Top = 1785
- Width = 6120
- Begin DataList.GTList GTList1
- Bindings = "Form1.frx":0000
- Height = 4335
- Left = 240
- TabIndex = 0
- Top = 240
- Width = 5535
- _Version = 65536
- Virtual = -1 'True
- DefColCaptionBorderStyle= 3
- VirtualItemCount= 1000000
- BeginProperty DefColCaptionFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty DefFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty ScrollTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty ExtendTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- CDs.Count = 3
- CDs.CD(0).SubItemSource= 0
- CDs.CD(0).SubColumn= 7
- CDs.CD(0).WordWrap= 0
- CDs.CD(0).CaptionWordWrap= 0
- CDs.CD(0).FontDefined= -1 'True
- BeginProperty CDs.CD(0).Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- CDs.CD(0).CaptionFontDefined= -1 'True
- BeginProperty CDs.CD(0).CaptionFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- CDs.CD(0).Width = 2646
- CDs.CD(0).Caption= "1st Number"
- CDs.CD(0).Key = ""
- CDs.CD(0).DataField= "1st Number"
- CDs.CD(1).SubItemSource= 1
- CDs.CD(1).SubColumn= 4
- CDs.CD(1).WordWrap= 0
- CDs.CD(1).CaptionWordWrap= 0
- CDs.CD(1).FontDefined= -1 'True
- BeginProperty CDs.CD(1).Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- CDs.CD(1).CaptionFontDefined= -1 'True
- BeginProperty CDs.CD(1).CaptionFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- CDs.CD(1).Width = 2646
- CDs.CD(1).Caption= "2nd Number"
- CDs.CD(1).Key = ""
- CDs.CD(1).DataField= "2nd Number"
- CDs.CD(2).SubItemSource= 2
- CDs.CD(2).WordWrap= 0
- CDs.CD(2).CaptionWordWrap= 0
- CDs.CD(2).FontDefined= -1 'True
- BeginProperty CDs.CD(2).Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- CDs.CD(2).CaptionFontDefined= -1 'True
- BeginProperty CDs.CD(2).CaptionFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- CDs.CD(2).Width = 2646
- CDs.CD(2).Caption= "Total"
- CDs.CD(2).Key = ""
- CDs.CD(2).DataField= "Total"
- LImgs.Count = 1
- _ExtentX = 9763
- _ExtentY = 7646
- _StockProps = 81
- End
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub GTList1_ListItemDataRequest(ListItem As Object, ByVal Index As Long)
- ListItem.SubItems(0).Text = Str$(Index)
- ListItem.SubItems(1).Text = Str$(7)
- ListItem.SubItems(2).Text = Str$(Index * 7)
- End Sub
-