mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 19:57:14 +01:00
333 lines
7.6 KiB
Plaintext
333 lines
7.6 KiB
Plaintext
object dlgpropertiesprinter: Tdlgpropertiesprinter
|
|
Left = 379
|
|
Height = 464
|
|
Top = 53
|
|
Width = 457
|
|
ActiveControl = Notebook1
|
|
Caption = 'dlgpropertiesprinter'
|
|
ClientHeight = 464
|
|
ClientWidth = 457
|
|
OnCreate = dlgpropertiesprinterCREATE
|
|
OnDestroy = FormDestroy
|
|
OnShow = dlgpropertiesprinterSHOW
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 41
|
|
Top = 423
|
|
Width = 457
|
|
Align = alBottom
|
|
Anchors = [akLeft, akBottom]
|
|
BevelOuter = bvNone
|
|
ClientHeight = 41
|
|
ClientWidth = 457
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
TabStop = True
|
|
object btnCancel1: TButton
|
|
Left = 352
|
|
Height = 25
|
|
Top = 8
|
|
Width = 91
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 0
|
|
end
|
|
object btnOk: TButton
|
|
Left = 255
|
|
Height = 25
|
|
Top = 8
|
|
Width = 91
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Notebook1: TNotebook
|
|
Left = 0
|
|
Height = 423
|
|
Top = 0
|
|
Width = 457
|
|
Align = alClient
|
|
PageIndex = 0
|
|
TabOrder = 1
|
|
object pgGeneral: TPage
|
|
Caption = 'General'
|
|
ClientWidth = 451
|
|
ClientHeight = 390
|
|
object labPaperSize: TLabel
|
|
Left = 15
|
|
Height = 16
|
|
Top = 19
|
|
Width = 64
|
|
Caption = 'Paper size'
|
|
ParentColor = False
|
|
end
|
|
object labPaperType: TLabel
|
|
Left = 15
|
|
Height = 16
|
|
Top = 55
|
|
Width = 68
|
|
Caption = 'Paper type'
|
|
ParentColor = False
|
|
end
|
|
object labPaperSrc: TLabel
|
|
Left = 15
|
|
Height = 16
|
|
Top = 92
|
|
Width = 84
|
|
Caption = 'Paper source'
|
|
ParentColor = False
|
|
end
|
|
object labResolution: TLabel
|
|
Left = 15
|
|
Height = 16
|
|
Top = 125
|
|
Width = 66
|
|
Caption = 'Resolution'
|
|
ParentColor = False
|
|
end
|
|
object cbPaperSize: TComboBox
|
|
Left = 130
|
|
Height = 29
|
|
Top = 9
|
|
Width = 310
|
|
AutoComplete = False
|
|
DropDownCount = 10
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnKeyPress = cbPaperSizeKEYPRESS
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object cbPaperType: TComboBox
|
|
Left = 130
|
|
Height = 29
|
|
Top = 45
|
|
Width = 310
|
|
AutoComplete = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnKeyPress = cbPaperSizeKEYPRESS
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
object cbPaperSrc: TComboBox
|
|
Left = 130
|
|
Height = 29
|
|
Top = 81
|
|
Width = 310
|
|
AutoComplete = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnKeyPress = cbPaperSizeKEYPRESS
|
|
Style = csDropDownList
|
|
TabOrder = 3
|
|
end
|
|
object gbOrientation: TGroupBox
|
|
Left = 13
|
|
Height = 119
|
|
Top = 162
|
|
Width = 233
|
|
Caption = ' Orientation '
|
|
ClientHeight = 102
|
|
ClientWidth = 229
|
|
TabOrder = 5
|
|
object imgOrientation: TImage
|
|
Left = 167
|
|
Height = 48
|
|
Top = 25
|
|
Width = 52
|
|
end
|
|
object rbPortrait: TRadioButton
|
|
Left = 7
|
|
Height = 22
|
|
Top = 5
|
|
Width = 71
|
|
AllowGrayed = True
|
|
Caption = 'Portrait'
|
|
Checked = True
|
|
DragCursor = crDefault
|
|
OnClick = rbPortraitCLICK
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object rbLandscape: TRadioButton
|
|
Left = 7
|
|
Height = 22
|
|
Top = 29
|
|
Width = 92
|
|
AllowGrayed = True
|
|
Caption = 'Landscape'
|
|
DragCursor = crDefault
|
|
OnClick = rbPortraitCLICK
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object rbrev_Landscape: TRadioButton
|
|
Left = 7
|
|
Height = 22
|
|
Top = 53
|
|
Width = 142
|
|
AllowGrayed = True
|
|
Caption = 'Reverse landscape'
|
|
DragCursor = crDefault
|
|
OnClick = rbPortraitCLICK
|
|
TabOrder = 2
|
|
TabStop = False
|
|
end
|
|
object rbrev_portrait: TRadioButton
|
|
Left = 7
|
|
Height = 22
|
|
Top = 77
|
|
Width = 124
|
|
AllowGrayed = True
|
|
Caption = 'Reverse portrait'
|
|
DragCursor = crDefault
|
|
OnClick = rbPortraitCLICK
|
|
TabOrder = 3
|
|
TabStop = False
|
|
end
|
|
end
|
|
object gbBanners: TGroupBox
|
|
Left = 13
|
|
Height = 96
|
|
Top = 290
|
|
Width = 427
|
|
Caption = ' Banners '
|
|
ClientHeight = 79
|
|
ClientWidth = 423
|
|
TabOrder = 2
|
|
object labBanStart: TLabel
|
|
Left = 6
|
|
Height = 16
|
|
Top = 9
|
|
Width = 32
|
|
Caption = 'Start'
|
|
ParentColor = False
|
|
end
|
|
object labBanEnd: TLabel
|
|
Left = 6
|
|
Height = 16
|
|
Top = 49
|
|
Width = 25
|
|
Caption = 'End'
|
|
ParentColor = False
|
|
end
|
|
object cbBanStart: TComboBox
|
|
Left = 94
|
|
Height = 29
|
|
Top = 1
|
|
Width = 317
|
|
AutoComplete = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnKeyPress = cbPaperSizeKEYPRESS
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object cbBanEnd: TComboBox
|
|
Left = 94
|
|
Height = 29
|
|
Top = 41
|
|
Width = 317
|
|
AutoComplete = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnKeyPress = cbPaperSizeKEYPRESS
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object gbPagesSheet: TGroupBox
|
|
Left = 256
|
|
Height = 118
|
|
Top = 163
|
|
Width = 185
|
|
Caption = ' Pages per sheet '
|
|
ClientHeight = 101
|
|
ClientWidth = 181
|
|
TabOrder = 4
|
|
object imgPageSheet: TImage
|
|
Left = 78
|
|
Height = 50
|
|
Top = 17
|
|
Width = 80
|
|
end
|
|
object rbSheet1: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 5
|
|
Width = 32
|
|
AllowGrayed = True
|
|
Caption = '1'
|
|
Checked = True
|
|
DragCursor = crDefault
|
|
OnClick = rbPortraitCLICK
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object rbSheet2: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 29
|
|
Width = 32
|
|
AllowGrayed = True
|
|
Caption = '2'
|
|
DragCursor = crDefault
|
|
OnClick = rbPortraitCLICK
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object rbSheet4: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 53
|
|
Width = 32
|
|
AllowGrayed = True
|
|
Caption = '4'
|
|
DragCursor = crDefault
|
|
OnClick = rbPortraitCLICK
|
|
TabOrder = 2
|
|
TabStop = False
|
|
end
|
|
end
|
|
object cbResolution: TComboBox
|
|
Left = 130
|
|
Height = 29
|
|
Top = 117
|
|
Width = 310
|
|
AutoComplete = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnKeyPress = cbPaperSizeKEYPRESS
|
|
Style = csDropDownList
|
|
TabOrder = 6
|
|
end
|
|
end
|
|
object pgMargins: TPage
|
|
Caption = 'Margins'
|
|
end
|
|
object pgAdvanced: TPage
|
|
Caption = 'Advanced'
|
|
ClientWidth = 451
|
|
ClientHeight = 390
|
|
object sb: TScrollBox
|
|
Left = 0
|
|
Height = 390
|
|
Top = 0
|
|
Width = 451
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
end
|