Changeset 25 for trunk/Form/UFormMain.lfm
- Timestamp:
- Apr 5, 2016, 10:54:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Form/UFormMain.lfm
r24 r25 38 38 end 39 39 end 40 object Panel1: TPanel41 Left = 59742 Height = 101443 Top = 2644 Width = 110645 Align = alClient46 BevelOuter = bvNone47 ClientHeight = 101448 ClientWidth = 110649 TabOrder = 150 object Image1: TImage51 Left = 852 Height = 99853 Top = 854 Width = 109055 Align = alClient56 BorderSpacing.Around = 857 OnResize = Image1Resize58 end59 end60 40 object Panel2: TPanel 61 41 Left = 0 … … 67 47 ClientHeight = 1014 68 48 ClientWidth = 592 69 TabOrder = 249 TabOrder = 1 70 50 object Panel3: TPanel 71 51 Left = 0 … … 364 344 Width = 5 365 345 end 346 object PageControl1: TPageControl 347 Left = 597 348 Height = 1014 349 Top = 26 350 Width = 1106 351 ActivePage = TabSheetSpeed 352 Align = alClient 353 TabIndex = 1 354 TabOrder = 3 355 object TabSheetSectors: TTabSheet 356 Caption = 'Sector map' 357 ClientHeight = 972 358 ClientWidth = 1100 359 object Image1: TImage 360 Left = 4 361 Height = 964 362 Top = 4 363 Width = 1092 364 Align = alClient 365 BorderSpacing.Around = 4 366 OnResize = Image1Resize 367 end 368 end 369 object TabSheetSpeed: TTabSheet 370 Caption = 'Transfer speed' 371 ClientHeight = 972 372 ClientWidth = 1100 373 object ChartSpeed: TChart 374 Left = 4 375 Height = 964 376 Top = 4 377 Width = 1092 378 AxisList = < 379 item 380 Marks.Format = '%0:.9g MB/s' 381 Marks.Style = smsCustom 382 Minors = <> 383 Range.UseMin = True 384 Title.LabelFont.Orientation = 900 385 end 386 item 387 Alignment = calBottom 388 Minors = <> 389 end> 390 Foot.Brush.Color = clBtnFace 391 Foot.Font.Color = clBlue 392 Title.Brush.Color = clBtnFace 393 Title.Font.Color = clBlue 394 Title.Text.Strings = ( 395 'TAChart' 396 ) 397 Align = alClient 398 BorderSpacing.Around = 4 399 object ChartSpeedLineSeries1: TLineSeries 400 LinePen.Color = clWhite 401 end 402 end 403 end 404 end 366 405 object Timer1: TTimer 367 406 Interval = 500
Note:
See TracChangeset
for help on using the changeset viewer.