File: fieldslist.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (49 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (2)
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
46
47
48
49
object FieldsListFrm: TFieldsListFrm
  Left = 358
  Height = 271
  Top = 99
  Width = 173
  ActiveControl = BitBtnOk
  Caption = 'FieldsListFrm'
  ClientHeight = 271
  ClientWidth = 173
  OnClose = FormClose
  OnCreate = FormCreate
  LCLVersion = '1.9.0.0'
  object BitBtnOk: TBitBtn
    Left = 9
    Height = 25
    Top = 241
    Width = 75
    Anchors = [akLeft, akBottom]
    Caption = '&Create'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtnOkClick
    TabOrder = 0
  end
  object BitBtnCancel: TBitBtn
    Left = 89
    Height = 25
    Top = 241
    Width = 75
    Anchors = [akLeft, akBottom]
    Cancel = True
    Caption = 'Cancel'
    Kind = bkCancel
    ModalResult = 2
    TabOrder = 1
  end
  object ListBox1: TListBox
    Left = 0
    Height = 232
    Top = 0
    Width = 173
    Align = alTop
    Anchors = [akTop, akLeft, akRight, akBottom]
    ItemHeight = 0
    MultiSelect = True
    TabOrder = 2
  end
end