home *** CD-ROM | disk | FTP | other *** search
- object Addition: TAddition
- Left = 224
- Top = 41
- ActiveControl = Print
- BorderStyle = bsDialog
- Caption = 'Print Options'
- ClientHeight = 325
- ClientWidth = 390
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 120
- Position = poScreenCenter
- OnActivate = RangeClick
- OnCreate = FormCreate
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 140
- Width = 325
- Height = 24
- AutoSize = False
- Caption = 'Enter page numbers and/or page ranges'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 168
- Width = 325
- Height = 21
- AutoSize = False
- Caption = 'separated by commas e.g. 1,2,5,7-14,21'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 204
- Width = 153
- Height = 21
- AutoSize = False
- Caption = 'Page Selection'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 16
- Top = 244
- Width = 137
- Height = 21
- AutoSize = False
- Caption = '# of Copies'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object PageRange: TRadioGroup
- Left = 16
- Top = 16
- Width = 345
- Height = 113
- Caption = 'Page Range'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object Print: TBitBtn
- Left = 91
- Top = 282
- Width = 95
- Height = 33
- Caption = '&Print'
- Default = True
- ModalResult = 1
- TabOrder = 0
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
- 00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
- 8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
- 8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
- 8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
- 03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
- 03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
- 33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
- 33333337FFFF7733333333300000033333333337777773333333}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 202
- Top = 282
- Width = 95
- Height = 33
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 1
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
- 03333377777777777F333301111111110333337F333333337F33330111111111
- 0333337F333333337F333301111111110333337F333333337F33330111111111
- 0333337F333333337F333301111111110333337F333333337F33330111111111
- 0333337F3333333F7F333301111111B10333337F333333737F33330111111111
- 0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
- 0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
- 0333337F377777337F333301111111110333337F333333337F33330111111111
- 0333337FFFFFFFFF7F33330000000000033333777777777773330000}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object All: TRadioButton
- Left = 40
- Top = 40
- Width = 177
- Height = 25
- Caption = 'All Pages'
- Checked = True
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- TabStop = True
- OnClick = RangeClick
- OnEnter = RangeClick
- OnExit = RangeClick
- end
- object Current: TRadioButton
- Left = 40
- Top = 66
- Width = 189
- Height = 23
- Caption = 'Current Page'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = RangeClick
- OnEnter = RangeClick
- OnExit = RangeClick
- end
- object Range: TRadioButton
- Left = 40
- Top = 92
- Width = 113
- Height = 25
- Caption = 'Range '
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = RangeClick
- OnEnter = RangeClick
- OnExit = RangeClick
- end
- object Edit1: TEdit
- Left = 164
- Top = 90
- Width = 165
- Height = 25
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- end
- object ComboBox1: TComboBox
- Left = 176
- Top = 200
- Width = 161
- Height = 25
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 17
- ParentFont = False
- TabOrder = 7
- end
- object Copies: TEdit
- Left = 176
- Top = 242
- Width = 161
- Height = 25
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- end
- end
-