mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-16 22:35:05 -05:00
Stop "fucking" dragging the forms to your 5000th screen and upload this edited lfm.. As a result, I need to manually edit those LFM's the whole time you commit! /me is not amused
This commit is contained in:
parent
450c60abd6
commit
4dc83e9397
@ -1,7 +1,7 @@
|
|||||||
object DebugImgForm: TDebugImgForm
|
object DebugImgForm: TDebugImgForm
|
||||||
Left = 1335
|
Left = 393
|
||||||
Height = 300
|
Height = 300
|
||||||
Top = 172
|
Top = 278
|
||||||
Width = 400
|
Width = 400
|
||||||
BorderIcons = [biSystemMenu, biMinimize]
|
BorderIcons = [biSystemMenu, biMinimize]
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
@ -10,6 +10,7 @@ object DebugImgForm: TDebugImgForm
|
|||||||
ClientWidth = 400
|
ClientWidth = 400
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnHide = FormHide
|
OnHide = FormHide
|
||||||
|
Position = poMainFormCenter
|
||||||
LCLVersion = '0.9.29'
|
LCLVersion = '0.9.29'
|
||||||
object DrawImage: TImage
|
object DrawImage: TImage
|
||||||
Left = 0
|
Left = 0
|
||||||
|
@ -437,15 +437,12 @@ object Form1: TForm1
|
|||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
inherited FunctionList: TTreeView
|
inherited FunctionList: TTreeView
|
||||||
Height = 323
|
Height = 323
|
||||||
Top = 18
|
|
||||||
Width = 150
|
Width = 150
|
||||||
DefaultItemHeight = 15
|
|
||||||
OnChange = FunctionListChange
|
OnChange = FunctionListChange
|
||||||
OnEnter = FunctionListEnter
|
OnEnter = FunctionListEnter
|
||||||
OnExit = FunctionListExit
|
OnExit = FunctionListExit
|
||||||
end
|
end
|
||||||
inherited editSearchList: TEdit
|
inherited editSearchList: TEdit
|
||||||
Height = 21
|
|
||||||
Top = 341
|
Top = 341
|
||||||
Width = 150
|
Width = 150
|
||||||
OnExit = editSearchListExit
|
OnExit = editSearchListExit
|
||||||
@ -453,7 +450,6 @@ object Form1: TForm1
|
|||||||
OnKeyPress = editSearchListKeyPress
|
OnKeyPress = editSearchListKeyPress
|
||||||
end
|
end
|
||||||
inherited FunctionListLabel: TLabel
|
inherited FunctionListLabel: TLabel
|
||||||
Height = 14
|
|
||||||
Width = 146
|
Width = 146
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user