File: encloseselectiondlg.lfm

package info (click to toggle)
lazarus 0.9.28.2-12
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 93,096 kB
  • ctags: 89,312
  • sloc: pascal: 820,189; xml: 202,194; makefile: 110,323; sh: 2,460; perl: 395; sql: 174; ansic: 133
file content (41 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (4)
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
object EncloseSelectionDialog: TEncloseSelectionDialog
  Left = 319
  Height = 244
  Top = 231
  Width = 331
  Caption = 'Enclose Selection'
  ClientHeight = 244
  ClientWidth = 331
  OnCreate = EncloseSelectionDialogCREATE
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object TypeRadiogroup: TRadioGroup
    Left = 6
    Height = 200
    Top = 6
    Width = 319
    Align = alClient
    AutoFill = True
    BorderSpacing.Around = 6
    Caption = 'Type'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    TabOrder = 0
    TabStop = True
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 212
    Width = 319
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end