File: fraparams.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (56 lines) | stat: -rw-r--r-- 1,188 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
44
45
46
47
48
49
50
51
52
53
54
55
56
object fraParams: TfraParams
  Left = 0
  Height = 288
  Top = 0
  Width = 569
  ClientHeight = 288
  ClientWidth = 569
  TabOrder = 0
  DesignLeft = 573
  DesignTop = 289
  object SGParams: TStringGrid
    Left = 0
    Height = 288
    Top = 0
    Width = 569
    Align = alClient
    AutoFillColumns = True
    ColCount = 4
    Columns = <    
      item
        ReadOnly = True
        SizePriority = 0
        Title.Caption = 'Name'
        Width = 160
      end    
      item
        ButtonStyle = cbsPickList
        SizePriority = 0
        Title.Caption = 'Data type'
        Width = 120
      end    
      item
        ButtonStyle = cbsCheckboxColumn
        SizePriority = 0
        Title.Caption = 'Null'
        Width = 60
      end    
      item
        SizePriority = 2
        Title.Caption = 'Value'
        Width = 227
      end>
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goSmoothScroll]
    RowCount = 1
    TabOrder = 0
    OnEditingDone = SGParamsEditingDone
    OnSetEditText = SGParamsSetEditText
    ColWidths = (
      160
      120
      60
      227
    )
  end
end