File: lr_vbnd.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 (120 lines) | stat: -rw-r--r-- 2,944 bytes parent folder | download | duplicates (10)
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
object frVBandEditorForm: TfrVBandEditorForm
  Left = 515
  Height = 195
  Top = 286
  Width = 477
  HorzScrollBar.Page = 398
  VertScrollBar.Page = 125
  ActiveControl = edtRecCount
  Caption = 'Band data sources'
  ClientHeight = 195
  ClientWidth = 477
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object GroupBox1: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = GroupBox2
    AnchorSideBottom.Control = ButtonPanel1
    Left = 6
    Height = 139
    Top = 6
    Width = 257
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    Caption = 'Bands'
    ClientHeight = 123
    ClientWidth = 255
    TabOrder = 0
    object LB1: TListBox
      Left = 0
      Height = 123
      Top = 0
      Width = 255
      HelpContext = 105
      Align = alClient
      ClickOnSelChange = False
      ItemHeight = 0
      OnClick = LB1Click
      TabOrder = 0
      TopIndex = -1
    end
  end
  object GroupBox2: TGroupBox
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 269
    Height = 84
    Top = 0
    Width = 208
    Anchors = [akTop, akRight]
    AutoSize = True
    Caption = 'Data source'
    ClientHeight = 68
    ClientWidth = 206
    TabOrder = 1
    object Label1: TLabel
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = CB1
      AnchorSideTop.Side = asrBottom
      AnchorSideBottom.Control = edtRecCount
      AnchorSideBottom.Side = asrBottom
      Left = 6
      Height = 16
      Top = 46
      Width = 84
      Anchors = [akLeft, akBottom]
      BorderSpacing.Left = 6
      Caption = '&Record count'
      ParentColor = False
    end
    object CB1: TComboBox
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = GroupBox2
      Left = 6
      Height = 29
      Top = 6
      Width = 194
      HelpContext = 88
      BorderSpacing.Around = 6
      ItemHeight = 0
      OnChange = CB1Click
      OnExit = CB1Exit
      Style = csDropDownList
      TabOrder = 0
    end
    object edtRecCount: TSpinEdit
      AnchorSideLeft.Control = Label1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = CB1
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox2
      AnchorSideRight.Side = asrBottom
      Left = 96
      Height = 21
      Top = 41
      Width = 104
      HelpContext = 95
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      OnExit = CB1Exit
      TabOrder = 1
      Value = 1
    end
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 38
    Top = 151
    Width = 465
    OKButton.Name = 'OKButton'
    HelpButton.Name = 'HelpButton'
    CloseButton.Name = 'CloseButton'
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    TabOrder = 2
    ShowButtons = [pbOK, pbCancel, pbHelp]
  end
end