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

家庭/个人应用

开发平台:

Visual C++

  1. object GroupStatus: TGroupStatus
  2.   Left = 416
  3.   Top = 430
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'GroupStatus'
  7.   ClientHeight = 148
  8.   ClientWidth = 336
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 20
  22.     Width = 73
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Name'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 44
  30.     Width = 60
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'Update'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 16
  37.     Top = 116
  38.     Width = 73
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = 'Time Bias'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 16
  45.     Top = 92
  46.     Width = 60
  47.     Height = 13
  48.     AutoSize = False
  49.     Caption = 'Active'
  50.   end
  51.   object Label5: TLabel
  52.     Left = 16
  53.     Top = 68
  54.     Width = 60
  55.     Height = 13
  56.     AutoSize = False
  57.     Caption = 'DeadBand'
  58.   end
  59.   object Label6: TLabel
  60.     Left = 200
  61.     Top = 68
  62.     Width = 33
  63.     Height = 13
  64.     AutoSize = False
  65.     Caption = '%FS'
  66.   end
  67.   object Label7: TLabel
  68.     Left = 200
  69.     Top = 44
  70.     Width = 33
  71.     Height = 13
  72.     AutoSize = False
  73.     Caption = 'ms'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -12
  77.     Font.Name = #23435#20307
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Button1: TButton
  82.     Left = 248
  83.     Top = 16
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 0
  90.   end
  91.   object Button2: TButton
  92.     Left = 248
  93.     Top = 48
  94.     Width = 75
  95.     Height = 25
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 1
  100.   end
  101.   object Name: TEdit
  102.     Left = 88
  103.     Top = 16
  104.     Width = 121
  105.     Height = 21
  106.     TabOrder = 2
  107.     Text = 'GROUP'
  108.   end
  109.   object UpdateRate: TEdit
  110.     Left = 88
  111.     Top = 40
  112.     Width = 105
  113.     Height = 21
  114.     TabOrder = 3
  115.     Text = '1000'
  116.   end
  117.   object TimeBias: TEdit
  118.     Left = 88
  119.     Top = 112
  120.     Width = 121
  121.     Height = 21
  122.     TabOrder = 4
  123.     Text = '-480'
  124.   end
  125.   object Active: TCheckBox
  126.     Left = 88
  127.     Top = 88
  128.     Width = 97
  129.     Height = 17
  130.     Checked = True
  131.     State = cbChecked
  132.     TabOrder = 5
  133.   end
  134.   object DeadBand: TEdit
  135.     Left = 88
  136.     Top = 64
  137.     Width = 105
  138.     Height = 21
  139.     TabOrder = 6
  140.     Text = '0'
  141.   end
  142. end