⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 模仿WindowsXP界面
💻 DFM
字号:
object Form1: TForm1
  Left = 280
  Top = 177
  Width = 241
  Height = 218
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 233
    Height = 191
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 4
      Top = 8
      Width = 42
      Height = 12
      Caption = '透明度:'
    end
    object SE: TSpinEdit
      Left = 44
      Top = 4
      Width = 45
      Height = 21
      Increment = 5
      MaxValue = 255
      MinValue = 20
      TabOrder = 0
      Value = 255
      OnChange = SEChange
    end
    object btnFont: TButton
      Left = 92
      Top = 4
      Width = 65
      Height = 21
      Caption = '标题字体'
      TabOrder = 1
      OnClick = btnFontClick
    end
    object rgTitle: TRadioGroup
      Left = 4
      Top = 28
      Width = 225
      Height = 37
      Caption = '标题'
      Columns = 3
      ItemIndex = 1
      Items.Strings = (
        '居左'
        '居中'
        '居右')
      TabOrder = 2
      OnClick = rgTitleClick
    end
    object rgInner: TRadioGroup
      Left = 4
      Top = 68
      Width = 109
      Height = 77
      Caption = '标题内框'
      ItemIndex = 1
      Items.Strings = (
        '凸起'
        '无'
        '凹陷')
      TabOrder = 3
      OnClick = rgInnerClick
    end
    object rgOuter: TRadioGroup
      Left = 120
      Top = 68
      Width = 109
      Height = 77
      Caption = '标题外框'
      ItemIndex = 1
      Items.Strings = (
        '凸起'
        '无'
        '凹陷')
      TabOrder = 4
      OnClick = rgOuterClick
    end
    object gbSysBtn: TGroupBox
      Left = 4
      Top = 148
      Width = 225
      Height = 37
      Caption = '系统按钮'
      TabOrder = 5
      object chkMin: TCheckBox
        Left = 4
        Top = 16
        Width = 69
        Height = 17
        Caption = '最小化'
        Checked = True
        State = cbChecked
        TabOrder = 0
        OnClick = chkMinClick
      end
      object chkMax: TCheckBox
        Left = 76
        Top = 16
        Width = 69
        Height = 17
        Caption = '最大化'
        Checked = True
        State = cbChecked
        TabOrder = 1
        OnClick = chkMaxClick
      end
      object chkClose: TCheckBox
        Left = 148
        Top = 16
        Width = 73
        Height = 17
        Caption = '关闭'
        Checked = True
        State = cbChecked
        TabOrder = 2
        OnClick = chkCloseClick
      end
    end
    object btnColor: TButton
      Left = 164
      Top = 4
      Width = 65
      Height = 21
      Caption = '标题颜色'
      TabOrder = 6
      OnClick = btnColorClick
    end
  end
  object FontDialog: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MinFontSize = 0
    MaxFontSize = 0
    Left = 72
    Top = 80
  end
  object ColorDialog: TColorDialog
    Ctl3D = True
    Left = 184
    Top = 80
  end
end

⌨️ 快捷键说明

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