AboutFrm.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object AboutForm: TAboutForm
  2.   Left = 369
  3.   Top = 217
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = #26131#36890#31185#25216
  7.   ClientHeight = 200
  8.   ClientWidth = 330
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object bsSkinButton1: TbsSkinButton
  21.     Left = 248
  22.     Top = 0
  23.     Width = 75
  24.     Height = 25
  25.     TabOrder = 0
  26.     Visible = False
  27.     SkinData = RealMessengerX.bsSkinData1
  28.     SkinDataName = 'button'
  29.     DefaultFont.Charset = DEFAULT_CHARSET
  30.     DefaultFont.Color = clWindowText
  31.     DefaultFont.Height = 14
  32.     DefaultFont.Name = 'Arial'
  33.     DefaultFont.Style = []
  34.     DefaultWidth = 0
  35.     DefaultHeight = 0
  36.     UseSkinFont = True
  37.     RepeatMode = False
  38.     RepeatInterval = 100
  39.     AllowAllUp = False
  40.     TabStop = True
  41.     CanFocused = True
  42.     Down = False
  43.     GroupIndex = 0
  44.     Caption = #20851#38381
  45.     NumGlyphs = 2
  46.     Spacing = 1
  47.     OnClick = bsSkinButton1Click
  48.   end
  49.   object bsBusinessSkinForm1: TbsBusinessSkinForm
  50.     ClientWidth = 0
  51.     ClientHeight = 0
  52.     HideCaptionButtons = False
  53.     AlwaysShowInTray = False
  54.     LogoBitMapTransparent = False
  55.     AlwaysMinimizeToTray = False
  56.     UseSkinFontInMenu = True
  57.     ShowIcon = False
  58.     MaximizeOnFullScreen = False
  59.     AlphaBlend = False
  60.     AlphaBlendAnimation = False
  61.     AlphaBlendValue = 200
  62.     ShowObjectHint = False
  63.     UseDefaultObjectHint = True
  64.     MenusAlphaBlend = False
  65.     MenusAlphaBlendAnimation = False
  66.     MenusAlphaBlendValue = 200
  67.     DefCaptionFont.Charset = DEFAULT_CHARSET
  68.     DefCaptionFont.Color = clBtnText
  69.     DefCaptionFont.Height = 14
  70.     DefCaptionFont.Name = 'Arial'
  71.     DefCaptionFont.Style = [fsBold]
  72.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  73.     DefInActiveCaptionFont.Color = clBtnShadow
  74.     DefInActiveCaptionFont.Height = 14
  75.     DefInActiveCaptionFont.Name = 'Arial'
  76.     DefInActiveCaptionFont.Style = [fsBold]
  77.     DefMenuItemHeight = 20
  78.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  79.     DefMenuItemFont.Color = clWindowText
  80.     DefMenuItemFont.Height = 14
  81.     DefMenuItemFont.Name = 'Arial'
  82.     DefMenuItemFont.Style = []
  83.     UseDefaultSysMenu = True
  84.     SkinData = RealMessengerX.bsSkinData1
  85.     MinHeight = 0
  86.     MinWidth = 0
  87.     Magnetic = False
  88.     MagneticSize = 5
  89.     BorderIcons = [biSystemMenu]
  90.     Left = 24
  91.     Top = 32
  92.   end
  93. end