IDE: find rename identifier: fixed checkbox

git-svn-id: trunk@26547 -
This commit is contained in:
mattias 2010-07-09 12:49:08 +00:00
parent 54ce6e667b
commit edd9101c91

View File

@ -12,21 +12,21 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
OnCreate = FindRenameIdentifierDialogCreate OnCreate = FindRenameIdentifierDialogCreate
OnShow = FormShow OnShow = FormShow
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.27' LCLVersion = '0.9.29'
object CurrentGroupBox: TGroupBox object CurrentGroupBox: TGroupBox
Left = 6 Left = 6
Height = 117 Height = 98
Top = 6 Top = 6
Width = 440 Width = 440
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'CurrentGroupBox' Caption = 'CurrentGroupBox'
ClientHeight = 98 ClientHeight = 79
ClientWidth = 436 ClientWidth = 436
TabOrder = 0 TabOrder = 0
object CurrentListBox: TListBox object CurrentListBox: TListBox
Left = 6 Left = 6
Height = 86 Height = 67
Top = 6 Top = 6
Width = 424 Width = 424
Align = alClient Align = alClient
@ -39,19 +39,19 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object NewGroupBox: TGroupBox object NewGroupBox: TGroupBox
Left = 6 Left = 6
Height = 67 Height = 86
Top = 129 Top = 110
Width = 440 Width = 440
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'NewGroupBox' Caption = 'NewGroupBox'
ClientHeight = 48 ClientHeight = 67
ClientWidth = 436 ClientWidth = 436
TabOrder = 1 TabOrder = 1
object NewEdit: TEdit object NewEdit: TEdit
Left = 6 Left = 6
Height = 23 Height = 27
Top = 34 Top = 34
Width = 424 Width = 424
Align = alTop Align = alTop
@ -73,23 +73,22 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object ScopeGroupBox: TGroupBox object ScopeGroupBox: TGroupBox
Left = 6 Left = 6
Height = 238 Height = 242
Top = 202 Top = 202
Width = 440 Width = 440
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ScopeGroupBox' Caption = 'ScopeGroupBox'
ClientHeight = 219 ClientHeight = 223
ClientWidth = 436 ClientWidth = 436
TabOrder = 2 TabOrder = 2
object ScopeCommentsCheckBox: TCheckBox object ScopeCommentsCheckBox: TCheckBox
Left = 6 Left = 6
Height = 22 Height = 22
Top = 191 Top = 195
Width = 424 Width = 424
Align = alTop Align = alTop
AllowGrayed = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ScopeCommentsCheckBox' Caption = 'ScopeCommentsCheckBox'
TabOrder = 0 TabOrder = 0
@ -124,19 +123,19 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object ExtraFilesGroupBox: TGroupBox object ExtraFilesGroupBox: TGroupBox
Left = 6 Left = 6
Height = 54 Height = 58
Top = 131 Top = 131
Width = 424 Width = 424
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ExtraFilesGroupBox' Caption = 'ExtraFilesGroupBox'
ClientHeight = 35 ClientHeight = 39
ClientWidth = 420 ClientWidth = 420
TabOrder = 2 TabOrder = 2
object ExtraFilesEdit: TEdit object ExtraFilesEdit: TEdit
Left = 6 Left = 6
Height = 23 Height = 27
Top = 6 Top = 6
Width = 408 Width = 408
Align = alTop Align = alTop
@ -148,9 +147,19 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object ButtonPanel1: TButtonPanel object ButtonPanel1: TButtonPanel
Left = 6 Left = 6
Height = 44 Height = 40
Top = 446 Top = 450
Width = 440 Width = 440
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 3 TabOrder = 3
ShowButtons = [pbOK, pbCancel] ShowButtons = [pbOK, pbCancel]
end end