first_cpim.dfm

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

DFM
71
字号
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 + =
减小字号Ctrl + -
显示快捷键?