home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / ChildFun_v2089571142007.psc / ChildFun / frmBRSSettings.frm < prev    next >
Text File  |  2007-11-01  |  2KB  |  62 lines

  1. VERSION 5.00
  2. Begin VB.Form frmBRSSettings 
  3.    BorderStyle     =   4  'Fixed ToolWindow
  4.    Caption         =   "Brush random size plugin settings"
  5.    ClientHeight    =   2475
  6.    ClientLeft      =   45
  7.    ClientTop       =   315
  8.    ClientWidth     =   4710
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   2475
  13.    ScaleWidth      =   4710
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   2  'CenterScreen
  16.    Begin VB.TextBox txtMax 
  17.       Height          =   285
  18.       Left            =   2040
  19.       TabIndex        =   2
  20.       Text            =   "70"
  21.       Top             =   1200
  22.       Width           =   975
  23.    End
  24.    Begin VB.CommandButton cmdOK 
  25.       Caption         =   "OK"
  26.       Height          =   495
  27.       Left            =   1440
  28.       TabIndex        =   1
  29.       Top             =   1800
  30.       Width           =   1815
  31.    End
  32.    Begin VB.CheckBox chkRandomColors 
  33.       Caption         =   "Random colors"
  34.       Height          =   255
  35.       Left            =   1560
  36.       TabIndex        =   0
  37.       Top             =   600
  38.       Width           =   1455
  39.    End
  40.    Begin VB.Label lblMax 
  41.       Caption         =   "Maximum size:"
  42.       Height          =   255
  43.       Left            =   840
  44.       TabIndex        =   3
  45.       Top             =   1200
  46.       Width           =   1095
  47.    End
  48. End
  49. Attribute VB_Name = "frmBRSSettings"
  50. Attribute VB_GlobalNameSpace = False
  51. Attribute VB_Creatable = False
  52. Attribute VB_PredeclaredId = True
  53. Attribute VB_Exposed = False
  54. Private Sub cmdOK_Click()
  55. brush_random_size_internal_OnSettOK
  56. End Sub
  57.  
  58. Private Sub Text1_Change()
  59.  
  60. End Sub
  61.  
  62.