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

家庭/个人应用

开发平台:

Visual C++

  1. object ItemBrowser: TItemBrowser
  2.   Left = 370
  3.   Top = 311
  4.   BorderStyle = bsDialog
  5.   Caption = #26631#31614#27983#35272#22120
  6.   ClientHeight = 269
  7.   ClientWidth = 406
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 19
  23.     Width = 65
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'Access Path'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 43
  31.     Width = 65
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = 'Item Name'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 16
  38.     Top = 72
  39.     Width = 113
  40.     Height = 13
  41.     AutoSize = False
  42.     Caption = 'AddressSpace'
  43.   end
  44.   object bAdd: TButton
  45.     Left = 312
  46.     Top = 16
  47.     Width = 73
  48.     Height = 21
  49.     Caption = 'Add'
  50.     Default = True
  51.     TabOrder = 0
  52.     OnClick = bAddClick
  53.   end
  54.   object bcancel: TButton
  55.     Left = 312
  56.     Top = 40
  57.     Width = 73
  58.     Height = 21
  59.     Cancel = True
  60.     Caption = 'Done'
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64.   object ePath: TEdit
  65.     Left = 88
  66.     Top = 16
  67.     Width = 209
  68.     Height = 20
  69.     TabOrder = 2
  70.   end
  71.   object eName: TEdit
  72.     Left = 88
  73.     Top = 40
  74.     Width = 209
  75.     Height = 20
  76.     TabOrder = 3
  77.   end
  78.   object tvBranch: TTreeView
  79.     Left = 16
  80.     Top = 88
  81.     Width = 209
  82.     Height = 169
  83.     Indent = 19
  84.     TabOrder = 4
  85.     OnChange = tvBranchChange
  86.   end
  87.   object lbLeaf: TListBox
  88.     Left = 224
  89.     Top = 88
  90.     Width = 169
  91.     Height = 169
  92.     ItemHeight = 12
  93.     TabOrder = 5
  94.     OnClick = lbLeafClick
  95.     OnDblClick = lbLeafDblClick
  96.   end
  97.   object PropBtn: TButton
  98.     Left = 280
  99.     Top = 64
  100.     Width = 105
  101.     Height = 21
  102.     Cancel = True
  103.     Caption = 'Item Properties'
  104.     TabOrder = 6
  105.     OnClick = PropBtnClick
  106.   end
  107. end