You've already forked lazarus-ccr
LazEdit: use English captions as default in HtmlCharMapDialog form
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2664 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4,12 +4,12 @@ object HtmlCharmapForm: THtmlCharmapForm
|
|||||||
Top = 122
|
Top = 122
|
||||||
Width = 431
|
Width = 431
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'Speciale tekens'
|
Caption = 'Special characters'
|
||||||
ClientHeight = 227
|
ClientHeight = 227
|
||||||
ClientWidth = 431
|
ClientWidth = 431
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
LCLVersion = '0.9.31'
|
LCLVersion = '1.1'
|
||||||
object EntityGrid: TStringGrid
|
object EntityGrid: TStringGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 160
|
Height = 160
|
||||||
@ -43,39 +43,36 @@ object HtmlCharmapForm: THtmlCharmapForm
|
|||||||
end
|
end
|
||||||
object SelectionBox: TComboBox
|
object SelectionBox: TComboBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 21
|
Height = 23
|
||||||
Top = 160
|
Top = 160
|
||||||
Width = 431
|
Width = 431
|
||||||
Align = alTop
|
Align = alTop
|
||||||
ItemHeight = 13
|
ItemHeight = 15
|
||||||
ItemIndex = 0
|
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'Divers'
|
'Misc'
|
||||||
'Grieks'
|
'Greek'
|
||||||
'Wiskunde en rekenen'
|
'Math'
|
||||||
'Pijltjes'
|
'Arrows'
|
||||||
)
|
)
|
||||||
OnChange = SelectionBoxChange
|
OnChange = SelectionBoxChange
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Text = 'Divers'
|
|
||||||
end
|
end
|
||||||
object CloseBtn: TBitBtn
|
object CloseBtn: TBitBtn
|
||||||
Left = 304
|
Left = 304
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 192
|
Top = 192
|
||||||
Width = 123
|
Width = 123
|
||||||
Cancel = True
|
DefaultCaption = True
|
||||||
Caption = '&Sluiten'
|
|
||||||
Kind = bkClose
|
Kind = bkClose
|
||||||
ModalResult = 11
|
ModalResult = 11
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object ExampleLabel: TLabel
|
object ExampleLabel: TLabel
|
||||||
Left = 80
|
Left = 80
|
||||||
Height = 14
|
Height = 15
|
||||||
Top = 200
|
Top = 200
|
||||||
Width = 80
|
Width = 76
|
||||||
Caption = 'ExampleLabel'
|
Caption = 'ExampleLabel'
|
||||||
Font.Color = clRed
|
Font.Color = clRed
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
@ -85,10 +82,10 @@ object HtmlCharmapForm: THtmlCharmapForm
|
|||||||
end
|
end
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 12
|
Left = 12
|
||||||
Height = 14
|
Height = 15
|
||||||
Top = 201
|
Top = 201
|
||||||
Width = 63
|
Width = 47
|
||||||
Caption = 'Voorbeeld:'
|
Caption = 'Example'
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
|
Reference in New Issue
Block a user