Last change
on this file was 41, checked in by chronos, 6 years ago |
- Modified: Build under Lazarus 2.0.
- Modified: Used .lrj files instead of .lrt files.
- Modified: Removed TemplateGenerics package.
|
File size:
870 bytes
|
Line | |
---|
1 | object FormBenchmark: TFormBenchmark
|
---|
2 | Left = 874
|
---|
3 | Height = 1066
|
---|
4 | Top = 316
|
---|
5 | Width = 1160
|
---|
6 | Caption = 'Benchmark'
|
---|
7 | ClientHeight = 1066
|
---|
8 | ClientWidth = 1160
|
---|
9 | DesignTimePPI = 144
|
---|
10 | LCLVersion = '2.0.0.4'
|
---|
11 | object Chart1: TChart
|
---|
12 | Left = 36
|
---|
13 | Height = 984
|
---|
14 | Top = 60
|
---|
15 | Width = 1092
|
---|
16 | AxisList = <
|
---|
17 | item
|
---|
18 | Marks.LabelBrush.Style = bsClear
|
---|
19 | Minors = <>
|
---|
20 | Title.LabelFont.Orientation = 900
|
---|
21 | Title.LabelBrush.Style = bsClear
|
---|
22 | end
|
---|
23 | item
|
---|
24 | Alignment = calBottom
|
---|
25 | Marks.LabelBrush.Style = bsClear
|
---|
26 | Minors = <>
|
---|
27 | Title.LabelBrush.Style = bsClear
|
---|
28 | end>
|
---|
29 | Foot.Brush.Color = clBtnFace
|
---|
30 | Foot.Font.Color = clBlue
|
---|
31 | Title.Brush.Color = clBtnFace
|
---|
32 | Title.Font.Color = clBlue
|
---|
33 | Title.Text.Strings = (
|
---|
34 | 'TAChart'
|
---|
35 | )
|
---|
36 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
37 | end
|
---|
38 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.