Changeset 364 for trunk/Forms/FormCharts.lfm
- Timestamp:
- Jan 1, 2025, 1:04:50 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCharts.lfm
r362 r364 1 1 object FormCharts: TFormCharts 2 2 Left = 411 3 Height = 5 863 Height = 592 4 4 Top = 146 5 Width = 7 875 Width = 798 6 6 Caption = 'Charts' 7 ClientHeight = 586 8 ClientWidth = 787 9 DesignTimePPI = 120 7 ClientHeight = 592 8 ClientWidth = 798 9 Constraints.MinHeight = 120 10 Constraints.MinWidth = 120 11 DesignTimePPI = 144 10 12 OnShow = FormShow 11 13 LCLVersion = '3.6.0.0' 12 14 object Chart1: TChart 13 Left = 814 Height = 4 8815 Top = 4816 Width = 7 7515 Left = 10 16 Height = 474 17 Top = 58 18 Width = 783 17 19 AxisList = < 18 20 item … … 38 40 end 39 41 object ComboBox1: TComboBox 40 Left = 2 441 Height = 2842 Top = 843 Width = 39244 ItemHeight = 2042 Left = 29 43 Height = 38 44 Top = 10 45 Width = 470 46 ItemHeight = 0 45 47 ItemIndex = 0 46 48 Items.Strings = ( … … 56 58 end 57 59 object ButtonClose: TButton 58 Left = 680 59 Height = 31 60 Top = 544 61 Width = 94 60 Left = 670 61 Height = 37 62 Top = 542 63 Width = 113 64 Anchors = [akRight, akBottom] 62 65 Caption = 'Close' 63 66 ModalResult = 11
Note:
See TracChangeset
for help on using the changeset viewer.