File: Unit18.lfm

package info (click to toggle)
optgeo 2.25-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,960 kB
  • sloc: pascal: 58,875; xml: 63; makefile: 58
file content (65 lines) | stat: -rw-r--r-- 1,709 bytes parent folder | download | duplicates (3)
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
object saisiecouleurrayondefaut: Tsaisiecouleurrayondefaut
  Left = 200
  Height = 192
  Top = 108
  Width = 294
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Couleur par défaut'
  ClientHeight = 192
  ClientWidth = 294
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '1.6.0.4'
  object RadioGroup1: TRadioGroup
    Left = 16
    Height = 177
    Top = 8
    Width = 113
    AutoFill = True
    Caption = 'Couleur'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 155
    ClientWidth = 109
    ItemIndex = 0
    Items.Strings = (
      'Rouge'
      'Vert'
      'Bleu'
      'Blanc'
    )
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    AnchorSideLeft.Control = RadioGroup1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 139
    Height = 172
    Top = 10
    Width = 145
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    BorderSpacing.Right = 10
    BorderSpacing.Bottom = 10
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtn1Click
    TabOrder = 1
  end
end