Files
lazarus-ccr/applications/lazstats/source/forms/analysis/matrix_manipulation/rowinsertunit.lfm

144 lines
3.3 KiB
Plaintext
Raw Normal View History

object RowInsertFrm: TRowInsertFrm
Left = 649
Height = 153
Top = 298
Width = 256
AutoSize = True
BorderStyle = bsDialog
Caption = 'Row Insert'
ClientHeight = 153
ClientWidth = 256
OnActivate = FormActivate
OnCreate = FormCreate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object Label1: TLabel
AnchorSideTop.Control = GridNoEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = GridNoEdit
Left = 35
Height = 15
Top = 12
Width = 147
Anchors = [akTop, akRight]
BorderSpacing.Left = 24
BorderSpacing.Right = 8
Caption = 'Insert a Row in Which Grid? '
ParentColor = False
end
object Label2: TLabel
AnchorSideTop.Control = BeforeEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = BeforeEdit
Left = 96
Height = 15
Top = 45
Width = 86
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'Before the Row :'
ParentColor = False
end
object Label3: TLabel
AnchorSideTop.Control = AfterEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = AfterEdit
Left = 101
Height = 15
Top = 80
Width = 81
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'After the Row : '
ParentColor = False
end
object GridNoEdit: TEdit
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 190
Height = 23
Top = 8
Width = 42
Anchors = [akTop, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 24
TabOrder = 0
Text = 'GridNoEdit'
end
object BeforeEdit: TEdit
AnchorSideLeft.Control = GridNoEdit
AnchorSideRight.Control = GridNoEdit
AnchorSideRight.Side = asrBottom
Left = 190
Height = 23
Top = 41
Width = 42
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'BeforeEdit'
end
object AfterEdit: TEdit
AnchorSideLeft.Control = GridNoEdit
AnchorSideRight.Control = GridNoEdit
AnchorSideRight.Side = asrBottom
Left = 190
Height = 23
Top = 76
Width = 42
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
Text = 'AfterEdit'
end
object CancelBtn: TButton
AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ReturnBtn
Left = 109
Height = 25
Top = 119
Width = 62
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Right = 12
BorderSpacing.Bottom = 8
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object ReturnBtn: TButton
AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 183
Height = 25
Top = 119
Width = 61
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Right = 12
BorderSpacing.Bottom = 8
Caption = 'Return'
ModalResult = 1
TabOrder = 4
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AfterEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 8
Top = 103
Width = 256
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
Shape = bsBottomLine
end
end