MsgView.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:1k
源码类别:

其他

开发平台:

Delphi

  1. object MsgViewDlg: TMsgViewDlg
  2.   Left = 208
  3.   Top = 107
  4.   Width = 497
  5.   Height = 307
  6.   Caption = '数据查看'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ViewMemo: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 489
  21.     Height = 245
  22.     Align = alTop
  23.     TabOrder = 0
  24.   end
  25.   object BitBtn1: TBitBtn
  26.     Left = 184
  27.     Top = 252
  28.     Width = 75
  29.     Height = 25
  30.     TabOrder = 1
  31.     Kind = bkClose
  32.   end
  33. end