You've already forked lazarus-ccr
fps column is now fixed, autosizing does not work on mac
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2282 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4,7 +4,7 @@ object Form1: TForm1
|
|||||||
Top = 135
|
Top = 135
|
||||||
Width = 569
|
Width = 569
|
||||||
Caption = 'Form1'
|
Caption = 'Form1'
|
||||||
ClientHeight = 535
|
ClientHeight = 555
|
||||||
ClientWidth = 569
|
ClientWidth = 569
|
||||||
Menu = MainMenu1
|
Menu = MainMenu1
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
@ -12,12 +12,12 @@ object Form1: TForm1
|
|||||||
LCLVersion = '0.9.31'
|
LCLVersion = '0.9.31'
|
||||||
object PageControl1: TPageControl
|
object PageControl1: TPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 535
|
Height = 555
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 362
|
Width = 328
|
||||||
ActivePage = GraphicControlTabSheet
|
ActivePage = ImageTabSheet
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabIndex = 2
|
TabIndex = 1
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object PaintBoxTabSheet: TTabSheet
|
object PaintBoxTabSheet: TTabSheet
|
||||||
Caption = 'TPaintBox'
|
Caption = 'TPaintBox'
|
||||||
@ -34,13 +34,13 @@ object Form1: TForm1
|
|||||||
end
|
end
|
||||||
object ImageTabSheet: TTabSheet
|
object ImageTabSheet: TTabSheet
|
||||||
Caption = 'TImage'
|
Caption = 'TImage'
|
||||||
ClientHeight = 509
|
ClientHeight = 516
|
||||||
ClientWidth = 354
|
ClientWidth = 322
|
||||||
object Image1: TImage
|
object Image1: TImage
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 509
|
Height = 516
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 354
|
Width = 322
|
||||||
Align = alClient
|
Align = alClient
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -49,10 +49,10 @@ object Form1: TForm1
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ListView1: TListView
|
object ListView1: TListView
|
||||||
Left = 367
|
Left = 333
|
||||||
Height = 535
|
Height = 555
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 202
|
Width = 236
|
||||||
Align = alRight
|
Align = alRight
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
@ -60,16 +60,15 @@ object Form1: TForm1
|
|||||||
Width = 100
|
Width = 100
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
AutoSize = True
|
|
||||||
Caption = 'FPS'
|
Caption = 'FPS'
|
||||||
Width = 98
|
Width = 100
|
||||||
end>
|
end>
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
ViewStyle = vsReport
|
ViewStyle = vsReport
|
||||||
end
|
end
|
||||||
object Splitter1: TSplitter
|
object Splitter1: TSplitter
|
||||||
Left = 362
|
Left = 328
|
||||||
Height = 535
|
Height = 555
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 5
|
Width = 5
|
||||||
Align = alRight
|
Align = alRight
|
||||||
|
Reference in New Issue
Block a user