Changeset 317 for trunk/Forms/FormCharts.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCharts.lfm
r316 r317 1 1 object FormCharts: TFormCharts 2 Left = 5622 Left = 808 3 3 Height = 709 4 Top = 3 334 Top = 365 5 5 Width = 944 6 6 Caption = 'Charts' 7 7 ClientHeight = 709 8 8 ClientWidth = 944 9 DesignTimePPI = 120 10 OnClose = FormClose 9 DesignTimePPI = 144 11 10 OnShow = FormShow 12 LCLVersion = ' 2.0.0.4'11 LCLVersion = '3.4.0.0' 13 12 object Chart1: TChart 14 Left = 815 Height = 6 4816 Top = 5617 Width = 9 3213 Left = 10 14 Height = 636 15 Top = 67 16 Width = 929 18 17 AxisList = < 19 18 item … … 39 38 end 40 39 object ComboBox1: TComboBox 41 Left = 2 442 Height = 2843 Top = 844 Width = 39245 ItemHeight = 2040 Left = 29 41 Height = 38 42 Top = 10 43 Width = 470 44 ItemHeight = 0 46 45 ItemIndex = 0 47 46 Items.Strings = ( … … 51 50 'Cities count' 52 51 ) 53 OnChange = ComboBox1Change54 52 Style = csDropDownList 55 53 TabOrder = 1 56 54 Text = 'Occupied cells' 55 OnChange = ComboBox1Change 57 56 end 58 57 end
Note:
See TracChangeset
for help on using the changeset viewer.