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

📄 copyrightmgr.dfm

📁 wbs43open-src.zip 数字隐藏工具
💻 DFM
字号:
object Form8: TForm8
  Left = 456
  Top = 240
  BorderStyle = bsDialog
  Caption = 'CopyrightInfo Manager'
  ClientHeight = 416
  ClientWidth = 436
  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
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 112
    Height = 13
    Caption = 'Existing Copyright Infos:'
  end
  object Label2: TLabel
    Left = 8
    Top = 120
    Width = 50
    Height = 13
    Caption = 'First Name'
  end
  object Label3: TLabel
    Left = 8
    Top = 144
    Width = 51
    Height = 13
    Caption = 'Last Name'
  end
  object Label4: TLabel
    Left = 8
    Top = 168
    Width = 44
    Height = 13
    Caption = 'Company'
  end
  object Label5: TLabel
    Left = 8
    Top = 192
    Width = 44
    Height = 13
    Caption = 'Address1'
  end
  object Label6: TLabel
    Left = 8
    Top = 264
    Width = 50
    Height = 13
    Caption = 'Date/Year'
  end
  object Label7: TLabel
    Left = 8
    Top = 296
    Width = 61
    Height = 13
    Caption = 'License Info,'
  end
  object Label8: TLabel
    Left = 8
    Top = 312
    Width = 49
    Height = 13
    Caption = 'Comments'
  end
  object Label9: TLabel
    Left = 8
    Top = 216
    Width = 44
    Height = 13
    Caption = 'Address2'
  end
  object Label10: TLabel
    Left = 8
    Top = 240
    Width = 44
    Height = 13
    Caption = 'Address3'
  end
  object ListBox1: TListBox
    Left = 8
    Top = 24
    Width = 425
    Height = 89
    ItemHeight = 13
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object Edit1: TEdit
    Left = 72
    Top = 120
    Width = 361
    Height = 21
    TabOrder = 1
    OnExit = UpdateCPI
  end
  object Edit2: TEdit
    Left = 72
    Top = 144
    Width = 361
    Height = 21
    TabOrder = 2
    OnExit = UpdateCPI
  end
  object Edit3: TEdit
    Left = 72
    Top = 168
    Width = 361
    Height = 21
    TabOrder = 3
    OnExit = UpdateCPI
  end
  object Edit4: TEdit
    Left = 72
    Top = 192
    Width = 361
    Height = 21
    TabOrder = 4
    OnExit = UpdateCPI
  end
  object Button1: TButton
    Left = 360
    Top = 384
    Width = 75
    Height = 25
    Caption = '&Close'
    TabOrder = 5
    OnClick = Button1Click
  end
  object Memo2: TMemo
    Left = 72
    Top = 288
    Width = 361
    Height = 89
    ScrollBars = ssVertical
    TabOrder = 6
    OnExit = UpdateCPI
  end
  object Button2: TButton
    Left = 8
    Top = 384
    Width = 75
    Height = 25
    Caption = '&New'
    TabOrder = 7
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 88
    Top = 384
    Width = 75
    Height = 25
    Caption = '&Delete'
    TabOrder = 8
    OnClick = Button3Click
  end
  object Edit5: TEdit
    Left = 72
    Top = 216
    Width = 361
    Height = 21
    TabOrder = 9
    OnExit = UpdateCPI
  end
  object Edit6: TEdit
    Left = 72
    Top = 240
    Width = 361
    Height = 21
    TabOrder = 10
    OnExit = UpdateCPI
  end
  object Edit7: TEdit
    Left = 72
    Top = 264
    Width = 361
    Height = 21
    TabOrder = 11
    OnExit = UpdateCPI
  end
  object Button4: TButton
    Left = 280
    Top = 384
    Width = 75
    Height = 25
    Caption = '&Help'
    TabOrder = 12
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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