home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / VB98 / TEMPLATE / FORMS / DIALOG.FRM < prev    next >
Text File  |  1998-06-18  |  1KB  |  44 lines

  1. VERSION 5.00
  2. Begin VB.Form Dialog 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Dialog Caption"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   2760
  7.    ClientTop       =   3750
  8.    ClientWidth     =   6030
  9.    Height          =   3600
  10.    Left            =   2700
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   3195
  15.    ScaleWidth      =   6030
  16.    ShowInTaskbar   =   0   'False
  17.    Top             =   3405
  18.    Width           =   6150
  19.    Begin VB.CommandButton CancelButton 
  20.       Caption         =   "Cancel"
  21.       Height          =   375
  22.       Left            =   4680
  23.       TabIndex        =   1
  24.       Top             =   600
  25.       Width           =   1215
  26.    End
  27.    Begin VB.CommandButton OKButton 
  28.       Caption         =   "OK"
  29.       Height          =   375
  30.       Left            =   4680
  31.       TabIndex        =   0
  32.       Top             =   120
  33.       Width           =   1215
  34.    End
  35. End
  36. Attribute VB_Name = "Dialog"
  37. Attribute VB_Base = "0{A64D0C93-7CF4-11CF-AD88-00AA00614F3E}"
  38. Attribute VB_Creatable = False
  39. Attribute VB_PredeclaredId = True
  40. Attribute VB_Exposed = False
  41. Attribute VB_Customizable = False
  42.  
  43. Option Explicit
  44.