Changeset 9 for trunk/FormMain.lfm
- Timestamp:
- Apr 14, 2026, 12:57:08 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/FormMain.lfm (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormMain.lfm
r8 r9 1 1 object FormMain: TFormMain 2 Left = 36 72 Left = 362 3 3 Height = 884 4 Top = 3 614 Top = 356 5 5 Width = 1203 6 6 Caption = 'EDC Stats' … … 20 20 Top = 56 21 21 Width = 1176 22 ActivePage = TabSheet Data22 ActivePage = TabSheetSpotPrices 23 23 Anchors = [akTop, akLeft, akRight, akBottom] 24 TabIndex = 324 TabIndex = 4 25 25 TabOrder = 0 26 26 object TabSheetOverview: TTabSheet … … 29 29 ClientWidth = 1166 30 30 OnShow = TabSheetOverviewShow 31 object ListView 1: TListView31 object ListViewOverview: TListView 32 32 Left = 8 33 33 Height = 763 … … 50 50 end 51 51 item 52 Caption = ' Result'52 Caption = 'Shared' 53 53 Width = 100 54 54 end … … 74 74 end 75 75 item 76 Caption = 'Price [Kč]' 77 Width = 100 78 end 79 item 76 80 Caption = 'Savings [Kč]' 81 Width = 100 82 end 83 item 84 Caption = 'Tariff' 85 Width = 100 77 86 end> 78 87 PopupMenu = PopupMenuOverview … … 220 229 ClientWidth = 1166 221 230 OnShow = TabSheetDataShow 222 object ListView 2: TListView231 object ListViewData: TListView 223 232 Left = 16 224 233 Height = 696 … … 266 275 TabOrder = 1 267 276 OnSelect = ComboBoxEanDataSelect 277 end 278 end 279 object TabSheetSpotPrices: TTabSheet 280 Caption = 'Spot prices' 281 ClientHeight = 779 282 ClientWidth = 1166 283 OnShow = TabSheetSpotPricesShow 284 object ListViewSpotPrices: TListView 285 Left = 16 286 Height = 760 287 Top = 8 288 Width = 1144 289 Align = alCustom 290 Anchors = [akTop, akLeft, akRight, akBottom] 291 BorderSpacing.Around = 8 292 Columns = < 293 item 294 Caption = 'Time' 295 Width = 200 296 end 297 item 298 Caption = 'Value [Kč]' 299 Width = 929 300 end> 301 ReadOnly = True 302 RowSelect = True 303 TabOrder = 0 304 ViewStyle = vsReport 268 305 end 269 306 end
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/edc-stats/chrome/site/your_project_logo.png)