File: unit13.lfm

package info (click to toggle)
dozzaqueux 3.35-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,620 kB
  • ctags: 1,791
  • sloc: pascal: 34,605; xml: 961; makefile: 50; sh: 32
file content (210 lines) | stat: -rwxr-xr-x 5,316 bytes parent folder | download | duplicates (5)
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
object saisieunites: Tsaisieunites
  Left = 336
  Height = 240
  Top = 195
  Width = 639
  ActiveControl = Editunitex
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Unités et labels des axes:'
  ClientHeight = 240
  ClientWidth = 639
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '1.2.2.0'
  object Label1: TLabel
    AnchorSideTop.Control = Editunitex
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Editunitex
    Left = 82
    Height = 20
    Top = 14
    Width = 270
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 10
    Caption = 'Unité à afficher sur l''axe des abscisses:'
    Font.Color = clMaroon
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    AnchorSideTop.Control = Editlabelx
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Editlabelx
    Left = 85
    Height = 20
    Top = 52
    Width = 269
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 10
    Caption = 'Label à afficher sur l''axe des abscisses:'
    Font.Color = clOlive
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    AnchorSideLeft.Control = Editunitey1
    AnchorSideTop.Control = Editunitey1
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Editunitey1
    Left = 20
    Height = 20
    Top = 90
    Width = 334
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 10
    Caption = 'Unité à afficher sur l''axe gauche des ordonnées:'
    Font.Color = clGreen
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label4: TLabel
    AnchorSideTop.Control = Editlabely1
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Editlabely1
    Left = 19
    Height = 20
    Top = 128
    Width = 333
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 10
    Caption = 'Label à afficher sur l''axe gauche des ordonnées:'
    Font.Color = clFuchsia
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label5: TLabel
    AnchorSideTop.Control = Editunitey2
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Editunitey2
    Left = 35
    Height = 20
    Top = 166
    Width = 318
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 10
    Caption = 'Unité à afficher sur l''axe droit des ordonnées:'
    Font.Color = clBlue
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label6: TLabel
    AnchorSideTop.Control = Editlabely2
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Editlabely2
    Left = 35
    Height = 20
    Top = 204
    Width = 317
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 10
    Caption = 'Label à afficher sur l''axe droit des ordonnées:'
    Font.Color = clBlue
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Editunitex: TEdit
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = BitBtn1
    Left = 362
    Height = 28
    Top = 10
    Width = 165
    Anchors = [akTop, akRight]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 20
    TabOrder = 0
  end
  object Editlabelx: TEdit
    AnchorSideTop.Control = Editunitex
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = BitBtn1
    Left = 364
    Height = 28
    Top = 48
    Width = 163
    Anchors = [akTop, akRight]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 20
    TabOrder = 1
  end
  object Editunitey1: TEdit
    AnchorSideTop.Control = Editlabelx
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = BitBtn1
    Left = 364
    Height = 28
    Top = 86
    Width = 163
    Anchors = [akTop, akRight]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 20
    TabOrder = 2
  end
  object Editlabely1: TEdit
    AnchorSideTop.Control = Editunitey1
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = BitBtn1
    AnchorSideBottom.Control = BitBtn1
    Left = 362
    Height = 28
    Top = 124
    Width = 165
    Anchors = [akTop, akRight]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 20
    TabOrder = 3
  end
  object Editunitey2: TEdit
    AnchorSideTop.Control = Editlabely1
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = BitBtn1
    Left = 363
    Height = 28
    Top = 162
    Width = 164
    Anchors = [akTop, akRight]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 20
    TabOrder = 4
  end
  object Editlabely2: TEdit
    AnchorSideTop.Control = Editunitey2
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = BitBtn1
    Left = 362
    Height = 28
    Top = 200
    Width = 165
    Anchors = [akTop, akRight]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 20
    TabOrder = 5
  end
  object BitBtn1: TBitBtn
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 547
    Height = 220
    Top = 10
    Width = 82
    Anchors = [akTop, akRight, akBottom]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 10
    BorderSpacing.Bottom = 10
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    TabOrder = 6
  end
end