ychatu57.dfm

来自「Yahoo Messenger for Mobile」· DFM 代码 · 共 98 行

DFM
98
字号
object Form53: TForm53
  Left = 253
  Top = 193
  AutoScroll = False
  BorderIcons = []
  Caption = 'WallPaper  Options'
  ClientHeight = 92
  ClientWidth = 337
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 4
    Top = 6
    Width = 55
    Height = 25
    Caption = 'Center'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 66
    Top = 6
    Width = 137
    Height = 25
    Caption = 'Stretch (More CPU Time)'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 208
    Top = 6
    Width = 63
    Height = 25
    Caption = 'Mosaic'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 4
    Top = 36
    Width = 325
    Height = 21
    Caption = 'Load Image'
    TabOrder = 3
    OnClick = Button4Click
  end
  object CheckBox1: TCheckBox
    Left = 6
    Top = 64
    Width = 115
    Height = 17
    Caption = 'Remember Settings'
    Checked = True
    State = cbChecked
    TabOrder = 4
  end
  object Button5: TButton
    Left = 276
    Top = 6
    Width = 51
    Height = 25
    Caption = 'Clear'
    TabOrder = 5
    OnClick = Button5Click
  end
  object spSkinOpenPictureDialog1: TspSkinOpenPictureDialog
    StretchPicture = False
    MultiSelection = False
    AlphaBlend = False
    AlphaBlendValue = 225
    AlphaBlendAnimation = False
    CtrlAlphaBlend = False
    CtrlAlphaBlendValue = 225
    CtrlAlphaBlendAnimation = False
    LVHeaderSkinDataName = 'resizebutton'
    SkinData = Form1.spSkinData1
    CtrlSkinData = Form1.spSkinData1
    DefaultFont.Charset = DEFAULT_CHARSET
    DefaultFont.Color = clWindowText
    DefaultFont.Height = 14
    DefaultFont.Name = 'Arial'
    DefaultFont.Style = []
    Title = 'Open picture'
    Filter = 'WallPaper (jpg) Files|*.jpg'
    FilterIndex = 1
    Left = 266
    Top = 52
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?