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

家庭/个人应用

开发平台:

Visual C++

  1. object ServerStatus: TServerStatus
  2.   Left = 287
  3.   Top = 323
  4.   BorderStyle = bsDialog
  5.   Caption = 'ServerStatus'
  6.   ClientHeight = 228
  7.   ClientWidth = 390
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poMainFormCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 24
  16.     Top = 8
  17.     Width = 81
  18.     Height = 13
  19.     AutoSize = False
  20.     Caption = 'Start Time'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 24
  24.     Top = 32
  25.     Width = 81
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'Current Time'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 24
  32.     Top = 56
  33.     Width = 89
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = 'Last Update Time'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 24
  40.     Top = 80
  41.     Width = 81
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = 'State'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 24
  48.     Top = 104
  49.     Width = 81
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = 'Group Count'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 24
  56.     Top = 128
  57.     Width = 81
  58.     Height = 13
  59.     AutoSize = False
  60.     Caption = 'Band Width'
  61.   end
  62.   object Label7: TLabel
  63.     Left = 24
  64.     Top = 152
  65.     Width = 81
  66.     Height = 13
  67.     AutoSize = False
  68.     Caption = 'Major Version'
  69.   end
  70.   object Label8: TLabel
  71.     Left = 24
  72.     Top = 176
  73.     Width = 81
  74.     Height = 13
  75.     AutoSize = False
  76.     Caption = 'Minor Version'
  77.   end
  78.   object Label9: TLabel
  79.     Left = 24
  80.     Top = 200
  81.     Width = 81
  82.     Height = 13
  83.     AutoSize = False
  84.     Caption = 'Build Version'
  85.   end
  86.   object OKBtn: TButton
  87.     Left = 300
  88.     Top = 8
  89.     Width = 75
  90.     Height = 21
  91.     Caption = 'Done'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 0
  95.   end
  96.   object StartTime: TEdit
  97.     Left = 120
  98.     Top = 8
  99.     Width = 161
  100.     Height = 21
  101.     ReadOnly = True
  102.     TabOrder = 1
  103.   end
  104.   object CurrentTime: TEdit
  105.     Left = 120
  106.     Top = 32
  107.     Width = 161
  108.     Height = 21
  109.     ReadOnly = True
  110.     TabOrder = 2
  111.   end
  112.   object LastUpdate: TEdit
  113.     Left = 120
  114.     Top = 56
  115.     Width = 161
  116.     Height = 21
  117.     ReadOnly = True
  118.     TabOrder = 3
  119.   end
  120.   object ServerState: TEdit
  121.     Left = 120
  122.     Top = 80
  123.     Width = 161
  124.     Height = 21
  125.     ReadOnly = True
  126.     TabOrder = 4
  127.   end
  128.   object GroupCount: TEdit
  129.     Left = 120
  130.     Top = 104
  131.     Width = 161
  132.     Height = 21
  133.     ReadOnly = True
  134.     TabOrder = 5
  135.   end
  136.   object BandWidth: TEdit
  137.     Left = 120
  138.     Top = 128
  139.     Width = 161
  140.     Height = 21
  141.     ReadOnly = True
  142.     TabOrder = 6
  143.   end
  144.   object MajorVersion: TEdit
  145.     Left = 120
  146.     Top = 152
  147.     Width = 161
  148.     Height = 21
  149.     ReadOnly = True
  150.     TabOrder = 7
  151.   end
  152.   object MinorVersion: TEdit
  153.     Left = 120
  154.     Top = 176
  155.     Width = 161
  156.     Height = 21
  157.     ReadOnly = True
  158.     TabOrder = 8
  159.   end
  160.   object BuildVersion: TEdit
  161.     Left = 120
  162.     Top = 200
  163.     Width = 161
  164.     Height = 21
  165.     ReadOnly = True
  166.     TabOrder = 9
  167.   end
  168. end