frmServerStatus.frm
上传用户:fuyouda
上传日期:2015-08-19
资源大小:6876k
文件大小:5k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. VERSION 5.00
  2. Begin VB.Form frmServerStatus 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Server Status"
  5.    ClientHeight    =   3630
  6.    ClientLeft      =   2760
  7.    ClientTop       =   3750
  8.    ClientWidth     =   5730
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   3630
  13.    ScaleWidth      =   5730
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   2  'CenterScreen
  16.    Begin VB.TextBox Text9 
  17.       Enabled         =   0   'False
  18.       Height          =   285
  19.       Left            =   1680
  20.       TabIndex        =   15
  21.       Top             =   3120
  22.       Width           =   2535
  23.    End
  24.    Begin VB.TextBox Text8 
  25.       Enabled         =   0   'False
  26.       Height          =   285
  27.       Left            =   1680
  28.       TabIndex        =   14
  29.       Top             =   2760
  30.       Width           =   2535
  31.    End
  32.    Begin VB.TextBox Text7 
  33.       Enabled         =   0   'False
  34.       Height          =   285
  35.       Left            =   1680
  36.       TabIndex        =   13
  37.       Top             =   2400
  38.       Width           =   2535
  39.    End
  40.    Begin VB.TextBox Text1 
  41.       Enabled         =   0   'False
  42.       Height          =   285
  43.       Left            =   1680
  44.       TabIndex        =   12
  45.       Top             =   240
  46.       Width           =   2535
  47.    End
  48.    Begin VB.TextBox Text6 
  49.       Enabled         =   0   'False
  50.       Height          =   285
  51.       Left            =   1680
  52.       TabIndex        =   8
  53.       Top             =   2040
  54.       Width           =   2535
  55.    End
  56.    Begin VB.TextBox Text5 
  57.       Enabled         =   0   'False
  58.       Height          =   285
  59.       Left            =   1680
  60.       TabIndex        =   7
  61.       Top             =   1680
  62.       Width           =   2535
  63.    End
  64.    Begin VB.TextBox Text4 
  65.       Enabled         =   0   'False
  66.       Height          =   285
  67.       Left            =   1680
  68.       TabIndex        =   6
  69.       Top             =   1320
  70.       Width           =   2535
  71.    End
  72.    Begin VB.TextBox Text3 
  73.       Enabled         =   0   'False
  74.       Height          =   285
  75.       Left            =   1680
  76.       TabIndex        =   5
  77.       Top             =   960
  78.       Width           =   2535
  79.    End
  80.    Begin VB.TextBox Text2 
  81.       Enabled         =   0   'False
  82.       Height          =   285
  83.       Left            =   1680
  84.       TabIndex        =   4
  85.       Top             =   600
  86.       Width           =   2535
  87.    End
  88.    Begin VB.CommandButton OKButton 
  89.       Caption         =   "Done"
  90.       Default         =   -1  'True
  91.       Height          =   375
  92.       Left            =   4320
  93.       TabIndex        =   0
  94.       Top             =   240
  95.       Width           =   1215
  96.    End
  97.    Begin VB.Label Label1 
  98.       Caption         =   "Build Number"
  99.       Height          =   255
  100.       Index           =   8
  101.       Left            =   240
  102.       TabIndex        =   18
  103.       Top             =   3120
  104.       Width           =   1335
  105.    End
  106.    Begin VB.Label Label1 
  107.       Caption         =   "Minor Version"
  108.       Height          =   255
  109.       Index           =   7
  110.       Left            =   240
  111.       TabIndex        =   17
  112.       Top             =   2760
  113.       Width           =   1335
  114.    End
  115.    Begin VB.Label Label1 
  116.       Caption         =   "Major Version"
  117.       Height          =   255
  118.       Index           =   6
  119.       Left            =   240
  120.       TabIndex        =   16
  121.       Top             =   2400
  122.       Width           =   1335
  123.    End
  124.    Begin VB.Label Label1 
  125.       Caption         =   "Group Count"
  126.       Height          =   255
  127.       Index           =   5
  128.       Left            =   240
  129.       TabIndex        =   11
  130.       Top             =   2040
  131.       Width           =   1335
  132.    End
  133.    Begin VB.Label Label1 
  134.       Caption         =   "Server State"
  135.       Height          =   255
  136.       Index           =   4
  137.       Left            =   240
  138.       TabIndex        =   10
  139.       Top             =   1680
  140.       Width           =   1335
  141.    End
  142.    Begin VB.Label Label1 
  143.       Caption         =   "Band Width"
  144.       Height          =   255
  145.       Index           =   3
  146.       Left            =   240
  147.       TabIndex        =   9
  148.       Top             =   1320
  149.       Width           =   1335
  150.    End
  151.    Begin VB.Label Label1 
  152.       Caption         =   "Last Update Time"
  153.       Height          =   255
  154.       Index           =   2
  155.       Left            =   240
  156.       TabIndex        =   3
  157.       Top             =   960
  158.       Width           =   1335
  159.    End
  160.    Begin VB.Label Label1 
  161.       Caption         =   "Current Time"
  162.       Height          =   255
  163.       Index           =   1
  164.       Left            =   240
  165.       TabIndex        =   2
  166.       Top             =   600
  167.       Width           =   1335
  168.    End
  169.    Begin VB.Label Label1 
  170.       Caption         =   "Start Time"
  171.       Height          =   255
  172.       Index           =   0
  173.       Left            =   240
  174.       TabIndex        =   1
  175.       Top             =   240
  176.       Width           =   735
  177.    End
  178. End
  179. Attribute VB_Name = "frmServerStatus"
  180. Attribute VB_GlobalNameSpace = False
  181. Attribute VB_Creatable = False
  182. Attribute VB_PredeclaredId = True
  183. Attribute VB_Exposed = False
  184. Option Explicit
  185. Private Sub Form_Load()
  186. End Sub
  187. Private Sub OKButton_Click()
  188.   Unload Me
  189. End Sub