/ide/publishprojectdlg.lfm
http://github.com/graemeg/lazarus · Unknown · 230 lines · 230 code · 0 blank · 0 comment · 0 complexity · 92d25afc0bef922d34112910bd95fdfa MD5 · raw file
- object PublishProjectDialog: TPublishProjectDialog
- Left = 319
- Height = 531
- Top = 146
- Width = 484
- BorderIcons = [biSystemMenu]
- Caption = 'Publish Project'
- ClientHeight = 531
- ClientWidth = 484
- OnClose = FormClose
- OnCreate = FormCreate
- Position = poScreenCenter
- LCLVersion = '1.1'
- object DestDirGroupBox: TGroupBox
- Left = 6
- Height = 111
- Top = 6
- Width = 472
- Align = alTop
- BorderSpacing.Around = 6
- Caption = 'Destination directory'
- ClientHeight = 93
- ClientWidth = 468
- TabOrder = 0
- OnResize = DestDirGroupBoxRESIZE
- object CommandAfterLabel: TLabel
- Left = 6
- Height = 15
- Top = 33
- Width = 442
- Anchors = [akTop, akLeft, akRight]
- Caption = 'Command after:'
- ParentColor = False
- end
- object DestDirComboBox: TComboBox
- Left = 6
- Height = 24
- Top = 1
- Width = 406
- Anchors = [akTop, akLeft, akRight]
- ItemHeight = 0
- TabOrder = 0
- Text = 'DestDirComboBox'
- end
- object BrowseDestDirBitBtn: TBitBtn
- AnchorSideBottom.Control = DestDirComboBox
- AnchorSideBottom.Side = asrBottom
- Left = 427
- Height = 24
- Top = 1
- Width = 23
- Anchors = [akTop, akRight, akBottom]
- AutoSize = True
- Caption = '...'
- NumGlyphs = 0
- OnClick = BrowseDestDirBitBtnCLICK
- TabOrder = 1
- end
- object CommandAfterCombobox: TComboBox
- Left = 6
- Height = 24
- Top = 58
- Width = 444
- Anchors = [akTop, akLeft, akRight]
- ItemHeight = 0
- TabOrder = 2
- Text = 'CommandAfterCombobox'
- end
- end
- object FilesGroupbox: TGroupBox
- Left = 6
- Height = 50
- Top = 123
- Width = 472
- Align = alTop
- AutoSize = True
- BorderSpacing.Around = 6
- Caption = 'Files'
- ClientHeight = 32
- ClientWidth = 468
- TabOrder = 1
- object IgnoreBinariesCheckbox: TCheckBox
- Left = 6
- Height = 20
- Top = 6
- Width = 456
- Align = alTop
- BorderSpacing.Around = 6
- Caption = 'Ignore binaries'
- TabOrder = 0
- end
- end
- object ProjectInfoGroupbox: TGroupBox
- Left = 6
- Height = 76
- Top = 367
- Width = 472
- Align = alTop
- AutoSize = True
- BorderSpacing.Around = 6
- Caption = 'Project Information'
- ClientHeight = 58
- ClientWidth = 468
- TabOrder = 4
- object SaveClosedEditorFilesInfoCheckbox: TCheckBox
- Left = 6
- Height = 20
- Top = 6
- Width = 456
- Align = alTop
- BorderSpacing.Around = 6
- Caption = 'Save editor info of closed files'
- TabOrder = 0
- end
- object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
- Left = 6
- Height = 20
- Top = 32
- Width = 456
- Align = alTop
- BorderSpacing.Around = 6
- Caption = 'Save editor info of non project files'
- TabOrder = 1
- end
- end
- object IncludeFilterGroupbox: TGroupBox
- Left = 6
- Height = 88
- Top = 179
- Width = 472
- Align = alTop
- BorderSpacing.Around = 6
- Caption = 'Include Filter'
- ClientHeight = 70
- ClientWidth = 468
- TabOrder = 2
- TabStop = True
- object UseIncludeFilterCheckbox: TCheckBox
- Left = 6
- Height = 20
- Top = 1
- Width = 111
- Caption = 'Use Include Filter'
- TabOrder = 0
- end
- object IncFilterSimpleSyntaxCheckbox: TCheckBox
- AnchorSideLeft.Control = UseIncludeFilterCheckbox
- AnchorSideLeft.Side = asrBottom
- Left = 129
- Height = 20
- Top = 1
- Width = 94
- BorderSpacing.Left = 12
- Caption = 'Simple Syntax'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object IncludeFilterCombobox: TComboBox
- Left = 6
- Height = 24
- Top = 33
- Width = 444
- Anchors = [akTop, akLeft, akRight]
- ItemHeight = 0
- TabOrder = 2
- Text = 'IncludeFilterCombobox'
- end
- end
- object ExcludeFilterGroupbox: TGroupBox
- Left = 6
- Height = 88
- Top = 273
- Width = 472
- Align = alTop
- BorderSpacing.Around = 6
- Caption = 'Exclude Filter'
- ClientHeight = 70
- ClientWidth = 468
- TabOrder = 3
- TabStop = True
- object UseExcludeFilterCheckbox: TCheckBox
- Left = 6
- Height = 20
- Top = 1
- Width = 114
- Caption = 'Use Exclude Filter'
- TabOrder = 0
- end
- object ExcFilterSimpleSyntaxCheckbox: TCheckBox
- AnchorSideLeft.Control = UseExcludeFilterCheckbox
- AnchorSideLeft.Side = asrBottom
- Left = 132
- Height = 20
- Top = 1
- Width = 94
- BorderSpacing.Left = 12
- Caption = 'Simple Syntax'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object ExcludeFilterCombobox: TComboBox
- Left = 6
- Height = 24
- Top = 33
- Width = 446
- Anchors = [akTop, akLeft, akRight]
- ItemHeight = 0
- TabOrder = 2
- Text = 'ExcludeFilterCombobox'
- end
- end
- object ButtonPanel1: TButtonPanel
- Left = 6
- Height = 33
- Top = 492
- Width = 472
- 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 = 5
- ShowBevel = False
- end
- end