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

📄 settings.dfm

📁 wbs43open-src.zip 数字隐藏工具
💻 DFM
字号:
object Form10: TForm10
  Left = 560
  Top = 303
  BorderStyle = bsDialog
  Caption = 'Settings'
  ClientHeight = 213
  ClientWidth = 382
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 171
    Width = 382
    Height = 42
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object Button1: TButton
      Left = 256
      Top = 8
      Width = 121
      Height = 33
      Caption = '&Close'
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button3: TButton
      Left = 128
      Top = 8
      Width = 121
      Height = 33
      Caption = '&Help'
      TabOrder = 1
      OnClick = Button3Click
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 382
    Height = 171
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = 'General'
      object Label1: TLabel
        Left = 8
        Top = 16
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'Folder for Copyright Profiles:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label2: TLabel
        Left = 8
        Top = 32
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'undefined'
        Color = clWhite
        ParentColor = False
      end
      object Label3: TLabel
        Left = 8
        Top = 64
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'Language:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label4: TLabel
        Left = 8
        Top = 184
        Width = 3
        Height = 13
      end
      object Label5: TLabel
        Left = 8
        Top = 112
        Width = 361
        Height = 13
        AutoSize = False
        Caption = 'Language will be changed after restarting!'
      end
      object Button2: TButton
        Left = 296
        Top = 24
        Width = 75
        Height = 25
        Caption = '&Select ...'
        TabOrder = 0
        OnClick = Button2Click
      end
      object ComboBox1: TComboBox
        Left = 8
        Top = 80
        Width = 217
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 1
        Items.Strings = (
          'english'
          'deutsch')
      end
    end
  end
end

⌨️ 快捷键说明

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