home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFRMPRINTOPTIONS / TFRMPRINTOPTIONS.txt
Encoding:
Text File  |  1997-02-01  |  2.9 KB  |  110 lines

  1. object frmPrintOptions: TfrmPrintOptions
  2.   Left = 488
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Options'
  7.   ClientHeight = 142
  8.   ClientWidth = 327
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 57
  23.     Height = 13
  24.     Caption = 'Printer Font:'
  25.   end
  26.   object cmdFont: TBitBtn
  27.     Left = 296
  28.     Top = 20
  29.     Width = 29
  30.     Height = 29
  31.     Hint = 'Change Font used to print data.'
  32.     HelpContext = 23
  33.     TabOrder = 0
  34.     OnClick = cmdFontClick
  35.     Glyph.Data = {
  36.       B0010000424DB001000000000000760000002800000018000000180000000100
  37.       0400000000002001000000000000000000000000000000000000000000000000
  38.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  39.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  40.       3333333333333333333333333333380088333333333333333338007700833333
  41.       3333333333307700770333000333300003307033003333090833309903077033
  42.       3333330990000999030770333333333099999990330770833033333090000903
  43.       3330708807033330990309033330770077033333090090333333007707033333
  44.       099090333333330030333333309990338000033333333333309903300CCCC003
  45.       3333333333090330CC00CCC03333333333090330C0330CC03333333333303330
  46.       CC000CC03333333333333330CCCCCCC03333333333333330C0330C0333333333
  47.       33333300C000CC0333333333333330CCCCCCCC03333333333333300000000033
  48.       3333333333333333333333333333333333333333333333333333000000000000
  49.       0000000000000000000000000000000000000000}
  50.     Layout = blGlyphTop
  51.   end
  52.   object txtPrintFont: TEdit
  53.     Left = 4
  54.     Top = 20
  55.     Width = 285
  56.     Height = 21
  57.     Hint = 'This is the font that the printer will use.'
  58.     TabOrder = 1
  59.     Text = 'txtPrintFont'
  60.   end
  61.   object chkShowPrintSetup: TCheckBox
  62.     Left = 4
  63.     Top = 56
  64.     Width = 253
  65.     Height = 21
  66.     Hint = 'Show or skip Print Setup dialog when printing.'
  67.     Caption = 'Show Print Setup Before Print Job?'
  68.     TabOrder = 2
  69.     OnClick = chkShowPrintSetupClick
  70.   end
  71.   object BitBtn1: TBitBtn
  72.     Left = 164
  73.     Top = 112
  74.     Width = 75
  75.     Height = 25
  76.     TabOrder = 3
  77.     OnClick = BitBtn1Click
  78.     Kind = bkOK
  79.   end
  80.   object cmdPrintSetup: TButton
  81.     Left = 80
  82.     Top = 112
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Print Setup...'
  86.     TabOrder = 4
  87.     OnClick = cmdPrintSetupClick
  88.   end
  89.   object BitBtn2: TBitBtn
  90.     Left = 248
  91.     Top = 112
  92.     Width = 75
  93.     Height = 25
  94.     HelpContext = 163
  95.     TabOrder = 5
  96.     Kind = bkHelp
  97.   end
  98.   object FontDialog1: TFontDialog
  99.     Font.Color = clWindowText
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     MinFontSize = 0
  104.     MaxFontSize = 0
  105.     Options = []
  106.     Left = 21
  107.     Top = 104
  108.   end
  109. end
  110.