~ubuntu-branches/ubuntu/trusty/dozzaqueux/trusty

« back to all changes in this revision

Viewing changes to unit5.lfm

  • Committer: Package Import Robot
  • Author(s): Georges Khaznadar
  • Date: 2014-01-05 16:33:24 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140105163324-0qqtf22rqs1oy3x5
Tags: 3.33-1
* created a working watch file and added a script to make the new package
* upgraded to the newest upstream version
* upgraded Version-Standards to 3.9.5
* removed the redundant gpl.txt.gz file

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  ClientWidth = 803
12
12
  OnCreate = FormCreate
13
13
  OnShow = FormShow
14
 
  LCLVersion = '0.9.30'
 
14
  LCLVersion = '1.0.10.0'
15
15
  object Label1: TLabel
16
16
    Left = 16
17
17
    Height = 13
18
18
    Top = 8
19
 
    Width = 417
 
19
    Width = 355
20
20
    Caption = 'Les valeurs des concentrations sont calculées pour des valeurs discrétes du volume.'
21
21
    Font.Color = clBlack
22
22
    Font.Height = 12
29
29
    Left = 16
30
30
    Height = 13
31
31
    Top = 32
32
 
    Width = 330
 
32
    Width = 282
33
33
    Caption = 'On appelle "pas" l''écart entre deux valeurs successives du volume.'
34
34
    Font.Color = clBlack
35
35
    Font.Height = 12
53
53
    ChildSizing.ShrinkVertical = crsScaleChilds
54
54
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
55
55
    ChildSizing.ControlsPerLine = 1
56
 
    ClientHeight = 291
 
56
    ClientHeight = 287
57
57
    ClientWidth = 595
58
58
    Font.Color = clBlue
59
59
    Font.Height = -13
67
67
    ParentFont = False
68
68
    TabOrder = 0
69
69
    object Label4: TLabel
70
 
      Left = 130
71
 
      Height = 17
72
 
      Top = 71
73
 
      Width = 142
 
70
      Left = 131
 
71
      Height = 18
 
72
      Top = 69
 
73
      Width = 140
74
74
      Anchors = []
75
75
      Caption = 'Nombre de points: N='
76
76
      Font.Height = -13
79
79
      ParentFont = False
80
80
    end
81
81
    object Label2: TLabel
82
 
      Left = 182
83
 
      Height = 17
84
 
      Top = 125
85
 
      Width = 369
 
82
      Left = 187
 
83
      Height = 18
 
84
      Top = 122
 
85
      Width = 358
86
86
      Anchors = []
87
87
      Caption = 'La variation maximale du logarithme d''une concentration'
88
88
      Font.Color = clBlack
92
92
      ParentFont = False
93
93
    end
94
94
    object Label5: TLabel
95
 
      Left = 182
96
 
      Height = 17
97
 
      Top = 147
98
 
      Width = 336
 
95
      Left = 193
 
96
      Height = 18
 
97
      Top = 144
 
98
      Width = 315
99
99
      Anchors = []
100
100
      Caption = 'entre deux volumes successifs ne doit pas excéder:'
101
101
      Font.Color = clBlack
105
105
      ParentFont = False
106
106
    end
107
107
    object Label6: TLabel
108
 
      Left = 222
109
 
      Height = 17
110
 
      Top = 213
111
 
      Width = 255
 
108
      Left = 228
 
109
      Height = 18
 
110
      Top = 209
 
111
      Width = 243
112
112
      Anchors = []
113
113
      Caption = 'Mais le pas ne peut devenir inférieur à:'
114
114
      Font.Color = clBlack
118
118
      ParentFont = False
119
119
    end
120
120
    object Label7: TLabel
121
 
      Left = 382
122
 
      Height = 17
123
 
      Top = 235
124
 
      Width = 19
 
121
      Left = 381
 
122
      Height = 18
 
123
      Top = 231
 
124
      Width = 20
125
125
      Anchors = []
126
126
      Caption = 'mL'
127
127
      ParentColor = False
129
129
    object SpinEdit1: TSpinEdit
130
130
      Left = 278
131
131
      Height = 26
132
 
      Top = 66
 
132
      Top = 65
133
133
      Width = 66
134
134
      Anchors = []
135
135
      AutoSize = False
144
144
    end
145
145
    object Editvarmax: TEdit
146
146
      Left = 294
147
 
      Height = 24
148
 
      Top = 179
 
147
      Height = 25
 
148
      Top = 176
149
149
      Width = 80
150
150
      Anchors = []
 
151
      OnKeyPress = EditvarmaxKeyPress
151
152
      TabOrder = 4
152
153
    end
153
154
    object Editpasmin: TEdit
154
155
      Left = 282
155
 
      Height = 24
156
 
      Top = 233
 
156
      Height = 25
 
157
      Top = 230
157
158
      Width = 80
158
159
      Anchors = []
 
160
      OnKeyPress = EditpasminKeyPress
159
161
      TabOrder = 5
160
162
    end
161
163
  end