You've already forked lazarus-ccr
fix error in customize Toolbar, fix speed for draw vertical title in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@716 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1,26 +1,25 @@
|
||||
object AboutForm: TAboutForm
|
||||
Caption = 'About...'
|
||||
ClientHeight = 300
|
||||
ClientWidth = 400
|
||||
PixelsPerInch = 96
|
||||
HorzScrollBar.Page = 399
|
||||
VertScrollBar.Page = 299
|
||||
Left = 441
|
||||
Height = 300
|
||||
Top = 321
|
||||
Width = 400
|
||||
ActiveControl = BitBtn1
|
||||
Caption = 'About...'
|
||||
ClientHeight = 300
|
||||
ClientWidth = 400
|
||||
LCLVersion = '0.9.27'
|
||||
object BitBtn1: TBitBtn
|
||||
Left = 170
|
||||
Height = 36
|
||||
Top = 258
|
||||
Width = 58
|
||||
Anchors = [akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
AutoSize = True
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = '&��'
|
||||
Caption = '&'
|
||||
Default = True
|
||||
Kind = bkOK
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
Left = 162
|
||||
Height = 30
|
||||
Top = 264
|
||||
Width = 75
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user