root / UFUserEquation.dfm @ 3
Historique | Voir | Annoter | Télécharger (3,136 ko)
1 |
object FUserEquation: TFUserEquation |
---|---|
2 |
Left = 200 |
3 |
Top = 200 |
4 |
BorderIcons = [] |
5 |
BorderStyle = bsDialog |
6 |
Caption = 'Definition of a user equation' |
7 |
ClientHeight = 248 |
8 |
ClientWidth = 468 |
9 |
Color = clBtnFace |
10 |
Font.Charset = DEFAULT_CHARSET |
11 |
Font.Color = clWindowText |
12 |
Font.Height = -11 |
13 |
Font.Name = 'MS Sans Serif' |
14 |
Font.Style = [] |
15 |
OldCreateOrder = False |
16 |
Position = poMainFormCenter |
17 |
Scaled = False |
18 |
OnCreate = FormCreate |
19 |
PixelsPerInch = 96 |
20 |
TextHeight = 13 |
21 |
object LLongName: TLabel |
22 |
Left = 8 |
23 |
Top = 12 |
24 |
Width = 53 |
25 |
Height = 13 |
26 |
Caption = 'Long name' |
27 |
end |
28 |
object LShortName: TLabel |
29 |
Left = 8 |
30 |
Top = 36 |
31 |
Width = 54 |
32 |
Height = 13 |
33 |
Caption = 'Short name' |
34 |
end |
35 |
object LEquation: TLabel |
36 |
Left = 32 |
37 |
Top = 64 |
38 |
Width = 216 |
39 |
Height = 20 |
40 |
Caption = 'Equation = a + b X1 + c X2' |
41 |
Font.Charset = DEFAULT_CHARSET |
42 |
Font.Color = clWindowText |
43 |
Font.Height = -16 |
44 |
Font.Name = 'MS Sans Serif' |
45 |
Font.Style = [fsBold] |
46 |
ParentFont = False |
47 |
end |
48 |
object LA: TLabel |
49 |
Left = 8 |
50 |
Top = 140 |
51 |
Width = 6 |
52 |
Height = 13 |
53 |
Caption = 'a' |
54 |
end |
55 |
object LB: TLabel |
56 |
Left = 8 |
57 |
Top = 164 |
58 |
Width = 6 |
59 |
Height = 13 |
60 |
Caption = 'b' |
61 |
end |
62 |
object LC: TLabel |
63 |
Left = 8 |
64 |
Top = 188 |
65 |
Width = 6 |
66 |
Height = 13 |
67 |
Caption = 'c' |
68 |
end |
69 |
object BBOk: TBitBtn |
70 |
Left = 296 |
71 |
Top = 216 |
72 |
Width = 80 |
73 |
Height = 25 |
74 |
Caption = 'OK' |
75 |
Default = True |
76 |
ModalResult = 1 |
77 |
NumGlyphs = 2 |
78 |
TabOrder = 7 |
79 |
end |
80 |
object BBCancel: TBitBtn |
81 |
Left = 384 |
82 |
Top = 216 |
83 |
Width = 80 |
84 |
Height = 25 |
85 |
Cancel = True |
86 |
Caption = 'Cancel' |
87 |
ModalResult = 2 |
88 |
NumGlyphs = 2 |
89 |
TabOrder = 8 |
90 |
end |
91 |
object RBMass: TRadioButton |
92 |
Left = 8 |
93 |
Top = 90 |
94 |
Width = 400 |
95 |
Height = 17 |
96 |
Caption = 'Mass (X1 = P and X2 = L)' |
97 |
Checked = True |
98 |
TabOrder = 2 |
99 |
TabStop = True |
100 |
end |
101 |
object RBRatioPVV: TRadioButton |
102 |
Left = 8 |
103 |
Top = 114 |
104 |
Width = 400 |
105 |
Height = 17 |
106 |
Caption = 'Ratio (X1 = P / eBW and X2 = L / eBW)' |
107 |
TabOrder = 3 |
108 |
end |
109 |
object ELongName: TEdit |
110 |
Left = 88 |
111 |
Top = 8 |
112 |
Width = 240 |
113 |
Height = 21 |
114 |
MaxLength = 35 |
115 |
TabOrder = 0 |
116 |
end |
117 |
object VEA: TJvValidateEdit |
118 |
Left = 48 |
119 |
Top = 136 |
120 |
Width = 64 |
121 |
Height = 21 |
122 |
CriticalPoints.MaxValueIncluded = False |
123 |
CriticalPoints.MinValueIncluded = False |
124 |
DisplayFormat = dfFloat |
125 |
DecimalPlaces = 5 |
126 |
TabOrder = 4 |
127 |
end |
128 |
object VEB: TJvValidateEdit |
129 |
Left = 48 |
130 |
Top = 160 |
131 |
Width = 64 |
132 |
Height = 21 |
133 |
CriticalPoints.MaxValueIncluded = False |
134 |
CriticalPoints.MinValueIncluded = False |
135 |
DisplayFormat = dfFloat |
136 |
DecimalPlaces = 5 |
137 |
TabOrder = 5 |
138 |
end |
139 |
object VEC: TJvValidateEdit |
140 |
Left = 48 |
141 |
Top = 184 |
142 |
Width = 64 |
143 |
Height = 21 |
144 |
CriticalPoints.MaxValueIncluded = False |
145 |
CriticalPoints.MinValueIncluded = False |
146 |
DisplayFormat = dfFloat |
147 |
DecimalPlaces = 5 |
148 |
TabOrder = 6 |
149 |
end |
150 |
object EShortName: TEdit |
151 |
Left = 88 |
152 |
Top = 32 |
153 |
Width = 80 |
154 |
Height = 21 |
155 |
MaxLength = 10 |
156 |
TabOrder = 1 |
157 |
end |
158 |
end |