selectfromlistdialog.dfm

来自「EhLib 4.2.16 中文汉化版 (Faceker.com 修改版) 」· DFM 代码 · 共 54 行

DFM
54
字号
object fSelectFromListDialog: TfSelectFromListDialog
  Left = 419
  Top = 238
  BorderStyle = bsDialog
  Caption = 'Dialog'
  ClientHeight = 199
  ClientWidth = 350
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 334
    Height = 146
    Anchors = [akLeft, akTop, akRight, akBottom]
    Shape = bsFrame
  end
  object OKBtn: TButton
    Left = 186
    Top = 167
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object CancelBtn: TButton
    Left = 266
    Top = 167
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object ListBox1: TListBox
    Left = 18
    Top = 18
    Width = 312
    Height = 126
    Anchors = [akLeft, akTop, akRight, akBottom]
    ItemHeight = 13
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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