1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04: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:
Raymond 2010-05-07 23:48:09 +02:00
parent 450c60abd6
commit 4dc83e9397
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
object DebugImgForm: TDebugImgForm
Left = 1335
Left = 393
Height = 300
Top = 172
Top = 278
Width = 400
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
@ -10,6 +10,7 @@ object DebugImgForm: TDebugImgForm
ClientWidth = 400
OnCreate = FormCreate
OnHide = FormHide
Position = poMainFormCenter
LCLVersion = '0.9.29'
object DrawImage: TImage
Left = 0

View File

@ -437,15 +437,12 @@ object Form1: TForm1
TabOrder = 3
inherited FunctionList: TTreeView
Height = 323
Top = 18
Width = 150
DefaultItemHeight = 15
OnChange = FunctionListChange
OnEnter = FunctionListEnter
OnExit = FunctionListExit
end
inherited editSearchList: TEdit
Height = 21
Top = 341
Width = 150
OnExit = editSearchListExit
@ -453,7 +450,6 @@ object Form1: TForm1
OnKeyPress = editSearchListKeyPress
end
inherited FunctionListLabel: TLabel
Height = 14
Width = 146
end
end