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

📄 shareselectdialog.dfm

📁 Last change: 2008-02-03 This is the source code of KCeasy。
💻 DFM
字号:
object ShareSelectForm: TShareSelectForm
  Left = 697
  Top = 428
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '{AppName} - Share selection'
  ClientHeight = 481
  ClientWidth = 407
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  DesignSize = (
    407
    481)
  PixelsPerInch = 96
  TextHeight = 13
  object FolderTree: TVirtualStringTree
    Left = 8
    Top = 32
    Width = 391
    Height = 308
    Anchors = [akLeft, akTop, akRight, akBottom]
    CheckImageKind = ckFlat
    DragOperations = []
    DrawSelectionMode = smBlendedRectangle
    Header.AutoSizeIndex = 0
    Header.Font.Charset = DEFAULT_CHARSET
    Header.Font.Color = clWindowText
    Header.Font.Height = -11
    Header.Font.Name = 'MS Sans Serif'
    Header.Font.Style = []
    Header.MainColumn = -1
    Header.Options = [hoColumnResize, hoDrag]
    HintAnimation = hatNone
    TabOrder = 0
    TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
    TreeOptions.MiscOptions = [toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
    OnChecked = FolderTreeChecked
    OnFreeNode = FolderTreeFreeNode
    OnGetText = FolderTreeGetText
    OnGetImageIndex = FolderTreeGetImageIndex
    OnInitChildren = FolderTreeInitChildren
    Columns = <>
  end
  object HelpStatic: TStaticText
    Left = 8
    Top = 8
    Width = 391
    Height = 17
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = 
      'Here you can specify the folders you want to share with other us' +
      'ers.'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object CancelBtn: TButton
    Left = 294
    Top = 448
    Width = 91
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object OkBtn: TButton
    Left = 24
    Top = 448
    Width = 91
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 3
    OnClick = OkBtnClick
  end
  object LegendGrp: TGroupBox
    Left = 8
    Top = 347
    Width = 391
    Height = 89
    Anchors = [akLeft, akRight, akBottom]
    Caption = 'Legend'
    TabOrder = 4
    DesignSize = (
      391
      89)
    object Legend1Label: TLabel
      Left = 40
      Top = 24
      Width = 344
      Height = 13
      Anchors = [akLeft, akTop, akRight]
      AutoSize = False
      Caption = 'Folders within this folder are shared. Click to explore.'
    end
    object Legend2Label: TLabel
      Left = 40
      Top = 48
      Width = 344
      Height = 33
      Anchors = [akLeft, akTop, akRight]
      AutoSize = False
      Caption = 
        'This folder is shared. All files in  this folder and all files y' +
        'ou add later to it are accessible by other users.'
      WordWrap = True
    end
    object Legend1Image: TImage
      Left = 16
      Top = 24
      Width = 13
      Height = 13
      AutoSize = True
      Picture.Data = {
        07544269746D617006050000424D060500000000000036040000280000000D00
        00000D0000000100080000000000D0000000120B0000120B0000020000000000
        000000000000FFFFFF0000000000000000000000000000000000000000000000
        0000000000000000000000000101010101010101010000000000000001000000
        0000000001000000000000000100000000000000010000000000000001000000
        0000000001000000000000000100000000000000010000000000000001000000
        0000000001000000000000000100000000000000010000000000000001000000
        0000000001000000000000000101010101010101010000000000000000000000
        0000000000000000000000000000000000000000000000000000}
      Proportional = True
    end
    object Legend2Image: TImage
      Left = 16
      Top = 48
      Width = 13
      Height = 13
      AutoSize = True
      Picture.Data = {
        07544269746D617006050000424D060500000000000036040000280000000D00
        00000D0000000100080000000000D0000000120B0000120B0000020000000000
        000000000000FFFFFF0000000000000000000000000000000000000000000000
        0000000000000000000000000101010101010101010000000000000001010100
        0101010101000000000000000101000000010101010000000000000001000000
        0000010101000000000000000100000100000001010000000000000001000101
        0100000001000000000000000101010101010000010000000000000001010101
        0101010001000000000000000101010101010101010000000000000000000000
        0000000000000000000000000000000000000000000000000000}
      Proportional = True
    end
  end
end

⌨️ 快捷键说明

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