lazarus/components/lazreport/source/lr_prdlg.lfm
2010-07-18 02:16:40 +00:00

224 lines
5.2 KiB
Plaintext

object frPrintForm: TfrPrintForm
Left = 322
Height = 270
Top = 202
Width = 368
HorzScrollBar.Page = 367
VertScrollBar.Page = 269
ActiveControl = PropButton
BorderStyle = bsDialog
Caption = 'Print'
ClientHeight = 270
ClientWidth = 368
OnCreate = FormCreate
OnDeactivate = FormDeactivate
Position = poScreenCenter
LCLVersion = '0.9.29'
object Image1: TImage
Left = 192
Height = 16
Top = 64
Width = 18
AutoSize = True
Picture.Data = {
07544269746D617036010000424D360100000000000076000000280000001200
0000100000000100040000000000C00000000000000000000000100000000000
000000000000000080000080000000808000800000008000800080800000C0C0
C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
FF00333333333333333333000000333333300033333333000000333330088800
33333300000033300887888800333300000030088777888888003300000038F7
777F888888880300000038F77FF7778888880300000038FFF779977788880300
000038F77AA777770788030000003388F77777FF070033000000333388F8FFFF
F0333300000033333388FFFFFF0333000000333333338FFFFFF0030000003333
333338FFF8833300000033333333338883333300000033333333333333333300
0000
}
Visible = False
end
object Label1: TLabel
Left = 16
Height = 14
Top = 76
Width = 33
Caption = 'Copies'
FocusControl = E1
ParentColor = False
end
object E1: TEdit
Left = 64
Height = 23
Top = 72
Width = 61
HelpContext = 99
TabOrder = 0
Text = '1'
end
object GroupBox2: TGroupBox
Left = 8
Height = 160
Top = 104
Width = 253
Caption = 'Page range'
ClientHeight = 145
ClientWidth = 249
TabOrder = 1
object Label2: TLabel
Left = 14
Height = 38
Top = 91
Width = 228
AutoSize = False
Caption = 'Enter page numbers and/or page ranges, separated by commas. For example, 1,3,5-12'
ParentColor = False
WordWrap = True
end
object RB1: TRadioButton
Left = 8
Height = 22
Top = 20
Width = 37
HelpContext = 108
AllowGrayed = True
Caption = 'All'
Checked = True
State = cbChecked
TabOrder = 0
end
object RB2: TRadioButton
Left = 8
Height = 22
Top = 40
Width = 85
HelpContext = 118
AllowGrayed = True
Caption = 'Current &page'
TabOrder = 1
TabStop = False
end
object RB3: TRadioButton
Left = 8
Height = 22
Top = 60
Width = 68
HelpContext = 124
AllowGrayed = True
Caption = '&Numbers:'
OnClick = RB3Click
TabOrder = 2
TabStop = False
end
object E2: TEdit
Left = 88
Height = 23
Top = 58
Width = 155
HelpContext = 133
OnClick = E2Click
TabOrder = 3
end
end
object Panel1: TPanel
Left = 106
Height = 17
Top = 74
Width = 17
BevelOuter = bvNone
ClientHeight = 17
ClientWidth = 17
FullRepaint = False
TabOrder = 2
object frSpeedButton1: TSpeedButton
Left = 0
Height = 8
Top = 0
Width = 17
Color = clBtnFace
Glyph.Data = {
86000000424D8600000000000000760000002800000007000000040000000100
0400000000001000000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF0F000
00F0FF000FF0FFF0FFF0
}
NumGlyphs = 0
Spacing = 0
OnClick = frSpeedButton1Click
end
object frSpeedButton2: TSpeedButton
Left = 0
Height = 8
Top = 9
Width = 17
Color = clBtnFace
Glyph.Data = {
86000000424D8600000000000000760000002800000007000000040000000100
0400000000001000000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF0FFF0FF00
0FF0F00000F0FFFFFFF0
}
NumGlyphs = 0
OnClick = frSpeedButton2Click
end
end
object Button1: TButton
Left = 282
Height = 25
Top = 108
Width = 75
HelpContext = 40
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 3
end
object Button2: TButton
Left = 282
Height = 25
Top = 136
Width = 75
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object GroupBox1: TGroupBox
Left = 8
Height = 49
Top = 8
Width = 349
Caption = 'Printer'
ClientHeight = 34
ClientWidth = 345
TabOrder = 5
object PropButton: TButton
Left = 264
Height = 25
Top = 1
Width = 75
HelpContext = 152
Caption = 'Properties'
OnClick = PropButtonClick
TabOrder = 0
end
object CB1: TComboBox
Left = 8
Height = 27
Top = 1
Width = 245
HelpContext = 142
ItemHeight = 0
OnChange = CB1Click
OnClick = CB1Click
OnDrawItem = CB1DrawItem
Style = csDropDownList
TabOrder = 1
end
end
object PrinterSetupDialog1: TPrinterSetupDialog
left = 64
top = 240
end
end