You've already forked lazarus-ccr
tvplanit: New component icons by Roland Hahn. Adapt .res creation so that different icon sets can be selected.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8463 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -11,7 +11,6 @@ object frmPrnFormat: TfrmPrnFormat
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.6.4.0'
|
||||
object LblFormats: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
@ -22,6 +21,7 @@ object frmPrnFormat: TfrmPrnFormat
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 8
|
||||
Caption = '&Formats:'
|
||||
Color = clDefault
|
||||
FocusControl = lbFormats
|
||||
ParentColor = False
|
||||
end
|
||||
@ -35,6 +35,7 @@ object frmPrnFormat: TfrmPrnFormat
|
||||
Width = 51
|
||||
BorderSpacing.Top = 8
|
||||
Caption = 'Ele&ments:'
|
||||
Color = clDefault
|
||||
FocusControl = lbElements
|
||||
ParentColor = False
|
||||
end
|
||||
@ -108,6 +109,7 @@ object frmPrnFormat: TfrmPrnFormat
|
||||
Alignment = taCenter
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Print Order'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
end
|
||||
@ -333,6 +335,7 @@ object frmPrnFormat: TfrmPrnFormat
|
||||
Width = 44
|
||||
BorderSpacing.Left = 4
|
||||
Caption = 'Preview:'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object PrintPreview: TVpPrintPreview
|
||||
@ -360,8 +363,8 @@ object frmPrnFormat: TfrmPrnFormat
|
||||
DefaultExt = '.xml'
|
||||
FileName = '*.xml'
|
||||
Filter = 'Filter Files (.xml)|*.xml|All Files (*.*)|*.*'
|
||||
left = 400
|
||||
top = 128
|
||||
Left = 400
|
||||
Top = 128
|
||||
end
|
||||
object SaveDialog1: TSaveDialog
|
||||
Title = 'Save formats as'
|
||||
@ -369,7 +372,7 @@ object frmPrnFormat: TfrmPrnFormat
|
||||
FileName = '*.xml'
|
||||
Filter = 'Filter Files (.xml)|*.xml|All Files (*.*)|*.*'
|
||||
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
|
||||
left = 400
|
||||
top = 200
|
||||
Left = 400
|
||||
Top = 200
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user