home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / picmaster.en / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Encoding:
Text File  |  2001-05-24  |  16.7 KB  |  692 lines

  1. object printform: Tprintform
  2.   Left = 341
  3.   Top = 635
  4.   HelpContext = 418
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print'
  7.   ClientHeight = 407
  8.   ClientWidth = 648
  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 = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button2: TButton
  23.     Left = 370
  24.     Top = 364
  25.     Width = 89
  26.     Height = 25
  27.     Caption = 'Print'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.     OnClick = Button2Click
  32.   end
  33.   object Button3: TButton
  34.     Left = 466
  35.     Top = 364
  36.     Width = 89
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object Button5: TButton
  44.     Left = 568
  45.     Top = 364
  46.     Width = 73
  47.     Height = 25
  48.     HelpContext = 418
  49.     Caption = 'Help'
  50.     TabOrder = 3
  51.     OnClick = Button5Click
  52.   end
  53.   inline printFrame1: TprintFrame
  54.     Left = 4
  55.     Top = 4
  56.     Width = 357
  57.     Height = 401
  58.     TabOrder = 4
  59.     inherited GroupBox1: TGroupBox
  60.       Width = 357
  61.       Height = 401
  62.       inherited ie: timageenlayer
  63.         LayerWidth = 42970004
  64.         LayerHeight = 42970004
  65.       end
  66.       inherited Panel1: TPanel
  67.         Top = 345
  68.         Width = 353
  69.         inherited CheckBox1: TCheckBox
  70.           Checked = True
  71.           State = cbChecked
  72.         end
  73.       end
  74.     end
  75.   end
  76.   object PageControl2: TPageControl
  77.     Left = 368
  78.     Top = 8
  79.     Width = 269
  80.     Height = 329
  81.     Hint = 'Here you can change the options of your printer'
  82.     ActivePage = TabSheet4
  83.     HotTrack = True
  84.     TabOrder = 2
  85.     object TabSheet4: TTabSheet
  86.       Caption = 'Graphic'
  87.       object SpeedButton2: TSpeedButton
  88.         Tag = 1
  89.         Left = 70
  90.         Top = 220
  91.         Width = 103
  92.         Height = 21
  93.         Hint = 'The image will be printed as big as possible'
  94.         AllowAllUp = True
  95.         GroupIndex = 10
  96.         Caption = 'Full (Fit)'
  97.         Transparent = False
  98.         OnClick = directionframe1Click
  99.       end
  100.       object SpeedButton3: TSpeedButton
  101.         Tag = 2
  102.         Left = 70
  103.         Top = 240
  104.         Width = 103
  105.         Height = 21
  106.         Hint = 
  107.           'The image will be scaled so that it fills the area complete.  '#13#10 +
  108.           ' Border parts of the image could get lost.'
  109.         AllowAllUp = True
  110.         GroupIndex = 10
  111.         Caption = 'Full (Cut)'
  112.         Transparent = False
  113.         OnClick = directionframe1Click
  114.       end
  115.       object SpeedButton4: TSpeedButton
  116.         Tag = 3
  117.         Left = 70
  118.         Top = 260
  119.         Width = 103
  120.         Height = 21
  121.         Hint = 'Take Original Size'
  122.         AllowAllUp = True
  123.         GroupIndex = 10
  124.         Down = True
  125.         Caption = 'Original Size'
  126.         Transparent = False
  127.         OnClick = directionframe1Click
  128.       end
  129.       inline directionframe1: Tdirectionframe
  130.         Left = 6
  131.         Top = 220
  132.         Width = 63
  133.         Hint = 'Here you can set an anchor for the image.'
  134.         AutoSize = False
  135.         TabOrder = 2
  136.         OnClick = directionframe1Click
  137.         inherited SpeedButton5: TSpeedButton
  138.           Down = True
  139.           Font.Color = clMaroon
  140.           Font.Style = [fsBold]
  141.           ParentFont = False
  142.         end
  143.       end
  144.       object Button7: TButton
  145.         Left = 192
  146.         Top = 240
  147.         Width = 45
  148.         Height = 21
  149.         Hint = 'Half Size'
  150.         Caption = '/ 2'
  151.         TabOrder = 4
  152.         OnClick = Button6Click
  153.       end
  154.       object Button6: TButton
  155.         Left = 192
  156.         Top = 220
  157.         Width = 45
  158.         Height = 21
  159.         Hint = 'Double Size'
  160.         Caption = 'x 2'
  161.         TabOrder = 3
  162.         OnClick = Button6Click
  163.       end
  164.       object GroupBox1: TGroupBox
  165.         Left = 4
  166.         Top = 12
  167.         Width = 249
  168.         Height = 81
  169.         Hint = 
  170.           'Enter the distance the image should have  '#13#10'from the upper left ' +
  171.           'corner.'
  172.         Caption = 'Distance'
  173.         TabOrder = 0
  174.         object Label21: TmyRxLabel
  175.           Left = 26
  176.           Top = 16
  177.           Width = 27
  178.           Height = 13
  179.           Caption = 'Left'
  180.           Layout = tlCenter
  181.           ShadowSize = 0
  182.         end
  183.         object Label22: TmyRxLabel
  184.           Left = 22
  185.           Top = 40
  186.           Width = 28
  187.           Height = 13
  188.           Caption = 'Top'
  189.           Layout = tlCenter
  190.           ShadowSize = 0
  191.         end
  192.         object CheckBox15: TCheckBox
  193.           Left = 64
  194.           Top = 60
  195.           Width = 169
  196.           Height = 17
  197.           Hint = 
  198.             'When the distance from the border should be taken '#13#10'instead of f' +
  199.             'rom the printable area.'
  200.           Caption = 'Include borders in calculation.'
  201.           TabOrder = 0
  202.           OnClick = updatepreview
  203.         end
  204.         inline converterframe1: Tconverterframe
  205.           Left = 68
  206.           Top = 12
  207.           TabOrder = 1
  208.           OnClick = converterframe1Click
  209.           inherited formstorage1: tformstorage1
  210.             StoredProps.Strings = ()
  211.           end
  212.         end
  213.         inline converterframe2: Tconverterframe
  214.           Left = 68
  215.           Top = 36
  216.           TabOrder = 2
  217.           OnClick = converterframe1Click
  218.         end
  219.       end
  220.       inline sizeframe1: Tsizeframe
  221.         Left = 4
  222.         Top = 108
  223.         Width = 249
  224.         Height = 97
  225.         AutoSize = False
  226.         TabOrder = 1
  227.         inherited GroupBox1: TGroupBox
  228.           Width = 249
  229.           Height = 97
  230.           Hint = 'Enter here the size of the image it should be printed.'
  231.           Align = alClient
  232.           inherited Label3: TmyRxLabel
  233.             Visible = False
  234.           end
  235.           inherited sizespecialform1: Tsizespecialform
  236.             Left = 30
  237.             Top = 70
  238.             Width = 57
  239.           end
  240.           inherited framedpispecialform1: Tframedpispecialform
  241.             Width = 57
  242.             Height = 17
  243.           end
  244.           inherited dpiframeform1: Tdpiframeform
  245.             Visible = False
  246.           end
  247.         end
  248.       end
  249.     end
  250.     object TabSheet7: TTabSheet
  251.       Hint = 
  252.         'Here you can set additional information that is to be printed wi' +
  253.         'th the image.'
  254.       Caption = 'Info'
  255.       ImageIndex = 3
  256.       object Label36: TmyRxLabel
  257.         Left = 12
  258.         Top = 192
  259.         Width = 59
  260.         Height = 13
  261.         Caption = 'Font Size'
  262.         ShadowSize = 0
  263.       end
  264.       object CheckBox10: TCheckBox
  265.         Left = 12
  266.         Top = 220
  267.         Width = 89
  268.         Height = 17
  269.         Caption = 'Cut Lines'
  270.         TabOrder = 3
  271.         OnClick = updatepreview
  272.       end
  273.       object RxSpinEdit8: TRxSpinEdit
  274.         Left = 76
  275.         Top = 188
  276.         Width = 49
  277.         Height = 21
  278.         MaxValue = 9999
  279.         MinValue = 1
  280.         Value = 1
  281.         TabOrder = 1
  282.         OnChange = RxSpinEdit8Change
  283.       end
  284.       object tgrafikformat1: tgrafikformat
  285.         Left = 8
  286.         Top = 12
  287.         Width = 229
  288.         Height = 161
  289.         Caption = 'Additional Information'
  290.         TabOrder = 0
  291.         Kind = imageinfo
  292.         ImageInfoset = []
  293.         FileFormatset = []
  294.         OnChecklistChange = tgrafikformat1ChecklistChange
  295.       end
  296.       object Button9: TButton
  297.         Left = 136
  298.         Top = 188
  299.         Width = 97
  300.         Height = 21
  301.         Caption = 'Font-Settings'
  302.         Font.Charset = DEFAULT_CHARSET
  303.         Font.Color = clWindowText
  304.         Font.Height = -11
  305.         Font.Name = 'MS Sans Serif'
  306.         Font.Style = []
  307.         ParentFont = False
  308.         TabOrder = 2
  309.         OnClick = Button9Click
  310.       end
  311.     end
  312.     object TabSheet5: TTabSheet
  313.       Caption = 'Printer'
  314.       ImageIndex = 3
  315.       object Label23: TmyRxLabel
  316.         Left = 6
  317.         Top = 12
  318.         Width = 43
  319.         Height = 13
  320.         Alignment = taRightJustify
  321.         Caption = 'Printer:'
  322.         Layout = tlCenter
  323.         ShadowSize = 0
  324.       end
  325.       object Label24: TmyRxLabel
  326.         Left = 56
  327.         Top = 12
  328.         Width = 201
  329.         Height = 25
  330.         AutoSize = False
  331.         Caption = 'Label4'
  332.         Font.Charset = DEFAULT_CHARSET
  333.         Font.Color = clWindowText
  334.         Font.Height = -11
  335.         Font.Name = 'MS Sans Serif'
  336.         Font.Style = [fsBold]
  337.         ParentFont = False
  338.         ShadowSize = 0
  339.         WordWrap = True
  340.       end
  341.       object Label30: TmyRxLabel
  342.         Left = 64
  343.         Top = 44
  344.         Width = 30
  345.         Height = 13
  346.         Caption = 'label'
  347.         Font.Charset = DEFAULT_CHARSET
  348.         Font.Color = clWindowText
  349.         Font.Height = -11
  350.         Font.Name = 'MS Sans Serif'
  351.         Font.Style = [fsBold]
  352.         Layout = tlCenter
  353.         ParentFont = False
  354.         ShadowSize = 0
  355.       end
  356.       object Label31: TmyRxLabel
  357.         Left = 6
  358.         Top = 44
  359.         Width = 52
  360.         Height = 13
  361.         Alignment = taRightJustify
  362.         Caption = 'Resolution:'
  363.         Font.Charset = DEFAULT_CHARSET
  364.         Font.Color = clWindowText
  365.         Font.Height = -11
  366.         Font.Name = 'MS Sans Serif'
  367.         Font.Style = []
  368.         Layout = tlCenter
  369.         ParentFont = False
  370.         ShadowSize = 0
  371.       end
  372.       object Label32: TmyRxLabel
  373.         Left = 70
  374.         Top = 256
  375.         Width = 90
  376.         Height = 13
  377.         Caption = 'Number of Prints'
  378.         Layout = tlCenter
  379.         ShadowSize = 0
  380.       end
  381.       object Button8: TButton
  382.         Left = 8
  383.         Top = 276
  384.         Width = 121
  385.         Height = 21
  386.         Caption = 'Print-Options...'
  387.         TabOrder = 4
  388.         OnClick = Button8Click
  389.       end
  390.       object GroupBox3: TGroupBox
  391.         Left = 20
  392.         Top = 144
  393.         Width = 197
  394.         Height = 105
  395.         Caption = 'Page Border'
  396.         TabOrder = 1
  397.         object Label19: TmyRxLabel
  398.           Left = 9
  399.           Top = 20
  400.           Width = 27
  401.           Height = 13
  402.           Caption = 'Left'
  403.           Layout = tlCenter
  404.           ShadowSize = 0
  405.         end
  406.         object Label20: TmyRxLabel
  407.           Left = 48
  408.           Top = 20
  409.           Width = 41
  410.           Height = 13
  411.           Caption = 'Label6'
  412.           Font.Charset = DEFAULT_CHARSET
  413.           Font.Color = clWindowText
  414.           Font.Height = -11
  415.           Font.Name = 'MS Sans Serif'
  416.           Font.Style = [fsBold]
  417.           ParentFont = False
  418.           ShadowSize = 0
  419.         end
  420.         object Label29: TmyRxLabel
  421.           Left = 9
  422.           Top = 59
  423.           Width = 28
  424.           Height = 13
  425.           Caption = 'Top'
  426.           Layout = tlCenter
  427.           ShadowSize = 0
  428.         end
  429.         object Label37: TmyRxLabel
  430.           Left = 48
  431.           Top = 59
  432.           Width = 41
  433.           Height = 13
  434.           Caption = 'Label6'
  435.           Font.Charset = DEFAULT_CHARSET
  436.           Font.Color = clWindowText
  437.           Font.Height = -11
  438.           Font.Name = 'MS Sans Serif'
  439.           Font.Style = [fsBold]
  440.           ParentFont = False
  441.           ShadowSize = 0
  442.         end
  443.         object Label38: TmyRxLabel
  444.           Left = 9
  445.           Top = 40
  446.           Width = 36
  447.           Height = 13
  448.           Caption = 'Right'
  449.           Layout = tlCenter
  450.           ShadowSize = 0
  451.         end
  452.         object Label39: TmyRxLabel
  453.           Left = 48
  454.           Top = 40
  455.           Width = 41
  456.           Height = 13
  457.           Caption = 'Label6'
  458.           Font.Charset = DEFAULT_CHARSET
  459.           Font.Color = clWindowText
  460.           Font.Height = -11
  461.           Font.Name = 'MS Sans Serif'
  462.           Font.Style = [fsBold]
  463.           ParentFont = False
  464.           ShadowSize = 0
  465.         end
  466.         object Label40: TmyRxLabel
  467.           Left = 9
  468.           Top = 79
  469.           Width = 31
  470.           Height = 13
  471.           Caption = 'Bottom'
  472.           Layout = tlCenter
  473.           ShadowSize = 0
  474.         end
  475.         object Label41: TmyRxLabel
  476.           Left = 48
  477.           Top = 79
  478.           Width = 41
  479.           Height = 13
  480.           Caption = 'Label6'
  481.           Font.Charset = DEFAULT_CHARSET
  482.           Font.Color = clWindowText
  483.           Font.Height = -11
  484.           Font.Name = 'MS Sans Serif'
  485.           Font.Style = [fsBold]
  486.           ParentFont = False
  487.           ShadowSize = 0
  488.         end
  489.         object mycombobox4: mycombobox
  490.           Left = 116
  491.           Top = 16
  492.           Width = 57
  493.           Height = 21
  494.           Style = csDropDownList
  495.           Color = clBtnFace
  496.           ItemHeight = 13
  497.           TabOrder = 0
  498.           OnClick = ComboBox12Change
  499.           Itemindex = -1
  500.         end
  501.         object mycombobox5: mycombobox
  502.           Left = 116
  503.           Top = 36
  504.           Width = 57
  505.           Height = 21
  506.           Style = csDropDownList
  507.           Color = clBtnFace
  508.           ItemHeight = 13
  509.           TabOrder = 1
  510.           OnClick = ComboBox12Change
  511.           Itemindex = -1
  512.         end
  513.         object mycombobox6: mycombobox
  514.           Left = 116
  515.           Top = 56
  516.           Width = 57
  517.           Height = 21
  518.           Style = csDropDownList
  519.           Color = clBtnFace
  520.           ItemHeight = 13
  521.           TabOrder = 2
  522.           OnClick = ComboBox12Change
  523.           Itemindex = -1
  524.         end
  525.         object mycombobox7: mycombobox
  526.           Left = 116
  527.           Top = 76
  528.           Width = 57
  529.           Height = 21
  530.           Style = csDropDownList
  531.           Color = clBtnFace
  532.           ItemHeight = 13
  533.           TabOrder = 3
  534.           OnClick = ComboBox12Change
  535.           Itemindex = -1
  536.         end
  537.       end
  538.       object GroupBox4: TGroupBox
  539.         Left = 20
  540.         Top = 68
  541.         Width = 197
  542.         Height = 65
  543.         Caption = 'Printable Area'
  544.         TabOrder = 2
  545.         object Label25: TmyRxLabel
  546.           Left = 10
  547.           Top = 20
  548.           Width = 29
  549.           Height = 13
  550.           Alignment = taRightJustify
  551.           Caption = 'Width'
  552.           Layout = tlCenter
  553.           ShadowSize = 0
  554.         end
  555.         object Label26: TmyRxLabel
  556.           Left = 44
  557.           Top = 20
  558.           Width = 41
  559.           Height = 13
  560.           Caption = 'Label6'
  561.           Font.Charset = DEFAULT_CHARSET
  562.           Font.Color = clWindowText
  563.           Font.Height = -11
  564.           Font.Name = 'MS Sans Serif'
  565.           Font.Style = [fsBold]
  566.           ParentFont = False
  567.           ShadowSize = 0
  568.         end
  569.         object Label27: TmyRxLabel
  570.           Left = 10
  571.           Top = 40
  572.           Width = 28
  573.           Height = 13
  574.           Alignment = taRightJustify
  575.           Caption = 'Height'
  576.           Layout = tlCenter
  577.           ShadowSize = 0
  578.         end
  579.         object Label28: TmyRxLabel
  580.           Left = 44
  581.           Top = 40
  582.           Width = 41
  583.           Height = 13
  584.           Caption = 'Label6'
  585.           Font.Charset = DEFAULT_CHARSET
  586.           Font.Color = clWindowText
  587.           Font.Height = -11
  588.           Font.Name = 'MS Sans Serif'
  589.           Font.Style = [fsBold]
  590.           ParentFont = False
  591.           ShadowSize = 0
  592.         end
  593.         object mycombobox2: mycombobox
  594.           Left = 112
  595.           Top = 16
  596.           Width = 57
  597.           Height = 21
  598.           Style = csDropDownList
  599.           Color = clBtnFace
  600.           ItemHeight = 13
  601.           TabOrder = 0
  602.           OnClick = ComboBox12Change
  603.           Itemindex = -1
  604.         end
  605.         object mycombobox3: mycombobox
  606.           Left = 112
  607.           Top = 36
  608.           Width = 57
  609.           Height = 21
  610.           Style = csDropDownList
  611.           Color = clBtnFace
  612.           ItemHeight = 13
  613.           TabOrder = 1
  614.           OnClick = ComboBox12Change
  615.           Itemindex = -1
  616.         end
  617.       end
  618.       object mycombobox1: mycombobox
  619.         Left = 128
  620.         Top = 40
  621.         Width = 97
  622.         Height = 21
  623.         Style = csDropDownList
  624.         Color = clBtnFace
  625.         ItemHeight = 13
  626.         TabOrder = 0
  627.         OnClick = ComboBox12Change
  628.         Itemindex = -1
  629.       end
  630.       object RxSpinEdit5: TRxSpinEdit
  631.         Left = 168
  632.         Top = 252
  633.         Width = 49
  634.         Height = 21
  635.         MaxValue = 10000
  636.         MinValue = 1
  637.         Value = 1
  638.         TabOrder = 3
  639.       end
  640.     end
  641.   end
  642.   object PrinterSetupDialog1: TPrinterSetupDialog
  643.     Left = 548
  644.     Top = 376
  645.   end
  646.   object FontDialog1: TFontDialog
  647.     Font.Charset = DEFAULT_CHARSET
  648.     Font.Color = clWindowText
  649.     Font.Height = -51
  650.     Font.Name = 'Times New Roman'
  651.     Font.Style = []
  652.     MinFontSize = 0
  653.     MaxFontSize = 0
  654.     Left = 592
  655.     Top = 376
  656.   end
  657.   object tformstorage11: tformstorage1
  658.     IniFileName = '\software\PicMaster\storage'
  659.     UseRegistry = True
  660.     StoredProps.Strings = (
  661.       'CheckBox10.Checked'
  662.       'tgrafikformat1.ImageInfoset'
  663.       'FontDialog1.Font'
  664.       'mycombobox1.Itemindex'
  665.       'mycombobox2.Itemindex'
  666.       'mycombobox3.Itemindex'
  667.       'mycombobox4.Itemindex'
  668.       'mycombobox5.Itemindex'
  669.       'mycombobox6.Itemindex'
  670.       'mycombobox7.Itemindex')
  671.     StoredValues = <>
  672.     AllwaysSave = False
  673.     Left = 508
  674.     Top = 376
  675.   end
  676.   object MDIWallpaper11: TMDIWallpaper1
  677.     TileWidth = 0
  678.     TileHeight = 0
  679.     dialogImage = False
  680.     Left = 432
  681.     Top = 380
  682.     ClientIsOwnerForm = True
  683.   end
  684.   object MDIWallpaper12: TMDIWallpaper1
  685.     TileWidth = 0
  686.     TileHeight = 0
  687.     dialogImage = True
  688.     Left = 476
  689.     Top = 376
  690.   end
  691. end
  692.