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

📄 unit2.dfm

📁 KSDev.VirtualSream.v1.01.rar 虚拟文件系统,
💻 DFM
字号:
object frmCreate: TfrmCreate
  Left = 436
  Top = 252
  BorderStyle = bsDialog
  Caption = 'Create Virtual Stream Storage'
  ClientHeight = 211
  ClientWidth = 508
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Shell Dlg 2'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 49
    Height = 13
    Caption = 'File name:'
  end
  object Edit1: TEdit
    Left = 8
    Top = 24
    Width = 369
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 384
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Browse...'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 158
    Top = 174
    Width = 75
    Height = 25
    Caption = 'Create'
    Enabled = False
    ModalResult = 1
    TabOrder = 2
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 52
    Width = 485
    Height = 59
    Caption = 'Compression'
    TabOrder = 3
    object Label2: TLabel
      Left = 142
      Top = 26
      Width = 90
      Height = 13
      Caption = 'Compressing level:'
    end
    object ComboBox1: TComboBox
      Left = 234
      Top = 20
      Width = 145
      Height = 21
      Style = csDropDownList
      Enabled = False
      ItemHeight = 13
      ItemIndex = 2
      TabOrder = 0
      Text = 'Default'
      Items.Strings = (
        'None'
        'Fastest'
        'Default'
        'Max')
    end
    object CheckBox1: TCheckBox
      Left = 14
      Top = 24
      Width = 97
      Height = 17
      Caption = 'Enabled'
      TabOrder = 1
      OnClick = CheckBox1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 114
    Width = 487
    Height = 47
    Caption = 'Dimension'
    TabOrder = 4
    object Label3: TLabel
      Left = 8
      Top = 20
      Width = 110
      Height = 13
      Caption = 'Max storage size (Mb):'
    end
    object ComboBox2: TComboBox
      Left = 122
      Top = 16
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 0
      Text = '64'
      Items.Strings = (
        '64'
        '128'
        '256'
        '512'
        '1024'
        '2048')
    end
  end
  object Button3: TButton
    Left = 238
    Top = 174
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 5
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'vs'
    Filter = 'Vistual Stream file|*.vs'
    Left = 294
    Top = 134
  end
end

⌨️ 快捷键说明

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