You've already forked lazarus-ccr
tvplanit: Activate the Lazarus translation system using po files. Translations are welcome! Some translation-related improvements in form layout.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4707 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -19,14 +19,14 @@ object ContactEditForm: TContactEditForm
|
||||
Height = 279
|
||||
Top = 0
|
||||
Width = 433
|
||||
ActivePage = tabCustom
|
||||
ActivePage = tabMain
|
||||
Align = alClient
|
||||
TabIndex = 2
|
||||
TabIndex = 0
|
||||
TabOrder = 0
|
||||
OnChange = tsContactsChange
|
||||
object tabMain: TTabSheet
|
||||
Caption = '&Main'
|
||||
ClientHeight = 252
|
||||
Caption = 'RSMasterData'
|
||||
ClientHeight = 251
|
||||
ClientWidth = 425
|
||||
object NameLbl: TLabel
|
||||
Left = 8
|
||||
@ -212,7 +212,7 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
object cboxCategory: TComboBox
|
||||
Left = 136
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 224
|
||||
Width = 121
|
||||
ItemHeight = 15
|
||||
@ -221,7 +221,7 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
object cboxState: TComboBox
|
||||
Left = 136
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 100
|
||||
Width = 249
|
||||
ItemHeight = 15
|
||||
@ -251,8 +251,8 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
end
|
||||
object tabContact: TTabSheet
|
||||
Caption = 'Con&tact'
|
||||
ClientHeight = 252
|
||||
Caption = 'RSContact'
|
||||
ClientHeight = 251
|
||||
ClientWidth = 425
|
||||
ImageIndex = 1
|
||||
object EMailLbl: TLabel
|
||||
@ -266,7 +266,7 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
object cboxPhoneLbl1: TComboBox
|
||||
Left = 8
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 8
|
||||
Width = 121
|
||||
ItemHeight = 15
|
||||
@ -275,7 +275,7 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
object cboxPhoneLbl2: TComboBox
|
||||
Left = 8
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 32
|
||||
Width = 121
|
||||
ItemHeight = 15
|
||||
@ -284,7 +284,7 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
object cboxPhoneLbl3: TComboBox
|
||||
Left = 8
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 56
|
||||
Width = 121
|
||||
ItemHeight = 15
|
||||
@ -293,7 +293,7 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
object cboxPhoneLbl4: TComboBox
|
||||
Left = 8
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 80
|
||||
Width = 121
|
||||
ItemHeight = 15
|
||||
@ -338,7 +338,7 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
object cboxPhoneLbl5: TComboBox
|
||||
Left = 8
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 104
|
||||
Width = 121
|
||||
ItemHeight = 15
|
||||
@ -363,8 +363,8 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
end
|
||||
object tabCustom: TTabSheet
|
||||
Caption = 'C&ustom'
|
||||
ClientHeight = 252
|
||||
Caption = 'RSCustom'
|
||||
ClientHeight = 251
|
||||
ClientWidth = 425
|
||||
ImageIndex = 2
|
||||
object CustomLbl1: TLabel
|
||||
@ -437,13 +437,13 @@ object ContactEditForm: TContactEditForm
|
||||
end
|
||||
end
|
||||
object tabNotes: TTabSheet
|
||||
Caption = '&Notes'
|
||||
ClientHeight = 252
|
||||
Caption = 'RSNotes'
|
||||
ClientHeight = 251
|
||||
ClientWidth = 425
|
||||
ImageIndex = 3
|
||||
object NoteEdit: TMemo
|
||||
Left = 8
|
||||
Height = 238
|
||||
Height = 237
|
||||
Top = 8
|
||||
Width = 409
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
|
Reference in New Issue
Block a user