|
@@ -1,10 +1,10 @@
|
|
|
object frmFunctionList: TfrmFunctionList
|
|
|
- Left = 610
|
|
|
- Top = 292
|
|
|
+ Left = 488
|
|
|
+ Top = 194
|
|
|
BorderStyle = bsDialog
|
|
|
Caption = 'Function List'
|
|
|
- ClientHeight = 485
|
|
|
- ClientWidth = 202
|
|
|
+ ClientHeight = 163
|
|
|
+ ClientWidth = 360
|
|
|
Color = clBtnFace
|
|
|
DragKind = dkDock
|
|
|
DragMode = dmAutomatic
|
|
@@ -13,14 +13,16 @@ object frmFunctionList: TfrmFunctionList
|
|
|
Font.Height = -11
|
|
|
Font.Name = 'MS Sans Serif'
|
|
|
Font.Style = []
|
|
|
+ FormStyle = fsStayOnTop
|
|
|
OldCreateOrder = False
|
|
|
+ Position = poOwnerFormCenter
|
|
|
PixelsPerInch = 96
|
|
|
TextHeight = 13
|
|
|
object lstFunctions: TListBox
|
|
|
Left = 0
|
|
|
Top = 0
|
|
|
- Width = 202
|
|
|
- Height = 485
|
|
|
+ Width = 360
|
|
|
+ Height = 163
|
|
|
Align = alClient
|
|
|
ItemHeight = 13
|
|
|
TabOrder = 0
|