You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7881 8e941d3f-bd1b-0410-a28a-d453659cc2b4
78 lines
1.3 KiB
Plaintext
78 lines
1.3 KiB
Plaintext
object colinsertfrm: Tcolinsertfrm
|
|
Left = 221
|
|
Height = 149
|
|
Top = 125
|
|
Width = 217
|
|
Caption = 'Column Insert'
|
|
ClientHeight = 149
|
|
ClientWidth = 217
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Height = 14
|
|
Top = 15
|
|
Width = 148
|
|
Caption = 'Insert a column in which grid ? '
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 48
|
|
Width = 113
|
|
Caption = 'Insert Before Column : '
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 9
|
|
Height = 14
|
|
Top = 82
|
|
Width = 106
|
|
Caption = 'Insert After Column : '
|
|
ParentColor = False
|
|
end
|
|
object GridNoEdit: TEdit
|
|
Left = 160
|
|
Height = 21
|
|
Top = 6
|
|
Width = 45
|
|
TabOrder = 0
|
|
Text = 'GridNoEdit'
|
|
end
|
|
object BeforeColEdit: TEdit
|
|
Left = 160
|
|
Height = 21
|
|
Top = 41
|
|
Width = 45
|
|
TabOrder = 1
|
|
Text = 'Edit1'
|
|
end
|
|
object AfterColEdit: TEdit
|
|
Left = 160
|
|
Height = 21
|
|
Top = 75
|
|
Width = 45
|
|
TabOrder = 2
|
|
Text = 'Edit1'
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 8
|
|
Height = 30
|
|
Top = 110
|
|
Width = 70
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 135
|
|
Height = 30
|
|
Top = 110
|
|
Width = 70
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 4
|
|
end
|
|
end
|