File: genericlisteditor.lfm

package info (click to toggle)
lazarus 2.0.10%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 219,188 kB
  • sloc: pascal: 1,867,962; xml: 265,716; cpp: 56,595; sh: 3,005; java: 609; makefile: 568; perl: 297; sql: 222; ansic: 137
file content (45 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download | duplicates (5)
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
44
45
object GenericListEditForm: TGenericListEditForm
  Left = 452
  Height = 301
  Top = 526
  Width = 343
  ActiveControl = Memo1
  BorderIcons = [biSystemMenu]
  Caption = 'GenericListEditForm'
  ClientHeight = 301
  ClientWidth = 343
  Position = poScreenCenter
  LCLVersion = '2.1.0.0'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 29
    Top = 266
    Width = 331
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    HelpButton.Enabled = False
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
  object Memo1: TMemo
    Left = 6
    Height = 254
    Top = 6
    Width = 331
    Align = alClient
    BorderSpacing.Around = 6
    Lines.Strings = (
      ''
    )
    ScrollBars = ssAutoVertical
    TabOrder = 0
  end
end