Changeset 362 for trunk/Forms/FormCharts.lfm
- Timestamp:
- Dec 31, 2024, 1:15:01 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCharts.lfm
r317 r362 1 1 object FormCharts: TFormCharts 2 Left = 8083 Height = 7094 Top = 3655 Width = 9442 Left = 411 3 Height = 586 4 Top = 146 5 Width = 787 6 6 Caption = 'Charts' 7 ClientHeight = 7098 ClientWidth = 9449 DesignTimePPI = 1 447 ClientHeight = 586 8 ClientWidth = 787 9 DesignTimePPI = 120 10 10 OnShow = FormShow 11 LCLVersion = '3. 4.0.0'11 LCLVersion = '3.6.0.0' 12 12 object Chart1: TChart 13 Left = 1014 Height = 63615 Top = 6716 Width = 92913 Left = 8 14 Height = 488 15 Top = 48 16 Width = 775 17 17 AxisList = < 18 18 item … … 38 38 end 39 39 object ComboBox1: TComboBox 40 Left = 2 941 Height = 3842 Top = 1043 Width = 47044 ItemHeight = 040 Left = 24 41 Height = 28 42 Top = 8 43 Width = 392 44 ItemHeight = 20 45 45 ItemIndex = 0 46 46 Items.Strings = ( … … 55 55 OnChange = ComboBox1Change 56 56 end 57 object ButtonClose: TButton 58 Left = 680 59 Height = 31 60 Top = 544 61 Width = 94 62 Caption = 'Close' 63 ModalResult = 11 64 TabOrder = 2 65 OnClick = ButtonCloseClick 66 end 57 67 end
Note:
See TracChangeset
for help on using the changeset viewer.