Files
lazarus-ccr/applications/lazstats/source_orig/rowinsertunit.lfm
wp_xxyyzz 819af1d403 LazStats: Adding original source, part 7.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:21:34 +00:00

78 lines
1.3 KiB
Plaintext

object rowinsertfrm: Trowinsertfrm
Left = 338
Height = 147
Top = 176
Width = 217
Caption = 'Row Insert'
ClientHeight = 147
ClientWidth = 217
OnShow = FormShow
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 9
Height = 14
Top = 16
Width = 136
Caption = 'Insert a Row in Which Grid? '
ParentColor = False
end
object Label2: TLabel
Left = 30
Height = 14
Top = 47
Width = 83
Caption = 'Before the Row :'
ParentColor = False
end
object Label3: TLabel
Left = 31
Height = 14
Top = 79
Width = 79
Caption = 'After the Row : '
ParentColor = False
end
object GridNoEdit: TEdit
Left = 160
Height = 21
Top = 5
Width = 42
TabOrder = 0
Text = 'GridNoEdit'
end
object BeforeEdit: TEdit
Left = 161
Height = 21
Top = 41
Width = 42
TabOrder = 1
Text = 'BeforeEdit'
end
object AfterEdit: TEdit
Left = 161
Height = 21
Top = 76
Width = 42
TabOrder = 2
Text = 'AfterEdit'
end
object CancelBtn: TButton
Left = 9
Height = 28
Top = 112
Width = 68
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object ReturnBtn: TButton
Left = 134
Height = 28
Top = 112
Width = 68
Caption = 'Return'
ModalResult = 1
TabOrder = 4
end
end