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 (111 lines) | stat: -rw-r--r-- 2,736 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
object Form1: TForm1
  Left = 406
  Height = 354
  Top = 135
  Width = 752
  Caption = 'Form1'
  ClientHeight = 354
  ClientWidth = 752
  LCLVersion = '2.1.0.0'
  object Chart1: TChart
    Left = 0
    Height = 354
    Top = 0
    Width = 640
    AxisList = <    
      item
        Marks.LabelBrush.Style = bsClear
        Minors = <>
        Title.LabelFont.Orientation = 900
        Title.LabelBrush.Style = bsClear
      end    
      item
        Visible = False
        Alignment = calBottom
        Marks.LabelBrush.Style = bsClear
        Minors = <>
        Title.LabelBrush.Style = bsClear
      end>
    BackColor = clCream
    Foot.Brush.Color = clBtnFace
    Foot.Font.Color = clBlue
    Title.Brush.Color = clBtnFace
    Title.Font.Color = clBlue
    Title.Text.Strings = (
      'TAChart'
    )
    OnAfterDrawBackground = Chart1AfterDrawBackground
    OnAfterPaint = Chart1AfterPaint
    Align = alClient
    object Chart1LineSeries1: TLineSeries
      LineType = ltNone
      Pointer.HorizSize = 1
      Pointer.OverrideColor = [ocBrush, ocPen]
      Pointer.VertSize = 1
      Pointer.Visible = True
      ShowPoints = True
    end
    object Chart1ManhattanSeries1: TManhattanSeries
      Source = UserDefinedChartSource1
    end
  end
  object pnlControls: TPanel
    Left = 640
    Height = 354
    Top = 0
    Width = 112
    Align = alRight
    ClientHeight = 354
    ClientWidth = 112
    TabOrder = 1
    object btnGenerate: TButton
      AnchorSideLeft.Control = seCount
      AnchorSideTop.Control = seCount
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 25
      Top = 40
      Width = 73
      AutoSize = True
      BorderSpacing.Top = 8
      Caption = 'Generate'
      OnClick = btnGenerateClick
      TabOrder = 0
    end
    object seCount: TSpinEdit
      AnchorSideLeft.Control = pnlControls
      AnchorSideTop.Control = pnlControls
      AnchorSideRight.Control = pnlControls
      AnchorSideRight.Side = asrBottom
      Left = 10
      Height = 23
      Top = 9
      Width = 92
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 9
      BorderSpacing.Top = 8
      BorderSpacing.Right = 9
      Increment = 100000
      MaxValue = 100000000
      TabOrder = 1
      Value = 1000000
    end
    object lblTime: TLabel
      AnchorSideLeft.Control = btnGenerate
      AnchorSideTop.Control = btnGenerate
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 15
      Top = 89
      Width = 30
      BorderSpacing.Top = 24
      Caption = 'Time:'
      ParentColor = False
    end
  end
  object UserDefinedChartSource1: TUserDefinedChartSource
    OnGetChartDataItem = UserDefinedChartSource1GetChartDataItem
    left = 284
    top = 80
  end
end