home *** CD-ROM | disk | FTP | other *** search
- object frmPrintOptions: TfrmPrintOptions
- Left = 488
- Top = 124
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Print Options'
- ClientHeight = 142
- ClientWidth = 327
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 4
- Top = 4
- Width = 57
- Height = 13
- Caption = 'Printer Font:'
- end
- object cmdFont: TBitBtn
- Left = 296
- Top = 20
- Width = 29
- Height = 29
- Hint = 'Change Font used to print data.'
- HelpContext = 23
- TabOrder = 0
- OnClick = cmdFontClick
- Glyph.Data = {
- B0010000424DB001000000000000760000002800000018000000180000000100
- 0400000000002001000000000000000000000000000000000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333380088333333333333333338007700833333
- 3333333333307700770333000333300003307033003333090833309903077033
- 3333330990000999030770333333333099999990330770833033333090000903
- 3330708807033330990309033330770077033333090090333333007707033333
- 099090333333330030333333309990338000033333333333309903300CCCC003
- 3333333333090330CC00CCC03333333333090330C0330CC03333333333303330
- CC000CC03333333333333330CCCCCCC03333333333333330C0330C0333333333
- 33333300C000CC0333333333333330CCCCCCCC03333333333333300000000033
- 3333333333333333333333333333333333333333333333333333000000000000
- 0000000000000000000000000000000000000000}
- Layout = blGlyphTop
- end
- object txtPrintFont: TEdit
- Left = 4
- Top = 20
- Width = 285
- Height = 21
- Hint = 'This is the font that the printer will use.'
- TabOrder = 1
- Text = 'txtPrintFont'
- end
- object chkShowPrintSetup: TCheckBox
- Left = 4
- Top = 56
- Width = 253
- Height = 21
- Hint = 'Show or skip Print Setup dialog when printing.'
- Caption = 'Show Print Setup Before Print Job?'
- TabOrder = 2
- OnClick = chkShowPrintSetupClick
- end
- object BitBtn1: TBitBtn
- Left = 164
- Top = 112
- Width = 75
- Height = 25
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object cmdPrintSetup: TButton
- Left = 80
- Top = 112
- Width = 75
- Height = 25
- Caption = '&Print Setup...'
- TabOrder = 4
- OnClick = cmdPrintSetupClick
- end
- object BitBtn2: TBitBtn
- Left = 248
- Top = 112
- Width = 75
- Height = 25
- HelpContext = 163
- TabOrder = 5
- Kind = bkHelp
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = []
- Left = 21
- Top = 104
- end
- end
-