home *** CD-ROM | disk | FTP | other *** search
/ PalmOS Software Digest / PalmDigest.iso / 系统 / PPDA / pdacdriver / _setup.1 / _setup / 0 / RCDATA / TDETAILSFORM / TDETAILSFORM.txt
Encoding:
Text File  |  2002-05-06  |  814 b   |  42 lines

  1. object DetailsForm: TDetailsForm
  2.   Left = 203
  3.   Top = 255
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜╧╕∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 254
  7.   ClientWidth = 528
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object OkBut: TButton
  19.     Left = 442
  20.     Top = 222
  21.     Width = 75
  22.     Height = 21
  23.     Cursor = crArrow
  24.     Cancel = True
  25.     Caption = '╚╖∩┐╜∩┐╜'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = OkButClick
  30.   end
  31.   object DetailsMemo: TMemo
  32.     Left = 10
  33.     Top = 10
  34.     Width = 507
  35.     Height = 203
  36.     Color = clBtnFace
  37.     ReadOnly = True
  38.     ScrollBars = ssBoth
  39.     TabOrder = 1
  40.   end
  41. end
  42.