mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 16:49:14 +02:00
add standard glyph in buttons
git-svn-id: trunk@16603 -
This commit is contained in:
parent
10cb184641
commit
ef99e72ec8
@ -9,11 +9,12 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
ClientWidth = 554
|
||||
Constraints.MinHeight = 500
|
||||
Constraints.MinWidth = 420
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
object MainNotebook: TNotebook
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
Height = 530
|
||||
Height = 533
|
||||
Width = 554
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -99,7 +100,6 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Top = 422
|
||||
Width = 100
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
Items.Strings = (
|
||||
'1'
|
||||
@ -107,7 +107,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'4'
|
||||
'8'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -120,14 +120,13 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Top = 449
|
||||
Width = 100
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
Items.Strings = (
|
||||
'32767'
|
||||
'4096'
|
||||
'512'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -141,7 +140,6 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Top = 476
|
||||
Width = 100
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
Items.Strings = (
|
||||
'1'
|
||||
@ -149,7 +147,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'4'
|
||||
'8'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -168,8 +166,8 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MarginAndGutterGroupBox'
|
||||
ClientHeight = 109
|
||||
ClientWidth = 536
|
||||
ClientHeight = 128
|
||||
ClientWidth = 540
|
||||
TabOrder = 1
|
||||
object RightMarginLabel: TLabel
|
||||
Left = 358
|
||||
@ -259,13 +257,12 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 29
|
||||
Top = 4
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
'80'
|
||||
'78'
|
||||
'76'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -296,8 +293,8 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'EditorFontGroupBox'
|
||||
ClientHeight = 129
|
||||
ClientWidth = 536
|
||||
ClientHeight = 148
|
||||
ClientWidth = 540
|
||||
TabOrder = 0
|
||||
object EditorFontLabel: TLabel
|
||||
Left = 6
|
||||
@ -354,9 +351,8 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Top = 6
|
||||
Width = 471
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnEditingDone = EditorFontComboBoxEditingDone
|
||||
TabOrder = 0
|
||||
Text = 'EditorFontComboBox'
|
||||
@ -378,7 +374,6 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 29
|
||||
Top = 41
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
'10'
|
||||
'11'
|
||||
@ -390,7 +385,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'17'
|
||||
'18'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -403,13 +398,12 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 29
|
||||
Top = 70
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
'0'
|
||||
'1'
|
||||
'2'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -422,13 +416,12 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 29
|
||||
Top = 99
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
'0'
|
||||
'1'
|
||||
'2'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -446,6 +439,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Font.Name = 'courier'
|
||||
Font.Pitch = fpFixed
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
BookMarkOptions.OnChange = nil
|
||||
Keystrokes = <
|
||||
@ -779,14 +773,14 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
end
|
||||
object KeymappingPage: TPage
|
||||
Caption = 'KeymappingPage'
|
||||
ClientWidth = 552
|
||||
ClientHeight = 503
|
||||
ClientWidth = 546
|
||||
ClientHeight = 507
|
||||
object KeyMappingHelpLabel: TLabel
|
||||
AnchorSideTop.Control = KeymappingPage
|
||||
Left = 8
|
||||
Height = 20
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 140
|
||||
Width = 105
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -799,9 +793,9 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
AnchorSideBottom.Control = KeymappingPage
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 468
|
||||
Width = 232
|
||||
Height = 23
|
||||
Top = 478
|
||||
Width = 189
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -815,10 +809,10 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = KeymappingPage
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 299
|
||||
Height = 29
|
||||
Top = 468
|
||||
Width = 247
|
||||
Left = 337
|
||||
Height = 23
|
||||
Top = 478
|
||||
Width = 203
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -834,9 +828,9 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = KeyMappingFindKeyButton
|
||||
Left = 6
|
||||
Height = 362
|
||||
Top = 65
|
||||
Width = 540
|
||||
Height = 384
|
||||
Top = 59
|
||||
Width = 534
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 21
|
||||
@ -855,8 +849,8 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 27
|
||||
Top = 32
|
||||
Width = 540
|
||||
Top = 26
|
||||
Width = 534
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -871,9 +865,9 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = KeyMappingChooseSchemeButton
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 433
|
||||
Width = 178
|
||||
Height = 23
|
||||
Top = 449
|
||||
Width = 154
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -923,8 +917,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 21
|
||||
Top = 10
|
||||
Width = 200
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -936,8 +929,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 21
|
||||
Top = 34
|
||||
Width = 200
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -949,13 +941,12 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 21
|
||||
Top = 58
|
||||
Width = 200
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
'pp;pas;inc;lpr;lrs;dpr;dpk'
|
||||
'pp;pas;inc;lpr;lrs'
|
||||
'pp;pas;inc'
|
||||
)
|
||||
MaxLength = 0
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -973,6 +964,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Font.Name = 'courier'
|
||||
Font.Pitch = fpFixed
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnMouseDown = ColorPreviewMouseUp
|
||||
BookMarkOptions.OnChange = nil
|
||||
@ -1352,8 +1344,8 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Attributes'
|
||||
ClientHeight = 199
|
||||
ClientWidth = 330
|
||||
ClientHeight = 218
|
||||
ClientWidth = 334
|
||||
TabOrder = 7
|
||||
object ForeGroundLabel: TLabel
|
||||
Left = 8
|
||||
@ -1637,8 +1629,8 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AutomaticFeaturesGroupBox'
|
||||
ClientHeight = 472
|
||||
ClientWidth = 536
|
||||
ClientHeight = 491
|
||||
ClientWidth = 540
|
||||
TabOrder = 0
|
||||
object AutoDelayLabel: TLabel
|
||||
Left = 6
|
||||
@ -1775,42 +1767,120 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
end
|
||||
end
|
||||
object BtnPanel: TPanel
|
||||
Height = 41
|
||||
Top = 536
|
||||
Height = 38
|
||||
Top = 539
|
||||
Width = 554
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 41
|
||||
ClientHeight = 38
|
||||
ClientWidth = 554
|
||||
TabOrder = 1
|
||||
object OkButton: TButton
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 369
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 75
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OkButton'
|
||||
Constraints.MinWidth = 75
|
||||
OnClick = OkButtonClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object CancelButton: TButton
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Control = BtnPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 450
|
||||
Height = 29
|
||||
Left = 439
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 98
|
||||
Width = 109
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CancelButton'
|
||||
Constraints.MinWidth = 75
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451
|
||||
F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D
|
||||
E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956
|
||||
F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532
|
||||
E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF
|
||||
FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D
|
||||
F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C
|
||||
FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270
|
||||
FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674
|
||||
FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977
|
||||
FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A
|
||||
FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673
|
||||
FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E
|
||||
F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774
|
||||
FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D
|
||||
F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF
|
||||
FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
NumGlyphs = 0
|
||||
OnClick = CancelButtonClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object OkButton: TBitBtn
|
||||
AnchorSideRight.Control = CancelButton
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 343
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 90
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OkButton'
|
||||
Constraints.MinWidth = 75
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78
|
||||
3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9
|
||||
5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E
|
||||
3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0
|
||||
63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3
|
||||
5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5
|
||||
66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB
|
||||
85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA
|
||||
6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD
|
||||
89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF
|
||||
69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F
|
||||
549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
NumGlyphs = 0
|
||||
OnClick = OkButtonClick
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -530,6 +530,7 @@ type
|
||||
{ TEditorOptionsForm }
|
||||
|
||||
TEditorOptionsForm = class(TForm)
|
||||
CancelButton: TBitBtn;
|
||||
MainNoteBook: TNoteBook;
|
||||
ImageList: TImageList;
|
||||
|
||||
@ -544,6 +545,7 @@ type
|
||||
BlockIndentLabel: TLabel;
|
||||
CodeFolding: TPage;
|
||||
BtnPanel: TPanel;
|
||||
OkButton: TBitBtn;
|
||||
TextBoldRadioOn : TRadioButton;
|
||||
TextBoldRadioOff : TRadioButton;
|
||||
TextBoldRadioInvert : TRadioButton;
|
||||
@ -639,9 +641,6 @@ type
|
||||
lblDividerDrawLevel: TLabel;
|
||||
edDividerDrawLevel: TSpinEdit;
|
||||
|
||||
// buttons at bottom
|
||||
OkButton: TButton;
|
||||
CancelButton: TButton;
|
||||
|
||||
// general
|
||||
procedure ColorElementListBoxClick(Sender: TObject);
|
||||
|
@ -1,18 +1,21 @@
|
||||
object EncloseSelectionDialog: TEncloseSelectionDialog
|
||||
Left = 319
|
||||
Height = 244
|
||||
Top = 231
|
||||
Width = 427
|
||||
Caption = 'Enclose Selection'
|
||||
ClientHeight = 244
|
||||
ClientWidth = 427
|
||||
OnCreate = EncloseSelectionDialogCREATE
|
||||
OnResize = EncloseSelectionDialogResize
|
||||
PixelsPerInch = 112
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 426
|
||||
VertScrollBar.Page = 243
|
||||
Left = 319
|
||||
Height = 244
|
||||
Top = 231
|
||||
Width = 427
|
||||
LCLVersion = '0.9.25'
|
||||
object TypeRadiogroup: TRadioGroup
|
||||
Left = 8
|
||||
Height = 189
|
||||
Top = 8
|
||||
Width = 409
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoFill = True
|
||||
Caption = 'Type'
|
||||
@ -25,31 +28,101 @@ object EncloseSelectionDialog: TEncloseSelectionDialog
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
TabOrder = 0
|
||||
Left = 8
|
||||
Height = 189
|
||||
Top = 8
|
||||
Width = 409
|
||||
end
|
||||
object btnOk: TButton
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Ok'
|
||||
Default = True
|
||||
OnClick = btnOkClick
|
||||
TabOrder = 1
|
||||
Left = 88
|
||||
Height = 25
|
||||
Top = 208
|
||||
Width = 107
|
||||
end
|
||||
object btnCancel: TButton
|
||||
Anchors = [akLeft, akBottom]
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
ModalResult = 2
|
||||
TabOrder = 2
|
||||
object btnCancel: TBitBtn
|
||||
Left = 224
|
||||
Height = 25
|
||||
Top = 208
|
||||
Width = 104
|
||||
Anchors = [akLeft, akBottom]
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451
|
||||
F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D
|
||||
E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956
|
||||
F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532
|
||||
E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF
|
||||
FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D
|
||||
F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C
|
||||
FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270
|
||||
FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674
|
||||
FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977
|
||||
FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A
|
||||
FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673
|
||||
FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E
|
||||
F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774
|
||||
FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D
|
||||
F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF
|
||||
FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
ModalResult = 2
|
||||
NumGlyphs = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object btnOk: TBitBtn
|
||||
Left = 88
|
||||
Height = 25
|
||||
Top = 208
|
||||
Width = 107
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Ok'
|
||||
Default = True
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78
|
||||
3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9
|
||||
5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E
|
||||
3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0
|
||||
63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3
|
||||
5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5
|
||||
66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB
|
||||
85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA
|
||||
6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD
|
||||
89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF
|
||||
69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F
|
||||
549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
NumGlyphs = 0
|
||||
OnClick = btnOkClick
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
|
@ -1,23 +1,116 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TEncloseSelectionDialog','FORMDATA',[
|
||||
'TPF0'#23'TEncloseSelectionDialog'#22'EncloseSelectionDialog'#7'Caption'#6#17
|
||||
+'Enclose Selection'#12'ClientHeight'#3#244#0#11'ClientWidth'#3#171#1#8'OnCre'
|
||||
+'ate'#7#28'EncloseSelectionDialogCREATE'#8'OnResize'#7#28'EncloseSelectionDi'
|
||||
+'alogResize'#13'PixelsPerInch'#2'p'#8'Position'#7#14'poScreenCenter'#18'Horz'
|
||||
+'ScrollBar.Page'#3#170#1#18'VertScrollBar.Page'#3#243#0#4'Left'#3'?'#1#6'Hei'
|
||||
+'ght'#3#244#0#3'Top'#3#231#0#5'Width'#3#171#1#0#11'TRadioGroup'#14'TypeRadio'
|
||||
+'group'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoFill'
|
||||
+#9#7'Caption'#6#4'Type'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.'
|
||||
+'TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousC'
|
||||
+'hildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'
|
||||
+#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Shrink'
|
||||
+'Vertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightTh'
|
||||
+'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#0#4'Left'#2
|
||||
+#8#6'Height'#3#189#0#3'Top'#2#8#5'Width'#3#153#1#0#0#7'TButton'#5'btnOk'#7'A'
|
||||
+'nchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#2'Ok'#7'Default'#9#7'OnClic'
|
||||
+'k'#7#10'btnOkClick'#8'TabOrder'#2#1#4'Left'#2'X'#6'Height'#2#25#3'Top'#3#208
|
||||
+#0#5'Width'#2'k'#0#0#7'TButton'#9'btnCancel'#7'Anchors'#11#6'akLeft'#8'akBot'
|
||||
+'tom'#0#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2
|
||||
+#2#4'Left'#3#224#0#6'Height'#2#25#3'Top'#3#208#0#5'Width'#2'h'#0#0#0
|
||||
'TPF0'#23'TEncloseSelectionDialog'#22'EncloseSelectionDialog'#4'Left'#3'?'#1#6
|
||||
+'Height'#3#244#0#3'Top'#3#231#0#5'Width'#3#171#1#7'Caption'#6#17'Enclose Sel'
|
||||
+'ection'#12'ClientHeight'#3#244#0#11'ClientWidth'#3#171#1#8'OnCreate'#7#28'E'
|
||||
+'ncloseSelectionDialogCREATE'#8'OnResize'#7#28'EncloseSelectionDialogResize'
|
||||
+#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'
|
||||
+#0#11'TRadioGroup'#14'TypeRadiogroup'#4'Left'#2#8#6'Height'#3#189#0#3'Top'#2
|
||||
+#8#5'Width'#3#153#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0
|
||||
+#8'AutoFill'#9#7'Caption'#6#4'Type'#28'ChildSizing.LeftRightSpacing'#2#6#28
|
||||
+'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'cr'
|
||||
+'sHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousC'
|
||||
+'hildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildS'
|
||||
+'izing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclL'
|
||||
+'eftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2
|
||||
+#0#0#0#7'TBitBtn'#9'btnCancel'#4'Left'#3#224#0#6'Height'#2#25#3'Top'#3#208#0
|
||||
+#5'Width'#2'h'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#6'Cancel'#9#7'Caption'#6
|
||||
+#6'Cancel'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('
|
||||
+#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'?='#237'A;8'#235#8#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+'!'#31#227#8#30#28#226'A'#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'JG'#240'AOL'#242#255'@>'#237#253'<9'#235#8#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'''%'#229#8'$"'#228#252'1/'#234#255
|
||||
+#31#29#226'A'#255#255#255#0#255#255#255#0#255#255#255#0'TQ'#243'AXV'#245#255
|
||||
+'ca'#250#255'XU'#246#255'A?'#237#252'=:'#236#8#255#255#255#0#255#255#255#0'0'
|
||||
+'-'#231#8',*'#230#252'A?'#241#255'LJ'#246#255'1/'#234#255#31#29#226'A'#255
|
||||
+#255#255#0#255#255#255#0'YV'#245'+[X'#246#255'eb'#250#255'qp'#255#255'YV'#246
|
||||
+#255'B@'#238#252'>;'#236#8'97'#235#8'52'#233#252'GE'#242#255'cb'#255#255'JH'
|
||||
+#244#255'/-'#233#255'" '#227'+'#255#255#255#0#255#255#255#0#255#255#255#0'ZW'
|
||||
+#245'+[Y'#246#255'fc'#250#255'tq'#255#255'ZX'#246#255'CA'#238#252'><'#236#253
|
||||
+'PM'#244#255'hg'#255#255'PN'#245#255'64'#235#255'*'''#229'+'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'[X'#246'+\Z'#246#255
|
||||
+'gd'#250#255'tr'#255#255'sp'#255#255'pn'#255#255'nl'#255#255'WU'#247#255'?='
|
||||
+#238#255'20'#232'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'\Y'#246'+]['#247#255'yv'#255#255
|
||||
+'YV'#255#255'WT'#255#255'rp'#255#255'HF'#240#255'<9'#235'+'#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'a^'#248#8']Z'#246#253'}y'#255#255'^['#255#255'[X'#255
|
||||
+#255'vt'#255#255'FC'#239#253'A?'#237#8#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'ig'#251#8'fc'
|
||||
+#249#252'pm'#251#255#128'~'#255#255'~{'#255#255'|y'#255#255'yw'#255#255'^\'
|
||||
+#247#255'GD'#239#252'B@'#238#8#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0'qn'#253#8'nk'#252#252'wt'#253#255#134#130#255#255'v'
|
||||
+'s'#252#255'db'#248#255'`]'#247#255'mj'#250#255'{y'#255#255'`]'#247#255'HE'
|
||||
+#239#252'CA'#238#8#255#255#255#0#255#255#255#0#255#255#255#0'vs'#255#8'tq'
|
||||
+#254#253'}z'#254#255#138#135#255#255'|y'#253#255'li'#251#255'ca'#249'+_\'#247
|
||||
+'+a^'#248#255'nl'#250#255'}z'#255#255'a_'#247#255'IF'#240#252'DA'#238#5#255
|
||||
+#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255#129'~'#255#255#129'~'#254#255
|
||||
+'tq'#253#255'li'#251'+'#255#255#255#0#255#255#255#0'`]'#247'+b_'#248#255'om'
|
||||
+#251#255'~|'#255#255'b_'#248#255'JG'#240'oEB'#238#2#255#255#255#0#255#255#255
|
||||
+#0'wt'#255#31'zw'#255#255'yv'#254#255'ro'#253'+'#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'a^'#248'+da'#248#255'jh'#249#255'TQ'#243#168'OM'
|
||||
+#242')'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'wt'#255#31'w'
|
||||
+'t'#255'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'b_'#248'+]['#247'oYV'#245'>'#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'c`'#248#10#255#255#255#0#255#255#255#0#255#255#255#0#11
|
||||
+'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#5'btnOk'#4
|
||||
+'Left'#2'X'#6'Height'#2#25#3'Top'#3#208#0#5'Width'#2'k'#7'Anchors'#11#6'akLe'
|
||||
+'ft'#8'akBottom'#0#7'Caption'#6#2'Ok'#7'Default'#9#10'Glyph.Data'#10':'#4#0#0
|
||||
+'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0
|
||||
,#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'9'#133'@'#10'7'#131'='#255'1{7'#251'.v3'#7#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'B'#146'I'#10
|
||||
+'@'#142'G'#255'T'#163'\'#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd'#255
|
||||
+'w'#202#130#255't'#200'~'#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0'S'#169'\'#10'Q'#166'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135#255
|
||||
+'v'#202#129#255'v'#201#129#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176
|
||||
+'c'#255'k'#189'v'#255#132#210#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm'
|
||||
+#255'x'#201#131#255'x'#203#130#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0'^'#185'iF['#181'f'#228'y'#201
|
||||
+#134#255#128#206#141#255'Q'#166'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255
|
||||
+'|'#204#134#255'y'#203#133#255'T'#164']'#255'5'#128';'#252'1{7'#8#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y'
|
||||
+#255'U'#172'_o'#255#255#255#0#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}'
|
||||
+#205#137#255'|'#205#135#255'V'#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206
|
||||
+#138#255'~'#206#137#255'W'#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255
|
||||
+#129#207#141#255''#207#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178
|
||||
+'l'#255#130#209#143#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V'
|
||||
+#145'c'#179'm'#255'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+'N'#162'W'#145'J'#157'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#9'NumGlyphs'#2#0#7'OnCl'
|
||||
+'ick'#7#10'btnOkClick'#8'TabOrder'#2#2#0#0#0
|
||||
]);
|
||||
|
@ -54,8 +54,8 @@ type
|
||||
{ TEncloseSelectionDialog }
|
||||
|
||||
TEncloseSelectionDialog = class(TForm)
|
||||
btnCancel: TButton;
|
||||
btnOk: TButton;
|
||||
btnCancel: TBitBtn;
|
||||
btnOk: TBitBtn;
|
||||
TypeRadiogroup: TRADIOGROUP;
|
||||
procedure EncloseSelectionDialogCREATE(Sender: TObject);
|
||||
procedure EncloseSelectionDialogResize(Sender: TObject);
|
||||
|
@ -7,11 +7,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = 'EnvironmentOptionsDialog'
|
||||
ClientHeight = 539
|
||||
ClientWidth = 542
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
object Notebook: TNotebook
|
||||
AnchorSideBottom.Control = EODBtnPanel
|
||||
Height = 504
|
||||
Height = 501
|
||||
Width = 542
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -21,7 +22,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object FilesPage: TPage
|
||||
Caption = 'FilesPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 478
|
||||
ClientHeight = 475
|
||||
object MaxRecentOpenFilesLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
@ -46,7 +47,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 26
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Right = 6
|
||||
ItemHeight = 13
|
||||
Items.Strings = (
|
||||
@ -57,7 +57,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
'25'
|
||||
'30'
|
||||
)
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
end
|
||||
object MaxRecentProjectFilesComboBox: TComboBox
|
||||
@ -68,7 +67,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 74
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Right = 6
|
||||
ItemHeight = 13
|
||||
Items.Strings = (
|
||||
@ -79,7 +77,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
'25'
|
||||
'30'
|
||||
)
|
||||
MaxLength = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object OpenLastProjectAtStartCheckBox: TCheckBox
|
||||
@ -133,10 +130,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 3
|
||||
Width = 481
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
Text = 'LazarusDirComboBox'
|
||||
end
|
||||
@ -182,10 +177,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 3
|
||||
Width = 481
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
Text = 'CompilerPathComboBox'
|
||||
end
|
||||
@ -229,10 +222,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 3
|
||||
Width = 481
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
Text = 'FPCSourceDirComboBox'
|
||||
end
|
||||
@ -276,10 +267,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 3
|
||||
Width = 481
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
Text = 'MakePathComboBox'
|
||||
end
|
||||
@ -323,10 +312,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 3
|
||||
Width = 481
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
Text = 'TestBuildDirComboBox'
|
||||
end
|
||||
@ -375,9 +362,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 6
|
||||
Width = 512
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
Style = csDropDownList
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -450,7 +435,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 87
|
||||
Width = 512
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
Enabled = False
|
||||
Items.Strings = (
|
||||
@ -459,7 +443,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
'300'
|
||||
'120'
|
||||
)
|
||||
MaxLength = 0
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
@ -694,7 +677,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 78
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
'2'
|
||||
'5'
|
||||
@ -706,7 +688,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
'25'
|
||||
'30'
|
||||
)
|
||||
MaxLength = 0
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 2
|
||||
@ -720,7 +701,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 108
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
'2'
|
||||
'5'
|
||||
@ -732,7 +712,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
'25'
|
||||
'30'
|
||||
)
|
||||
MaxLength = 0
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 3
|
||||
@ -1397,10 +1376,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 42
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoSelect = True
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 1
|
||||
Text = 'BakProjAddExtComboBox'
|
||||
end
|
||||
@ -1411,10 +1388,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 73
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoSelect = True
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 2
|
||||
Text = 'BakProjMaxCounterComboBox'
|
||||
end
|
||||
@ -1425,10 +1400,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 104
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoSelect = True
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 3
|
||||
Text = 'BakProjSubDirComboBox'
|
||||
end
|
||||
@ -1529,9 +1502,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 42
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 1
|
||||
Text = 'BakOtherAddExtComboBox'
|
||||
end
|
||||
@ -1542,9 +1513,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 73
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 2
|
||||
Text = 'BakOtherMaxCounterComboBox'
|
||||
end
|
||||
@ -1555,9 +1524,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Height = 25
|
||||
Top = 104
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 3
|
||||
Text = 'BakOtherSubDirComboBox'
|
||||
end
|
||||
@ -1727,19 +1694,76 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
end
|
||||
object EODBtnPanel: TPanel
|
||||
Height = 35
|
||||
Top = 504
|
||||
Height = 38
|
||||
Top = 501
|
||||
Width = 542
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 35
|
||||
ClientHeight = 38
|
||||
ClientWidth = 542
|
||||
TabOrder = 1
|
||||
object OkButton: TButton
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Control = EODBtnPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = EODBtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 365
|
||||
Height = 23
|
||||
Left = 427
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 109
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Cancel = True
|
||||
Caption = 'CancelButton'
|
||||
Constraints.MinWidth = 75
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451
|
||||
F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D
|
||||
E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956
|
||||
F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532
|
||||
E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF
|
||||
FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D
|
||||
F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C
|
||||
FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270
|
||||
FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674
|
||||
FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977
|
||||
FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A
|
||||
FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673
|
||||
FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E
|
||||
F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774
|
||||
FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D
|
||||
F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF
|
||||
FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
NumGlyphs = 0
|
||||
OnClick = CancelButtonClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object OkButton: TBitBtn
|
||||
AnchorSideRight.Control = CancelButton
|
||||
AnchorSideBottom.Control = EODBtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 346
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 75
|
||||
Align = alRight
|
||||
@ -1748,23 +1772,44 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = 'Ok'
|
||||
Constraints.MinWidth = 75
|
||||
Default = True
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78
|
||||
3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9
|
||||
5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E
|
||||
3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0
|
||||
63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3
|
||||
5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5
|
||||
66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB
|
||||
85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA
|
||||
6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD
|
||||
89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF
|
||||
69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F
|
||||
549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
NumGlyphs = 0
|
||||
OnClick = OkButtonClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object CancelButton: TButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 446
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 90
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Cancel = True
|
||||
Caption = 'CancelButton'
|
||||
Constraints.MinWidth = 75
|
||||
OnClick = CancelButtonClick
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -455,10 +455,12 @@ type
|
||||
{ TEnvironmentOptionsDialog }
|
||||
|
||||
TEnvironmentOptionsDialog = class(TForm)
|
||||
CancelButton: TBitBtn;
|
||||
NoteBook: TNoteBook;
|
||||
FilesPage: TPage;
|
||||
DesktopPage: TPage;
|
||||
EODBtnPanel: TPanel;
|
||||
OkButton: TBitBtn;
|
||||
WindowsPage: TPage;
|
||||
FormEditorPage: TPage;
|
||||
ObjectInspectorPage: TPage;
|
||||
@ -608,9 +610,6 @@ type
|
||||
CharCaseFileActionRadioGroup: TRadioGroup;
|
||||
AmbiguousFileActionRadioGroup: TRadioGroup;
|
||||
|
||||
// buttons at bottom
|
||||
OkButton: TButton;
|
||||
CancelButton: TButton;
|
||||
|
||||
procedure BakTypeRadioGroupClick(Sender: TObject);
|
||||
procedure FilesButtonClick(Sender: TObject);
|
||||
|
@ -3,8 +3,6 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
Height = 460
|
||||
Top = 155
|
||||
Width = 420
|
||||
HorzScrollBar.Page = 419
|
||||
VertScrollBar.Page = 459
|
||||
ActiveControl = TextToFindComboBox
|
||||
Caption = 'Find in files'
|
||||
ClientHeight = 460
|
||||
@ -13,29 +11,31 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
Constraints.MinWidth = 260
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
object TextToFindLabel: TLabel
|
||||
AnchorSideTop.Control = TextToFindComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 8
|
||||
Width = 75
|
||||
Height = 14
|
||||
Top = 9
|
||||
Width = 65
|
||||
Caption = 'Text To Find:'
|
||||
ParentColor = False
|
||||
end
|
||||
object TextToFindComboBox: TComboBox
|
||||
AnchorSideLeft.Control = TextToFindLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 87
|
||||
Height = 25
|
||||
Left = 77
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 327
|
||||
Width = 337
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = True
|
||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
MaxLength = 0
|
||||
ItemHeight = 13
|
||||
TabOrder = 0
|
||||
end
|
||||
object OptionsCheckGroupBox: TCheckGroup
|
||||
@ -85,7 +85,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 63
|
||||
ClientHeight = 64
|
||||
ClientWidth = 404
|
||||
ItemIndex = 1
|
||||
Items.Strings = (
|
||||
@ -97,42 +97,41 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
TabOrder = 2
|
||||
end
|
||||
object DirectoryOptionsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Left = 5
|
||||
Height = 139
|
||||
Top = 275
|
||||
Width = 408
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
Caption = 'Directory Options'
|
||||
ClientHeight = 120
|
||||
ClientHeight = 121
|
||||
ClientWidth = 404
|
||||
Enabled = False
|
||||
TabOrder = 3
|
||||
object DirectoryLabel: TLabel
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 14
|
||||
Top = 8
|
||||
Width = 62
|
||||
Width = 49
|
||||
Caption = 'Directory:'
|
||||
ParentColor = False
|
||||
end
|
||||
object FileMaskLabel: TLabel
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 14
|
||||
Top = 38
|
||||
Width = 152
|
||||
Width = 121
|
||||
Caption = 'File mask (*;*.*;*.bak?):'
|
||||
ParentColor = False
|
||||
end
|
||||
object DirectoryComboBox: TComboBox
|
||||
AnchorSideLeft.Control = DirectoryLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 68
|
||||
Height = 25
|
||||
Left = 55
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 272
|
||||
Width = 285
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
ItemHeight = 13
|
||||
TabOrder = 0
|
||||
end
|
||||
object DirectoryBrowse: TBitBtn
|
||||
@ -149,29 +148,112 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
end
|
||||
object FileMaskComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 21
|
||||
Top = 56
|
||||
Width = 334
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
ItemHeight = 13
|
||||
TabOrder = 2
|
||||
Text = '*.pas;*.pp;*.inc'
|
||||
end
|
||||
object IncludeSubDirsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 19
|
||||
Top = 92
|
||||
Width = 167
|
||||
Width = 134
|
||||
Caption = 'Include sub directories'
|
||||
TabOrder = 3
|
||||
end
|
||||
end
|
||||
object OKButton: TButton
|
||||
object ReplaceTextComboBox: TComboBox
|
||||
AnchorSideLeft.Control = ReplaceCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 75
|
||||
Height = 21
|
||||
Top = 33
|
||||
Width = 339
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = True
|
||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
Enabled = False
|
||||
ItemHeight = 13
|
||||
TabOrder = 4
|
||||
end
|
||||
object ReplaceCheckBox: TCheckBox
|
||||
AnchorSideTop.Control = ReplaceTextComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 5
|
||||
Height = 19
|
||||
Top = 34
|
||||
Width = 64
|
||||
Caption = 'Replace'
|
||||
Enabled = False
|
||||
OnChange = ReplaceCheckBoxChange
|
||||
TabOrder = 5
|
||||
end
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 337
|
||||
Height = 26
|
||||
Top = 428
|
||||
Width = 77
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Constraints.MinWidth = 75
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451
|
||||
F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D
|
||||
E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956
|
||||
F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532
|
||||
E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF
|
||||
FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D
|
||||
F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C
|
||||
FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270
|
||||
FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674
|
||||
FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977
|
||||
FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A
|
||||
FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673
|
||||
FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E
|
||||
F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774
|
||||
FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D
|
||||
F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF
|
||||
FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
ModalResult = 2
|
||||
NumGlyphs = 0
|
||||
TabOrder = 6
|
||||
end
|
||||
object OKButton: TBitBtn
|
||||
AnchorSideRight.Control = CancelButton
|
||||
Left = 249
|
||||
Height = 29
|
||||
Top = 424
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 247
|
||||
Height = 26
|
||||
Top = 428
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
@ -180,52 +262,44 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
Caption = 'OK'
|
||||
Constraints.MinWidth = 75
|
||||
Default = True
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78
|
||||
3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9
|
||||
5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E
|
||||
3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0
|
||||
63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3
|
||||
5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5
|
||||
66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB
|
||||
85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA
|
||||
6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD
|
||||
89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF
|
||||
69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F
|
||||
549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
ModalResult = 1
|
||||
TabOrder = 4
|
||||
end
|
||||
object CancelButton: TButton
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 339
|
||||
Height = 29
|
||||
Top = 425
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Constraints.MinWidth = 75
|
||||
ModalResult = 2
|
||||
TabOrder = 5
|
||||
end
|
||||
object ReplaceTextComboBox: TComboBox
|
||||
AnchorSideLeft.Control = ReplaceCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 84
|
||||
Height = 25
|
||||
Top = 33
|
||||
Width = 330
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = True
|
||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
Enabled = False
|
||||
MaxLength = 0
|
||||
TabOrder = 6
|
||||
end
|
||||
object ReplaceCheckBox: TCheckBox
|
||||
AnchorSideTop.Control = ReplaceTextComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 5
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 73
|
||||
Caption = 'Replace'
|
||||
Enabled = False
|
||||
OnChange = ReplaceCheckBoxChange
|
||||
NumGlyphs = 0
|
||||
TabOrder = 7
|
||||
end
|
||||
object SelectDirectoryDialog: TSelectDirectoryDialog
|
||||
|
@ -2,84 +2,177 @@
|
||||
|
||||
LazarusResources.Add('TLazFindInFilesDialog','FORMDATA',[
|
||||
'TPF0'#21'TLazFindInFilesDialog'#20'LazFindInFilesDialog'#4'Left'#3'{'#1#6'He'
|
||||
+'ight'#3#204#1#3'Top'#3#155#0#5'Width'#3#164#1#18'HorzScrollBar.Page'#3#163#1
|
||||
+#18'VertScrollBar.Page'#3#203#1#13'ActiveControl'#7#18'TextToFindComboBox'#7
|
||||
+'Caption'#6#13'Find in files'#12'ClientHeight'#3#204#1#11'ClientWidth'#3#164
|
||||
+#1#21'Constraints.MinHeight'#3#144#1#20'Constraints.MinWidth'#3#4#1#7'OnClos'
|
||||
+'e'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCen'
|
||||
+'ter'#0#6'TLabel'#15'TextToFindLabel'#21'AnchorSideTop.Control'#7#18'TextToF'
|
||||
+'indComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
|
||||
+#20#3'Top'#2#8#5'Width'#2'K'#7'Caption'#6#13'Text To Find:'#11'ParentColor'#8
|
||||
+#0#0#9'TComboBox'#18'TextToFindComboBox'#22'AnchorSideLeft.Control'#7#15'Tex'
|
||||
+'tToFindLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2'W'#6'Height'
|
||||
+#2#25#3'Top'#2#6#5'Width'#3'G'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#12'AutoComplete'#9#16'AutoCompleteText'#11#12'cbactEnabled'#22'cbactEndOf'
|
||||
+'LineComplete'#21'cbactRetainPrefixCase'#20'cbactSearchAscending'#0#18'Borde'
|
||||
+'rSpacing.Left'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#0#0#0#11'TCheckGroup'#20
|
||||
+'OptionsCheckGroupBox'#4'Left'#2#6#6'Height'#2's'#3'Top'#2'A'#5'Width'#3#152
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#7
|
||||
+'Options'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpaci'
|
||||
+'ng'#2#6#29'ChildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacin'
|
||||
+'g'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27
|
||||
+'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.'
|
||||
+'ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14
|
||||
+'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'
|
||||
+#27'ChildSizing.ControlsPerLine'#2#1#13'Items.Strings'#1#6#14'Case sensitive'
|
||||
+#6#16'Whole words only'#6#19'Regular expressions'#6#10'Multi Line'#0#8'TabOr'
|
||||
+'der'#2#1#4'Data'#10#8#0#0#0#4#0#0#0#2#2#2#2#0#0#11'TRadioGroup'#15'WhereRad'
|
||||
+'ioGroup'#4'Left'#2#6#6'Height'#2'R'#3'Top'#3#185#0#5'Width'#3#152#1#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#5'Where'
|
||||
+#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29
|
||||
+'ChildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#29'C'
|
||||
+'hildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing'
|
||||
+'.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHoriz'
|
||||
+'ontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChi'
|
||||
+'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz'
|
||||
+'ing.ControlsPerLine'#2#1#12'ClientHeight'#2'?'#11'ClientWidth'#3#148#1#9'It'
|
||||
+'emIndex'#2#1#13'Items.Strings'#1#6#27'search all files in project'#6#21'sea'
|
||||
+'rch all open files'#6#21'search in directories'#0#7'OnClick'#7#20'WhereRadi'
|
||||
+'oGroupClick'#8'TabOrder'#2#2#0#0#9'TGroupBox'#24'DirectoryOptionsGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#139#0#3'Top'#3#19#1#5'Width'#3#152#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#17'Directory Options'
|
||||
+#12'ClientHeight'#2'x'#11'ClientWidth'#3#148#1#7'Enabled'#8#8'TabOrder'#2#3#0
|
||||
+#6'TLabel'#14'DirectoryLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#8#5'Width'
|
||||
+#2'>'#7'Caption'#6#10'Directory:'#11'ParentColor'#8#0#0#6'TLabel'#13'FileMas'
|
||||
+'kLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'&'#5'Width'#3#152#0#7'Caption'#6
|
||||
+#25'File mask (*;*.*;*.bak?):'#11'ParentColor'#8#0#0#9'TComboBox'#17'Directo'
|
||||
+'ryComboBox'#22'AnchorSideLeft.Control'#7#14'DirectoryLabel'#19'AnchorSideLe'
|
||||
+'ft.Side'#7#9'asrBottom'#4'Left'#2'D'#6'Height'#2#25#3'Top'#2#6#5'Width'#3#16
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22
|
||||
+'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOr'
|
||||
+'der'#2#0#0#0#7'TBitBtn'#15'DirectoryBrowse'#4'Left'#3'Z'#1#6'Height'#2#25#3
|
||||
+'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'.'
|
||||
+'..'#6'Layout'#7#10'blGlyphTop'#9'NumGlyphs'#2#0#7'OnClick'#7#20'DirectoryBr'
|
||||
+'owseClick'#8'TabOrder'#2#1#0#0#9'TComboBox'#16'FileMaskComboBox'#4'Left'#2#6
|
||||
+#6'Height'#2#25#3'Top'#2'8'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSea'
|
||||
+'rchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#16'*.pas;*.pp;*.'
|
||||
+'inc'#0#0#9'TCheckBox'#22'IncludeSubDirsCheckBox'#4'Left'#2#6#6'Height'#2#22
|
||||
+#3'Top'#2'\'#5'Width'#3#167#0#7'Caption'#6#23'Include sub directories'#8'Tab'
|
||||
+'Order'#2#3#0#0#0#7'TButton'#8'OKButton'#23'AnchorSideRight.Control'#7#12'Ca'
|
||||
+'ncelButton'#4'Left'#3#249#0#6'Height'#2#29#3'Top'#3#168#1#5'Width'#2'K'#7'A'
|
||||
+'nchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2
|
||||
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#2'OK'#20'Constraints.MinWidth'#2
|
||||
+'K'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#4#0#0#7'TButton'#12'Cance'
|
||||
+'lButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
,'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#3'S'#1#6'Height'#2#29#3'Top'#3#169#1#5'Width'#2'K'#7
|
||||
+'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#20'Constraints.MinWidth'#2'K'#11'Mod'
|
||||
+'alResult'#2#2#8'TabOrder'#2#5#0#0#9'TComboBox'#19'ReplaceTextComboBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#15'ReplaceCheckBox'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2'T'#6'Height'#2#25#3'Top'#2'!'#5'Width'#3'J'#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#9#16'AutoCompleteText'
|
||||
+#11#12'cbactEnabled'#22'cbactEndOfLineComplete'#21'cbactRetainPrefixCase'#20
|
||||
+'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#6#7'Enabled'#8#9'MaxLength'
|
||||
+#2#0#8'TabOrder'#2#6#0#0#9'TCheckBox'#15'ReplaceCheckBox'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#19'ReplaceTextComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'L'
|
||||
+'eft'#2#5#6'Height'#2#22#3'Top'#2'"'#5'Width'#2'I'#7'Caption'#6#7'Replace'#7
|
||||
+'Enabled'#8#8'OnChange'#7#21'ReplaceCheckBoxChange'#8'TabOrder'#2#7#0#0#22'T'
|
||||
+'SelectDirectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Direc'
|
||||
+'tory'#11'FilterIndex'#2#0#7'Options'#11#15'ofFileMustExist'#14'ofEnableSizi'
|
||||
+'ng'#12'ofViewDetail'#0#4'left'#3#4#1#3'top'#3#215#0#0#0#0
|
||||
+'ight'#3#204#1#3'Top'#3#155#0#5'Width'#3#164#1#13'ActiveControl'#7#18'TextTo'
|
||||
+'FindComboBox'#7'Caption'#6#13'Find in files'#12'ClientHeight'#3#204#1#11'Cl'
|
||||
+'ientWidth'#3#164#1#21'Constraints.MinHeight'#3#144#1#20'Constraints.MinWidt'
|
||||
+'h'#3#4#1#7'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#10'ParentFo'
|
||||
+'nt'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#6'TLabe'
|
||||
+'l'#15'TextToFindLabel'#21'AnchorSideTop.Control'#7#18'TextToFindComboBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#9#5
|
||||
+'Width'#2'A'#7'Caption'#6#13'Text To Find:'#11'ParentColor'#8#0#0#9'TComboBo'
|
||||
+'x'#18'TextToFindComboBox'#22'AnchorSideLeft.Control'#7#15'TextToFindLabel'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2'M'#6'Height'#2#21#3'Top'#2
|
||||
+#6#5'Width'#3'Q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComp'
|
||||
+'lete'#9#16'AutoCompleteText'#11#12'cbactEnabled'#22'cbactEndOfLineComplete'
|
||||
+#21'cbactRetainPrefixCase'#20'cbactSearchAscending'#0#18'BorderSpacing.Left'
|
||||
+#2#6#10'ItemHeight'#2#13#8'TabOrder'#2#0#0#0#11'TCheckGroup'#20'OptionsCheck'
|
||||
+'GroupBox'#4'Left'#2#6#6'Height'#2's'#3'Top'#2'A'#5'Width'#3#152#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#7'Options'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C'
|
||||
+'hildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#29'Ch'
|
||||
+'ildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.'
|
||||
+'EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizo'
|
||||
+'ntal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChil'
|
||||
+'ds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizi'
|
||||
+'ng.ControlsPerLine'#2#1#13'Items.Strings'#1#6#14'Case sensitive'#6#16'Whole'
|
||||
+' words only'#6#19'Regular expressions'#6#10'Multi Line'#0#8'TabOrder'#2#1#4
|
||||
+'Data'#10#8#0#0#0#4#0#0#0#2#2#2#2#0#0#11'TRadioGroup'#15'WhereRadioGroup'#4
|
||||
+'Left'#2#6#6'Height'#2'R'#3'Top'#3#185#0#5'Width'#3#152#1#7'Anchors'#11#5'ak'
|
||||
+'Top'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#5'Where'#28'ChildSiz'
|
||||
+'ing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizi'
|
||||
+'ng.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#29'ChildSizin'
|
||||
+'g.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeV'
|
||||
+'ertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7
|
||||
+#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C'
|
||||
+'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr'
|
||||
+'olsPerLine'#2#1#12'ClientHeight'#2'@'#11'ClientWidth'#3#148#1#9'ItemIndex'#2
|
||||
+#1#13'Items.Strings'#1#6#27'search all files in project'#6#21'search all ope'
|
||||
+'n files'#6#21'search in directories'#0#7'OnClick'#7#20'WhereRadioGroupClick'
|
||||
+#8'TabOrder'#2#2#0#0#9'TGroupBox'#24'DirectoryOptionsGroupBox'#4'Left'#2#5#6
|
||||
+'Height'#3#139#0#3'Top'#3#19#1#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#8'akBottom'#0#7'Caption'#6#17'Directory Options'#12'ClientH'
|
||||
+'eight'#2'y'#11'ClientWidth'#3#148#1#7'Enabled'#8#8'TabOrder'#2#3#0#6'TLabel'
|
||||
+#14'DirectoryLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#8#5'Width'#2'1'#7'Ca'
|
||||
+'ption'#6#10'Directory:'#11'ParentColor'#8#0#0#6'TLabel'#13'FileMaskLabel'#4
|
||||
+'Left'#2#6#6'Height'#2#14#3'Top'#2'&'#5'Width'#2'y'#7'Caption'#6#25'File mas'
|
||||
+'k (*;*.*;*.bak?):'#11'ParentColor'#8#0#0#9'TComboBox'#17'DirectoryComboBox'
|
||||
+#22'AnchorSideLeft.Control'#7#14'DirectoryLabel'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2'7'#6'Height'#2#21#3'Top'#2#6#5'Width'#3#29#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#10'ItemHeight'#2#13#8'TabOrder'#2#0#0#0#7
|
||||
+'TBitBtn'#15'DirectoryBrowse'#4'Left'#3'Z'#1#6'Height'#2#25#3'Top'#2#6#5'Wid'
|
||||
+'th'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'...'#6'Layout'#7
|
||||
+#10'blGlyphTop'#9'NumGlyphs'#2#0#7'OnClick'#7#20'DirectoryBrowseClick'#8'Tab'
|
||||
+'Order'#2#1#0#0#9'TComboBox'#16'FileMaskComboBox'#4'Left'#2#6#6'Height'#2#21
|
||||
+#3'Top'#2'8'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#10
|
||||
+'ItemHeight'#2#13#8'TabOrder'#2#2#4'Text'#6#16'*.pas;*.pp;*.inc'#0#0#9'TChec'
|
||||
+'kBox'#22'IncludeSubDirsCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'\'#5'W'
|
||||
+'idth'#3#134#0#7'Caption'#6#23'Include sub directories'#8'TabOrder'#2#3#0#0#0
|
||||
+#9'TComboBox'#19'ReplaceTextComboBox'#22'AnchorSideLeft.Control'#7#15'Replac'
|
||||
+'eCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2'K'#6'Height'#2
|
||||
+#21#3'Top'#2'!'#5'Width'#3'S'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#12'AutoComplete'#9#16'AutoCompleteText'#11#12'cbactEnabled'#22'cbactEndOfLi'
|
||||
+'neComplete'#21'cbactRetainPrefixCase'#20'cbactSearchAscending'#0#18'BorderS'
|
||||
+'pacing.Left'#2#6#7'Enabled'#8#10'ItemHeight'#2#13#8'TabOrder'#2#4#0#0#9'TCh'
|
||||
+'eckBox'#15'ReplaceCheckBox'#21'AnchorSideTop.Control'#7#19'ReplaceTextCombo'
|
||||
+'Box'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#5#6'Height'#2#19#3'Top'
|
||||
,#2'"'#5'Width'#2'@'#7'Caption'#6#7'Replace'#7'Enabled'#8#8'OnChange'#7#21'Re'
|
||||
+'placeCheckBoxChange'#8'TabOrder'#2#5#0#0#7'TBitBtn'#12'CancelButton'#23'Anc'
|
||||
+'horSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#3'Q'#1#6'Height'#2#26#3'Top'#3#172#1#5'Width'#2'M'#7'Anchors'#11
|
||||
+#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cance'
|
||||
+'l'#9#7'Caption'#6#6'Cancel'#20'Constraints.MinWidth'#2'K'#10'Glyph.Data'#10
|
||||
+':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0
|
||||
+' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'?='#237'A;8'#235#8#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'!'#31#227#8#30#28#226'A'#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'JG'#240'A'
|
||||
+'OL'#242#255'@>'#237#253'<9'#235#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'''%'#229#8'$"'#228#252'1/'#234#255#31#29#226'A'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'TQ'#243'AXV'#245#255'ca'#250#255'XU'#246#255'A?'
|
||||
+#237#252'=:'#236#8#255#255#255#0#255#255#255#0'0-'#231#8',*'#230#252'A?'#241
|
||||
+#255'LJ'#246#255'1/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0'YV'#245
|
||||
+'+[X'#246#255'eb'#250#255'qp'#255#255'YV'#246#255'B@'#238#252'>;'#236#8'97'
|
||||
+#235#8'52'#233#252'GE'#242#255'cb'#255#255'JH'#244#255'/-'#233#255'" '#227'+'
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'ZW'#245'+[Y'#246#255'fc'#250#255
|
||||
+'tq'#255#255'ZX'#246#255'CA'#238#252'><'#236#253'PM'#244#255'hg'#255#255'PN'
|
||||
+#245#255'64'#235#255'*'''#229'+'#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'[X'#246'+\Z'#246#255'gd'#250#255'tr'#255#255'sp'
|
||||
+#255#255'pn'#255#255'nl'#255#255'WU'#247#255'?='#238#255'20'#232'+'#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'\Y'#246'+]['#247#255'yv'#255#255'YV'#255#255'WT'#255#255'rp'
|
||||
+#255#255'HF'#240#255'<9'#235'+'#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248#8
|
||||
+']Z'#246#253'}y'#255#255'^['#255#255'[X'#255#255'vt'#255#255'FC'#239#253'A?'
|
||||
+#237#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'ig'#251#8'fc'#249#252'pm'#251#255#128'~'#255#255
|
||||
+'~{'#255#255'|y'#255#255'yw'#255#255'^\'#247#255'GD'#239#252'B@'#238#8#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'qn'#253#8
|
||||
+'nk'#252#252'wt'#253#255#134#130#255#255'vs'#252#255'db'#248#255'`]'#247#255
|
||||
+'mj'#250#255'{y'#255#255'`]'#247#255'HE'#239#252'CA'#238#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0'vs'#255#8'tq'#254#253'}z'#254#255#138#135#255#255'|'
|
||||
+'y'#253#255'li'#251#255'ca'#249'+_\'#247'+a^'#248#255'nl'#250#255'}z'#255#255
|
||||
+'a_'#247#255'IF'#240#252'DA'#238#5#255#255#255#0#255#255#255#0'wt'#255#31'zw'
|
||||
+#255#255#129'~'#255#255#129'~'#254#255'tq'#253#255'li'#251'+'#255#255#255#0
|
||||
+#255#255#255#0'`]'#247'+b_'#248#255'om'#251#255'~|'#255#255'b_'#248#255'JG'
|
||||
+#240'oEB'#238#2#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255'yv'#254
|
||||
+#255'ro'#253'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'
|
||||
+#248'+da'#248#255'jh'#249#255'TQ'#243#168'OM'#242')'#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0'wt'#255#31'wt'#255'+'#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'b_'#248'+'
|
||||
+']['#247'oYV'#245'>'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'c`'#248#10
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#11'ModalResult'#2#2#9'NumGlyphs'#2
|
||||
+#0#8'TabOrder'#2#6#0#0#7'TBitBtn'#8'OKButton'#23'AnchorSideRight.Control'#7
|
||||
+#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBotto'
|
||||
+'m.Side'#7#9'asrBottom'#4'Left'#3#247#0#6'Height'#2#26#3'Top'#3#172#1#5'Widt'
|
||||
+'h'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpaci'
|
||||
+'ng.Right'#2#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#2'OK'#20'Constraint'
|
||||
+'s.MinWidth'#2'K'#7'Default'#9#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0
|
||||
+#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0
|
||||
+#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
,#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'9'#133'@'
|
||||
+#10'7'#131'='#255'1{7'#251'.v3'#7#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0'B'#146'I'#10'@'#142'G'#255'T'#163'\'
|
||||
+#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd'#255'w'#202#130#255't'#200'~'
|
||||
+#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'S'#169'\'#10'Q'#166
|
||||
+'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135#255'v'#202#129#255'v'#201#129
|
||||
+#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176'c'#255'k'#189'v'#255#132#210
|
||||
+#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm'#255'x'#201#131#255'x'#203#130
|
||||
+#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'^'#185'iF['#181'f'#228'y'#201#134#255#128#206#141#255'Q'#166
|
||||
+'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255'|'#204#134#255'y'#203#133#255'T'
|
||||
+#164']'#255'5'#128';'#252'1{7'#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y'#255'U'#172'_o'#255#255#255#0
|
||||
+#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}'#205#137#255'|'#205#135#255'V'
|
||||
+#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206#138#255'~'#206#137#255'W'
|
||||
+#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255#129#207#141#255''#207
|
||||
+#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178'l'#255#130#209#143
|
||||
+#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V'#145'c'#179'm'#255
|
||||
+'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'N'#162'W'#145'J'#157
|
||||
+'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'Ta'
|
||||
+'bOrder'#2#7#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#5'Titl'
|
||||
+'e'#6#16'Select Directory'#11'FilterIndex'#2#0#7'Options'#11#15'ofFileMustEx'
|
||||
+'ist'#14'ofEnableSizing'#12'ofViewDetail'#0#4'left'#3#4#1#3'top'#3#215#0#0#0
|
||||
+#0
|
||||
]);
|
||||
|
@ -31,6 +31,8 @@ type
|
||||
{ TLazFindInFilesDialog }
|
||||
|
||||
TLazFindInFilesDialog = class(TForm)
|
||||
CancelButton: TBitBtn;
|
||||
OKButton: TBitBtn;
|
||||
ReplaceCheckBox: TCheckBox;
|
||||
ReplaceTextComboBox: TComboBox;
|
||||
IncludeSubDirsCheckBox: TCheckBox;
|
||||
@ -39,8 +41,6 @@ type
|
||||
DirectoryComboBox: TComboBox;
|
||||
DirectoryLabel: TLabel;
|
||||
FileMaskLabel: TLabel;
|
||||
OKButton: TButton;
|
||||
CancelButton: TButton;
|
||||
DirectoryOptionsGroupBox: TGroupBox;
|
||||
OptionsCheckGroupBox: TCheckGroup;
|
||||
SelectDirectoryDialog: TSelectDirectoryDialog;
|
||||
|
@ -9,6 +9,7 @@ object FindPaletteComponentDlg: TFindPaletteComponentDlg
|
||||
ClientWidth = 400
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
ParentFont = False
|
||||
LCLVersion = '0.9.25'
|
||||
object SearchPatternGroupBox: TGroupBox
|
||||
Left = 6
|
||||
@ -18,7 +19,7 @@ object FindPaletteComponentDlg: TFindPaletteComponentDlg
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SearchPatternGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientHeight = 37
|
||||
ClientWidth = 384
|
||||
TabOrder = 0
|
||||
object PatternEdit: TEdit
|
||||
@ -34,59 +35,136 @@ object FindPaletteComponentDlg: TFindPaletteComponentDlg
|
||||
end
|
||||
object ComponentsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 186
|
||||
Height = 189
|
||||
Top = 67
|
||||
Width = 388
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ComponentsGroupBox'
|
||||
ClientHeight = 167
|
||||
ClientHeight = 171
|
||||
ClientWidth = 384
|
||||
TabOrder = 1
|
||||
object ComponentsListBox: TListBox
|
||||
Height = 167
|
||||
Height = 171
|
||||
Width = 384
|
||||
Align = alClient
|
||||
OnDblClick = ComponentsListBoxDblClick
|
||||
OnDrawItem = ComponentsListBoxDrawItem
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
end
|
||||
object BtnPanel: TPanel
|
||||
Height = 41
|
||||
Top = 259
|
||||
Height = 38
|
||||
Top = 262
|
||||
Width = 400
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 41
|
||||
ClientHeight = 38
|
||||
ClientWidth = 400
|
||||
TabOrder = 2
|
||||
object CancelButton: TButton
|
||||
Left = 296
|
||||
Height = 29
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Control = BtnPanel
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
Left = 285
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 98
|
||||
Width = 109
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Cancel = True
|
||||
Caption = 'CancelButton'
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451
|
||||
F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D
|
||||
E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956
|
||||
F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532
|
||||
E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF
|
||||
FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D
|
||||
F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C
|
||||
FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270
|
||||
FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674
|
||||
FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977
|
||||
FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A
|
||||
FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673
|
||||
FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E
|
||||
F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774
|
||||
FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D
|
||||
F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF
|
||||
FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
ModalResult = 2
|
||||
NumGlyphs = 0
|
||||
TabOrder = 0
|
||||
end
|
||||
object SelectButton: TButton
|
||||
Left = 195
|
||||
Height = 29
|
||||
object SelectButton: TBitBtn
|
||||
AnchorSideRight.Control = CancelButton
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
Left = 173
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 95
|
||||
Width = 106
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SelectButton'
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78
|
||||
3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9
|
||||
5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E
|
||||
3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0
|
||||
63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3
|
||||
5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5
|
||||
66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB
|
||||
85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA
|
||||
6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD
|
||||
89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF
|
||||
69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F
|
||||
549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
ModalResult = 1
|
||||
NumGlyphs = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
|
@ -5,26 +5,122 @@ LazarusResources.Add('TFindPaletteComponentDlg','FORMDATA',[
|
||||
+#6'Height'#3','#1#3'Top'#3#140#0#5'Width'#3#144#1#13'ActiveControl'#7#11'Pat'
|
||||
+'ternEdit'#7'Caption'#6#23'FindPaletteComponentDlg'#12'ClientHeight'#3','#1
|
||||
+#11'ClientWidth'#3#144#1#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'Form'
|
||||
+'Destroy'#10'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#21'SearchPatternGroupBox'
|
||||
+#4'Left'#2#6#6'Height'#2'7'#3'Top'#2#6#5'Width'#3#132#1#5'Align'#7#5'alTop'
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'SearchPatternGroupBox'#12'Clie'
|
||||
+'ntHeight'#2'$'#11'ClientWidth'#3#128#1#8'TabOrder'#2#0#0#5'TEdit'#11'Patter'
|
||||
+'nEdit'#4'Left'#2#8#6'Height'#2#23#3'Top'#2#4#5'Width'#3'm'#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#8'OnChange'#7#17'PatternEditChange'#8'TabOrde'
|
||||
+'r'#2#0#4'Text'#6#11'PatternEdit'#0#0#0#9'TGroupBox'#18'ComponentsGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#186#0#3'Top'#2'C'#5'Width'#3#132#1#5'Align'#7#8'alCli'
|
||||
+'ent'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'ComponentsGroupBox'#12'Cl'
|
||||
+'ientHeight'#3#167#0#11'ClientWidth'#3#128#1#8'TabOrder'#2#1#0#8'TListBox'#17
|
||||
+'ComponentsListBox'#6'Height'#3#167#0#5'Width'#3#128#1#5'Align'#7#8'alClient'
|
||||
+#10'OnDblClick'#7#25'ComponentsListBoxDblClick'#10'OnDrawItem'#7#25'Componen'
|
||||
+'tsListBoxDrawItem'#5'Style'#7#16'lbOwnerDrawFixed'#8'TabOrder'#2#0#8'TopInd'
|
||||
+'ex'#2#255#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2')'#3'Top'#3#3#1#5'Width'#3
|
||||
+#144#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'Cl'
|
||||
+'ientHeight'#2')'#11'ClientWidth'#3#144#1#8'TabOrder'#2#2#0#7'TButton'#12'Ca'
|
||||
+'ncelButton'#4'Left'#3'('#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'b'#5'Align'
|
||||
+#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Capti'
|
||||
+'on'#6#12'CancelButton'#11'ModalResult'#2#2#8'TabOrder'#2#0#0#0#7'TButton'#12
|
||||
+'SelectButton'#4'Left'#3#195#0#6'Height'#2#29#3'Top'#2#6#5'Width'#2'_'#5'Ali'
|
||||
+'gn'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12
|
||||
+'SelectButton'#11'ModalResult'#2#1#8'TabOrder'#2#1#0#0#0#0
|
||||
+'Destroy'#10'ParentFont'#8#10'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#21'Sear'
|
||||
+'chPatternGroupBox'#4'Left'#2#6#6'Height'#2'7'#3'Top'#2#6#5'Width'#3#132#1#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'SearchPatter'
|
||||
+'nGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3#128#1#8'TabOrder'#2#0#0#5
|
||||
+'TEdit'#11'PatternEdit'#4'Left'#2#8#6'Height'#2#23#3'Top'#2#4#5'Width'#3'm'#1
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'OnChange'#7#17'PatternEditC'
|
||||
+'hange'#8'TabOrder'#2#0#4'Text'#6#11'PatternEdit'#0#0#0#9'TGroupBox'#18'Comp'
|
||||
+'onentsGroupBox'#4'Left'#2#6#6'Height'#3#189#0#3'Top'#2'C'#5'Width'#3#132#1#5
|
||||
+'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Component'
|
||||
+'sGroupBox'#12'ClientHeight'#3#171#0#11'ClientWidth'#3#128#1#8'TabOrder'#2#1
|
||||
+#0#8'TListBox'#17'ComponentsListBox'#6'Height'#3#171#0#5'Width'#3#128#1#5'Al'
|
||||
+'ign'#7#8'alClient'#10'OnDblClick'#7#25'ComponentsListBoxDblClick'#10'OnDraw'
|
||||
+'Item'#7#25'ComponentsListBoxDrawItem'#5'Style'#7#16'lbOwnerDrawFixed'#8'Tab'
|
||||
+'Order'#2#0#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2'&'#3'Top'#3#6#1#5'Width'
|
||||
+#3#144#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12
|
||||
+'ClientHeight'#2'&'#11'ClientWidth'#3#144#1#8'TabOrder'#2#2#0#7'TBitBtn'#12
|
||||
+'CancelButton'#23'AnchorSideRight.Control'#7#8'BtnPanel'#24'AnchorSideBottom'
|
||||
+'.Control'#7#8'BtnPanel'#4'Left'#3#29#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2
|
||||
+'m'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cance'
|
||||
+'l'#9#7'Caption'#6#12'CancelButton'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'
|
||||
+#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0
|
||||
+'d'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+'?='#237'A;8'#235#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'!'#31#227#8#30#28#226'A'#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'JG'#240'AOL'#242#255'@>'#237
|
||||
+#253'<9'#235#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'''%'
|
||||
+#229#8'$"'#228#252'1/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0'TQ'#243'AXV'#245#255'ca'#250#255'XU'#246#255'A?'#237#252'=:'#236#8
|
||||
+#255#255#255#0#255#255#255#0'0-'#231#8',*'#230#252'A?'#241#255'LJ'#246#255'1'
|
||||
+'/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0'YV'#245'+[X'#246#255'eb'
|
||||
+#250#255'qp'#255#255'YV'#246#255'B@'#238#252'>;'#236#8'97'#235#8'52'#233#252
|
||||
+'GE'#242#255'cb'#255#255'JH'#244#255'/-'#233#255'" '#227'+'#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0'ZW'#245'+[Y'#246#255'fc'#250#255'tq'#255#255'ZX'#246
|
||||
+#255'CA'#238#252'><'#236#253'PM'#244#255'hg'#255#255'PN'#245#255'64'#235#255
|
||||
+'*'''#229'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0'[X'#246'+\Z'#246#255'gd'#250#255'tr'#255#255'sp'#255#255'pn'#255#255
|
||||
+'nl'#255#255'WU'#247#255'?='#238#255'20'#232'+'#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'\Y'
|
||||
+#246'+]['#247#255'yv'#255#255'YV'#255#255'WT'#255#255'rp'#255#255'HF'#240#255
|
||||
+'<9'#235'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248#8']Z'#246#253'}y'
|
||||
+#255#255'^['#255#255'[X'#255#255'vt'#255#255'FC'#239#253'A?'#237#8#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'ig'#251#8'fc'#249#252'pm'#251#255#128'~'#255#255'~{'#255#255
|
||||
+'|y'#255#255'yw'#255#255'^\'#247#255'GD'#239#252'B@'#238#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'qn'#253#8'nk'#252#252'w'
|
||||
+'t'#253#255#134#130#255#255'vs'#252#255'db'#248#255'`]'#247#255'mj'#250#255
|
||||
+'{y'#255#255'`]'#247#255'HE'#239#252'CA'#238#8#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'vs'#255#8'tq'#254#253'}z'#254#255#138#135#255#255'|y'#253#255
|
||||
+'li'#251#255'ca'#249'+_\'#247'+a^'#248#255'nl'#250#255'}z'#255#255'a_'#247
|
||||
+#255'IF'#240#252'DA'#238#5#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255
|
||||
+#129'~'#255#255#129'~'#254#255'tq'#253#255'li'#251'+'#255#255#255#0#255#255
|
||||
+#255#0'`]'#247'+b_'#248#255'om'#251#255'~|'#255#255'b_'#248#255'JG'#240'oEB'
|
||||
+#238#2#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255'yv'#254#255'ro'#253
|
||||
+'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248'+da'#248
|
||||
+#255'jh'#249#255'TQ'#243#168'OM'#242')'#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'wt'#255#31'wt'#255'+'#255#255#255#0#255#255#255#0#255
|
||||
,#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'b_'#248'+]['#247'oYV'
|
||||
+#245'>'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'c`'#248#10#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'
|
||||
+#2#0#0#0#7'TBitBtn'#12'SelectButton'#23'AnchorSideRight.Control'#7#12'Cancel'
|
||||
+'Button'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#4'Left'#3#173#0#6'Height'
|
||||
+#2#26#3'Top'#2#6#5'Width'#2'j'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#12'SelectButton'#10'Glyph.Data'#10':'#4#0#0
|
||||
+'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0
|
||||
+#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'9'#133'@'#10'7'#131'='#255'1{7'#251'.v3'#7#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'B'#146'I'#10
|
||||
+'@'#142'G'#255'T'#163'\'#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd'#255
|
||||
+'w'#202#130#255't'#200'~'#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0'S'#169'\'#10'Q'#166'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135#255
|
||||
+'v'#202#129#255'v'#201#129#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176
|
||||
+'c'#255'k'#189'v'#255#132#210#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm'
|
||||
+#255'x'#201#131#255'x'#203#130#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0'^'#185'iF['#181'f'#228'y'#201
|
||||
+#134#255#128#206#141#255'Q'#166'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255
|
||||
+'|'#204#134#255'y'#203#133#255'T'#164']'#255'5'#128';'#252'1{7'#8#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y'
|
||||
+#255'U'#172'_o'#255#255#255#0#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}'
|
||||
+#205#137#255'|'#205#135#255'V'#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206
|
||||
+#138#255'~'#206#137#255'W'#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255
|
||||
+#129#207#141#255''#207#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178
|
||||
+'l'#255#130#209#143#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V'
|
||||
+#145'c'#179'm'#255'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+'N'#162'W'#145'J'#157'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#11'ModalResult'#2#1#9'N'
|
||||
+'umGlyphs'#2#0#8'TabOrder'#2#1#0#0#0#0
|
||||
]);
|
||||
|
@ -47,13 +47,13 @@ type
|
||||
{ TFindPaletteComponentDlg }
|
||||
|
||||
TFindPaletteComponentDlg = class(TForm)
|
||||
CancelButton: TBitBtn;
|
||||
ComponentsGroupBox: TGroupBox;
|
||||
ComponentsListBox: TListBox;
|
||||
BtnPanel: TPanel;
|
||||
SelectButton: TButton;
|
||||
CancelButton: TButton;
|
||||
PatternEdit: TEdit;
|
||||
SearchPatternGroupBox: TGroupBox;
|
||||
SelectButton: TBitBtn;
|
||||
procedure ComponentsListBoxDblClick(Sender: TObject);
|
||||
procedure ComponentsListBoxDrawItem(Control: TWinControl; Index: Integer;
|
||||
ARect: TRect; State: TOwnerDrawState);
|
||||
|
Loading…
Reference in New Issue
Block a user