File: Main.lfm

package info (click to toggle)
lazarus 1.2.4%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 170,220 kB
  • ctags: 115,165
  • sloc: pascal: 1,386,898; xml: 257,878; sh: 2,935; java: 603; makefile: 549; perl: 297; sql: 174; ansic: 137
file content (90 lines) | stat: -rw-r--r-- 1,951 bytes parent folder | download | duplicates (4)
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
object Form1: TForm1
  Left = 406
  Height = 354
  Top = 135
  Width = 752
  Caption = 'Form1'
  ClientHeight = 354
  ClientWidth = 752
  LCLVersion = '1.1'
  object Chart1: TChart
    Left = 0
    Height = 354
    Top = 0
    Width = 630
    AxisList = <    
      item
        Minors = <>
        Title.LabelFont.Orientation = 900
      end    
      item
        Visible = False
        Alignment = calBottom
        Minors = <>
      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
    ParentColor = False
    object Chart1LineSeries1: TLineSeries
      LineType = ltNone
      Pointer.HorizSize = 1
      Pointer.OverrideColor = [ocBrush, ocPen]
      Pointer.VertSize = 1
      ShowPoints = True
    end
    object Chart1ManhattanSeries1: TManhattanSeries
      Source = UserDefinedChartSource1
    end
  end
  object pnlControls: TPanel
    Left = 630
    Height = 354
    Top = 0
    Width = 122
    Align = alRight
    ClientHeight = 354
    ClientWidth = 122
    TabOrder = 1
    object btnGenerate: TButton
      Left = 6
      Height = 25
      Top = 44
      Width = 75
      Caption = 'Generate'
      OnClick = btnGenerateClick
      TabOrder = 0
    end
    object seCount: TSpinEdit
      Left = 6
      Height = 21
      Top = 12
      Width = 110
      Increment = 100000
      MaxValue = 100000000
      TabOrder = 1
      Value = 1000000
    end
    object lblTime: TLabel
      Left = 6
      Height = 13
      Top = 84
      Width = 26
      Caption = 'Time:'
      ParentColor = False
    end
  end
  object UserDefinedChartSource1: TUserDefinedChartSource
    OnGetChartDataItem = UserDefinedChartSource1GetChartDataItem
    left = 284
    top = 80
  end
end