Changeset 208 for trunk/Forms/UFormCharts.lfm
- Timestamp:
- May 22, 2018, 10:10:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCharts.lfm
r189 r208 7 7 ClientHeight = 709 8 8 ClientWidth = 944 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnShow = FormShow 11 LCLVersion = '1.8. 0.4'12 LCLVersion = '1.8.2.0' 12 13 object Chart1: TChart 13 14 Left = 8 … … 17 18 AxisList = < 18 19 item 20 Marks.LabelBrush.Style = bsClear 19 21 Minors = <> 20 22 Title.LabelFont.Orientation = 900 23 Title.LabelBrush.Style = bsClear 21 24 end 22 25 item 23 26 Alignment = calBottom 27 Marks.LabelBrush.Style = bsClear 24 28 Minors = <> 29 Title.LabelBrush.Style = bsClear 25 30 end> 26 31 Foot.Brush.Color = clBtnFace … … 35 40 object ComboBox1: TComboBox 36 41 Left = 24 37 Height = 3642 Height = 28 38 43 Top = 8 39 44 Width = 392 40 ItemHeight = 045 ItemHeight = 20 41 46 ItemIndex = 0 42 47 Items.Strings = (
Note:
See TracChangeset
for help on using the changeset viewer.