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

📄 rzlookupform.dfm

📁 使用前请您先阅读以下条款
💻 DFM
字号:
object RzLookupForm: TRzLookupForm
  Left = 209
  Top = 123
  Width = 275
  Height = 268
  Caption = 'Enter your own caption'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PnlSelections: TPanel
    Left = 0
    Top = 47
    Width = 267
    Height = 151
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 4
    TabOrder = 2
    object LstSelections: TRzListBox
      Left = 4
      Top = 4
      Width = 259
      Height = 143
      Align = alClient
      ItemHeight = 13
      TabOrder = 0
    end
  end
  object PnlPrompt: TPanel
    Left = 0
    Top = 0
    Width = 267
    Height = 21
    Align = alTop
    Alignment = taLeftJustify
    BevelOuter = bvNone
    BorderWidth = 4
    Caption = 'Enter your selection prompt'
    TabOrder = 0
  end
  object PnlSearch: TPanel
    Left = 0
    Top = 21
    Width = 267
    Height = 26
    Align = alTop
    BevelOuter = bvNone
    BorderWidth = 4
    TabOrder = 1
    object EdtSearch: TRzEdit
      Left = 4
      Top = 4
      Width = 259
      Height = 21
      AutoSelect = False
      TabOrder = 0
      OnChange = EdtSearchChange
      OnKeyDown = EdtSearchKeyDown
    end
  end
  object PnlButtons: TRzDialogButtons
    Left = 0
    Top = 198
    Width = 267
    CaptionOk = 'OK'
    CaptionCancel = 'Cancel'
    CaptionHelp = 'Help'
    HotTrack = True
    OnClickHelp = PnlButtonsClickHelp
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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