~ubuntu-branches/ubuntu/vivid/lazarus/vivid

« back to all changes in this revision

Viewing changes to components/fppkg/src/fppkg_optionsfrm.lfm

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Paul Gevers
  • Date: 2014-02-22 10:25:57 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140222102557-ors9d31r84nz31jq
Tags: 1.2~rc2+dfsg-1
[ Abou Al Montacir ]
* New upstream pre-release.
  + Moved ideintf to components directory.
  + Added new package cairocanvas.
* Remove usage of depreciated parameters form of find. (Closes: Bug#724776)
* Bumped standard version to 3.9.5.
* Clean the way handling make files generation and removal.

[ Paul Gevers ]
* Remove nearly obsolete bzip compression for binary packages
  (See https://lists.debian.org/debian-devel/2014/01/msg00542.html)
* Update d/copyright for newly added dir in examples and components
* Update Vcs-* fields with new packaging location
* Update d/watch file to properly (Debian way) change upstreams versions
* Prevent 46MB of package size by sym linking duplicate files
* Patches
  - refresh to remove fuzz
  - add more Lintian found spelling errors
  - new patch to add shbang to two scripts in lazarus-src
* Drop lcl-# from Provides list of lcl-units-#
* Make lazarus-ide-qt4-# an arch all until it really contains stuff
* Make all metapackages arch all as the usecase for arch any doesn't
  seem to warrant the addition archive hit
* Fix permissions of non-scripts in lazarus-src-#

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  OnCreate = FormCreate
10
10
  OnShow = FormShow
11
11
  Position = poScreenCenter
12
 
  LCLVersion = '0.9.31'
 
12
  LCLVersion = '1.1'
13
13
  object FPMakePageControl: TPageControl
14
14
    Left = 0
15
 
    Height = 493
 
15
    Height = 488
16
16
    Top = 0
17
17
    Width = 474
18
 
    ActivePage = TabSheet1
 
18
    ActivePage = GlobalTabSheet
19
19
    Align = alClient
20
 
    TabIndex = 1
 
20
    TabIndex = 3
21
21
    TabOrder = 0
22
22
    object ConfigTabSheet: TTabSheet
23
23
      Caption = 'Config'
43
43
        AutoSize = True
44
44
        BorderSpacing.Around = 6
45
45
        Caption = 'Compiler configuration'
46
 
        ClientHeight = 56
47
 
        ClientWidth = 450
 
46
        ClientHeight = 74
 
47
        ClientWidth = 454
48
48
        TabOrder = 1
49
49
        object CompilerConfigCheckBox: TCheckBox
50
50
          Left = 6
124
124
        Align = alTop
125
125
        BorderSpacing.Around = 6
126
126
        Caption = 'Compiler options'
127
 
        ClientHeight = 57
128
 
        ClientWidth = 450
 
127
        ClientHeight = 75
 
128
        ClientWidth = 454
129
129
        TabOrder = 5
130
130
        object CompilerConfigCheckBox1: TCheckBox
131
131
          Left = 6
181
181
        AutoSize = True
182
182
        BorderSpacing.Around = 6
183
183
        Caption = 'Prefix'
184
 
        ClientHeight = 56
185
 
        ClientWidth = 450
 
184
        ClientHeight = 74
 
185
        ClientWidth = 454
186
186
        TabOrder = 7
187
187
        object CompilerConfigCheckBox2: TCheckBox
188
188
          Left = 6
281
281
        Width = 245
282
282
        Anchors = [akTop, akLeft, akRight]
283
283
        BorderSpacing.Around = 6
284
 
        ItemHeight = 13
 
284
        ItemHeight = 0
285
285
        TabOrder = 11
286
286
        Text = 'ComboBox1'
287
287
      end
297
297
        Width = 180
298
298
        Anchors = [akTop, akLeft, akRight]
299
299
        BorderSpacing.Around = 6
300
 
        ItemHeight = 13
 
300
        ItemHeight = 0
301
301
        TabOrder = 12
302
302
        Text = 'ComboBox2'
303
303
      end
304
304
    end
305
305
    object TabSheet1: TTabSheet
306
306
      Caption = 'Messages'
307
 
      ClientHeight = 467
308
 
      ClientWidth = 466
 
307
      ClientHeight = 455
 
308
      ClientWidth = 470
309
309
      object VerbosityCheckGroup: TCheckGroup
310
310
        Left = 6
311
 
        Height = 81
 
311
        Height = 99
312
312
        Top = 6
313
 
        Width = 454
 
313
        Width = 458
314
314
        Align = alTop
315
315
        AutoFill = True
316
316
        AutoSize = True
324
324
        ChildSizing.ShrinkVertical = crsScaleChilds
325
325
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
326
326
        ChildSizing.ControlsPerLine = 2
 
327
        ClientHeight = 78
 
328
        ClientWidth = 450
327
329
        Columns = 2
328
330
        Items.Strings = (
329
331
          'Error'
341
343
    end
342
344
    object UserInterfaceTabSheet: TTabSheet
343
345
      Caption = 'User interface'
344
 
      ClientHeight = 467
345
 
      ClientWidth = 466
 
346
      ClientHeight = 455
 
347
      ClientWidth = 470
346
348
      object VisibleColumnsListBox: TListBox
347
349
        AnchorSideLeft.Control = UserInterfaceTabSheet
348
350
        AnchorSideTop.Control = VisibleColumnsLabel
351
353
        AnchorSideBottom.Control = UserInterfaceTabSheet
352
354
        AnchorSideBottom.Side = asrBottom
353
355
        Left = 6
354
 
        Height = 435
355
 
        Top = 26
356
 
        Width = 209
 
356
        Height = 420
 
357
        Top = 29
 
358
        Width = 211
357
359
        Anchors = [akTop, akLeft, akRight, akBottom]
358
360
        BorderSpacing.Left = 6
359
361
        BorderSpacing.Top = 6
367
369
        AnchorSideLeft.Control = UserInterfaceTabSheet
368
370
        AnchorSideTop.Control = UserInterfaceTabSheet
369
371
        Left = 6
370
 
        Height = 14
 
372
        Height = 17
371
373
        Top = 6
372
 
        Width = 71
 
374
        Width = 99
373
375
        BorderSpacing.Around = 6
374
376
        Caption = 'Visible columns'
375
377
        ParentColor = False
378
380
        AnchorSideLeft.Control = lblMiddle
379
381
        AnchorSideLeft.Side = asrCenter
380
382
        AnchorSideTop.Control = VisibleColumnsListBox
381
 
        Left = 221
 
383
        Left = 223
382
384
        Height = 24
383
 
        Top = 26
 
385
        Top = 29
384
386
        Width = 24
385
387
        Glyph.Data = {
386
388
          36040000424D3604000000000000360000002800000010000000100000000100
418
420
          FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
419
421
          FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
420
422
        }
421
 
        NumGlyphs = 0
422
423
        OnClick = AddToVisibleColumnsButtonClick
423
424
      end
424
425
      object RemoveFromVisibleColumnsButton: TSpeedButton
425
426
        AnchorSideLeft.Control = AddToVisibleColumnsButton
426
427
        AnchorSideTop.Control = AddToVisibleColumnsButton
427
428
        AnchorSideTop.Side = asrBottom
428
 
        Left = 221
 
429
        Left = 223
429
430
        Height = 24
430
 
        Top = 56
 
431
        Top = 59
431
432
        Width = 24
432
433
        BorderSpacing.Top = 6
433
434
        Glyph.Data = {
466
467
          FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
467
468
          FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
468
469
        }
469
 
        NumGlyphs = 0
470
470
        OnClick = RemoveFromVisibleColumnsButtonClick
471
471
      end
472
472
      object AvailableColumnsLabel: TLabel
473
473
        AnchorSideLeft.Control = AvailableColumnsListBox
474
474
        AnchorSideTop.Control = UserInterfaceTabSheet
475
 
        Left = 252
476
 
        Height = 14
 
475
        Left = 254
 
476
        Height = 17
477
477
        Top = 6
478
 
        Width = 85
 
478
        Width = 114
479
479
        BorderSpacing.Top = 6
480
480
        Caption = 'Available columns'
481
481
        ParentColor = False
489
489
        AnchorSideRight.Side = asrBottom
490
490
        AnchorSideBottom.Control = UserInterfaceTabSheet
491
491
        AnchorSideBottom.Side = asrBottom
492
 
        Left = 252
493
 
        Height = 435
494
 
        Top = 26
495
 
        Width = 208
 
492
        Left = 254
 
493
        Height = 420
 
494
        Top = 29
 
495
        Width = 210
496
496
        Anchors = [akTop, akLeft, akRight, akBottom]
497
497
        BorderSpacing.Left = 18
498
498
        BorderSpacing.Top = 6
507
507
        AnchorSideLeft.Side = asrCenter
508
508
        AnchorSideTop.Control = UserInterfaceTabSheet
509
509
        AnchorSideTop.Side = asrCenter
510
 
        Left = 233
 
510
        Left = 235
511
511
        Height = 1
512
 
        Top = 233
 
512
        Top = 227
513
513
        Width = 1
514
514
        ParentColor = False
515
515
      end
516
516
    end
517
517
    object GlobalTabSheet: TTabSheet
518
518
      Caption = 'Global settings'
519
 
      ClientHeight = 467
520
 
      ClientWidth = 466
 
519
      ClientHeight = 455
 
520
      ClientWidth = 470
521
521
      object GlobalListView: TListView
522
522
        Left = 0
523
 
        Height = 467
 
523
        Height = 455
524
524
        Top = 0
525
 
        Width = 466
 
525
        Width = 470
526
526
        Align = alClient
527
527
        Columns = <        
528
528
          item
529
529
            AutoSize = True
530
530
            Caption = 'Name'
531
 
            Width = 462
 
531
            Width = 100
532
532
          end        
533
533
          item
534
534
            AutoSize = True
535
535
            Caption = 'Value'
536
 
            Width = 41
 
536
            Width = 100
537
537
          end>
538
538
        ReadOnly = True
539
539
        RowSelect = True
 
540
        SortType = stText
540
541
        TabOrder = 0
541
542
        ViewStyle = vsReport
542
543
      end
543
544
    end
544
545
    object CompilerTabSheet: TTabSheet
545
546
      Caption = 'Compiler settings'
546
 
      ClientHeight = 467
547
 
      ClientWidth = 466
 
547
      ClientHeight = 455
 
548
      ClientWidth = 470
548
549
      object CompilerListView: TListView
549
550
        Left = 0
550
 
        Height = 467
 
551
        Height = 455
551
552
        Top = 0
552
 
        Width = 466
 
553
        Width = 470
553
554
        Align = alClient
554
555
        Columns = <        
555
556
          item
556
557
            AutoSize = True
557
558
            Caption = 'Name'
558
 
            Width = 462
 
559
            Width = 100
559
560
          end        
560
561
          item
561
562
            AutoSize = True
562
563
            Caption = 'Value'
563
 
            Width = 41
 
564
            Width = 100
564
565
          end>
565
566
        ReadOnly = True
566
567
        RowSelect = True
 
568
        SortType = stText
567
569
        TabOrder = 0
568
570
        ViewStyle = vsReport
569
571
      end
570
572
    end
571
573
    object FPMakeTabSheet: TTabSheet
572
574
      Caption = 'FPMake settings'
573
 
      ClientHeight = 467
574
 
      ClientWidth = 466
 
575
      ClientHeight = 455
 
576
      ClientWidth = 470
575
577
      object FPMakeListView: TListView
576
578
        Left = 0
577
 
        Height = 467
 
579
        Height = 455
578
580
        Top = 0
579
 
        Width = 466
 
581
        Width = 470
580
582
        Align = alClient
581
583
        Columns = <        
582
584
          item
583
585
            AutoSize = True
584
586
            Caption = 'Name'
585
 
            Width = 462
 
587
            Width = 100
586
588
          end        
587
589
          item
588
590
            AutoSize = True
589
591
            Caption = 'Value'
590
 
            Width = 41
 
592
            Width = 100
591
593
          end>
592
594
        ReadOnly = True
593
595
        RowSelect = True
 
596
        SortType = stText
594
597
        TabOrder = 0
595
598
        ViewStyle = vsReport
596
599
      end
598
601
  end
599
602
  object ButtonPanel1: TButtonPanel
600
603
    Left = 6
601
 
    Height = 34
602
 
    Top = 499
 
604
    Height = 39
 
605
    Top = 494
603
606
    Width = 462
604
607
    OKButton.Name = 'OKButton'
 
608
    OKButton.DefaultCaption = True
605
609
    OKButton.OnClick = OKButtonClick
606
610
    HelpButton.Name = 'HelpButton'
 
611
    HelpButton.DefaultCaption = True
607
612
    CloseButton.Name = 'CloseButton'
 
613
    CloseButton.DefaultCaption = True
608
614
    CancelButton.Name = 'CancelButton'
 
615
    CancelButton.DefaultCaption = True
609
616
    CancelButton.OnClick = CancelButtonClick
610
617
    TabOrder = 1
611
618
    DefaultButton = pbCancel