You've already forked lazarus-ccr
tvplanit: Add missing BaseDatastore and FlexDatastore to package. Some cosmetics.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -24,9 +24,9 @@ object ResEditForm: TResEditForm
|
||||
ClientWidth = 400
|
||||
TabOrder = 0
|
||||
object OKBtn: TButton
|
||||
Left = 245
|
||||
Left = 243
|
||||
Height = 25
|
||||
Top = 9
|
||||
Top = 7
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'OK'
|
||||
@ -36,9 +36,9 @@ object ResEditForm: TResEditForm
|
||||
TabStop = False
|
||||
end
|
||||
object CancelBtn: TButton
|
||||
Left = 324
|
||||
Left = 322
|
||||
Height = 25
|
||||
Top = 9
|
||||
Top = 7
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
Cancel = True
|
||||
|
Reference in New Issue
Block a user