1object MainForm: TMainForm
2  Left = 355
3  Height = 300
4  Top = 301
5  Width = 503
6  HelpContext = 0
7  Align = alNone
8  AllowDropFiles = False
9  AutoScroll = True
10  AutoSize = False
11  BorderIcons = [biSystemMenu, biMinimize, biMaximize]
12  BorderStyle = bsSizeable
13  Caption = 'Expression panel demo: quadratic function plot'
14  ChildSizing.LeftRightSpacing = 0
15  ChildSizing.TopBottomSpacing = 0
16  ChildSizing.HorizontalSpacing = 0
17  ChildSizing.VerticalSpacing = 0
18  ChildSizing.ControlsPerLine = 0
19  ClientHeight = 300
20  ClientWidth = 503
21  DockSite = False
22  DragKind = dkDrag
23  DragMode = dmManual
24  Enabled = True
25  Font.Height = 0
26  Font.Style = []
27  FormStyle = fsNormal
28  OnCreate = FormCreate
29  ParentBiDiMode = True
30  ParentFont = False
31  Position = poDesigned
32  ShowInTaskBar = stDefault
33  UseDockManager = False
34  LCLVersion = '0.9.27'
35  WindowState = wsNormal
36  object PParams: TPanel
37    Left = 0
38    Height = 32
39    Top = 0
40    Width = 503
41    HelpContext = 0
42    Align = alTop
43    Alignment = taCenter
44    AutoSize = False
45    BorderSpacing.Left = 0
46    BorderSpacing.Top = 0
47    BorderSpacing.Right = 0
48    BorderSpacing.Bottom = 0
49    BorderSpacing.Around = 0
50    BorderSpacing.CellAlignHorizontal = ccaFill
51    BorderSpacing.CellAlignVertical = ccaFill
52    BevelInner = bvNone
53    BevelOuter = bvLowered
54    BevelWidth = 1
55    BorderWidth = 0
56    BorderStyle = bsNone
57    ChildSizing.LeftRightSpacing = 0
58    ChildSizing.TopBottomSpacing = 0
59    ChildSizing.HorizontalSpacing = 0
60    ChildSizing.VerticalSpacing = 0
61    ChildSizing.ControlsPerLine = 0
62    ClientHeight = 32
63    ClientWidth = 503
64    DockSite = False
65    DragCursor = crDrag
66    DragKind = dkDrag
67    DragMode = dmManual
68    Enabled = True
69    FullRepaint = True
70    ParentColor = True
71    ParentFont = True
72    ParentShowHint = True
73    TabOrder = 0
74    TabStop = False
75    Visible = True
76    object LEA: TLabel
77      Left = 24
78      Height = 13
79      Top = 11
80      Width = 10
81      HelpContext = 0
82      Align = alNone
83      Alignment = taLeftJustify
84      AutoSize = True
85      BorderSpacing.Left = 0
86      BorderSpacing.Top = 0
87      BorderSpacing.Right = 0
88      BorderSpacing.Bottom = 0
89      BorderSpacing.Around = 0
90      BorderSpacing.CellAlignHorizontal = ccaFill
91      BorderSpacing.CellAlignVertical = ccaFill
92      Caption = 'A'
93      DragCursor = crDrag
94      DragMode = dmManual
95      Enabled = True
96      Layout = tlTop
97      ParentBidiMode = True
98      ParentColor = False
99      ParentFont = True
100      ParentShowHint = True
101      ShowAccelChar = True
102      Transparent = True
103      Visible = True
104      WordWrap = False
105      OptimalFill = False
106    end
107    object LEB: TLabel
108      Left = 128
109      Height = 13
110      Top = 8
111      Width = 8
112      HelpContext = 0
113      Align = alNone
114      Alignment = taLeftJustify
115      AutoSize = True
116      BorderSpacing.Left = 0
117      BorderSpacing.Top = 0
118      BorderSpacing.Right = 0
119      BorderSpacing.Bottom = 0
120      BorderSpacing.Around = 0
121      BorderSpacing.CellAlignHorizontal = ccaFill
122      BorderSpacing.CellAlignVertical = ccaFill
123      Caption = 'b'
124      DragCursor = crDrag
125      DragMode = dmManual
126      Enabled = True
127      Layout = tlTop
128      ParentBidiMode = True
129      ParentColor = False
130      ParentFont = True
131      ParentShowHint = True
132      ShowAccelChar = True
133      Transparent = True
134      Visible = True
135      WordWrap = False
136      OptimalFill = False
137    end
138    object LEC: TLabel
139      Left = 240
140      Height = 13
141      Top = 10
142      Width = 8
143      HelpContext = 0
144      Align = alNone
145      Alignment = taLeftJustify
146      AutoSize = True
147      BorderSpacing.Left = 0
148      BorderSpacing.Top = 0
149      BorderSpacing.Right = 0
150      BorderSpacing.Bottom = 0
151      BorderSpacing.Around = 0
152      BorderSpacing.CellAlignHorizontal = ccaFill
153      BorderSpacing.CellAlignVertical = ccaFill
154      Caption = 'c'
155      DragCursor = crDrag
156      DragMode = dmManual
157      Enabled = True
158      Layout = tlTop
159      ParentBidiMode = True
160      ParentColor = False
161      ParentFont = True
162      ParentShowHint = True
163      ShowAccelChar = True
164      Transparent = True
165      Visible = True
166      WordWrap = False
167      OptimalFill = False
168    end
169    object EA: TEdit
170      Left = 40
171      Height = 23
172      Top = 6
173      Width = 72
174      HelpContext = 0
175      Align = alNone
176      AutoSize = False
177      AutoSelect = False
178      BorderSpacing.Left = 0
179      BorderSpacing.Top = 0
180      BorderSpacing.Right = 0
181      BorderSpacing.Bottom = 0
182      BorderSpacing.Around = 0
183      BorderSpacing.CellAlignHorizontal = ccaFill
184      BorderSpacing.CellAlignVertical = ccaFill
185      CharCase = ecNormal
186      DragCursor = crDrag
187      DragMode = dmManual
188      EchoMode = emNormal
189      Enabled = True
190      MaxLength = -1
191      ParentBidiMode = True
192      ParentFont = True
193      ParentShowHint = True
194      PasswordChar = #0
195      ReadOnly = False
196      TabStop = True
197      TabOrder = 0
198      Text = '1'
199      Visible = True
200    end
201    object EB: TEdit
202      Left = 152
203      Height = 23
204      Top = 6
205      Width = 80
206      HelpContext = 0
207      Align = alNone
208      AutoSize = False
209      AutoSelect = False
210      BorderSpacing.Left = 0
211      BorderSpacing.Top = 0
212      BorderSpacing.Right = 0
213      BorderSpacing.Bottom = 0
214      BorderSpacing.Around = 0
215      BorderSpacing.CellAlignHorizontal = ccaFill
216      BorderSpacing.CellAlignVertical = ccaFill
217      CharCase = ecNormal
218      DragCursor = crDrag
219      DragMode = dmManual
220      EchoMode = emNormal
221      Enabled = True
222      MaxLength = -1
223      ParentBidiMode = True
224      ParentFont = True
225      ParentShowHint = True
226      PasswordChar = #0
227      ReadOnly = False
228      TabStop = True
229      TabOrder = 1
230      Text = '0'
231      Visible = True
232    end
233    object EC: TEdit
234      Left = 264
235      Height = 23
236      Top = 6
237      Width = 80
238      HelpContext = 0
239      Align = alNone
240      AutoSize = False
241      AutoSelect = False
242      BorderSpacing.Left = 0
243      BorderSpacing.Top = 0
244      BorderSpacing.Right = 0
245      BorderSpacing.Bottom = 0
246      BorderSpacing.Around = 0
247      BorderSpacing.CellAlignHorizontal = ccaFill
248      BorderSpacing.CellAlignVertical = ccaFill
249      CharCase = ecNormal
250      DragCursor = crDrag
251      DragMode = dmManual
252      EchoMode = emNormal
253      Enabled = True
254      MaxLength = -1
255      ParentBidiMode = True
256      ParentFont = True
257      ParentShowHint = True
258      PasswordChar = #0
259      ReadOnly = False
260      TabStop = True
261      TabOrder = 2
262      Text = '0'
263      Visible = True
264    end
265    object Button1: TButton
266      Left = 360
267      Height = 25
268      Top = 6
269      Width = 75
270      HelpContext = 0
271      Align = alNone
272      AutoSize = False
273      BorderSpacing.Left = 0
274      BorderSpacing.Top = 0
275      BorderSpacing.Right = 0
276      BorderSpacing.Bottom = 0
277      BorderSpacing.Around = 0
278      BorderSpacing.CellAlignHorizontal = ccaFill
279      BorderSpacing.CellAlignVertical = ccaFill
280      Cancel = False
281      Caption = '&Apply'
282      Default = False
283      DragCursor = crDrag
284      DragMode = dmManual
285      Enabled = True
286      ParentBidiMode = True
287      ModalResult = 0
288      OnClick = Button1Click
289      ParentFont = True
290      ParentShowHint = True
291      TabOrder = 3
292      TabStop = True
293      Visible = True
294    end
295  end
296  object Panel1: TPanel
297    Left = 0
298    Height = 268
299    Top = 32
300    Width = 503
301    HelpContext = 0
302    Align = alClient
303    Alignment = taCenter
304    AutoSize = False
305    BorderSpacing.Left = 0
306    BorderSpacing.Top = 0
307    BorderSpacing.Right = 0
308    BorderSpacing.Bottom = 0
309    BorderSpacing.Around = 0
310    BorderSpacing.CellAlignHorizontal = ccaFill
311    BorderSpacing.CellAlignVertical = ccaFill
312    BevelInner = bvNone
313    BevelOuter = bvLowered
314    BevelWidth = 1
315    BorderWidth = 0
316    BorderStyle = bsNone
317    Caption = 'Panel1'
318    ChildSizing.LeftRightSpacing = 0
319    ChildSizing.TopBottomSpacing = 0
320    ChildSizing.HorizontalSpacing = 0
321    ChildSizing.VerticalSpacing = 0
322    ChildSizing.ControlsPerLine = 0
323    DockSite = False
324    DragCursor = crDrag
325    DragKind = dkDrag
326    DragMode = dmManual
327    Enabled = True
328    FullRepaint = True
329    ParentColor = True
330    ParentFont = True
331    ParentShowHint = True
332    TabOrder = 1
333    TabStop = False
334    Visible = True
335  end
336end
337