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

📄 first_cpim.dfm

📁 wbs43open-src.zip 数字隐藏工具
💻 DFM
字号:
object Form10: TForm10
  Left = 316
  Top = 268
  BorderStyle = bsDialog
  Caption = 'Select Path for Copyright Info Files'
  ClientHeight = 248
  ClientWidth = 413
  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 DriveComboBox1: TDriveComboBox
    Left = 8
    Top = 72
    Width = 401
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 0
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 8
    Top = 96
    Width = 401
    Height = 113
    ItemHeight = 16
    TabOrder = 2
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 409
    Height = 49
    BorderStyle = bsNone
    Color = clBtnFace
    Lines.Strings = (
      
        'You are running the Copyright Information Manger for the first t' +
        'ime.'
      
        'Please specify where you want to save the files containing copyr' +
        'ight information.')
    ReadOnly = True
    TabOrder = 1
  end
  object Button1: TButton
    Left = 312
    Top = 216
    Width = 99
    Height = 25
    Caption = '&OK'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 8
    Top = 216
    Width = 91
    Height = 25
    Caption = '&Help'
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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