Files
lazarus-ccr/components/nicegrid/demos/Synchronized/common/main.lfm
wp_xxyyzz 9884b87d80 NiceGrid: Initial commit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8841 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-06-23 15:21:39 +00:00

154 lines
3.4 KiB
Plaintext

object MainForm: TMainForm
Left = 260
Height = 570
Top = 99
Width = 719
Caption = 'Tabel Budget'
ClientHeight = 570
ClientWidth = 719
Position = poDesktopCenter
LCLVersion = '2.3.0.0'
object Panel1: TPanel
Left = 16
Height = 504
Top = 16
Width = 678
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
ClientHeight = 504
ClientWidth = 678
TabOrder = 0
object Splitter1: TSplitter
Left = 329
Height = 504
Top = 0
Width = 5
end
object NiceGrid1: TNiceGrid
Cursor = 101
Left = 334
Height = 504
Top = 0
Width = 344
ColCount = 12
RowCount = 20
GridColor = clSilver
HeaderLine = 2
HeaderFont.Height = -11
HeaderFont.Name = 'MS Sans Serif'
FooterFont.Height = -11
FooterFont.Name = 'MS Sans Serif'
Columns = <
item
Title = '0|Capital'
Width = 80
Color = 16775924
end
item
Title = '0|Non Capital'
Width = 80
Color = 16773601
end
item
Title = '2000|Capital'
Width = 80
Color = 16775924
end
item
Title = '2000|Non Capital'
Width = 80
Color = 16773601
end
item
Title = '2001|Capital'
Width = 80
Color = 16775924
end
item
Title = '2001|Non Capital'
Width = 80
Color = 16773601
end
item
Title = '2002|Capital'
Width = 80
Color = 16775924
end
item
Title = '2002|Non Capital'
Width = 80
Color = 16773601
end
item
Title = '2003|Capital'
Width = 80
Color = 16775924
end
item
Title = '2003|Non Capital'
Width = 80
Color = 16773601
end
item
Title = '2004|Capital'
Width = 80
Color = 16775924
end
item
Title = '2004|Non Capital'
Width = 80
Color = 16773601
end>
GutterKind = gkNone
GutterWidth = 40
GutterFont.Height = -11
GutterFont.Name = 'MS Sans Serif'
ShowFooter = False
Align = alClient
TabOrder = 0
end
object NiceGridSync1: TNiceGridSync
Cursor = 101
Left = 0
Height = 504
Top = 0
Width = 329
ColCount = 3
RowCount = 20
AutoAddRow = True
GridColor = clSilver
HeaderLine = 2
HeaderFont.Height = -11
HeaderFont.Name = 'MS Sans Serif'
FooterFont.Height = -11
FooterFont.Name = 'MS Sans Serif'
FitToWidth = True
Columns = <
item
Title = 'Unit Name'
Width = 135
end
item
Title = 'Unit Cost|Capital'
Width = 80
Color = 15790335
CanResize = False
end
item
Title = 'Unit Cost|Non Capital'
Width = 80
Color = 14671871
CanResize = False
end>
GutterKind = gkNumber
GutterWidth = 30
GutterFont.Height = -11
GutterFont.Name = 'MS Sans Serif'
ShowFooter = False
Align = alLeft
TabOrder = 1
Grid = NiceGrid1
end
end
end