home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD35572222000.psc / Settings.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-12-26  |  21.6 KB  |  643 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
  3. Begin VB.Form frmSettings 
  4.    BackColor       =   &H00999999&
  5.    BorderStyle     =   0  'None
  6.    ClientHeight    =   3780
  7.    ClientLeft      =   0
  8.    ClientTop       =   0
  9.    ClientWidth     =   7665
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   252
  16.    ScaleMode       =   3  'Pixel
  17.    ScaleWidth      =   511
  18.    ShowInTaskbar   =   0   'False
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin VB.CommandButton cmdSaveSettings 
  21.       Caption         =   "&Save As Default"
  22.       Height          =   390
  23.       Left            =   4050
  24.       TabIndex        =   40
  25.       Top             =   3240
  26.       Width           =   1665
  27.    End
  28.    Begin MSComDlg.CommonDialog cDialog 
  29.       Left            =   7125
  30.       Top             =   75
  31.       _ExtentX        =   847
  32.       _ExtentY        =   847
  33.       _Version        =   393216
  34.    End
  35.    Begin VB.CommandButton cmdClose 
  36.       Caption         =   "&Close"
  37.       Height          =   390
  38.       Left            =   5820
  39.       TabIndex        =   0
  40.       Top             =   3240
  41.       Width           =   1665
  42.    End
  43.    Begin VB.PictureBox Settings 
  44.       Appearance      =   0  'Flat
  45.       AutoRedraw      =   -1  'True
  46.       BackColor       =   &H00999999&
  47.       ForeColor       =   &H80000008&
  48.       Height          =   2565
  49.       Index           =   0
  50.       Left            =   150
  51.       ScaleHeight     =   169
  52.       ScaleMode       =   3  'Pixel
  53.       ScaleWidth      =   489
  54.       TabIndex        =   1
  55.       Tag             =   "/in"
  56.       Top             =   600
  57.       Width           =   7365
  58.       Begin VB.PictureBox pctTankColor 
  59.          Appearance      =   0  'Flat
  60.          AutoRedraw      =   -1  'True
  61.          BackColor       =   &H80000005&
  62.          ForeColor       =   &H80000008&
  63.          Height          =   420
  64.          Left            =   5025
  65.          ScaleHeight     =   26
  66.          ScaleMode       =   3  'Pixel
  67.          ScaleWidth      =   134
  68.          TabIndex        =   31
  69.          Top             =   1350
  70.          Width           =   2040
  71.       End
  72.       Begin VB.CommandButton cmdRefresh 
  73.          Caption         =   "&Refresh"
  74.          Height          =   315
  75.          Left            =   3450
  76.          TabIndex        =   5
  77.          Top             =   1950
  78.          Width           =   1215
  79.       End
  80.       Begin VB.TextBox txtPlayerName 
  81.          Height          =   315
  82.          Left            =   3450
  83.          MaxLength       =   20
  84.          TabIndex        =   4
  85.          Top             =   855
  86.          Width           =   3615
  87.       End
  88.       Begin VB.ComboBox cboPlayers 
  89.          Height          =   315
  90.          Left            =   300
  91.          Style           =   2  'Dropdown List
  92.          TabIndex        =   3
  93.          Top             =   1905
  94.          Width           =   2640
  95.       End
  96.       Begin VB.ListBox lstPlayers 
  97.          Height          =   1230
  98.          Left            =   300
  99.          TabIndex        =   2
  100.          Top             =   600
  101.          Width           =   2640
  102.       End
  103.       Begin VB.Label lblColor 
  104.          AutoSize        =   -1  'True
  105.          BackStyle       =   0  'Transparent
  106.          Caption         =   "Player Color:"
  107.          ForeColor       =   &H0000FF00&
  108.          Height          =   195
  109.          Left            =   4020
  110.          TabIndex        =   30
  111.          Top             =   1425
  112.          Width           =   885
  113.       End
  114.       Begin VB.Label lblName 
  115.          AutoSize        =   -1  'True
  116.          BackStyle       =   0  'Transparent
  117.          Caption         =   "Player Name:"
  118.          ForeColor       =   &H0000FF00&
  119.          Height          =   195
  120.          Left            =   3450
  121.          TabIndex        =   8
  122.          Top             =   555
  123.          Width           =   945
  124.       End
  125.       Begin VB.Label lblInfo 
  126.          AutoSize        =   -1  'True
  127.          BackStyle       =   0  'Transparent
  128.          Caption         =   "Player Information:"
  129.          ForeColor       =   &H0000FF00&
  130.          Height          =   195
  131.          Left            =   3300
  132.          TabIndex        =   7
  133.          Top             =   180
  134.          Width           =   1305
  135.       End
  136.       Begin VB.Shape fmInfo 
  137.          Height          =   1890
  138.          Left            =   3300
  139.          Tag             =   "/out"
  140.          Top             =   480
  141.          Width           =   3915
  142.       End
  143.       Begin VB.Label lblPlayers 
  144.          AutoSize        =   -1  'True
  145.          BackStyle       =   0  'Transparent
  146.          Caption         =   "Players:"
  147.          ForeColor       =   &H0000FF00&
  148.          Height          =   195
  149.          Left            =   150
  150.          TabIndex        =   6
  151.          Top             =   150
  152.          Width           =   555
  153.       End
  154.       Begin VB.Shape fmPlayers 
  155.          Height          =   1890
  156.          Left            =   150
  157.          Tag             =   "/out"
  158.          Top             =   480
  159.          Width           =   2940
  160.       End
  161.    End
  162.    Begin VB.PictureBox Settings 
  163.       Appearance      =   0  'Flat
  164.       AutoRedraw      =   -1  'True
  165.       BackColor       =   &H00999999&
  166.       ForeColor       =   &H80000008&
  167.       Height          =   2565
  168.       Index           =   1
  169.       Left            =   150
  170.       ScaleHeight     =   169
  171.       ScaleMode       =   3  'Pixel
  172.       ScaleWidth      =   489
  173.       TabIndex        =   11
  174.       Tag             =   "/in"
  175.       Top             =   600
  176.       Visible         =   0   'False
  177.       Width           =   7365
  178.       Begin VB.PictureBox pctColor 
  179.          Appearance      =   0  'Flat
  180.          AutoRedraw      =   -1  'True
  181.          BackColor       =   &H80000005&
  182.          ForeColor       =   &H80000008&
  183.          Height          =   315
  184.          Index           =   2
  185.          Left            =   1080
  186.          ScaleHeight     =   285
  187.          ScaleWidth      =   1035
  188.          TabIndex        =   42
  189.          Top             =   1530
  190.          Width           =   1065
  191.       End
  192.       Begin VB.CommandButton cmdChange 
  193.          Caption         =   "Change..."
  194.          Height          =   315
  195.          Index           =   2
  196.          Left            =   2220
  197.          TabIndex        =   41
  198.          Top             =   1530
  199.          Width           =   1065
  200.       End
  201.       Begin VB.PictureBox pctRandom 
  202.          Appearance      =   0  'Flat
  203.          AutoRedraw      =   -1  'True
  204.          BackColor       =   &H00999999&
  205.          ForeColor       =   &H80000008&
  206.          Height          =   1665
  207.          Left            =   3420
  208.          ScaleHeight     =   109
  209.          ScaleMode       =   3  'Pixel
  210.          ScaleWidth      =   228
  211.          TabIndex        =   32
  212.          Tag             =   "/out/c"
  213.          Top             =   570
  214.          Width           =   3450
  215.          Begin VB.PictureBox pctColor 
  216.             Appearance      =   0  'Flat
  217.             AutoRedraw      =   -1  'True
  218.             BackColor       =   &H80000005&
  219.             ForeColor       =   &H80000008&
  220.             Height          =   315
  221.             Index           =   5
  222.             Left            =   960
  223.             ScaleHeight     =   285
  224.             ScaleWidth      =   1035
  225.             TabIndex        =   51
  226.             Top             =   1140
  227.             Width           =   1065
  228.          End
  229.          Begin VB.CommandButton cmdChange 
  230.             Caption         =   "Change..."
  231.             Height          =   315
  232.             Index           =   5
  233.             Left            =   2100
  234.             TabIndex        =   50
  235.             Top             =   1140
  236.             Width           =   1065
  237.          End
  238.          Begin VB.PictureBox pctColor 
  239.             Appearance      =   0  'Flat
  240.             AutoRedraw      =   -1  'True
  241.             BackColor       =   &H80000005&
  242.             ForeColor       =   &H80000008&
  243.             Height          =   315
  244.             Index           =   3
  245.             Left            =   960
  246.             ScaleHeight     =   285
  247.             ScaleWidth      =   1035
  248.             TabIndex        =   47
  249.             Top             =   180
  250.             Width           =   1065
  251.          End
  252.          Begin VB.PictureBox pctColor 
  253.             Appearance      =   0  'Flat
  254.             AutoRedraw      =   -1  'True
  255.             BackColor       =   &H80000005&
  256.             ForeColor       =   &H80000008&
  257.             Height          =   315
  258.             Index           =   4
  259.             Left            =   960
  260.             ScaleHeight     =   285
  261.             ScaleWidth      =   1035
  262.             TabIndex        =   46
  263.             Top             =   660
  264.             Width           =   1065
  265.          End
  266.          Begin VB.CommandButton cmdChange 
  267.             Caption         =   "Change..."
  268.             Height          =   315
  269.             Index           =   3
  270.             Left            =   2100
  271.             TabIndex        =   45
  272.             Top             =   180
  273.             Width           =   1065
  274.          End
  275.          Begin VB.CommandButton cmdChange 
  276.             Caption         =   "Change..."
  277.             Height          =   315
  278.             Index           =   4
  279.             Left            =   2100
  280.             TabIndex        =   44
  281.             Top             =   660
  282.             Width           =   1065
  283.          End
  284.          Begin VB.Label lblBullet 
  285.             AutoSize        =   -1  'True
  286.             BackStyle       =   0  'Transparent
  287.             Caption         =   "Bullet:"
  288.             ForeColor       =   &H0000FF00&
  289.             Height          =   195
  290.             Left            =   240
  291.             TabIndex        =   52
  292.             Top             =   1200
  293.             Width           =   435
  294.          End
  295.          Begin VB.Label lblSky 
  296.             AutoSize        =   -1  'True
  297.             BackStyle       =   0  'Transparent
  298.             Caption         =   "Sky:"
  299.             ForeColor       =   &H0000FF00&
  300.             Height          =   195
  301.             Left            =   240
  302.             TabIndex        =   49
  303.             Top             =   240
  304.             Width           =   315
  305.          End
  306.          Begin VB.Label lblGround 
  307.             AutoSize        =   -1  'True
  308.             BackStyle       =   0  'Transparent
  309.             Caption         =   "Ground:"
  310.             ForeColor       =   &H0000FF00&
  311.             Height          =   195
  312.             Left            =   240
  313.             TabIndex        =   48
  314.             Top             =   720
  315.             Width           =   570
  316.          End
  317.       End
  318.       Begin VB.CheckBox chkRandom 
  319.          BackColor       =   &H00999999&
  320.          Caption         =   "Random Colors"
  321.          ForeColor       =   &H0000FF00&
  322.          Height          =   240
  323.          Left            =   300
  324.          TabIndex        =   19
  325.          Top             =   1980
  326.          Value           =   1  'Checked
  327.          Width           =   1425
  328.       End
  329.       Begin VB.CommandButton cmdChange 
  330.          Caption         =   "Change..."
  331.          Height          =   315
  332.          Index           =   1
  333.          Left            =   2220
  334.          TabIndex        =   16
  335.          Top             =   1050
  336.          Width           =   1065
  337.       End
  338.       Begin VB.CommandButton cmdChange 
  339.          Caption         =   "Change..."
  340.          Height          =   315
  341.          Index           =   0
  342.          Left            =   2220
  343.          TabIndex        =   15
  344.          Top             =   570
  345.          Width           =   1065
  346.       End
  347.       Begin VB.PictureBox pctColor 
  348.          Appearance      =   0  'Flat
  349.          AutoRedraw      =   -1  'True
  350.          BackColor       =   &H80000005&
  351.          ForeColor       =   &H80000008&
  352.          Height          =   315
  353.          Index           =   1
  354.          Left            =   1080
  355.          ScaleHeight     =   285
  356.          ScaleWidth      =   1035
  357.          TabIndex        =   14
  358.          Top             =   1050
  359.          Width           =   1065
  360.       End
  361.       Begin VB.PictureBox pctColor 
  362.          Appearance      =   0  'Flat
  363.          AutoRedraw      =   -1  'True
  364.          BackColor       =   &H80000005&
  365.          ForeColor       =   &H80000008&
  366.          Height          =   315
  367.          Index           =   0
  368.          Left            =   1080
  369.          ScaleHeight     =   285
  370.          ScaleWidth      =   1035
  371.          TabIndex        =   13
  372.          Top             =   570
  373.          Width           =   1065
  374.       End
  375.       Begin VB.Label lblBulletCol 
  376.          AutoSize        =   -1  'True
  377.          BackStyle       =   0  'Transparent
  378.          Caption         =   "Bullet:"
  379.          ForeColor       =   &H0000FF00&
  380.          Height          =   195
  381.          Left            =   300
  382.          TabIndex        =   43
  383.          Top             =   1590
  384.          Width           =   435
  385.       End
  386.       Begin VB.Label lblGroundCol 
  387.          AutoSize        =   -1  'True
  388.          BackStyle       =   0  'Transparent
  389.          Caption         =   "Ground:"
  390.          ForeColor       =   &H0000FF00&
  391.          Height          =   195
  392.          Left            =   300
  393.          TabIndex        =   18
  394.          Top             =   1110
  395.          Width           =   570
  396.       End
  397.       Begin VB.Label lblSkyCol 
  398.          AutoSize        =   -1  'True
  399.          BackStyle       =   0  'Transparent
  400.          Caption         =   "Sky:"
  401.          ForeColor       =   &H0000FF00&
  402.          Height          =   195
  403.          Left            =   300
  404.          TabIndex        =   17
  405.          Top             =   630
  406.          Width           =   315
  407.       End
  408.       Begin VB.Label lblColors 
  409.          AutoSize        =   -1  'True
  410.          BackStyle       =   0  'Transparent
  411.          Caption         =   "Colors:"
  412.          ForeColor       =   &H0000FF00&
  413.          Height          =   195
  414.          Left            =   120
  415.          TabIndex        =   12
  416.          Top             =   120
  417.          Width           =   480
  418.       End
  419.       Begin VB.Shape shpFrame 
  420.          Height          =   1965
  421.          Index           =   0
  422.          Left            =   120
  423.          Tag             =   "/out"
  424.          Top             =   420
  425.          Width           =   6915
  426.       End
  427.    End
  428.    Begin VB.PictureBox Settings 
  429.       Appearance      =   0  'Flat
  430.       AutoRedraw      =   -1  'True
  431.       BackColor       =   &H00999999&
  432.       ForeColor       =   &H80000008&
  433.       Height          =   2565
  434.       Index           =   2
  435.       Left            =   150
  436.       ScaleHeight     =   169
  437.       ScaleMode       =   3  'Pixel
  438.       ScaleWidth      =   489
  439.       TabIndex        =   21
  440.       Tag             =   "/in"
  441.       Top             =   600
  442.       Visible         =   0   'False
  443.       Width           =   7365
  444.       Begin VB.CheckBox chkRandomTerrain 
  445.          BackColor       =   &H00999999&
  446.          Caption         =   "Random Terrain"
  447.          ForeColor       =   &H0000FF00&
  448.          Height          =   240
  449.          Left            =   300
  450.          TabIndex        =   29
  451.          Top             =   1980
  452.          Width           =   1590
  453.       End
  454.       Begin VB.TextBox txtTexture 
  455.          Height          =   315
  456.          Left            =   1620
  457.          TabIndex        =   28
  458.          Top             =   1560
  459.          Width           =   1590
  460.       End
  461.       Begin VB.TextBox txtShift 
  462.          Height          =   315
  463.          Left            =   1620
  464.          TabIndex        =   26
  465.          Top             =   1080
  466.          Width           =   1590
  467.       End
  468.       Begin VB.TextBox txtHorizon 
  469.          Height          =   315
  470.          Left            =   1620
  471.          TabIndex        =   24
  472.          Top             =   600
  473.          Width           =   1590
  474.       End
  475.       Begin VB.PictureBox pctRandomTerrain 
  476.          Appearance      =   0  'Flat
  477.          AutoRedraw      =   -1  'True
  478.          BackColor       =   &H00999999&
  479.          ForeColor       =   &H80000008&
  480.          Height          =   1665
  481.          Left            =   3480
  482.          ScaleHeight     =   109
  483.          ScaleMode       =   3  'Pixel
  484.          ScaleWidth      =   224
  485.          TabIndex        =   33
  486.          Tag             =   "/out/c"
  487.          Top             =   600
  488.          Width           =   3390
  489.          Begin VB.TextBox txtMaxTexture 
  490.             Height          =   315
  491.             Left            =   1575
  492.             TabIndex        =   36
  493.             Top             =   1125
  494.             Width           =   1590
  495.          End
  496.          Begin VB.TextBox txtMaxShift 
  497.             Height          =   315
  498.             Left            =   1575
  499.             TabIndex        =   35
  500.             Top             =   675
  501.             Width           =   1590
  502.          End
  503.          Begin VB.TextBox txtMaxHorizon 
  504.             Height          =   315
  505.             Left            =   1575
  506.             TabIndex        =   34
  507.             Top             =   225
  508.             Width           =   1590
  509.          End
  510.          Begin VB.Label lblMaxTexture 
  511.             AutoSize        =   -1  'True
  512.             BackStyle       =   0  'Transparent
  513.             Caption         =   "Terrain Texture:"
  514.             ForeColor       =   &H00FFFFC0&
  515.             Height          =   195
  516.             Left            =   225
  517.             TabIndex        =   39
  518.             Top             =   1125
  519.             Width           =   1125
  520.          End
  521.          Begin VB.Label lblMaxShift 
  522.             AutoSize        =   -1  'True
  523.             BackStyle       =   0  'Transparent
  524.             Caption         =   "Terrain Shift:"
  525.             ForeColor       =   &H00FFFFC0&
  526.             Height          =   195
  527.             Left            =   225
  528.             TabIndex        =   38
  529.             Top             =   675
  530.             Width           =   900
  531.          End
  532.          Begin VB.Label lblMaxHeight 
  533.             AutoSize        =   -1  'True
  534.             BackStyle       =   0  'Transparent
  535.             Caption         =   "Horizon Height:"
  536.             ForeColor       =   &H00FFFFC0&
  537.             Height          =   195
  538.             Left            =   225
  539.             TabIndex        =   37
  540.             Top             =   225
  541.             Width           =   1095
  542.          End
  543.       End
  544.       Begin VB.Label lblTexture 
  545.          AutoSize        =   -1  'True
  546.          BackStyle       =   0  'Transparent
  547.          Caption         =   "Terrain Texture:"
  548.          ForeColor       =   &H0000FF00&
  549.          Height          =   195
  550.          Left            =   300
  551.          TabIndex        =   27
  552.          Top             =   1575
  553.          Width           =   1125
  554.       End
  555.       Begin VB.Label lblShift 
  556.          AutoSize        =   -1  'True
  557.          BackStyle       =   0  'Transparent
  558.          Caption         =   "Terrain Shift:"
  559.          ForeColor       =   &H0000FF00&
  560.          Height          =   195
  561.          Left            =   300
  562.          TabIndex        =   25
  563.          Top             =   1080
  564.          Width           =   900
  565.       End
  566.       Begin VB.Label lblHorizon 
  567.          AutoSize        =   -1  'True
  568.          BackStyle       =   0  'Transparent
  569.          Caption         =   "Horizon Height:"
  570.          ForeColor       =   &H0000FF00&
  571.          Height          =   195
  572.          Left            =   300
  573.          TabIndex        =   23
  574.          Top             =   600
  575.          Width           =   1095
  576.       End
  577.       Begin VB.Label lblOptions 
  578.          AutoSize        =   -1  'True
  579.          BackStyle       =   0  'Transparent
  580.          Caption         =   "Terrain options:"
  581.          ForeColor       =   &H0000FF00&
  582.          Height          =   195
  583.          Left            =   120
  584.          TabIndex        =   22
  585.          Top             =   120
  586.          Width           =   1095
  587.       End
  588.       Begin VB.Shape shpFrame 
  589.          Height          =   1965
  590.          Index           =   1
  591.          Left            =   120
  592.          Tag             =   "/out"
  593.          Top             =   420
  594.          Width           =   6915
  595.       End
  596.    End
  597.    Begin VB.Label Tabs 
  598.       Alignment       =   2  'Center
  599.       Appearance      =   0  'Flat
  600.       BackColor       =   &H00007F7F&
  601.       BackStyle       =   0  'Transparent
  602.       Caption         =   "&Terrain"
  603.       ForeColor       =   &H80000008&
  604.       Height          =   255
  605.       Index           =   2
  606.       Left            =   2190
  607.       TabIndex        =   20
  608.       Tag             =   "/out"
  609.       Top             =   240
  610.       Width           =   900
  611.    End
  612.    Begin VB.Label Tabs 
  613.       Alignment       =   2  'Center
  614.       Appearance      =   0  'Flat
  615.       BackColor       =   &H00007F7F&
  616.       BackStyle       =   0  'Transparent
  617.       Caption         =   "&Colors"
  618.       ForeColor       =   &H80000008&
  619.       Height          =   255
  620.       Index           =   1
  621.       Left            =   1170
  622.       TabIndex        =   10
  623.       Tag             =   "/out"
  624.       Top             =   240
  625.       Width           =   900
  626.    End
  627.    Begin VB.Label Tabs 
  628.       Alignment       =   2  'Center
  629.       Appearance      =   0  'Flat
  630.       BackColor       =   &H00007F7F&
  631.       BorderStyle     =   1  'Fixed Single
  632.       Caption         =   "&Players"
  633.       ForeColor       =   &H80000008&
  634.       Height          =   255
  635.       Index           =   0
  636.       Left            =   150
  637.       TabIndex        =   9
  638.       Taght          =   1965
  639.          Index           =  =   1965=   1965
  640.         O=  =   196sb0
  641.       Width           =   900
  642.     Le,
  643.