Changeset 6 for trunk/FormMain.lfm
- Timestamp:
- Apr 13, 2026, 2:01:36 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/FormMain.lfm (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormMain.lfm
r5 r6 8 8 ClientWidth = 1203 9 9 DesignTimePPI = 144 10 Menu = MainMenu1 10 11 LCLVersion = '4.6.0.0' 11 12 WindowState = wsMaximized … … 13 14 OnDestroy = FormDestroy 14 15 OnShow = FormShow 15 object ButtonLoad: TButton16 Left = 817 Height = 3818 Top = 1619 Width = 11320 Caption = 'Load'21 TabOrder = 022 OnClick = ButtonLoadClick23 end24 16 object PageControl1: TPageControl 25 17 Left = 16 26 Height = 81 127 Top = 6418 Height = 819 19 Top = 56 28 20 Width = 1176 29 21 ActivePage = TabSheetOverview 30 22 Anchors = [akTop, akLeft, akRight, akBottom] 31 23 TabIndex = 0 32 TabOrder = 124 TabOrder = 0 33 25 object TabSheetOverview: TTabSheet 34 26 Caption = 'Overview' 35 ClientHeight = 77 127 ClientHeight = 779 36 28 ClientWidth = 1166 37 29 OnShow = TabSheetOverviewShow 38 30 object ListView1: TListView 39 31 Left = 8 40 Height = 7 5532 Height = 763 41 33 Top = 8 42 34 Width = 1150 … … 88 80 object TabSheetLog: TTabSheet 89 81 Caption = 'Log' 90 ClientHeight = 77 182 ClientHeight = 779 91 83 ClientWidth = 1166 92 84 OnShow = TabSheetLogShow 93 85 object Memo1: TMemo 94 86 Left = 8 95 Height = 7 5587 Height = 763 96 88 Top = 8 97 89 Width = 1150 … … 104 96 object TabSheetChart: TTabSheet 105 97 Caption = 'Chart' 106 ClientHeight = 77 198 ClientHeight = 779 107 99 ClientWidth = 1166 108 100 OnShow = TabSheetChartShow … … 126 118 object Chart1: TChart 127 119 Left = 16 128 Height = 65 1120 Height = 659 129 121 Top = 104 130 122 Width = 1138 … … 220 212 object TabSheetData: TTabSheet 221 213 Caption = 'Data' 222 ClientHeight = 77 1214 ClientHeight = 779 223 215 ClientWidth = 1166 224 216 OnShow = TabSheetDataShow 225 217 object ListView2: TListView 226 218 Left = 16 227 Height = 6 88219 Height = 696 228 220 Top = 72 229 221 Width = 1144 … … 269 261 end 270 262 object ComboBoxPeriod: TComboBox 271 Left = 272263 Left = 104 272 264 Height = 38 273 Top = 16265 Top = 8 274 266 Width = 160 275 267 ItemHeight = 0 … … 282 274 ) 283 275 Style = csDropDownList 284 TabOrder = 2276 TabOrder = 1 285 277 Text = 'Day' 286 278 OnSelect = ComboBoxPeriodSelect 287 279 end 288 280 object Label2: TLabel 289 Left = 1 84281 Left = 16 290 282 Height = 26 291 Top = 24283 Top = 16 292 284 Width = 60 293 285 Caption = 'Period:' 294 286 end 295 287 object TimeEdit1: TTimeEdit 296 Left = 688288 Left = 520 297 289 Height = 43 298 Top = 16290 Top = 8 299 291 Width = 155 300 292 ButtonWidth = 34 301 293 NumGlyphs = 1 302 294 MaxLength = 0 303 TabOrder = 3295 TabOrder = 2 304 296 OnChange = TimeEdit1Change 305 297 end 306 298 object DateEdit1: TDateEdit 307 Left = 520299 Left = 352 308 300 Height = 43 309 Top = 16301 Top = 8 310 302 Width = 155 311 303 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] … … 314 306 NumGlyphs = 1 315 307 MaxLength = 0 308 TabOrder = 3 309 OnChange = DateEdit1Change 310 end 311 object ButtonIntervalRight: TButton 312 Left = 680 313 Height = 38 314 Top = 13 315 Width = 40 316 Caption = '>' 316 317 TabOrder = 4 317 OnChange = DateEdit1Change 318 end 319 object ButtonIntervalRight: TButton 318 OnClick = ButtonIntervalRightClick 319 end 320 object ButtonIntervalLeft: TButton 321 Left = 304 322 Height = 38 323 Top = 13 324 Width = 40 325 Caption = '<' 326 TabOrder = 5 327 OnClick = ButtonIntervalLeftClick 328 end 329 object ComboBoxUnit: TComboBox 320 330 Left = 848 321 331 Height = 38 322 Top = 21 323 Width = 40 324 Caption = '>' 325 TabOrder = 5 326 OnClick = ButtonIntervalRightClick 327 end 328 object ButtonIntervalLeft: TButton 329 Left = 472 330 Height = 38 331 Top = 21 332 Width = 40 333 Caption = '<' 334 TabOrder = 6 335 OnClick = ButtonIntervalLeftClick 336 end 337 object ComboBoxUnit: TComboBox 338 Left = 1016 339 Height = 38 340 Top = 16 332 Top = 8 341 333 Width = 160 342 334 ItemHeight = 0 … … 348 340 ) 349 341 Style = csDropDownList 350 TabOrder = 7342 TabOrder = 6 351 343 OnSelect = ComboBoxUnitSelect 352 344 end 353 345 object Label5: TLabel 354 Left = 920346 Left = 752 355 347 Height = 26 356 Top = 24348 Top = 16 357 349 Width = 40 358 350 Caption = 'Unit:' … … 389 381 Top = 416 390 382 end 383 object MainMenu1: TMainMenu 384 Left = 216 385 Top = 376 386 object MenuItem1: TMenuItem 387 Caption = 'Tools' 388 object MenuItem2: TMenuItem 389 Caption = 'Load reports' 390 OnClick = MenuItem2Click 391 end 392 object MenuItem3: TMenuItem 393 Caption = 'Load spot prices' 394 OnClick = MenuItem3Click 395 end 396 end 397 end 391 398 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)