lazarus/doceditor/fpdocupdater/unitmove.lfm
tombo 146fe15441 FPDocUpdater: fixed updating topics, multiple elements with same name
- shows update summary

git-svn-id: trunk@12838 -
2007-11-12 14:27:52 +00:00

96 lines
2.0 KiB
Plaintext

object FormMove: TFormMove
Left = 299
Height = 471
Top = 153
Width = 559
HorzScrollBar.Page = 558
VertScrollBar.Page = 470
ActiveControl = ButtonYes
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Move Element'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 10
ClientHeight = 471
ClientWidth = 559
object LabelSrc: TLabel
Left = 10
Height = 42
Top = 66
Width = 538
Anchors = [akTop, akLeft, akRight]
AutoSize = False
ParentColor = False
end
object LabelDest: TLabel
Left = 10
Height = 14
Top = 156
Width = 100
Caption = 'Destination element:'
ParentColor = False
end
object LabelSrcElement: TLabel
Left = 10
Height = 20
Top = 120
Width = 44
Font.Style = [fsBold]
ParentColor = False
end
object ButtonYes: TButton
Left = 384
Height = 25
Top = 438
Width = 75
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4
Caption = 'Yes'
ModalResult = 6
TabOrder = 0
end
object ButtonNo: TButton
Left = 473
Height = 25
Top = 438
Width = 75
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4
Caption = 'No'
ModalResult = 7
TabOrder = 1
end
object StaticText: TStaticText
Left = 10
Height = 42
Top = 10
Width = 539
Align = alTop
Caption = 'The following FPDoc element is not present in the skeleton. Move its contents into different one?'
Color = clBtnFace
Font.Style = [fsBold]
end
object ListBoxDest: TListBox
Left = 10
Height = 246
Top = 180
Width = 538
Anchors = [akTop, akLeft, akRight, akBottom]
OnDrawItem = ListBoxDestDrawItem
Style = lbOwnerDrawFixed
TabOrder = 2
end
object ComboBoxJump: TComboBox
Left = 240
Height = 21
Top = 153
Width = 309
Anchors = [akTop, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
OnSelect = ComboBoxJumpSelect
Style = csDropDownList
TabOrder = 3
end
end