File: objectinspector.lfm

package info (click to toggle)
lazarus 0.9.30.4-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 114,420 kB
  • sloc: pascal: 1,108,945; xml: 249,481; makefile: 120,941; sh: 2,651; perl: 395; sql: 174; ansic: 137
file content (43 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
object ObjectInspectorDlg: TObjectInspectorDlg
  Left = 292
  Height = 669
  Top = 175
  Width = 275
  BorderStyle = bsSizeToolWin
  Caption = 'ObjectInspectorDlg'
  ClientHeight = 669
  ClientWidth = 275
  KeyPreview = True
  OnResize = ObjectInspectorResize
  LCLVersion = '0.9.29'
  object StatusBar: TStatusBar
    Left = 0
    Height = 23
    Top = 646
    Width = 275
    Panels = <    
      item
        Width = 100
      end    
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object AvailPersistentComboBox: TComboBox
    Left = 0
    Height = 21
    Top = 0
    Width = 275
    Align = alTop
    ItemHeight = 13
    OnCloseUp = AvailComboBoxCloseUp
    Style = csDropDownList
    TabOrder = 0
  end
  object MainPopupMenu: TPopupMenu
    OnPopup = OnMainPopupMenuPopup
    left = 8
    top = 11
  end
end