~amaurycarvalho/ppastatsgui/trunk

« back to all changes in this revision

Viewing changes to unit1.lfm

  • Committer: Amaury Carvalho
  • Date: 2019-02-23 03:47:41 UTC
  • Revision ID: amauryspires@gmail.com-20190223034741-tkgpfwfsawimfpby
Commit on 23/02/2019 12:47:40  -03 by amaury

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
    Top = 445
187
187
    Width = 801
188
188
    Panels = <>
 
189
    SimpleText = 'Ready'
189
190
  end
190
191
  object Bevel1: TBevel
191
192
    Left = 0
228
229
        Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
229
230
      end
230
231
    end
231
 
    object tbDetail: TTabSheet
 
232
    object tsDetail: TTabSheet
232
233
      Caption = 'Detail'
233
234
      ClientHeight = 414
234
235
      ClientWidth = 607
273
274
        )
274
275
      end
275
276
    end
276
 
    object tbChart: TTabSheet
 
277
    object tsChart: TTabSheet
277
278
      Caption = 'Chart'
278
279
      ClientHeight = 414
279
280
      ClientWidth = 607
280
281
      object Chart1: TChart
281
282
        Left = 0
282
 
        Height = 273
 
283
        Height = 414
283
284
        Top = 0
284
 
        Width = 491
 
285
        Width = 607
285
286
        AxisList = <        
286
287
          item
287
288
            Marks.LabelBrush.Style = bsClear
342
343
  end
343
344
  object GroupBox2: TGroupBox
344
345
    Left = 8
345
 
    Height = 217
 
346
    Height = 224
346
347
    Top = 112
347
348
    Width = 168
348
349
    Caption = 'Data'
349
 
    ClientHeight = 199
 
350
    ClientHeight = 206
350
351
    ClientWidth = 166
351
352
    TabOrder = 1
352
353
    object btCopyToClipboard: TButton
353
354
      Left = 8
354
355
      Height = 25
355
356
      Hint = 'Copy data to clipboard'
356
 
      Top = 160
 
357
      Top = 168
357
358
      Width = 151
358
359
      Caption = 'Copy to Clipboard'
359
360
      Enabled = False
 
361
      OnClick = btCopyToClipboardClick
360
362
      ParentShowHint = False
361
363
      ShowHint = True
362
 
      TabOrder = 4
 
364
      TabOrder = 5
363
365
    end
364
366
    object btRefreshSummary: TButton
365
367
      Left = 8
378
380
      Left = 8
379
381
      Height = 25
380
382
      Hint = 'Get detail data from site and plot a line chart'
381
 
      Top = 40
 
383
      Top = 72
382
384
      Width = 151
383
385
      Caption = 'Detail'
384
386
      Enabled = False
385
387
      OnClick = btRefreshDetailClick
386
388
      ParentShowHint = False
387
389
      ShowHint = True
388
 
      TabOrder = 1
 
390
      TabOrder = 2
389
391
    end
390
392
    object dtFrom: TDateTimePicker
391
393
      Left = 72
392
394
      Height = 23
393
395
      Hint = 'Detail start date'
394
 
      Top = 79
 
396
      Top = 104
395
397
      Width = 87
396
398
      CenturyFrom = 1941
397
399
      MaxDate = 2958465
398
400
      MinDate = -53780
399
 
      TabOrder = 2
 
401
      TabOrder = 3
400
402
      Enabled = False
401
403
      TrailingSeparator = False
402
404
      TextForNullDate = 'NULL'
417
419
      Left = 72
418
420
      Height = 23
419
421
      Hint = 'Detail end date'
420
 
      Top = 113
 
422
      Top = 138
421
423
      Width = 87
422
424
      CenturyFrom = 1941
423
425
      MaxDate = 2958465
424
426
      MinDate = -53780
425
 
      TabOrder = 3
 
427
      TabOrder = 4
426
428
      Enabled = False
427
429
      TrailingSeparator = False
428
430
      TextForNullDate = 'NULL'
442
444
    object Label1: TLabel
443
445
      Left = 8
444
446
      Height = 17
445
 
      Top = 80
 
447
      Top = 105
446
448
      Width = 29
447
449
      Caption = 'From'
448
450
      ParentColor = False
450
452
    object Label2: TLabel
451
453
      Left = 8
452
454
      Height = 17
453
 
      Top = 113
 
455
      Top = 138
454
456
      Width = 13
455
457
      Caption = 'To'
456
458
      ParentColor = False
457
459
    end
 
460
    object btUpdateCount: TButton
 
461
      Left = 8
 
462
      Height = 25
 
463
      Top = 40
 
464
      Width = 151
 
465
      Caption = 'Recount'
 
466
      Enabled = False
 
467
      OnClick = btUpdateCountClick
 
468
      TabOrder = 1
 
469
    end
458
470
  end
459
471
  object MainMenu1: TMainMenu
460
472
    left = 505