home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Encoding:
Text File  |  2000-10-20  |  7.5 KB  |  307 lines

  1. object PrintForm: TPrintForm
  2.   Left = 230
  3.   Top = 129
  4.   HelpContext = 113
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print'
  8.   ClientHeight = 206
  9.   ClientWidth = 409
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object URLabel2: TLabel
  21.     Left = 8
  22.     Top = 32
  23.     Width = 393
  24.     Height = 33
  25.     AutoSize = False
  26.     Caption = 
  27.       'With the trial version you can only print the first half of each' +
  28.       ' sheet.  This allows you to see the output quality and spacing b' +
  29.       'efore you purchase a license.'
  30.     WordWrap = True
  31.   end
  32.   object URLabel3: TLabel
  33.     Left = 8
  34.     Top = 72
  35.     Width = 393
  36.     Height = 41
  37.     AutoSize = False
  38.     Caption = 
  39.       'The full version allows you to print any number of elements, sta' +
  40.       'rting from any position on the sheet, plus it allows you to desi' +
  41.       'gn and print regions on both sides of the paper.'
  42.     WordWrap = True
  43.   end
  44.   object URLabel1: TLabel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 241
  48.     Height = 13
  49.     Caption = 'THANK YOU FOR USING THIS TRIAL VERSION.'
  50.   end
  51.   object Panel2: TPanel
  52.     Left = 8
  53.     Top = 136
  54.     Width = 393
  55.     Height = 225
  56.     BevelOuter = bvNone
  57.     TabOrder = 3
  58.     Visible = False
  59.     object FlipPanel: TPanel
  60.       Left = 8
  61.       Top = 83
  62.       Width = 393
  63.       Height = 33
  64.       BevelOuter = bvNone
  65.       TabOrder = 0
  66.       Visible = False
  67.       object FlipCheck: TCheckBox
  68.         Left = 16
  69.         Top = 8
  70.         Width = 209
  71.         Height = 17
  72.         Caption = '&Flip the paper the other way'
  73.         TabOrder = 0
  74.         Visible = False
  75.         OnClick = FlipCheckClick
  76.       end
  77.     end
  78.     object OptionsGroup: TGroupBox
  79.       Left = 0
  80.       Top = 3
  81.       Width = 393
  82.       Height = 113
  83.       Caption = 'Print Options'
  84.       TabOrder = 1
  85.       object Label1: TLabel
  86.         Left = 8
  87.         Top = 25
  88.         Width = 125
  89.         Height = 13
  90.         Caption = '&Start position on first page:'
  91.         FocusControl = StartEdit
  92.       end
  93.       object Label2: TLabel
  94.         Left = 8
  95.         Top = 54
  96.         Width = 77
  97.         Height = 13
  98.         Caption = '&Quantity to print:'
  99.         FocusControl = QtyEdit
  100.       end
  101.       object QtyEdit: TEdit
  102.         Left = 152
  103.         Top = 50
  104.         Width = 49
  105.         Height = 21
  106.         TabOrder = 2
  107.         Text = '1'
  108.       end
  109.       object StartEdit: TEdit
  110.         Left = 152
  111.         Top = 21
  112.         Width = 33
  113.         Height = 21
  114.         TabOrder = 0
  115.         Text = '1'
  116.       end
  117.       object StartUpDown: TUpDown
  118.         Left = 185
  119.         Top = 21
  120.         Width = 15
  121.         Height = 21
  122.         Associate = StartEdit
  123.         Min = 1
  124.         Position = 1
  125.         TabOrder = 1
  126.         Wrap = False
  127.       end
  128.       object IndividualRadio: TRadioButton
  129.         Left = 216
  130.         Top = 45
  131.         Width = 90
  132.         Height = 17
  133.         Caption = '&Elements'
  134.         Checked = True
  135.         TabOrder = 3
  136.         TabStop = True
  137.       end
  138.       object PagesRadio: TRadioButton
  139.         Left = 216
  140.         Top = 61
  141.         Width = 90
  142.         Height = 17
  143.         Caption = '&Pages'
  144.         TabOrder = 4
  145.       end
  146.       object SidePanel: TPanel
  147.         Left = 8
  148.         Top = 78
  149.         Width = 249
  150.         Height = 30
  151.         BevelOuter = bvNone
  152.         TabOrder = 5
  153.         object Label3: TLabel
  154.           Left = 0
  155.           Top = 6
  156.           Width = 24
  157.           Height = 13
  158.           Caption = 'Side:'
  159.         end
  160.         object SideCombo: TComboBox
  161.           Left = 144
  162.           Top = 2
  163.           Width = 105
  164.           Height = 21
  165.           Style = csDropDownList
  166.           ItemHeight = 13
  167.           TabOrder = 0
  168.           Items.Strings = (
  169.             'Both Sides'
  170.             'Side 1'
  171.             'Side 2')
  172.         end
  173.       end
  174.       object AllInDBBtn: TBitBtn
  175.         Left = 312
  176.         Top = 50
  177.         Width = 75
  178.         Height = 25
  179.         Caption = '&All in DB File'
  180.         TabOrder = 6
  181.         OnClick = AllInDBBtnClick
  182.       end
  183.     end
  184.     object InstructionsGroup: TGroupBox
  185.       Left = 0
  186.       Top = 32
  187.       Width = 393
  188.       Height = 137
  189.       Caption = 'Instructions'
  190.       TabOrder = 2
  191.       Visible = False
  192.       object InstructionPanel: TPanel
  193.         Left = 2
  194.         Top = 15
  195.         Width = 389
  196.         Height = 120
  197.         Align = alClient
  198.         BevelOuter = bvNone
  199.         BorderWidth = 5
  200.         Caption = 'InstructionPanel'
  201.         TabOrder = 0
  202.         object TopFlipMemo: TMemo
  203.           Left = 5
  204.           Top = 5
  205.           Width = 379
  206.           Height = 110
  207.           TabStop = False
  208.           Align = alClient
  209.           BorderStyle = bsNone
  210.           Color = clBtnFace
  211.           Font.Charset = DEFAULT_CHARSET
  212.           Font.Color = clRed
  213.           Font.Height = -11
  214.           Font.Name = 'MS Sans Serif'
  215.           Font.Style = []
  216.           ParentFont = False
  217.           ReadOnly = True
  218.           TabOrder = 1
  219.           Visible = False
  220.         end
  221.         object SideFlipMemo: TMemo
  222.           Left = 5
  223.           Top = 5
  224.           Width = 379
  225.           Height = 110
  226.           TabStop = False
  227.           Align = alClient
  228.           BorderStyle = bsNone
  229.           Color = clBtnFace
  230.           Font.Charset = DEFAULT_CHARSET
  231.           Font.Color = clRed
  232.           Font.Height = -11
  233.           Font.Name = 'MS Sans Serif'
  234.           Font.Style = []
  235.           ParentFont = False
  236.           ReadOnly = True
  237.           TabOrder = 2
  238.           Visible = False
  239.         end
  240.         object SingleSideMemo: TMemo
  241.           Left = 5
  242.           Top = 5
  243.           Width = 379
  244.           Height = 110
  245.           TabStop = False
  246.           Align = alClient
  247.           BorderStyle = bsNone
  248.           Color = clBtnFace
  249.           Font.Charset = DEFAULT_CHARSET
  250.           Font.Color = clRed
  251.           Font.Height = -11
  252.           Font.Name = 'MS Sans Serif'
  253.           Font.Style = []
  254.           ParentFont = False
  255.           ReadOnly = True
  256.           TabOrder = 0
  257.         end
  258.       end
  259.     end
  260.   end
  261.   object OkBtn: TBitBtn
  262.     Left = 74
  263.     Top = 169
  264.     Width = 75
  265.     Height = 25
  266.     Caption = '&OK'
  267.     Default = True
  268.     TabOrder = 0
  269.     OnClick = OkBtnClick
  270.     Glyph.Data = {
  271.       DE010000424DDE01000000000000760000002800000024000000120000000100
  272.       0400000000006801000000000000000000001000000000000000000000000000
  273.       80000080000000808000800000008000800080800000C0C0C000808080000000
  274.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  275.       3333333333333333333333330000333333333333333333333333F33333333333
  276.       00003333344333333333333333388F3333333333000033334224333333333333
  277.       338338F3333333330000333422224333333333333833338F3333333300003342
  278.       222224333333333383333338F3333333000034222A22224333333338F338F333
  279.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  280.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  281.       0000333333333A222433333333333338F338F33300003333333333A222433333
  282.       333333338F338F33000033333333333A222433333333333338F338F300003333
  283.       33333333A222433333333333338F338F00003333333333333A22433333333333
  284.       3338F38F000033333333333333A223333333333333338F830000333333333333
  285.       333A333333333333333338330000333333333333333333333333333333333333
  286.       0000}
  287.     NumGlyphs = 2
  288.   end
  289.   object CancelBtn: TBitBtn
  290.     Left = 168
  291.     Top = 169
  292.     Width = 75
  293.     Height = 25
  294.     Caption = '&Cancel'
  295.     TabOrder = 1
  296.     Kind = bkCancel
  297.   end
  298.   object HelpBtn: TBitBtn
  299.     Left = 260
  300.     Top = 169
  301.     Width = 75
  302.     Height = 25
  303.     TabOrder = 2
  304.     Kind = bkHelp
  305.   end
  306. end
  307.