File: unit5.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 (218 lines) | stat: -rwxr-xr-x 5,734 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
211
212
213
214
215
216
217
218
object Form5: TForm5
  Left = 586
  Height = 438
  Top = 220
  Width = 967
  ActiveControl = BitBtn1
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Nombre de points de calcul'
  ClientHeight = 438
  ClientWidth = 967
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '1.2.2.0'
  object Label1: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 10
    Height = 20
    Top = 10
    Width = 581
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Les valeurs des concentrations sont calculées pour des valeurs discrétes du volume.'
    Font.Color = clBlack
    Font.Pitch = fpVariable
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Label1
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 20
    Top = 40
    Width = 461
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'On appelle "pas" l''écart entre deux valeurs successives du volume.'
    Font.Color = clBlack
    Font.Pitch = fpVariable
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object RadioGroup1: TRadioGroup
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Label3
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 122
    Top = 70
    Width = 334
    AutoFill = True
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Choix du pas'
    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 = 100
    ClientWidth = 330
    Font.Color = clBlue
    Font.Style = [fsBold]
    ItemIndex = 0
    Items.Strings = (
      'Pas constant'
      'Pas adaptatif'
    )
    OnClick = RadioGroup1Click
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 795
    Height = 428
    Top = 10
    Width = 162
    Anchors = [akTop, akRight, akBottom]
    BorderSpacing.Top = 10
    BorderSpacing.Right = 10
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtn1Click
    TabOrder = 1
  end
  object Label4: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = RadioGroup1
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 20
    Top = 202
    Width = 158
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Nombre de points: N='
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object SpinEdit1: TSpinEdit
    AnchorSideLeft.Control = Label4
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Label4
    AnchorSideTop.Side = asrCenter
    Left = 178
    Height = 26
    Top = 199
    Width = 66
    AutoSize = False
    BorderSpacing.Left = 10
    Enabled = False
    Font.Color = clBlue
    Font.Style = [fsBold]
    MaxValue = 1000
    MinValue = 2
    ParentFont = False
    TabOrder = 2
    Value = 100
  end
  object Label2: TLabel
    AnchorSideLeft.Control = Label4
    AnchorSideTop.Control = Label4
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 20
    Top = 232
    Width = 401
    BorderSpacing.Top = 10
    Caption = 'La variation maximale du logarithme d''une concentration'
    Font.Color = clBlack
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label5: TLabel
    AnchorSideLeft.Control = Label2
    AnchorSideTop.Control = Label2
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 20
    Top = 262
    Width = 354
    BorderSpacing.Top = 10
    Caption = 'entre deux volumes successifs ne doit pas excéder:'
    Font.Color = clBlack
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Editvarmax: TEdit
    AnchorSideLeft.Control = Label5
    AnchorSideTop.Control = Label5
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 28
    Top = 292
    Width = 80
    BorderSpacing.Top = 10
    OnKeyPress = EditvarmaxKeyPress
    TabOrder = 3
  end
  object Label6: TLabel
    AnchorSideLeft.Control = Editvarmax
    AnchorSideTop.Control = Editvarmax
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 20
    Top = 330
    Width = 270
    BorderSpacing.Top = 10
    Caption = 'Mais le pas ne peut devenir inférieur à:'
    Font.Color = clBlack
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Editpasmin: TEdit
    AnchorSideLeft.Control = Label6
    AnchorSideTop.Control = Label6
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 28
    Top = 360
    Width = 80
    BorderSpacing.Top = 10
    OnKeyPress = EditpasminKeyPress
    TabOrder = 4
  end
  object Label7: TLabel
    AnchorSideLeft.Control = Editpasmin
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Editpasmin
    AnchorSideTop.Side = asrCenter
    Left = 100
    Height = 20
    Top = 364
    Width = 20
    BorderSpacing.Left = 10
    Caption = 'mL'
    ParentColor = False
  end
end