mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 04:27:55 +02:00
269 lines
6.4 KiB
Plaintext
269 lines
6.4 KiB
Plaintext
object ChgEncodingDialog: TChgEncodingDialog
|
|
Left = 290
|
|
Height = 560
|
|
Top = 163
|
|
Width = 683
|
|
ActiveControl = OwnerComboBox
|
|
BorderIcons = [biSystemMenu, biMaximize]
|
|
Caption = 'ChgEncodingDialog'
|
|
ClientHeight = 560
|
|
ClientWidth = 683
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.7'
|
|
object FilesGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 151
|
|
Top = 67
|
|
Width = 671
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FilesGroupBox'
|
|
ClientHeight = 131
|
|
ClientWidth = 667
|
|
TabOrder = 1
|
|
object FileFilterLabel: TLabel
|
|
AnchorSideLeft.Control = FilesGroupBox
|
|
AnchorSideTop.Control = NonUTF8FilesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 56
|
|
Width = 72
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FileFilterLabel'
|
|
ParentColor = False
|
|
end
|
|
object UTF8FilesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FilesGroupBox
|
|
AnchorSideTop.Control = FilesGroupBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 122
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UTF8FilesCheckBox'
|
|
Checked = True
|
|
OnChange = PreviewClick
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object NonUTF8FilesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FilesGroupBox
|
|
AnchorSideTop.Control = UTF8FilesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 31
|
|
Width = 145
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NonUTF8FilesCheckBox'
|
|
Checked = True
|
|
OnChange = PreviewClick
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
end
|
|
object RegExprCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FilesGroupBox
|
|
AnchorSideTop.Control = FileFilterCombobox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 106
|
|
Width = 114
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RegExprCheckBox'
|
|
OnChange = PreviewClick
|
|
TabOrder = 3
|
|
end
|
|
object FileFilterCombobox: TComboBox
|
|
AnchorSideLeft.Control = FilesGroupBox
|
|
AnchorSideTop.Control = FileFilterLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FilesGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 77
|
|
Width = 655
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
OnChange = PreviewClick
|
|
TabOrder = 2
|
|
Text = 'FileFilterCombobox'
|
|
end
|
|
object RegExprErrorLabel: TLabel
|
|
AnchorSideLeft.Control = RegExprCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = RegExprCheckBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 126
|
|
Height = 15
|
|
Top = 108
|
|
Width = 95
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RegExprErrorLabel'
|
|
Font.Color = clFuchsia
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 38
|
|
Top = 522
|
|
Width = 683
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 38
|
|
ClientWidth = 683
|
|
TabOrder = 3
|
|
object CloseButton: TBitBtn
|
|
Left = 586
|
|
Height = 26
|
|
Top = 6
|
|
Width = 91
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CloseButton'
|
|
Constraints.MinWidth = 75
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
end
|
|
object ApplyButton: TBitBtn
|
|
Left = 487
|
|
Height = 26
|
|
Top = 6
|
|
Width = 93
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ApplyButton'
|
|
Constraints.MinWidth = 75
|
|
OnClick = ApplyButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object HelpButton: TBitBtn
|
|
Left = 6
|
|
Height = 26
|
|
Top = 6
|
|
Width = 71
|
|
Align = alLeft
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Help'
|
|
Kind = bkHelp
|
|
OnClick = HelpButtonClick
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ScopeGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 55
|
|
Top = 6
|
|
Width = 671
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ScopeGroupBox'
|
|
ClientHeight = 35
|
|
ClientWidth = 667
|
|
TabOrder = 0
|
|
object NewEncodingLabel: TLabel
|
|
AnchorSideLeft.Control = NewEncodingComboBox
|
|
AnchorSideTop.Control = NewEncodingComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = NewEncodingComboBox
|
|
Left = 426
|
|
Height = 15
|
|
Top = 10
|
|
Width = 102
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NewEncodingLabel'
|
|
ParentColor = False
|
|
end
|
|
object OwnerComboBox: TComboBox
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
AnchorSideTop.Control = ScopeGroupBox
|
|
AnchorSideRight.Control = NewEncodingLabel
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 414
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
OnChange = PreviewClick
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object NewEncodingComboBox: TComboBox
|
|
AnchorSideTop.Control = ScopeGroupBox
|
|
AnchorSideRight.Control = ScopeGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 534
|
|
Height = 23
|
|
Top = 6
|
|
Width = 127
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
OnChange = PreviewClick
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object PreviewGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 243
|
|
Top = 273
|
|
Width = 671
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'PreviewGroupBox'
|
|
ClientHeight = 223
|
|
ClientWidth = 667
|
|
TabOrder = 2
|
|
object PreviewListView: TListView
|
|
Left = 5
|
|
Height = 213
|
|
Top = 5
|
|
Width = 657
|
|
Align = alClient
|
|
BorderSpacing.Around = 5
|
|
Checkboxes = True
|
|
Columns = <
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Files'
|
|
Width = 653
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Encoding'
|
|
Width = 62
|
|
end>
|
|
SortColumn = 1
|
|
SortType = stText
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
end
|
|
end
|
|
object LabelNoPreview: TLabel
|
|
Left = 20
|
|
Height = 15
|
|
Top = 238
|
|
Width = 643
|
|
Align = alTop
|
|
BorderSpacing.Around = 20
|
|
Caption = 'LabelNoPreview'
|
|
ParentColor = False
|
|
end
|
|
end
|