lazarus/ide/makeresstrdlg.lfm
2009-04-20 14:59:12 +00:00

1118 lines
27 KiB
Plaintext

object MakeResStrDialog: TMakeResStrDialog
Left = 333
Height = 543
Top = 162
Width = 635
ActiveControl = AppendResStrRadioButton
BorderIcons = [biSystemMenu]
Caption = 'MakeResStrDialog'
ClientHeight = 543
ClientWidth = 635
Constraints.MinHeight = 513
Constraints.MinWidth = 480
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.27'
object ConversionGroupBox: TGroupBox
Left = 6
Height = 210
Top = 6
Width = 623
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ConversionGroupBox'
ClientHeight = 192
ClientWidth = 619
TabOrder = 0
object ResStrSectionLabel: TLabel
AnchorSideLeft.Control = IdentifierGroupBox
AnchorSideTop.Control = IdentifierGroupBox
AnchorSideTop.Side = asrBottom
Left = 12
Height = 14
Top = 117
Width = 93
Alignment = taRightJustify
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'ResStrSectionLabel'
ParentColor = False
OnResize = IdentPrefixLabelResize
end
object ResStrWithSameValueLabel: TLabel
AnchorSideLeft.Control = IdentifierGroupBox
AnchorSideTop.Control = ResStrSectionComboBox
AnchorSideTop.Side = asrBottom
Left = 12
Height = 14
Top = 144
Width = 132
Alignment = taRightJustify
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'ResStrWithSameValueLabel'
ParentColor = False
OnResize = IdentPrefixLabelResize
end
object AppendResStrRadioButton: TRadioButton
AnchorSideLeft.Control = ConversionGroupBox
AnchorSideTop.Control = ResStrWithSameValuesCombobox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 17
Top = 169
Width = 146
BorderSpacing.Around = 6
Caption = 'AppendResStrRadioButton'
Checked = True
State = cbChecked
TabOrder = 0
end
object InsertContextSensitiveRadioButton: TRadioButton
AnchorSideLeft.Control = InsertAlphabeticallyResStrRadioButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ResStrWithSameValuesCombobox
AnchorSideTop.Side = asrBottom
Left = 364
Height = 17
Top = 169
Width = 182
BorderSpacing.Around = 6
Caption = 'InsertContextSensitiveRadioButton'
TabOrder = 1
TabStop = False
end
object InsertAlphabeticallyResStrRadioButton: TRadioButton
AnchorSideLeft.Control = AppendResStrRadioButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ResStrWithSameValuesCombobox
AnchorSideTop.Side = asrBottom
Left = 158
Height = 17
Top = 169
Width = 200
BorderSpacing.Around = 6
Caption = 'InsertAlphabeticallyResStrRadioButton'
TabOrder = 2
TabStop = False
end
object ResStrSectionComboBox: TComboBox
AnchorSideLeft.Control = ResStrSectionLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IdentifierGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ConversionGroupBox
AnchorSideRight.Side = asrBottom
Left = 111
Height = 21
Top = 115
Width = 502
Anchors = [akTop, akLeft, akRight]
AutoComplete = False
BorderSpacing.Around = 6
ItemHeight = 13
ItemWidth = 0
OnChange = ResStrSectionComboBoxChange
TabOrder = 3
Text = 'ResStrSectionComboBox'
end
object ResStrWithSameValuesCombobox: TComboBox
AnchorSideLeft.Control = ResStrWithSameValueLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ResStrSectionComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ConversionGroupBox
AnchorSideRight.Side = asrBottom
Left = 150
Height = 21
Top = 142
Width = 463
Anchors = [akTop, akLeft, akRight]
AutoComplete = False
BorderSpacing.Around = 6
ItemHeight = 13
ItemWidth = 0
OnChange = ResStrWithSameValuesComboboxChange
TabOrder = 4
Text = 'ResStrWithSameValuesCombobox'
end
object IdentifierGroupBox: TGroupBox
Left = 6
Height = 103
Top = 6
Width = 607
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'IdentifierGroupBox'
ClientHeight = 85
ClientWidth = 603
TabOrder = 5
object IdentLengthLabel: TLabel
AnchorSideTop.Control = CustomIdentifierCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IdentLengthComboBox
Left = 406
Height = 14
Top = 31
Width = 85
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'IdentLengthLabel'
ParentColor = False
end
object IdentPrefixLabel: TLabel
AnchorSideLeft.Control = IdentifierGroupBox
AnchorSideTop.Control = CustomIdentifierCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 31
Width = 80
Alignment = taRightJustify
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'IdentPrefixLabel'
ParentColor = False
OnResize = IdentPrefixLabelResize
end
object IdentifierEdit: TEdit
AnchorSideLeft.Control = IdentPrefixLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IdentPrefixComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IdentifierGroupBox
AnchorSideRight.Side = asrBottom
Left = 92
Height = 23
Top = 56
Width = 505
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Enabled = False
OnChange = IdentifierEditChange
TabOrder = 0
Text = 'IdentifierEdit'
end
object CustomIdentifierCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 6
Width = 591
Align = alTop
BorderSpacing.Around = 6
Caption = 'CustomIdentifierCheckBox'
OnChange = CustomIdentifierCheckBoxClick
OnResize = IdentPrefixLabelResize
TabOrder = 1
end
object IdentLengthComboBox: TComboBox
AnchorSideTop.Control = CustomIdentifierCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IdentifierGroupBox
AnchorSideRight.Side = asrBottom
Left = 497
Height = 21
Top = 29
Width = 100
Anchors = [akTop, akRight]
AutoComplete = False
BorderSpacing.Around = 6
ItemHeight = 13
ItemWidth = 0
OnChange = IdentLengthComboBoxChange
TabOrder = 2
Text = 'IdentLengthComboBox'
end
object IdentPrefixComboBox: TComboBox
AnchorSideLeft.Control = IdentPrefixLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CustomIdentifierCheckBox
AnchorSideTop.Side = asrBottom
Left = 92
Height = 21
Top = 29
Width = 100
AutoComplete = False
BorderSpacing.Around = 6
ItemHeight = 13
ItemWidth = 0
OnChange = IdentPrefixComboBoxChange
TabOrder = 3
Text = 'IdentPrefixComboBox'
end
end
end
object CodePanel: TPanel
AnchorSideBottom.Control = CancelButton
Left = 6
Height = 277
Top = 222
Width = 623
Align = alClient
BorderSpacing.Around = 6
BevelOuter = bvNone
ClientHeight = 277
ClientWidth = 623
TabOrder = 1
object SrcPreviewGroupBox: TGroupBox
AnchorSideBottom.Control = CancelButton
Left = 0
Height = 145
Top = 0
Width = 623
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'SrcPreviewGroupBox'
ClientHeight = 127
ClientWidth = 619
TabOrder = 0
OnResize = IdentPrefixLabelResize
object SrcPreviewSynEdit: TSynEdit
Left = 6
Height = 115
Top = 6
Width = 607
Align = alClient
BorderSpacing.Around = 6
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Pitch = fpFixed
Font.Quality = fqNonAntialiased
ParentColor = False
ParentFont = False
TabOrder = 0
BookMarkOptions.Xoffset = -18
BookMarkOptions.OnChange = nil
Gutter.Visible = False
Gutter.Width = 0
Highlighter = SynPasSyn
Keystrokes = <
item
Command = 3
ShortCut = 38
end
item
Command = 103
ShortCut = 8230
end
item
Command = 211
ShortCut = 16422
end
item
Command = 4
ShortCut = 40
end
item
Command = 104
ShortCut = 8232
end
item
Command = 212
ShortCut = 16424
end
item
Command = 1
ShortCut = 37
end
item
Command = 101
ShortCut = 8229
end
item
Command = 5
ShortCut = 16421
end
item
Command = 105
ShortCut = 24613
end
item
Command = 2
ShortCut = 39
end
item
Command = 102
ShortCut = 8231
end
item
Command = 6
ShortCut = 16423
end
item
Command = 106
ShortCut = 24615
end
item
Command = 10
ShortCut = 34
end
item
Command = 110
ShortCut = 8226
end
item
Command = 14
ShortCut = 16418
end
item
Command = 114
ShortCut = 24610
end
item
Command = 9
ShortCut = 33
end
item
Command = 109
ShortCut = 8225
end
item
Command = 13
ShortCut = 16417
end
item
Command = 113
ShortCut = 24609
end
item
Command = 7
ShortCut = 36
end
item
Command = 107
ShortCut = 8228
end
item
Command = 15
ShortCut = 16420
end
item
Command = 115
ShortCut = 24612
end
item
Command = 8
ShortCut = 35
end
item
Command = 108
ShortCut = 8227
end
item
Command = 16
ShortCut = 16419
end
item
Command = 116
ShortCut = 24611
end
item
Command = 223
ShortCut = 45
end
item
Command = 201
ShortCut = 16429
end
item
Command = 604
ShortCut = 8237
end
item
Command = 502
ShortCut = 46
end
item
Command = 603
ShortCut = 8238
end
item
Command = 501
ShortCut = 8
end
item
Command = 501
ShortCut = 8200
end
item
Command = 504
ShortCut = 16392
end
item
Command = 601
ShortCut = 32776
end
item
Command = 602
ShortCut = 40968
end
item
Command = 509
ShortCut = 13
end
item
Command = 199
ShortCut = 16449
end
item
Command = 201
ShortCut = 16451
end
item
Command = 610
ShortCut = 24649
end
item
Command = 509
ShortCut = 16461
end
item
Command = 510
ShortCut = 16462
end
item
Command = 503
ShortCut = 16468
end
item
Command = 611
ShortCut = 24661
end
item
Command = 604
ShortCut = 16470
end
item
Command = 603
ShortCut = 16472
end
item
Command = 507
ShortCut = 16473
end
item
Command = 506
ShortCut = 24665
end
item
Command = 601
ShortCut = 16474
end
item
Command = 602
ShortCut = 24666
end
item
Command = 301
ShortCut = 16432
end
item
Command = 302
ShortCut = 16433
end
item
Command = 303
ShortCut = 16434
end
item
Command = 304
ShortCut = 16435
end
item
Command = 305
ShortCut = 16436
end
item
Command = 306
ShortCut = 16437
end
item
Command = 307
ShortCut = 16438
end
item
Command = 308
ShortCut = 16439
end
item
Command = 309
ShortCut = 16440
end
item
Command = 310
ShortCut = 16441
end
item
Command = 351
ShortCut = 24624
end
item
Command = 352
ShortCut = 24625
end
item
Command = 353
ShortCut = 24626
end
item
Command = 354
ShortCut = 24627
end
item
Command = 355
ShortCut = 24628
end
item
Command = 356
ShortCut = 24629
end
item
Command = 357
ShortCut = 24630
end
item
Command = 358
ShortCut = 24631
end
item
Command = 359
ShortCut = 24632
end
item
Command = 360
ShortCut = 24633
end
item
Command = 231
ShortCut = 24654
end
item
Command = 232
ShortCut = 24643
end
item
Command = 233
ShortCut = 24652
end
item
Command = 612
ShortCut = 9
end
item
Command = 613
ShortCut = 8201
end
item
Command = 250
ShortCut = 24642
end>
Lines.Strings = (
'SrcPreviewSynEdit'
)
BracketHighlightStyle = sbhsBoth
object TSynGutterPartList
object TSynGutterMarks
Width = 23
end
object TSynGutterLineNumber
Width = 17
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
DigitCount = 2
ShowOnlyLineNumbersMultiplesOf = 1
ZeroStart = False
LeadingZeros = False
end
object TSynGutterChanges
Width = 4
ModifiedColor = 59900
SavedColor = clGreen
end
object TSynGutterSeparator
Width = 2
end
object TSynGutterCodeFolding
MarkupInfo.Background = clNone
MarkupInfo.Foreground = clGray
end
end
end
end
object StringConstGroupBox: TGroupBox
Left = 0
Height = 127
Top = 150
Width = 623
Align = alClient
Caption = 'StringConstGroupBox'
ClientHeight = 109
ClientWidth = 619
TabOrder = 1
object StringConstSynEdit: TSynEdit
Left = 6
Height = 97
Top = 6
Width = 607
Align = alClient
BorderSpacing.Around = 6
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Pitch = fpFixed
Font.Quality = fqNonAntialiased
ParentColor = False
ParentFont = False
TabOrder = 0
BookMarkOptions.Xoffset = -18
BookMarkOptions.OnChange = nil
Gutter.Visible = False
Gutter.Width = 0
Highlighter = SynPasSyn
Keystrokes = <
item
Command = 3
ShortCut = 38
end
item
Command = 103
ShortCut = 8230
end
item
Command = 211
ShortCut = 16422
end
item
Command = 4
ShortCut = 40
end
item
Command = 104
ShortCut = 8232
end
item
Command = 212
ShortCut = 16424
end
item
Command = 1
ShortCut = 37
end
item
Command = 101
ShortCut = 8229
end
item
Command = 5
ShortCut = 16421
end
item
Command = 105
ShortCut = 24613
end
item
Command = 2
ShortCut = 39
end
item
Command = 102
ShortCut = 8231
end
item
Command = 6
ShortCut = 16423
end
item
Command = 106
ShortCut = 24615
end
item
Command = 10
ShortCut = 34
end
item
Command = 110
ShortCut = 8226
end
item
Command = 14
ShortCut = 16418
end
item
Command = 114
ShortCut = 24610
end
item
Command = 9
ShortCut = 33
end
item
Command = 109
ShortCut = 8225
end
item
Command = 13
ShortCut = 16417
end
item
Command = 113
ShortCut = 24609
end
item
Command = 7
ShortCut = 36
end
item
Command = 107
ShortCut = 8228
end
item
Command = 15
ShortCut = 16420
end
item
Command = 115
ShortCut = 24612
end
item
Command = 8
ShortCut = 35
end
item
Command = 108
ShortCut = 8227
end
item
Command = 16
ShortCut = 16419
end
item
Command = 116
ShortCut = 24611
end
item
Command = 223
ShortCut = 45
end
item
Command = 201
ShortCut = 16429
end
item
Command = 604
ShortCut = 8237
end
item
Command = 502
ShortCut = 46
end
item
Command = 603
ShortCut = 8238
end
item
Command = 501
ShortCut = 8
end
item
Command = 501
ShortCut = 8200
end
item
Command = 504
ShortCut = 16392
end
item
Command = 601
ShortCut = 32776
end
item
Command = 602
ShortCut = 40968
end
item
Command = 509
ShortCut = 13
end
item
Command = 199
ShortCut = 16449
end
item
Command = 201
ShortCut = 16451
end
item
Command = 610
ShortCut = 24649
end
item
Command = 509
ShortCut = 16461
end
item
Command = 510
ShortCut = 16462
end
item
Command = 503
ShortCut = 16468
end
item
Command = 611
ShortCut = 24661
end
item
Command = 604
ShortCut = 16470
end
item
Command = 603
ShortCut = 16472
end
item
Command = 507
ShortCut = 16473
end
item
Command = 506
ShortCut = 24665
end
item
Command = 601
ShortCut = 16474
end
item
Command = 602
ShortCut = 24666
end
item
Command = 301
ShortCut = 16432
end
item
Command = 302
ShortCut = 16433
end
item
Command = 303
ShortCut = 16434
end
item
Command = 304
ShortCut = 16435
end
item
Command = 305
ShortCut = 16436
end
item
Command = 306
ShortCut = 16437
end
item
Command = 307
ShortCut = 16438
end
item
Command = 308
ShortCut = 16439
end
item
Command = 309
ShortCut = 16440
end
item
Command = 310
ShortCut = 16441
end
item
Command = 351
ShortCut = 24624
end
item
Command = 352
ShortCut = 24625
end
item
Command = 353
ShortCut = 24626
end
item
Command = 354
ShortCut = 24627
end
item
Command = 355
ShortCut = 24628
end
item
Command = 356
ShortCut = 24629
end
item
Command = 357
ShortCut = 24630
end
item
Command = 358
ShortCut = 24631
end
item
Command = 359
ShortCut = 24632
end
item
Command = 360
ShortCut = 24633
end
item
Command = 231
ShortCut = 24654
end
item
Command = 232
ShortCut = 24643
end
item
Command = 233
ShortCut = 24652
end
item
Command = 612
ShortCut = 9
end
item
Command = 613
ShortCut = 8201
end
item
Command = 250
ShortCut = 24642
end>
Lines.Strings = (
'StringConstSynEdit'
)
BracketHighlightStyle = sbhsBoth
object TSynGutterPartList
object TSynGutterMarks
Width = 23
end
object TSynGutterLineNumber
Width = 17
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
DigitCount = 2
ShowOnlyLineNumbersMultiplesOf = 1
ZeroStart = False
LeadingZeros = False
end
object TSynGutterChanges
Width = 4
ModifiedColor = 59900
SavedColor = clGreen
end
object TSynGutterSeparator
Width = 2
end
object TSynGutterCodeFolding
MarkupInfo.Background = clNone
MarkupInfo.Foreground = clGray
end
end
end
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 145
Width = 623
Align = alTop
ResizeAnchor = akTop
end
end
object BtnPanel: TPanel
Left = 0
Height = 38
Top = 505
Width = 635
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 38
ClientWidth = 635
TabOrder = 2
object OKButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 471
Height = 26
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 0
end
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 552
Height = 26
Top = 6
Width = 77
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
OnClick = CancelButtonClick
TabOrder = 1
end
object HelpButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 26
Top = 6
Width = 75
Align = alLeft
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Help'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkHelp
NumGlyphs = 0
OnClick = HelpButtonClick
TabOrder = 2
end
end
object SynPasSyn: TSynPasSyn
Enabled = False
CompilerMode = pcmDelphi
NestedComments = False
left = 360
top = 24
end
end