lazarus/packager/addfiletoapackagedlg.lfm
maxim b30da44735 Merged revision(s) 50839 #9e35d2c52c from trunk:
Packager: Update search paths after "Add Active File To Package". Issue #27720.
........

git-svn-id: branches/fixes_1_6@50971 -
2015-12-21 22:44:50 +00:00

92 lines
2.0 KiB
Plaintext

object AddFileToAPackageDialog: TAddFileToAPackageDialog
Left = 408
Height = 272
Top = 224
Width = 469
ActiveControl = FileNameEdit
Caption = 'AddFileToAPackageDialog'
ClientHeight = 272
ClientWidth = 469
OnClose = AddFileToAPackageDlgClose
Position = poScreenCenter
ShowHint = True
LCLVersion = '1.7'
object FileGroupBox: TGroupBox
Left = 6
Height = 58
Top = 6
Width = 457
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FileGroupBox'
ClientHeight = 39
ClientWidth = 453
TabOrder = 0
object FileNameEdit: TEdit
Left = 6
Height = 27
Top = 6
Width = 439
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ReadOnly = True
TabOrder = 0
Text = 'FileNameEdit'
end
end
object PackagesGroupBox: TGroupBox
Left = 6
Height = 85
Top = 70
Width = 457
Align = alTop
Anchors = [akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'PackagesGroupBox'
ClientHeight = 66
ClientWidth = 453
TabOrder = 1
object PackagesComboBox: TComboBox
Left = 6
Height = 27
Top = 6
Width = 441
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 0
Text = 'PackagesComboBox'
end
object ShowAllCheckBox: TCheckBox
Left = 6
Height = 21
Top = 39
Width = 441
Align = alTop
BorderSpacing.Around = 6
Caption = 'ShowAllCheckBox'
OnClick = ShowAllCheckBoxClick
TabOrder = 1
end
end
object BtnPanel: TButtonPanel
Left = 6
Height = 32
Top = 234
Width = 457
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 = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
end