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

家庭/个人应用

开发平台:

Visual C++

  1. object ItemStatus: TItemStatus
  2.   Left = 515
  3.   Top = 573
  4.   BorderStyle = bsDialog
  5.   Caption = 'Item Properties'
  6.   ClientHeight = 194
  7.   ClientWidth = 384
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 300
  17.     Top = 8
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Done'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object RefreshBtn: TButton
  26.     Left = 300
  27.     Top = 40
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Refresh'
  31.     TabOrder = 1
  32.     OnClick = RefreshBtnClick
  33.   end
  34.   object Props: TValueListEditor
  35.     Left = 8
  36.     Top = 8
  37.     Width = 281
  38.     Height = 177
  39.     TabOrder = 2
  40.     ColWidths = (
  41.       150
  42.       125)
  43.   end
  44. end