File: Main.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (760 lines) | stat: -rw-r--r-- 25,069 bytes parent folder | download | duplicates (2)
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
object frmMain: TfrmMain
  Left = 319
  Height = 503
  Top = 133
  Width = 997
  Caption = 'frmMain'
  ClientHeight = 503
  ClientWidth = 997
  OnCreate = FormCreate
  ShowHint = True
  LCLVersion = '1.9.0.0'
  object pnlParams: TPanel
    Left = 8
    Height = 487
    Top = 8
    Width = 400
    Align = alLeft
    BorderSpacing.Around = 8
    BevelOuter = bvNone
    ClientHeight = 487
    ClientWidth = 400
    TabOrder = 0
    object PageControl1: TPageControl
      Left = 0
      Height = 487
      Top = 0
      Width = 400
      ActivePage = TabSheet1
      Align = alClient
      TabIndex = 0
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = 'Preparation'
        ClientHeight = 459
        ClientWidth = 392
        object gbDataGeneration: TGroupBox
          Left = 4
          Height = 157
          Top = 4
          Width = 384
          Align = alTop
          AutoSize = True
          BorderSpacing.Around = 4
          Caption = ' Data generation '
          ClientHeight = 137
          ClientWidth = 380
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 0
          object btnSave: TSpeedButton
            AnchorSideTop.Control = edNoiseY
            AnchorSideRight.Control = cbTestFunction
            AnchorSideRight.Side = asrBottom
            Left = 349
            Height = 22
            Hint = 'Export data to verify fit with other software'
            Top = 31
            Width = 23
            Anchors = [akTop, akRight]
            Glyph.Data = {
              36040000424D3604000000000000360000002800000010000000100000000100
              2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
              FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
              FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF006E01
              4A0066004445650043C60404048A0404048A0404048A0404048A0404048A0404
              048A650043C6650043C6650043C6650043C666004494FFFFFF00FFFFFF006F01
              4B416E014ABA9B4880EFB9ABABFFB16598FFB16598FFB5A7A7FFB5A7A7FFB9AB
              ABFFB16598FFC377AAFFC074A7FFD68ABDFF6E014ABAFFFFFF00FFFFFF007702
              50ADD488BBFFAD6194FFBAB1B1FFAD6194FFAD6194FFB1A8A8FFB1A8A8FFBAB1
              B1FFAD6194FFC377AAFFB86C9FFFD88CBFFF770250ADFFFFFF00FFFFFF007B02
              53A8D286B9FFA95D90FFC0BBBBFF95497CFF95497CFFB7B2B2FFB7B2B2FFC0BB
              BBFFA95D90FFC377AAFFB06497FFDA8EC1FF7B0253A8FFFFFF00FFFFFF007E02
              55A4D589BCFFA5598CFFC8C7C7FFC3C2C2FFC3C2C2FFC3C2C2FFC3C2C2FFC8C7
              C7FFA5598CFFC377AAFFA85C8FFFDD91C4FF7E0255A4FFFFFF00FFFFFF008002
              57A0D98DC0FFA25689FFA15588FFA15588FFA15588FFA15588FFA15588FFA155
              88FFA25689FFA25689FFA25689FFE195C8FF800257A0FFFFFF00FFFFFF008302
              599DDC90C3FFD387BAFFD387BAFFD387BAFFD387BAFFD387BAFFD387BAFFD387
              BAFFD387BAFFD387BAFFD387BAFFDC90C3FF8302599DFFFFFF00FFFFFF008502
              5A9AE094C7FFF0DDDEFFF4F4E4FFF4F4E4FFF4F4E4FFF4F4E4FFF4F4E4FFF4F4
              E4FFF4F4E4FFF4F4E4FFF0DDDEFFE094C7FF85025A9AFFFFFF00FFFFFF008702
              5C97E397CAFFF6F6E9FFECECDFFFECECDFFFECECDFFFECECDFFFECECDFFFECEC
              DFFFECECDFFFECECDFFFF6F6E9FFE397CAFF87025C97FFFFFF00FFFFFF008A03
              5E94E69ACDFFF8F8EFFFF1F1E7FFF1F1E7FFF1F1E7FFF1F1E7FFF1F1E7FFF1F1
              E7FFF1F1E7FFF1F1E7FFF8F8EFFFE69ACDFF8A035E94FFFFFF00FFFFFF008C03
              5F91EA9ED1FFFBFBF5FFF6F6F0FFF6F6F0FFF6F6F0FFF6F6F0FFF6F6F0FFF6F6
              F0FFF6F6F0FFF6F6F0FFFBFBF5FFEA9ED1FF8C035F91FFFFFF00FFFFFF008D03
              608FECA0D3FFFEFEFBFFFBFBF8FFFBFBF8FFFBFBF8FFFBFBF8FFFBFBF8FFFBFB
              F8FFFBFBF8FFFBFBF8FFFEFEFBFFECA0D3FF8D03608FFFFFFF00FFFFFF008F03
              618DF2A6D9FFFFFFFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFEFFFFFF
              FEFFFFFFFEFFFFFFFEFFFFFFFFFFF2A6D9FF8F03618DFFFFFF00FFFFFF009003
              62689003628B7F7F55667F7F55667F7F55667F7F55667F7F55667F7F55667F7F
              55667F7F55667F7F55667F7F55669003628B90036268FFFFFF00FFFFFF00FFFF
              FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
              FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
            }
            OnClick = btnSaveClick
          end
          object cbTestFunction: TComboBox
            AnchorSideLeft.Control = lblTestFunction
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = gbDataGeneration
            AnchorSideRight.Control = gbDataGeneration
            AnchorSideRight.Side = asrBottom
            Left = 101
            Height = 23
            Hint = 'Select a dataset for fitting'
            Top = 4
            Width = 271
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 16
            BorderSpacing.Top = 4
            BorderSpacing.Right = 8
            ItemHeight = 15
            OnSelect = cbTestFunctionSelect
            ParentFont = False
            Style = csDropDownList
            TabOrder = 0
          end
          object lblTestFunction: TLabel
            AnchorSideLeft.Control = gbDataGeneration
            AnchorSideTop.Control = cbTestFunction
            AnchorSideTop.Side = asrCenter
            Left = 16
            Height = 15
            Top = 8
            Width = 69
            BorderSpacing.Left = 16
            Caption = 'Test function'
            ParentColor = False
            ParentFont = False
          end
          object lblOfRange: TLabel
            AnchorSideLeft.Control = edNoiseY
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = edNoiseY
            AnchorSideTop.Side = asrCenter
            Left = 175
            Height = 15
            Top = 35
            Width = 64
            BorderSpacing.Left = 8
            Caption = '% of y value'
            ParentColor = False
            ParentFont = False
          end
          object lblNoiseY: TLabel
            AnchorSideLeft.Control = lblTestFunction
            AnchorSideTop.Control = edNoiseY
            AnchorSideTop.Side = asrCenter
            Left = 16
            Height = 15
            Top = 35
            Width = 75
            Caption = 'Standard error'
            ParentColor = False
            ParentFont = False
          end
          object edNoiseY: TFloatSpinEdit
            AnchorSideLeft.Control = cbTestFunction
            AnchorSideTop.Control = cbTestFunction
            AnchorSideTop.Side = asrBottom
            Left = 101
            Height = 23
            Top = 31
            Width = 66
            BorderSpacing.Top = 4
            DecimalPlaces = 0
            MinValue = 0
            OnChange = edNoiseYChange
            ParentFont = False
            TabOrder = 1
            Value = 10
          end
          object EdPointsCount: TSpinEdit
            AnchorSideLeft.Control = cbTestFunction
            AnchorSideTop.Control = edNoiseY
            AnchorSideTop.Side = asrBottom
            Left = 101
            Height = 23
            Top = 58
            Width = 66
            BorderSpacing.Top = 4
            BorderSpacing.Bottom = 8
            MaxValue = 65535
            MinValue = 1
            OnChange = EdPointsCountChange
            ParentFont = False
            TabOrder = 2
            Value = 100
          end
          object lblNoiseY1: TLabel
            AnchorSideLeft.Control = lblTestFunction
            AnchorSideTop.Control = EdPointsCount
            AnchorSideTop.Side = asrCenter
            Left = 16
            Height = 15
            Top = 62
            Width = 67
            Caption = 'Points count'
            ParentColor = False
            ParentFont = False
          end
          object Bevel1: TBevel
            AnchorSideLeft.Control = gbDataGeneration
            AnchorSideTop.Control = EdPointsCount
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = gbDataGeneration
            AnchorSideRight.Side = asrBottom
            Left = 8
            Height = 8
            Top = 89
            Width = 364
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 8
            BorderSpacing.Right = 8
            Shape = bsTopLine
          end
          object BtnLoad: TButton
            AnchorSideLeft.Control = lblTestFunction
            AnchorSideTop.Control = Label1
            AnchorSideTop.Side = asrCenter
            Left = 16
            Height = 25
            Top = 100
            Width = 61
            AutoSize = True
            BorderSpacing.Bottom = 12
            Caption = 'Load...'
            OnClick = BtnLoadClick
            ParentFont = False
            TabOrder = 3
          end
          object Label1: TLabel
            AnchorSideLeft.Control = BtnLoad
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = Bevel1
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = gbDataGeneration
            AnchorSideRight.Side = asrBottom
            AnchorSideBottom.Side = asrBottom
            Left = 93
            Height = 30
            Top = 97
            Width = 287
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 16
            BorderSpacing.Bottom = 4
            Caption = 'x, y : two columns, separator semicolon or tab'#13#10'dy: in optional third column'
            ParentColor = False
            ParentFont = False
          end
        end
        object gbFitting: TGroupBox
          Left = 0
          Height = 290
          Top = 169
          Width = 392
          Align = alClient
          BorderSpacing.Top = 8
          Caption = ' Fitting '
          ClientHeight = 270
          ClientWidth = 388
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 1
          object gbFitRange: TGroupBox
            AnchorSideLeft.Control = GroupBox1
            AnchorSideTop.Control = GroupBox1
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = GroupBox1
            AnchorSideRight.Side = asrBottom
            Left = 14
            Height = 109
            Top = 151
            Width = 360
            Anchors = [akTop, akLeft, akRight]
            AutoSize = True
            BorderSpacing.Top = 16
            Caption = 'Fit range'
            ClientHeight = 89
            ClientWidth = 356
            Font.Style = [fsBold]
            ParentFont = False
            TabOrder = 0
            object cbFitRangeUseMin: TCheckBox
              AnchorSideLeft.Control = gbFitRange
              AnchorSideTop.Control = gbFitRange
              Left = 16
              Height = 19
              Top = 4
              Width = 95
              BorderSpacing.Left = 16
              BorderSpacing.Top = 4
              Caption = 'Use minimum'
              OnClick = cbFitRangeUseMinClick
              ParentFont = False
              TabOrder = 0
            end
            object cbFitRangeUseMax: TCheckBox
              AnchorSideLeft.Control = cbFitRangeUseMin
              AnchorSideTop.Control = cbFitRangeUseMin
              AnchorSideTop.Side = asrBottom
              Left = 16
              Height = 19
              Top = 31
              Width = 96
              BorderSpacing.Top = 8
              Caption = 'Use maximum'
              OnClick = cbFitRangeUseMaxClick
              ParentFont = False
              TabOrder = 1
            end
            object edFitRangeMin: TFloatSpinEdit
              AnchorSideLeft.Control = cbFitRangeUseMin
              AnchorSideLeft.Side = asrBottom
              AnchorSideTop.Control = cbFitRangeUseMin
              AnchorSideTop.Side = asrCenter
              Left = 143
              Height = 23
              Top = 2
              Width = 90
              BorderSpacing.Left = 32
              BorderSpacing.Top = 4
              MaxValue = 1E308
              MinValue = -1E308
              OnChange = edFitRangeMinChange
              ParentFont = False
              TabOrder = 2
              Value = 5
              Visible = False
            end
            object edFitRangeMax: TFloatSpinEdit
              AnchorSideLeft.Control = edFitRangeMin
              AnchorSideTop.Control = cbFitRangeUseMax
              AnchorSideTop.Side = asrCenter
              Left = 143
              Height = 23
              Top = 29
              Width = 90
              BorderSpacing.Top = 4
              MaxValue = 1E308
              MinValue = -1E308
              OnChange = edFitRangeMaxChange
              ParentFont = False
              TabOrder = 3
              Value = 20
              Visible = False
            end
            object cbDrawFitRangeOnly: TCheckBox
              AnchorSideLeft.Control = cbFitRangeUseMin
              AnchorSideTop.Control = cbFitRangeUseMax
              AnchorSideTop.Side = asrBottom
              Left = 16
              Height = 19
              Top = 58
              Width = 179
              BorderSpacing.Top = 8
              BorderSpacing.Bottom = 12
              Caption = 'Draw fit curve in fit range only'
              Checked = True
              Enabled = False
              OnClick = cbDrawFitRangeOnlyClick
              ParentFont = False
              State = cbChecked
              TabOrder = 4
            end
          end
          object edFitOrder: TSpinEdit
            AnchorSideLeft.Control = lblFitOrder
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = cbFitEquation
            AnchorSideTop.Side = asrBottom
            Left = 144
            Height = 23
            Top = 35
            Width = 53
            BorderSpacing.Left = 16
            BorderSpacing.Top = 8
            Enabled = False
            OnChange = edFitOrderChange
            ParentFont = False
            TabOrder = 1
            Value = 2
          end
          object lblFitOrder: TLabel
            AnchorSideLeft.Control = lblFitEquation
            AnchorSideTop.Control = edFitOrder
            AnchorSideTop.Side = asrCenter
            Left = 14
            Height = 15
            Top = 39
            Width = 114
            Caption = 'Degree of polynomial'
            Enabled = False
            ParentColor = False
            ParentFont = False
          end
          object cbFitEquation: TComboBox
            AnchorSideLeft.Control = lblFitEquation
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = gbFitting
            AnchorSideRight.Control = gbFitting
            AnchorSideRight.Side = asrBottom
            Left = 89
            Height = 23
            Hint = 'Select a function type to be used for fitting to the generated data'
            Top = 4
            Width = 285
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 12
            BorderSpacing.Top = 4
            BorderSpacing.Right = 14
            ItemHeight = 15
            Items.Strings = (
              'Polynomial (y = b0 + b1*x + ... bn*x^n)'
              'Linear (y = a + b*x)'
              'Exponential (y = a * exp (b * x), linear in semilog plot)'
              'Power (y = a x^b, linear in log-log plot)'
              'Harmonic (y = b0 + b1*sin(x) + ...  + bn*sin(n*x)'
            )
            OnSelect = cbFitEquationSelect
            ParentFont = False
            Style = csDropDownList
            TabOrder = 2
          end
          object lblFitEquation: TLabel
            AnchorSideLeft.Control = gbFitting
            AnchorSideTop.Control = cbFitEquation
            AnchorSideTop.Side = asrCenter
            Left = 14
            Height = 15
            Top = 8
            Width = 63
            BorderSpacing.Left = 14
            Caption = 'Fit equation'
            ParentColor = False
            ParentFont = False
          end
          object GroupBox1: TGroupBox
            AnchorSideLeft.Control = lblFitEquation
            AnchorSideTop.Control = edFitOrder
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = cbFitEquation
            AnchorSideRight.Side = asrBottom
            Left = 14
            Height = 61
            Top = 74
            Width = 360
            Anchors = [akTop, akLeft, akRight]
            AutoSize = True
            BorderSpacing.Top = 16
            Caption = 'Fixed parameters (check to keep constant)'
            ClientHeight = 41
            ClientWidth = 356
            TabOrder = 3
            object cbFitParam0Fixed: TCheckBox
              AnchorSideLeft.Control = GroupBox1
              AnchorSideTop.Control = edFitParam0
              AnchorSideTop.Side = asrCenter
              Left = 16
              Height = 19
              Top = 6
              Width = 44
              BorderSpacing.Left = 16
              Caption = 'b0 ='
              OnChange = FixedParamsChanged
              ParentFont = False
              TabOrder = 0
            end
            object edFitParam0: TFloatSpinEdit
              AnchorSideLeft.Control = cbFitParam0Fixed
              AnchorSideLeft.Side = asrBottom
              AnchorSideTop.Control = GroupBox1
              Left = 64
              Height = 23
              Top = 4
              Width = 80
              BorderSpacing.Left = 4
              BorderSpacing.Top = 4
              BorderSpacing.Bottom = 14
              MaxValue = 1E308
              MinValue = -1E308
              OnChange = FixedParamsChanged
              ParentFont = False
              TabOrder = 1
              Value = 0
            end
            object cbFitParam1Fixed: TCheckBox
              AnchorSideTop.Control = cbFitParam0Fixed
              AnchorSideRight.Control = edFitParam1
              Left = 220
              Height = 19
              Top = 6
              Width = 44
              Anchors = [akTop, akRight]
              Caption = 'b1 ='
              OnChange = FixedParamsChanged
              ParentFont = False
              TabOrder = 2
            end
            object edFitParam1: TFloatSpinEdit
              AnchorSideTop.Control = edFitParam0
              AnchorSideRight.Control = GroupBox1
              AnchorSideRight.Side = asrBottom
              Left = 264
              Height = 23
              Top = 4
              Width = 80
              Anchors = [akTop, akRight]
              BorderSpacing.Right = 12
              MaxValue = 1E308
              MinValue = -1E308
              OnChange = FixedParamsChanged
              ParentFont = False
              TabOrder = 3
              Value = 0
            end
          end
        end
      end
      object TabSheet2: TTabSheet
        Caption = 'Results'
        ClientHeight = 459
        ClientWidth = 392
        object lbResults: TListBox
          Left = 0
          Height = 459
          Top = 0
          Width = 392
          Align = alClient
          BorderStyle = bsNone
          Font.Height = -11
          Font.Name = 'Courier New'
          ItemHeight = 0
          OnDrawItem = lbResultsDrawItem
          ParentFont = False
          Style = lbOwnerDrawFixed
          TabOrder = 0
        end
      end
    end
  end
  object pnlChart: TPanel
    Left = 429
    Height = 487
    Top = 8
    Width = 560
    Align = alClient
    BorderSpacing.Around = 8
    BevelOuter = bvNone
    ClientHeight = 487
    ClientWidth = 560
    TabOrder = 1
    object Chart: TChart
      Left = 0
      Height = 445
      Top = 0
      Width = 560
      AxisList = <      
        item
          Grid.Visible = False
          Intervals.Tolerance = 2
          Marks.LabelBrush.Style = bsClear
          Minors = <          
            item
              Grid.Visible = False
              Intervals.MinLength = 5
              Intervals.Options = [aipUseCount, aipUseMinLength]
              Marks.LabelBrush.Style = bsClear
            end>
          Title.LabelFont.Orientation = 900
          Title.LabelFont.Style = [fsBold]
          Title.Visible = True
          Title.Caption = 'y'
          Title.LabelBrush.Style = bsClear
        end      
        item
          Grid.Visible = False
          Intervals.Tolerance = 2
          Alignment = calBottom
          Marks.LabelBrush.Style = bsClear
          Minors = <          
            item
              Grid.Visible = False
              Intervals.MinLength = 5
              Intervals.Options = [aipUseCount, aipUseMinLength]
              Marks.LabelBrush.Style = bsClear
            end>
          Title.LabelFont.Style = [fsBold]
          Title.Visible = True
          Title.Caption = 'x'
          Title.LabelBrush.Style = bsClear
        end>
      BackColor = clWhite
      Foot.Brush.Color = clBtnFace
      Foot.Font.Color = clBlue
      Legend.Alignment = laTopCenter
      Legend.Visible = True
      Title.Brush.Color = clBtnFace
      Title.Font.Color = clRed
      Title.Text.Strings = (
        'TAChart'
      )
      Align = alClient
      DoubleBuffered = True
      object FitSeries: TFitSeries
        Legend.Format = '%0:s: %2:s'
        Title = 'fitted data'
        AxisIndexX = 1
        AxisIndexY = 0
        Pen.Color = clRed
        Pointer.HorizSize = 2
        Pointer.Style = psDiagCross
        Pointer.VertSize = 2
        Pointer.Visible = True
        Source = ListChartSource
        OnFitComplete = FitCompleteHandler
      end
      object UpperConfIntervalSeries: TFuncSeries
        Active = False
        Title = 'Confidence interval'
        AxisIndexX = 1
        AxisIndexY = 0
        ExtentAutoY = True
        Pen.Color = clRed
        Pen.Style = psDot
      end
      object LowerConfIntervalSeries: TFuncSeries
        Legend.Visible = False
        Active = False
        AxisIndexX = 1
        AxisIndexY = 0
        ExtentAutoY = True
        Pen.Color = clRed
        Pen.Style = psDot
      end
      object UpperPredIntervalSeries: TFuncSeries
        Active = False
        Title = 'Prediction interval'
        AxisIndexX = 1
        AxisIndexY = 0
        ExtentAutoY = True
        Pen.Color = clRed
        Pen.Style = psDash
      end
      object LowerPredIntervalSeries: TFuncSeries
        Legend.Visible = False
        Active = False
        AxisIndexX = 1
        AxisIndexY = 0
        ExtentAutoY = True
        Pen.Color = clRed
        Pen.Style = psDash
      end
    end
    object pnlLog: TPanel
      Left = 0
      Height = 42
      Top = 445
      Width = 560
      Align = alBottom
      AutoSize = True
      BevelOuter = bvNone
      ClientHeight = 42
      ClientWidth = 560
      TabOrder = 1
      object cbLogX: TCheckBox
        AnchorSideLeft.Control = pnlLog
        AnchorSideTop.Control = pnlLog
        Left = 0
        Height = 19
        Top = 0
        Width = 92
        Caption = 'Logarithmic x'
        OnClick = cbLogClick
        TabOrder = 0
      end
      object cbLogY: TCheckBox
        AnchorSideLeft.Control = cbLogX
        AnchorSideTop.Control = cbLogX
        AnchorSideTop.Side = asrBottom
        Left = 0
        Height = 19
        Top = 19
        Width = 93
        BorderSpacing.Bottom = 4
        Caption = 'Logarithmic y'
        OnClick = cbLogClick
        TabOrder = 1
      end
      object cbShowErrorbars: TCheckBox
        AnchorSideLeft.Control = cbLogY
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = pnlLog
        AnchorSideTop.Side = asrCenter
        Left = 113
        Height = 19
        Top = 12
        Width = 102
        BorderSpacing.Left = 20
        Caption = 'Show error bars'
        OnChange = cbShowErrorbarsChange
        TabOrder = 2
      end
      object cbShowConfidenceIntervals: TCheckBox
        AnchorSideLeft.Control = cbShowErrorbars
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = pnlLog
        Left = 235
        Height = 19
        Top = 0
        Width = 158
        BorderSpacing.Left = 20
        Caption = 'Show confidence intervals'
        OnChange = cbShowConfidenceIntervalsChange
        TabOrder = 3
      end
      object cbShowPredictionIntervals: TCheckBox
        AnchorSideLeft.Control = cbShowConfidenceIntervals
        AnchorSideTop.Control = cbShowConfidenceIntervals
        AnchorSideTop.Side = asrBottom
        Left = 235
        Height = 19
        Top = 19
        Width = 153
        Caption = 'Show prediction intervals'
        OnChange = cbShowPredictionIntervalsChange
        TabOrder = 4
      end
    end
  end
  object Splitter1: TSplitter
    Left = 416
    Height = 503
    Top = 0
    Width = 5
    ResizeStyle = rsPattern
  end
  object ListChartSource: TListChartSource
    left = 584
    top = 120
  end
  object SaveDialog: TSaveDialog
    left = 480
    top = 64
  end
  object ChartAxisTransformations: TChartAxisTransformations
    left = 584
    top = 184
    object LogarithmAxisTransform: TLogarithmAxisTransform
      Base = 10
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '.txt'
    Filter = 'Text files|*.txt|CSV files|*.csv'
    left = 72
    top = 184
  end
end