-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathUchart_Frame.dfm
More file actions
115 lines (115 loc) · 2.32 KB
/
Uchart_Frame.dfm
File metadata and controls
115 lines (115 loc) · 2.32 KB
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
object chartFrame: TchartFrame
Left = 0
Top = 0
Width = 430
Height = 300
TabOrder = 0
object DBChart1: TDBChart
Left = 16
Top = 16
Width = 401
Height = 217
BackWall.Pen.Width = 4
BottomWall.Pen.Color = clNavy
BottomWall.Pen.Width = 7
Title.Text.Strings = (
'TDBChart')
Frame.Width = 4
Legend.ColorWidth = 25
Legend.Symbol.Pen.Width = 10
Legend.Symbol.Width = 25
Pages.MaxPointsPerPage = 3
View3DOptions.Zoom = 106
BevelInner = bvLowered
TabOrder = 0
DefaultCanvas = 'TGDIPlusCanvas'
ColorPaletteIndex = 13
object Series1: TBarSeries
BarBrush.Gradient.EndColor = clRed
DarkPen = 10
Marks.Style = smsLabelPercent
Marks.Arrow.Color = clBlack
Marks.Arrow.Width = 4
Marks.Callout.Arrow.Color = clBlack
Marks.Callout.Arrow.Width = 4
Marks.Callout.ArrowHead = ahLine
SeriesColor = clRed
BarWidthPercent = 80
Gradient.EndColor = clRed
Sides = 37
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Bar'
YValues.Order = loNone
end
end
object Button1: TButton
Left = 16
Top = 239
Width = 65
Height = 25
Caption = #52376#51020
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 87
Top = 239
Width = 65
Height = 25
Caption = #51060#51204
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 16
Top = 267
Width = 65
Height = 25
Caption = #45796#51020
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 87
Top = 267
Width = 65
Height = 25
Caption = #47592#45149
TabOrder = 4
OnClick = Button4Click
end
object CheckBox1: TCheckBox
Left = 176
Top = 243
Width = 97
Height = 17
Caption = '3D'
Checked = True
State = cbChecked
TabOrder = 5
OnClick = CheckBox1Click
end
object ComboBox1: TComboBox
Left = 176
Top = 266
Width = 97
Height = 21
ItemIndex = 1
TabOrder = 6
Text = '100'
OnChange = ComboBox1Change
Items.Strings = (
'75'
'100'
'125')
end
object ColorGrid1: TColorGrid
Left = 288
Top = 237
Width = 128
Height = 60
TabOrder = 7
OnChange = ColorGrid1Change
end
end