Menu

[327ada]: / Source / VCL / ClassBrowsing / CodeCompletionForm.dfm  Maximize  Restore  History

Download this file

90 lines (89 with data), 2.5 kB

object CodeComplForm: TCodeComplForm
  Left = 332
  Top = 305
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 230
  ClientWidth = 472
  Color = clDefault
  CustomTitleBar.Enabled = True
  CustomTitleBar.SystemHeight = False
  CustomTitleBar.ShowCaption = False
  CustomTitleBar.ShowIcon = False
  CustomTitleBar.SystemColors = False
  CustomTitleBar.SystemButtons = False
  CustomTitleBar.BackgroundColor = clWhite
  CustomTitleBar.ForegroundColor = 65793
  CustomTitleBar.InactiveBackgroundColor = clWhite
  CustomTitleBar.InactiveForegroundColor = 10066329
  CustomTitleBar.ButtonForegroundColor = 65793
  CustomTitleBar.ButtonBackgroundColor = clWhite
  CustomTitleBar.ButtonHoverForegroundColor = 65793
  CustomTitleBar.ButtonHoverBackgroundColor = 16053492
  CustomTitleBar.ButtonPressedForegroundColor = 65793
  CustomTitleBar.ButtonPressedBackgroundColor = 15395562
  CustomTitleBar.ButtonInactiveForegroundColor = 10066329
  CustomTitleBar.ButtonInactiveBackgroundColor = clWhite
  Constraints.MinHeight = 128
  Constraints.MinWidth = 256
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Courier New'
  Font.Style = []
  FormStyle = fsStayOnTop
  GlassFrame.Enabled = True
  GlassFrame.Top = 1
  KeyPreview = True
  OldCreateOrder = False
  StyleElements = [seFont]
  OnDeactivate = FormDeactivate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 472
    Height = 230
    Align = alClient
    Shape = bsFrame
    ExplicitLeft = 208
    ExplicitTop = 88
    ExplicitWidth = 50
    ExplicitHeight = 50
  end
  object lbCompletion: TListBox
    AlignWithMargins = True
    Left = 5
    Top = 5
    Width = 462
    Height = 220
    Margins.Left = 5
    Margins.Top = 5
    Margins.Right = 5
    Margins.Bottom = 5
    Style = lbOwnerDrawFixed
    AutoComplete = False
    Align = alClient
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    ExtendedSelect = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    StyleElements = [seFont, seBorder]
    OnDblClick = lbCompletionDblClick
    OnDrawItem = lbCompletionDrawItem
    OnKeyPress = lbCompletionKeyPress
    ExplicitLeft = 8
    ExplicitTop = -2
    ExplicitWidth = 466
    ExplicitHeight = 224
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.