www.pudn.com > 实景(图形)聊天室源代码(绝对高水 准,超酷).zip > main.dfm


object MainForm: TMainForm 
  Left = 232 
  Top = 114 
  AutoScroll = False 
  BorderIcons = [] 
  Caption = #29980#19981#36771#22270#24418#32842#22825#23460 
  ClientHeight = 324 
  ClientWidth = 314 
  Color = clBtnFace 
  Font.Charset = GB2312_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 12 
  object GoRoomBtn: TSeSkinButton 
    Left = 120 
    Top = 296 
    Width = 75 
    Height = 25 
    Blend = False 
    BlendValue = 150 
    Transparent = True 
    OnClick = GoRoomBtnClick 
    BlackAndWhiteGlyph = False 
    Caption = #36827#20837#25151#38388 
    Default = False 
    TabOrder = 0 
    ShowCaption = True 
    ShowGlyph = True 
    SkinEngine = FormSKE 
    SkinObject = 'Button' 
  end 
  object RoomList: TListView 
    Left = 16 
    Top = 16 
    Width = 281 
    Height = 273 
    Columns = < 
      item 
        Caption = #25151#38388 
        Width = 100 
      end 
      item 
        Caption = #35828#26126 
        Width = 150 
      end> 
    HideSelection = False 
    ReadOnly = True 
    RowSelect = True 
    TabOrder = 1 
    ViewStyle = vsReport 
    OnDblClick = RoomListDblClick 
  end 
  object FormSKE: TSeSkinEngine 
    DeltaHue = 0 
    SkinFile = 'formsty.kskn' 
    SkinStore = '(none)' 
    Version = '2.7.9' 
    Left = 40 
    Top = 48 
    SkinStream = {00} 
  end 
  object SeSkinForm1: TSeSkinForm 
    Active = True 
    Blend = False 
    BlendValue = 150 
    BorderIcons = [kbiClose, kbiSystemMenu, kbiMinimize, kbiMaximize] 
    BorderStyle = kbsStandard 
    CanResize = True 
    CanMove = True 
    DropShadow = False 
    ShadowWidth = 4 
    Magnetic = True 
    MagneticValue = 20 
    SimpleDrag = False 
    ShowAnimation = kaNone 
    ShowAnimationTime = 400 
    StayOnTop = False 
    SysMenuBlend = False 
    SysMenuBlendValue = 150 
    SysMenuDropShadow = False 
    SysMenuShadowWidth = 4 
    SysMenuShowAnimation = kaNone 
    SysMenuShowAnimationTime = 300 
    SkinEngine = FormSKE 
    SkinObject = 'Form' 
    WindowState = kwsNormal 
    Left = 8 
    Top = 48 
  end 
  object MoveTimer: TTimer 
    Enabled = False 
    Interval = 10 
    OnTimer = MoveTimerTimer 
    Left = 8 
    Top = 80 
  end 
end