File: saisiegr.lfm

package info (click to toggle)
optgeo 2.25-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 6,948 kB
  • sloc: pascal: 58,877; xml: 63; makefile: 58
file content (164 lines) | stat: -rw-r--r-- 3,931 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
object saisiegrille: Tsaisiegrille
  Left = 537
  Height = 241
  Top = 118
  Width = 340
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Propriétés de la grille'
  ClientHeight = 241
  ClientWidth = 340
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '1.6.0.4'
  object GroupBox1: TGroupBox
    Left = 8
    Height = 105
    Top = 8
    Width = 225
    Caption = 'Pas de la grille'
    ClientHeight = 83
    ClientWidth = 221
    TabOrder = 0
    object StaticText1: TLabel
      AnchorSideLeft.Control = GroupBox1
      AnchorSideTop.Control = GroupBox1
      Left = 10
      Height = 17
      Top = 10
      Width = 94
      BorderSpacing.Left = 10
      BorderSpacing.Top = 10
      Caption = 'Pas horizontal='
      ParentColor = False
    end
    object StaticText2: TLabel
      AnchorSideLeft.Control = GroupBox1
      AnchorSideBottom.Control = GroupBox1
      AnchorSideBottom.Side = asrBottom
      Left = 10
      Height = 17
      Top = 56
      Width = 78
      Anchors = [akTop, akLeft, akBottom]
      BorderSpacing.Left = 10
      BorderSpacing.Bottom = 10
      Caption = 'Pas vertical='
      ParentColor = False
    end
    object log1: TLabel
      AnchorSideLeft.Control = editpash
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = editpash
      AnchorSideTop.Side = asrCenter
      Left = 185
      Height = 17
      Top = 10
      Width = 26
      Caption = 'log1'
      ParentColor = False
    end
    object log2: TLabel
      AnchorSideLeft.Control = Editpasv
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Editpasv
      AnchorSideTop.Side = asrCenter
      Left = 169
      Height = 17
      Top = 56
      Width = 26
      Caption = 'log2'
      ParentColor = False
    end
    object editpash: TEdit
      AnchorSideLeft.Control = StaticText1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText1
      AnchorSideTop.Side = asrCenter
      Left = 104
      Height = 25
      Top = 6
      Width = 81
      TabOrder = 0
    end
    object Editpasv: TEdit
      AnchorSideLeft.Control = StaticText2
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText2
      AnchorSideTop.Side = asrCenter
      Left = 88
      Height = 25
      Top = 52
      Width = 81
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Height = 56
    Top = 176
    Width = 225
    Caption = 'Attraction de la grille'
    ClientHeight = 34
    ClientWidth = 221
    TabOrder = 1
    object cocheattraction: TCheckBox
      AnchorSideLeft.Control = GroupBox2
      AnchorSideLeft.Side = asrCenter
      AnchorSideTop.Control = GroupBox2
      AnchorSideTop.Side = asrCenter
      Left = 68
      Height = 21
      Top = 7
      Width = 84
      Caption = 'Attraction'
      TabOrder = 0
    end
  end
  object GroupBox3: TGroupBox
    Left = 8
    Height = 49
    Top = 120
    Width = 225
    Caption = 'Afficher la grille'
    ClientHeight = 27
    ClientWidth = 221
    TabOrder = 2
    object cocheafficher: TCheckBox
      AnchorSideLeft.Control = GroupBox3
      AnchorSideLeft.Side = asrCenter
      AnchorSideTop.Control = GroupBox3
      AnchorSideTop.Side = asrCenter
      Left = 76
      Height = 21
      Top = 3
      Width = 69
      Caption = 'Afficher'
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 241
    Height = 157
    Top = 14
    Width = 96
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtn1Click
    TabOrder = 3
  end
  object BitBtn2: TBitBtn
    Left = 241
    Height = 47
    Top = 185
    Width = 95
    Cancel = True
    Caption = 'Annuler'
    Kind = bkCancel
    ModalResult = 2
    TabOrder = 4
  end
end