Unit2.dfm
上传用户:lmk588
上传日期:2013-04-16
资源大小:5120k
文件大小:1k
源码类别:

按钮控件

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 269
  3.   Top = 159
  4.   Width = 335
  5.   Height = 247
  6.   Caption = 'Form2'
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 40
  19.     Top = 40
  20.     Width = 225
  21.     Height = 89
  22.     Lines.Strings = (
  23.       'Tskindata.SkinFormType=sfOnlyThisForm'
  24.       ''
  25.       'TSkinData is only used by this form.'
  26.       '')
  27.     TabOrder = 0
  28.   end
  29.   object sd3: TSkinData
  30.     Active = False
  31.     DisableTag = 99
  32.     SkinControls = [xcMainMenu, xcPopupMenu, xcToolbar, xcControlbar, xcCombo, xcCheckBox, xcRadioButton, xcProgress, xcScrollbar, xcEdit, xcButton, xcBitBtn, xcSpeedButton, xcPanel, xcGroupBox, xcStatusBar, xcTab]
  33.     SkinStore = '(none)'
  34.     SkinFormtype = sfOnlyThisForm
  35.     Left = 24
  36.     SkinStream = {00000000}
  37.   end
  38. end