infoscreen.dfm

来自「wbs43open-src.zip 数字隐藏工具」· DFM 代码 · 共 134 行

DFM
134
字号
object Form12: TForm12
  Left = 262
  Top = 174
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'StegoCrypt'
  ClientHeight = 304
  ClientWidth = 345
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object smartware: TImage
    Left = 24
    Top = 40
    Width = 300
    Height = 99
    Cursor = crHandPoint
    Picture.Data = {
      07544269746D617042000000424D42000000000000003E000000280000000100
      000001000000010001000000000004000000120B0000120B0000020000000000
      0000FFFFFF000000000000000000}
    OnClick = smartwareClick
  end
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 329
    Height = 25
    Alignment = taCenter
    AutoSize = False
    Caption = 'Im Vertrieb von'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 144
    Width = 329
    Height = 25
    Cursor = crHandPoint
    Alignment = taCenter
    AutoSize = False
    Caption = 'www.smartware.ch'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = smartwareClick
  end
  object Label3: TLabel
    Left = 8
    Top = 176
    Width = 329
    Height = 17
    Alignment = taCenter
    AutoSize = False
    Caption = 'In exklusiver Lizenz:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 192
    Width = 329
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Mediaphor Informationsgesellschaft mbh u. Co. KG'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 8
    Top = 224
    Width = 329
    Height = 17
    Alignment = taCenter
    AutoSize = False
    Caption = 'Programmautor:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 8
    Top = 240
    Width = 329
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Werner Bailer'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 240
    Top = 272
    Width = 99
    Height = 25
    Caption = '&OK'
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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