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

📄 ac3rdpartyeditor.dfm

📁 I mComputermaster programmisDelphi+pascal
💻 DFM
字号:
object Form3rdPartyEditor: TForm3rdPartyEditor
  Left = 280
  Top = 182
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '3rd-party controls names'
  ClientHeight = 552
  ClientWidth = 640
  Color = clBtnFace
  Constraints.MinHeight = 140
  Constraints.MinWidth = 440
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object sBitBtn2: TsSpeedButton
    Left = 26
    Top = 511
    Width = 75
    Height = 25
    Caption = 'Add new'
    OnClick = sBitBtn2Click
    SkinData.SkinSection = 'BUTTON'
  end
  object sBitBtn3: TsSpeedButton
    Left = 166
    Top = 511
    Width = 67
    Height = 25
    Caption = 'Delete'
    OnClick = sBitBtn3Click
    SkinData.SkinSection = 'BUTTON'
  end
  object sSpeedButton1: TsSpeedButton
    Left = 106
    Top = 511
    Width = 55
    Height = 25
    Caption = 'Edit'
    Enabled = False
    OnClick = sSpeedButton1Click
    SkinData.SkinSection = 'BUTTON'
  end
  object sSpeedButton2: TsSpeedButton
    Left = 418
    Top = 228
    Width = 29
    Height = 29
    Hint = 'Add to list'
    Caption = '+'
    Enabled = False
    Flat = True
    OnClick = sSpeedButton2Click
    SkinData.SkinSection = 'SPEEDBUTTON'
  end
  object sSpeedButton3: TsSpeedButton
    Left = 418
    Top = 276
    Width = 29
    Height = 29
    Hint = 'Remove from list'
    Caption = '-'
    Enabled = False
    Flat = True
    OnClick = sSpeedButton3Click
    SkinData.SkinSection = 'SPEEDBUTTON'
  end
  object sBitBtn4: TsSpeedButton
    Left = 238
    Top = 511
    Width = 111
    Height = 25
    Caption = 'Default settings'
    OnClick = sBitBtn4Click
    SkinData.SkinSection = 'BUTTON'
  end
  object sSpeedButton4: TsSpeedButton
    Left = 365
    Top = 511
    Width = 85
    Height = 25
    Caption = 'Save to file'
    Flat = True
    OnClick = sSpeedButton4Click
    SkinData.SkinSection = 'SPEEDBUTTON'
  end
  object sSpeedButton5: TsSpeedButton
    Left = 455
    Top = 511
    Width = 85
    Height = 25
    Caption = 'Load from file'
    Flat = True
    OnClick = sSpeedButton5Click
    SkinData.SkinSection = 'SPEEDBUTTON'
  end
  object sSpeedButton6: TsSpeedButton
    Left = 457
    Top = 472
    Width = 161
    Height = 29
    Hint = 'Remove all rows from list'
    Caption = 'Clear all'
    Flat = True
    OnClick = sSpeedButton6Click
    SkinData.SkinSection = 'SPEEDBUTTON'
  end
  object sListView1: TsListView
    Left = 24
    Top = 24
    Width = 385
    Height = 478
    BoundLabel.Active = True
    BoundLabel.Caption = 
      'List of controls which will be skinned automatically (register s' +
      'ensitive):'
    BoundLabel.Indent = 2
    BoundLabel.Layout = sclTopLeft
    BoundLabel.MaxWidth = 0
    BoundLabel.UseSkinColor = True
    SkinData.SkinSection = 'EDIT'
    Columns = <
      item
        Caption = 'Control class name'
        Width = 200
      end
      item
        AutoSize = True
        Caption = 'Type of skin'
      end>
    HideSelection = False
    MultiSelect = True
    ReadOnly = True
    RowSelect = True
    PopupMenu = PopupMenu1
    SortType = stText
    TabOrder = 0
    ViewStyle = vsReport
    OnChange = sListView1Change
    OnColumnClick = sListView1ColumnClick
  end
  object sBitBtn1: TsBitBtn
    Left = 556
    Top = 511
    Width = 59
    Height = 25
    Cancel = True
    Caption = 'Exit'
    TabOrder = 1
    OnClick = sBitBtn1Click
    SkinData.SkinSection = 'BUTTON'
  end
  object sListBox1: TsListBox
    Left = 456
    Top = 24
    Width = 161
    Height = 438
    AutoCompleteDelay = 500
    BoundLabel.Active = True
    BoundLabel.Caption = 'Predefined controls sets :'
    BoundLabel.Indent = 0
    BoundLabel.Layout = sclTopLeft
    BoundLabel.MaxWidth = 0
    BoundLabel.UseSkinColor = True
    SkinData.SkinSection = 'EDIT'
    ItemHeight = 13
    Items.Strings = (
      'Standard VCL'
      'Standard DB-aware'
      'TNT Controls'
      'Woll2Woll'
      'Virtual Controls'
      'EhLib'
      'FastReport'
      'RXLib'
      'JvEdits'
      'TMS edits'
      'SynEdits'
      'mxEdits'
      'RichViews'
      'Raize')
    TabOrder = 2
    OnClick = sListBox1Click
  end
  object sSkinProvider1: TsSkinProvider
    SkinData.SkinSection = 'FORM'
    TitleButtons = <>
    Left = 368
    Top = 16
  end
  object PopupMenu1: TPopupMenu
    Left = 420
    Top = 16
    object Addnew1: TMenuItem
      Caption = 'Add new'
      ShortCut = 45
      OnClick = sBitBtn2Click
    end
    object Delete1: TMenuItem
      Caption = 'Delete'
      ShortCut = 46
      OnClick = sBitBtn3Click
    end
    object Defaultsettings1: TMenuItem
      Caption = 'Default settings'
      OnClick = sBitBtn4Click
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object Exit1: TMenuItem
      Caption = 'Exit'
      ShortCut = 27
      OnClick = sBitBtn1Click
    end
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'ini'
    Filter = 'Ini-files (*.ini)|*.ini|All files|*.*'
    Left = 420
    Top = 452
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'ini'
    Filter = 'Ini-files (*.ini)|*.ini|All files|*.*'
    Left = 420
    Top = 484
  end
end

⌨️ 快捷键说明

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