seditadaptor.dfm

来自「Alpha Controls 界面控件包」· DFM 代码 · 共 73 行

DFM
73
字号
object sAdaptorEditForm: TsAdaptorEditForm
  Left = 192
  Top = 106
  BorderStyle = bsDialog
  Caption = 'Controls adaptor customizer'
  ClientHeight = 250
  ClientWidth = 327
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object sListBox1: TsAlphaListBox
    Left = 15
    Top = 17
    Width = 193
    Height = 191
    Anchors = [akLeft, akTop, akRight, akBottom]
    ItemHeight = 13
    TabOrder = 0
  end
  object sButton1: TsButton
    Left = 231
    Top = 19
    Width = 75
    Height = 25
    Caption = 'Insert all'
    TabOrder = 1
  end
  object sButton2: TsButton
    Left = 231
    Top = 46
    Width = 75
    Height = 25
    Caption = 'Delete'
    TabOrder = 2
  end
  object sButton3: TsButton
    Left = 232
    Top = 146
    Width = 75
    Height = 25
    Caption = 'Ok'
    TabOrder = 3
  end
  object sEdit1: TsEdit
    Left = 81
    Top = 218
    Width = 124
    Height = 21
    TabOrder = 4
    Anchors = [akRight, akBottom]
  end
  object sButton4: TsButton
    Left = 232
    Top = 174
    Width = 75
    Height = 25
    Caption = 'Cancel'
    TabOrder = 6
  end
  object sSkinProvider1: TsSkinProvider
    GripMode = gmRightBottom
    TitleButtons = <>
    Left = 233
    Top = 12
  end
end

⌨️ 快捷键说明

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