You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
28 lines
533 B
Plaintext
28 lines
533 B
Plaintext
object TimelineNotesForm: TTimelineNotesForm
|
|
Left = 336
|
|
Height = 237
|
|
Top = 170
|
|
Width = 207
|
|
BorderStyle = bsToolWindow
|
|
Caption = 'Notes'
|
|
ClientHeight = 237
|
|
ClientWidth = 207
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
LCLVersion = '1.9.0.0'
|
|
object Memo1: TMemo
|
|
Left = 0
|
|
Height = 237
|
|
Top = 0
|
|
Width = 207
|
|
Align = alClient
|
|
Color = clCream
|
|
Font.Color = clWindowText
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
WantTabs = True
|
|
end
|
|
end
|