File: scalecompsdlg.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (75 lines) | stat: -rw-r--r-- 1,839 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
object ScaleComponentsDialog: TScaleComponentsDialog
  Left = 391
  Height = 107
  Top = 430
  Width = 301
  ActiveControl = PercentEdit
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'ScaleComponentsDialog'
  ClientHeight = 107
  ClientWidth = 301
  Position = poScreenCenter
  LCLVersion = '1.5'
  object PercentLabel: TLabel
    AnchorSideLeft.Control = PercentEdit
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = PercentEdit
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 186
    Height = 15
    Top = 35
    Width = 68
    BorderSpacing.Left = 6
    Caption = 'PercentLabel'
    ParentColor = False
  end
  object ScaleLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 15
    Top = 10
    Width = 55
    BorderSpacing.Left = 6
    Caption = 'ScaleLabel'
    ParentColor = False
  end
  object ButtonPanel1: TButtonPanel
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 26
    Top = 75
    Width = 289
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
  object PercentEdit: TSpinEdit
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ScaleLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    Left = 112
    Height = 23
    Top = 31
    Width = 68
    Anchors = [akTop]
    BorderSpacing.Top = 6
    Increment = 10
    MaxValue = 2000
    MinValue = 5
    TabOrder = 0
    Value = 5
  end
end