File: landmarks.lfm

package info (click to toggle)
mricron 0.20140804.1~dfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,480 kB
  • ctags: 8,011
  • sloc: pascal: 114,853; sh: 49; makefile: 32
file content (91 lines) | stat: -rwxr-xr-x 1,974 bytes parent folder | download | duplicates (4)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
object AnatForm: TAnatForm
  Left = 400
  Height = 27
  Top = 606
  Width = 438
  BorderStyle = bsDialog
  Caption = 'Landmarks'
  ClientHeight = 27
  ClientWidth = 438
  Constraints.MaxHeight = 27
  Constraints.MaxWidth = 438
  Constraints.MinHeight = 27
  Constraints.MinWidth = 438
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  FormStyle = fsStayOnTop
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object ToolBar1: TToolBar
    Left = 0
    Height = 29
    Top = 0
    Width = 438
    ButtonHeight = 21
    Caption = 'ToolBar1'
    Font.Name = 'MS Sans Serif'
    ParentFont = False
    TabOrder = 0
    object OpenBtn: TSpeedButton
      Left = 1
      Height = 21
      Top = 2
      Width = 56
      Caption = 'Open'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = OpenBtnClick
    end
    object SaveBtn: TSpeedButton
      Left = 57
      Height = 21
      Top = 2
      Width = 56
      Caption = 'Save'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = SaveBtnClick
    end
    object ComboBox1: TComboBox
      Left = 113
      Height = 24
      Top = 2
      Width = 145
      DropDownCount = 24
      ItemHeight = 16
      OnChange = ComboBox1Change
      Style = csDropDownList
      TabOrder = 0
    end
    object AddBtn: TSpeedButton
      Left = 258
      Height = 21
      Top = 2
      Width = 56
      Caption = 'Add'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = AddBtnClick
    end
    object UpdateBtn: TSpeedButton
      Left = 314
      Height = 21
      Top = 2
      Width = 56
      Caption = 'Update'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = UpdateBtnClick
    end
    object DeleteBtn: TSpeedButton
      Left = 370
      Height = 21
      Top = 2
      Width = 56
      Caption = 'Delete'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = DeleteBtnClick
    end
  end
end