You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1773 8e941d3f-bd1b-0410-a28a-d453659cc2b4
34 lines
622 B
Plaintext
34 lines
622 B
Plaintext
object PrintStatusForm: TPrintStatusForm
|
|
Left = 1299
|
|
Height = 80
|
|
Top = 933
|
|
Width = 248
|
|
BorderIcons = []
|
|
BorderStyle = bsDialog
|
|
Caption = 'Print status'
|
|
ClientHeight = 80
|
|
ClientWidth = 248
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
FormStyle = fsStayOnTop
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object LBPage: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 16
|
|
Width = 36
|
|
Caption = 'LBPage'
|
|
ParentColor = False
|
|
end
|
|
object BUAbort: TButton
|
|
Left = 88
|
|
Height = 25
|
|
Top = 48
|
|
Width = 75
|
|
Caption = '&Abort'
|
|
OnClick = BUAbortClick
|
|
TabOrder = 0
|
|
end
|
|
end
|