UfrmShell.dfm
上传用户:hndmjx
上传日期:2014-09-16
资源大小:3369k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object frmShell: TfrmShell
  2.   Left = 301
  3.   Top = 194
  4.   Width = 672
  5.   Height = 339
  6.   Caption = 'Shell'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 664
  20.     Height = 305
  21.     Align = alClient
  22.     Color = clBlack
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clSilver
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.     OnChange = Memo1Change
  33.     OnKeyDown = Memo1KeyDown
  34.   end
  35. end