You've already forked lazarus-ccr
jvcllaz: Use "default" font in JvComboListBoxDemo instead of hard-coded MsDlg font.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6982 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -10,17 +10,15 @@ object frmDrop: TfrmDrop
|
|||||||
ClientWidth = 290
|
ClientWidth = 290
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
Font.Height = -11
|
|
||||||
Font.Name = 'MS Shell Dlg 2'
|
|
||||||
FormStyle = fsStayOnTop
|
FormStyle = fsStayOnTop
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
LCLVersion = '2.1.0.0'
|
LCLVersion = '2.1.0.0'
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 11
|
Left = 11
|
||||||
Height = 13
|
Height = 15
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 64
|
Width = 68
|
||||||
Caption = 'Select folder:'
|
Caption = 'Select folder:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user