home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / grafikut / webslide / webslide.exe / WebSlideShow.exe / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Encoding:
Text File  |  2002-06-29  |  4.6 KB  |  204 lines

  1. object PrintForm: TPrintForm
  2.   Left = 200
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Bild drucken...'
  7.   ClientHeight = 328
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RxLabel1: TRxLabel
  21.     Left = 16
  22.     Top = 0
  23.     Width = 50
  24.     Height = 13
  25.     Caption = 'Vorschau:'
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 264
  30.     Width = 427
  31.     Height = 16
  32.     Shape = bsBottomLine
  33.   end
  34.   object OkBitBtn1: TBitBtn
  35.     Left = 29
  36.     Top = 296
  37.     Width = 89
  38.     Height = 25
  39.     Caption = '&OK'
  40.     TabOrder = 0
  41.     Kind = bkOK
  42.   end
  43.   object CancelBitBtn2: TBitBtn
  44.     Left = 309
  45.     Top = 296
  46.     Width = 89
  47.     Height = 25
  48.     Caption = 'A&bbrechen'
  49.     TabOrder = 1
  50.     Kind = bkCancel
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 16
  54.     Top = 24
  55.     Width = 200
  56.     Height = 225
  57.     BevelOuter = bvLowered
  58.     TabOrder = 2
  59.     object PrintPaintBox: TPaintBox
  60.       Left = 4
  61.       Top = 17
  62.       Width = 190
  63.       Height = 190
  64.       Color = clBtnFace
  65.       ParentColor = False
  66.       OnPaint = PrintPaintBoxPaint
  67.     end
  68.   end
  69.   object PrintSetupBtn: TBitBtn
  70.     Left = 125
  71.     Top = 296
  72.     Width = 177
  73.     Height = 25
  74.     Caption = 'Drucker &einrichten...'
  75.     TabOrder = 3
  76.     OnClick = PrintSetupBtnClick
  77.     Glyph.Data = {
  78.       76010000424D7601000000000000760000002800000020000000100000000100
  79.       04000000000000010000120B0000120B00001000000000000000000000000000
  80.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  81.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  82.       0003377777777777777308888888888888807F33333333333337088888888888
  83.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  84.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  85.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  86.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  87.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  88.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  89.       33333337FFFF7733333333300000033333333337777773333333}
  90.     NumGlyphs = 2
  91.   end
  92.   object GroupBox1: TGroupBox
  93.     Left = 232
  94.     Top = 24
  95.     Width = 185
  96.     Height = 129
  97.     Caption = 'Druckgr∩┐╜∩┐╜e'
  98.     TabOrder = 4
  99.     object RxLabel2: TRxLabel
  100.       Left = 16
  101.       Top = 72
  102.       Width = 54
  103.       Height = 13
  104.       Caption = 'Breite in %:'
  105.     end
  106.     object RxLabel3: TRxLabel
  107.       Left = 16
  108.       Top = 96
  109.       Width = 53
  110.       Height = 13
  111.       Caption = 'H∩┐╜he in %:'
  112.     end
  113.     object UseFullCheck: TRadioButton
  114.       Left = 16
  115.       Top = 24
  116.       Width = 113
  117.       Height = 17
  118.       Caption = 'Seite voll nutzen'
  119.       Checked = True
  120.       TabOrder = 0
  121.       TabStop = True
  122.       OnClick = PrintPaintBoxPaint
  123.     end
  124.     object UserdefCheck: TRadioButton
  125.       Left = 16
  126.       Top = 48
  127.       Width = 113
  128.       Height = 17
  129.       Caption = 'Benutzerdefiniert'
  130.       TabOrder = 1
  131.       OnClick = UserdefCheckClick
  132.     end
  133.     object BreitEdit: TSpinEdit
  134.       Left = 80
  135.       Top = 72
  136.       Width = 89
  137.       Height = 22
  138.       MaxValue = 100
  139.       MinValue = 1
  140.       TabOrder = 2
  141.       Value = 50
  142.       OnChange = BreitEditChange
  143.     end
  144.   end
  145.   object GroupBox2: TGroupBox
  146.     Left = 232
  147.     Top = 160
  148.     Width = 185
  149.     Height = 89
  150.     Caption = 'Druckoptionen'
  151.     TabOrder = 5
  152.     object SverhCheck: TCheckBox
  153.       Left = 8
  154.       Top = 24
  155.       Width = 169
  156.       Height = 17
  157.       Caption = 'Seitenverh∩┐╜ltnis beibehalten'
  158.       Checked = True
  159.       State = cbChecked
  160.       TabOrder = 0
  161.       OnClick = PrintPaintBoxPaint
  162.     end
  163.     object ZentrCheck: TCheckBox
  164.       Left = 8
  165.       Top = 48
  166.       Width = 161
  167.       Height = 17
  168.       Caption = 'Zentrierte Ausgabe'
  169.       Checked = True
  170.       State = cbChecked
  171.       TabOrder = 1
  172.       OnClick = PrintPaintBoxPaint
  173.     end
  174.   end
  175.   object HochEdit: TSpinEdit
  176.     Left = 312
  177.     Top = 120
  178.     Width = 89
  179.     Height = 22
  180.     MaxValue = 100
  181.     MinValue = 1
  182.     TabOrder = 6
  183.     Value = 50
  184.     OnChange = HochEditChange
  185.   end
  186.   object FormStorage1: TFormStorage
  187.     Options = [fpState]
  188.     UseRegistry = True
  189.     StoredProps.Strings = (
  190.       'UseFullCheck.Alignment'
  191.       'UserdefCheck.Alignment'
  192.       'ZentrCheck.Alignment'
  193.       'SverhCheck.Alignment'
  194.       'BreitEdit.Value'
  195.       'HochEdit.Value')
  196.     StoredValues = <>
  197.     Top = 288
  198.   end
  199.   object PrinterSetupDialog1: TPrinterSetupDialog
  200.     Left = 312
  201.     Top = 248
  202.   end
  203. end
  204.