mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 18:23:46 +02:00
110 lines
2.3 KiB
Plaintext
110 lines
2.3 KiB
Plaintext
object ChangeClassDlg: TChangeClassDlg
|
|
Caption = 'ChangeClassDlg'
|
|
ClientHeight = 311
|
|
ClientWidth = 423
|
|
OnCreate = ChangeClassDlgCreate
|
|
HorzScrollBar.Page = 424
|
|
VertScrollBar.Page = 312
|
|
Left = 291
|
|
Height = 311
|
|
Top = 163
|
|
Width = 423
|
|
object OldGroupBox: TGroupBox
|
|
Caption = 'OldGroupBox'
|
|
ClientHeight = 231
|
|
ClientWidth = 196
|
|
ParentColor = True
|
|
TabOrder = 0
|
|
Left = 8
|
|
Height = 248
|
|
Top = 8
|
|
Width = 200
|
|
object OldClassLabel: TLabel
|
|
Caption = 'OldClassLabel'
|
|
Left = 6
|
|
Height = 32
|
|
Top = 2
|
|
Width = 185
|
|
end
|
|
object OldAncestorGroupBox: TGroupBox
|
|
Align = alBottom
|
|
Caption = 'OldAncestorGroupBox'
|
|
ClientHeight = 175
|
|
ClientWidth = 192
|
|
ParentColor = True
|
|
TabOrder = 1
|
|
Height = 192
|
|
Top = 39
|
|
Width = 196
|
|
object OldAncestorsListBox: TListBox
|
|
Align = alClient
|
|
ClickOnSelChange = False
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
Height = 175
|
|
Width = 192
|
|
end
|
|
end
|
|
end
|
|
object NewGroupBox: TGroupBox
|
|
Caption = 'NewGroupBox'
|
|
ClientHeight = 231
|
|
ClientWidth = 196
|
|
ParentColor = True
|
|
TabOrder = 1
|
|
Left = 216
|
|
Height = 248
|
|
Top = 8
|
|
Width = 200
|
|
object NewClassComboBox: TComboBox
|
|
MaxLength = 0
|
|
OnEditingDone = NewClassComboBoxEditingDone
|
|
TabOrder = 0
|
|
Text = 'NewClassComboBox'
|
|
Left = 14
|
|
Height = 25
|
|
Top = 9
|
|
Width = 174
|
|
end
|
|
object NewAncestorGroupBox: TGroupBox
|
|
Align = alBottom
|
|
Caption = 'NewAncestorGroupBox'
|
|
ClientHeight = 175
|
|
ClientWidth = 192
|
|
ParentColor = True
|
|
TabOrder = 1
|
|
Height = 192
|
|
Top = 39
|
|
Width = 196
|
|
object NewAncestorsListBox: TListBox
|
|
Align = alClient
|
|
ClickOnSelChange = False
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
Height = 175
|
|
Width = 192
|
|
end
|
|
end
|
|
end
|
|
object OkButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Ok'
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
Left = 192
|
|
Height = 25
|
|
Top = 270
|
|
Width = 91
|
|
end
|
|
object CancelButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
Left = 320
|
|
Height = 25
|
|
Top = 270
|
|
Width = 91
|
|
end
|
|
end
|