home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TFORMMODORD / TFORMMODORD.txt
Text File  |  1997-10-15  |  17KB  |  716 lines

  1. object FormModOrd: TFormModOrd
  2.   Left = 241
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Order form'
  6.   ClientHeight = 365
  7.   ClientWidth = 531
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupData: TGroupBox
  20.     Left = 2
  21.     Top = 3
  22.     Width = 355
  23.     Height = 204
  24.     Caption = 'Write your data'
  25.     TabOrder = 0
  26.     object LName: TLabel
  27.       Left = 19
  28.       Top = 17
  29.       Width = 48
  30.       Height = 13
  31.       Alignment = taRightJustify
  32.       Caption = 'Full name:'
  33.     end
  34.     object LAz: TLabel
  35.       Left = 20
  36.       Top = 41
  37.       Width = 47
  38.       Height = 13
  39.       Alignment = taRightJustify
  40.       Caption = 'Company:'
  41.     end
  42.     object LVia: TLabel
  43.       Left = 26
  44.       Top = 63
  45.       Width = 41
  46.       Height = 13
  47.       Alignment = taRightJustify
  48.       Caption = 'Address:'
  49.     end
  50.     object LCitta: TLabel
  51.       Left = 47
  52.       Top = 86
  53.       Width = 20
  54.       Height = 13
  55.       Alignment = taRightJustify
  56.       Caption = 'City:'
  57.     end
  58.     object LProv: TLabel
  59.       Left = 286
  60.       Top = 86
  61.       Width = 28
  62.       Height = 13
  63.       Caption = 'State:'
  64.     end
  65.     object LCap: TLabel
  66.       Left = 19
  67.       Top = 110
  68.       Width = 48
  69.       Height = 13
  70.       Alignment = taRightJustify
  71.       Caption = 'Postcode:'
  72.     end
  73.     object LTel: TLabel
  74.       Left = 33
  75.       Top = 157
  76.       Width = 34
  77.       Height = 13
  78.       Alignment = taRightJustify
  79.       Caption = 'Phone:'
  80.     end
  81.     object LFax: TLabel
  82.       Left = 220
  83.       Top = 157
  84.       Width = 23
  85.       Height = 13
  86.       Alignment = taRightJustify
  87.       Caption = 'Fax.:'
  88.     end
  89.     object LPIVA: TLabel
  90.       Left = 43
  91.       Top = 134
  92.       Width = 24
  93.       Height = 13
  94.       Alignment = taRightJustify
  95.       Caption = 'VAT:'
  96.     end
  97.     object LFatt: TLabel
  98.       Left = 247
  99.       Top = 133
  100.       Width = 61
  101.       Height = 13
  102.       Caption = '( for invoice )'
  103.     end
  104.     object LData: TLabel
  105.       Left = 41
  106.       Top = 182
  107.       Width = 26
  108.       Height = 13
  109.       Alignment = taRightJustify
  110.       Caption = 'Date:'
  111.     end
  112.     object Leml: TLabel
  113.       Left = 155
  114.       Top = 181
  115.       Width = 70
  116.       Height = 13
  117.       Alignment = taRightJustify
  118.       Caption = 'e-mail address:'
  119.     end
  120.     object LCountry: TLabel
  121.       Left = 184
  122.       Top = 110
  123.       Width = 39
  124.       Height = 13
  125.       Alignment = taRightJustify
  126.       Caption = 'Country:'
  127.     end
  128.     object Nome: TEdit
  129.       Left = 70
  130.       Top = 13
  131.       Width = 281
  132.       Height = 21
  133.       HelpContext = 1016
  134.       MaxLength = 80
  135.       TabOrder = 0
  136.       Text = 'Nome'
  137.     end
  138.     object Az: TEdit
  139.       Left = 70
  140.       Top = 36
  141.       Width = 281
  142.       Height = 21
  143.       HelpContext = 1016
  144.       MaxLength = 80
  145.       TabOrder = 1
  146.       Text = 'Az'
  147.     end
  148.     object Via: TEdit
  149.       Left = 70
  150.       Top = 59
  151.       Width = 281
  152.       Height = 21
  153.       HelpContext = 1016
  154.       MaxLength = 80
  155.       TabOrder = 2
  156.       Text = 'Via'
  157.     end
  158.     object Citta: TEdit
  159.       Left = 70
  160.       Top = 82
  161.       Width = 205
  162.       Height = 21
  163.       HelpContext = 1016
  164.       MaxLength = 80
  165.       TabOrder = 3
  166.       Text = 'Citta'
  167.     end
  168.     object Prov: TEdit
  169.       Left = 319
  170.       Top = 82
  171.       Width = 32
  172.       Height = 21
  173.       HelpContext = 1016
  174.       MaxLength = 2
  175.       TabOrder = 4
  176.       Text = 'Prov'
  177.     end
  178.     object CAP: TEdit
  179.       Left = 70
  180.       Top = 106
  181.       Width = 79
  182.       Height = 21
  183.       HelpContext = 1016
  184.       MaxLength = 20
  185.       TabOrder = 5
  186.       Text = 'CAP'
  187.     end
  188.     object Tel: TEdit
  189.       Left = 70
  190.       Top = 154
  191.       Width = 117
  192.       Height = 21
  193.       HelpContext = 1016
  194.       MaxLength = 20
  195.       TabOrder = 8
  196.       Text = 'Tel'
  197.     end
  198.     object FAX: TEdit
  199.       Left = 250
  200.       Top = 154
  201.       Width = 101
  202.       Height = 21
  203.       HelpContext = 1016
  204.       MaxLength = 20
  205.       TabOrder = 9
  206.       Text = 'FAX'
  207.     end
  208.     object PIVA: TEdit
  209.       Left = 70
  210.       Top = 130
  211.       Width = 165
  212.       Height = 21
  213.       HelpContext = 1016
  214.       MaxLength = 30
  215.       TabOrder = 7
  216.       Text = 'PIVA'
  217.     end
  218.     object Data: TEdit
  219.       Left = 70
  220.       Top = 178
  221.       Width = 76
  222.       Height = 21
  223.       HelpContext = 1016
  224.       MaxLength = 20
  225.       TabOrder = 10
  226.       Text = 'Data'
  227.     end
  228.     object Eml: TEdit
  229.       Left = 230
  230.       Top = 178
  231.       Width = 121
  232.       Height = 21
  233.       HelpContext = 1016
  234.       MaxLength = 70
  235.       TabOrder = 11
  236.       Text = 'Eml'
  237.     end
  238.     object Country: TEdit
  239.       Left = 230
  240.       Top = 106
  241.       Width = 121
  242.       Height = 21
  243.       MaxLength = 80
  244.       TabOrder = 6
  245.       Text = 'Country'
  246.     end
  247.   end
  248.   object GroupPayment: TGroupBox
  249.     Left = 2
  250.     Top = 248
  251.     Width = 391
  252.     Height = 91
  253.     Caption = 'Payment'
  254.     TabOrder = 3
  255.     object Panel3: TPanel
  256.       Left = 4
  257.       Top = 34
  258.       Width = 383
  259.       Height = 53
  260.       BevelInner = bvLowered
  261.       TabOrder = 5
  262.       object LTitCard: TLabel
  263.         Left = 14
  264.         Top = 8
  265.         Width = 54
  266.         Height = 13
  267.         Alignment = taRightJustify
  268.         Caption = 'Cardholder:'
  269.       end
  270.       object LCardNo: TLabel
  271.         Left = 23
  272.         Top = 30
  273.         Width = 45
  274.         Height = 13
  275.         Alignment = taRightJustify
  276.         Caption = 'Card No.:'
  277.       end
  278.       object LExp: TLabel
  279.         Left = 258
  280.         Top = 30
  281.         Width = 50
  282.         Height = 13
  283.         Alignment = taRightJustify
  284.         Caption = 'Exp. Date:'
  285.       end
  286.       object Label16: TLabel
  287.         Left = 340
  288.         Top = 28
  289.         Width = 5
  290.         Height = 13
  291.         Caption = '/'
  292.       end
  293.       object TitCard: TEdit
  294.         Left = 70
  295.         Top = 4
  296.         Width = 203
  297.         Height = 21
  298.         MaxLength = 80
  299.         TabOrder = 0
  300.         Text = 'TitCard'
  301.       end
  302.       object NumCard: TEdit
  303.         Left = 70
  304.         Top = 26
  305.         Width = 173
  306.         Height = 21
  307.         MaxLength = 40
  308.         TabOrder = 1
  309.         Text = 'NumCard'
  310.       end
  311.       object MCard: TEdit
  312.         Left = 314
  313.         Top = 26
  314.         Width = 27
  315.         Height = 21
  316.         MaxLength = 2
  317.         TabOrder = 2
  318.         Text = 'MCard'
  319.       end
  320.       object ACard: TEdit
  321.         Left = 346
  322.         Top = 26
  323.         Width = 27
  324.         Height = 21
  325.         MaxLength = 2
  326.         TabOrder = 3
  327.         Text = 'ACard'
  328.       end
  329.     end
  330.     object RVisa: TRadioButton
  331.       Left = 6
  332.       Top = 14
  333.       Width = 47
  334.       Height = 17
  335.       Caption = 'Visa'
  336.       TabOrder = 0
  337.     end
  338.     object RAmeric: TRadioButton
  339.       Left = 52
  340.       Top = 14
  341.       Width = 105
  342.       Height = 17
  343.       Caption = 'American Express'
  344.       TabOrder = 1
  345.     end
  346.     object RMaster: TRadioButton
  347.       Left = 162
  348.       Top = 14
  349.       Width = 83
  350.       Height = 17
  351.       Caption = 'Master Card'
  352.       TabOrder = 2
  353.     end
  354.     object REuro: TRadioButton
  355.       Left = 246
  356.       Top = 14
  357.       Width = 71
  358.       Height = 17
  359.       Caption = 'Eurocard'
  360.       TabOrder = 3
  361.     end
  362.     object RElectron: TRadioButton
  363.       Left = 318
  364.       Top = 14
  365.       Width = 63
  366.       Height = 17
  367.       Caption = 'Electron'
  368.       TabOrder = 4
  369.     end
  370.   end
  371.   object PanelScroll: TPanel
  372.     Left = 4
  373.     Top = 340
  374.     Width = 395
  375.     Height = 21
  376.     BevelInner = bvLowered
  377.     TabOrder = 8
  378.     object ScrollText1: TScrollText
  379.       Left = 2
  380.       Top = 2
  381.       Width = 391
  382.       Height = 17
  383.       Align = alClient
  384.       Text = 
  385.         'If you have an Internet link, you can register the program direc' +
  386.         'tly. Your data will be sent in encrypted form. Our server will s' +
  387.         'ent you  the code for unlocking the program by e-mail automatica' +
  388.         'lly.'
  389.       Color = clNavy
  390.       Font.Color = clYellow
  391.       Font.Height = -12
  392.       Font.Name = 'MS Sans Serif'
  393.       Font.Style = [fsBold]
  394.     end
  395.   end
  396.   object ButReg: TBitBtn
  397.     Left = 398
  398.     Top = 336
  399.     Width = 127
  400.     Height = 27
  401.     Caption = 'Registration on line'
  402.     TabOrder = 7
  403.     OnClick = ButRegClick
  404.     Glyph.Data = {
  405.       06020000424D0602000000000000760000002800000028000000140000000100
  406.       0400000000009001000000000000000000000000000000000000000000000000
  407.       80000080000000808000800000008000800080800000C0C0C000808080000000
  408.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  409.       3333333333333333333333333333333333333333333333333333333333333333
  410.       3333333333333333333333333333333333333333333333333333333333333333
  411.       3333333333333333333333333333333333333333333333333333333333333333
  412.       3300000000000003333333FFFFFFFFFFFFF33333388888888888880333333888
  413.       8888888888F3300008B7B7B7B7B7B803388888F333333333F8F33333380B7B7B
  414.       7B7B080333FFF88F333F333F88F3300008B0B7B0B7B0B80338888838F3F8F3F8
  415.       38F3333338FB0B0B0B0B780333FFF8338F838F8338F3300008B7B0B7B0B7B803
  416.       38888833F83338F338F3333338FB0B7B7B0B780333FFF83F8333338F38F33000
  417.       08B0B7B7B7B0B803388888F833333338F8F33333380BFBFBFBFB080333333883
  418.       3333333388F33333388888888888883333333888888888888833333333333333
  419.       3333333333333333333333333333333333333333333333333333333333333333
  420.       3333333333333333333333333333333333333333333333333333333333333333
  421.       33333333333333333333}
  422.     NumGlyphs = 2
  423.   end
  424.   object ButPrint: TBitBtn
  425.     Left = 398
  426.     Top = 307
  427.     Width = 127
  428.     Height = 25
  429.     Caption = 'Print'
  430.     TabOrder = 6
  431.     OnClick = ButPrintClick
  432.     Glyph.Data = {
  433.       76010000424D7601000000000000760000002800000020000000100000000100
  434.       04000000000000010000130B0000130B00000000000000000000000000000000
  435.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  436.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  437.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  438.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  439.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  440.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  441.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  442.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  443.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  444.       33333337FFFF7733333333300000033333333337777773333333}
  445.     NumGlyphs = 2
  446.   end
  447.   object ButClose: TBitBtn
  448.     Left = 398
  449.     Top = 248
  450.     Width = 127
  451.     Height = 25
  452.     Caption = 'Close'
  453.     TabOrder = 4
  454.     OnClick = ButCloseClick
  455.     Glyph.Data = {
  456.       78010000424D7801000000000000760000002800000020000000100000000100
  457.       04000000000000000000120B0000120B00000000000000000000000000000000
  458.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  459.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  460.       03333377777777777F333301111111110333337F333333337F33330111111111
  461.       0333337F333333337F333301111111110333337F333333337F33330111111111
  462.       0333337F333333337F333301111111110333337F333333337F33330111111111
  463.       0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  464.       0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  465.       0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  466.       0333337F377777337F333301111111110333337F333333337F33330111111111
  467.       0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  468.     NumGlyphs = 2
  469.   end
  470.   object PanelUpgr: TPanel
  471.     Left = 2
  472.     Top = 208
  473.     Width = 355
  474.     Height = 41
  475.     BevelInner = bvRaised
  476.     BevelOuter = bvLowered
  477.     TabOrder = 1
  478.     Visible = False
  479.     object LUpgr1: TLabel
  480.       Left = 4
  481.       Top = 2
  482.       Width = 334
  483.       Height = 13
  484.       Caption = 
  485.         'Enter the code of the previous version of the registered program' +
  486.         ', if you '
  487.     end
  488.     object LUpgr2: TLabel
  489.       Left = 4
  490.       Top = 20
  491.       Width = 151
  492.       Height = 13
  493.       Caption = 'have one, for upgrade discount:'
  494.     end
  495.     object EUpgr: TEdit
  496.       Left = 164
  497.       Top = 16
  498.       Width = 185
  499.       Height = 21
  500.       MaxLength = 19
  501.       TabOrder = 0
  502.     end
  503.   end
  504.   object BtnHelp: TBitBtn
  505.     Left = 398
  506.     Top = 277
  507.     Width = 127
  508.     Height = 25
  509.     Caption = 'Help'
  510.     TabOrder = 5
  511.     OnClick = BtnHelpClick
  512.     Glyph.Data = {
  513.       78010000424D7801000000000000760000002800000020000000100000000100
  514.       04000000000000000000120B0000120B00000000000000000000000000000000
  515.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  516.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  517.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  518.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  519.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  520.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  521.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  522.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  523.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  524.       3333333773FFFF77333333333FBFBF33333333333777773333330000}
  525.     NumGlyphs = 2
  526.   end
  527.   object PageControl: TPageControl
  528.     Left = 364
  529.     Top = 4
  530.     Width = 161
  531.     Height = 241
  532.     ActivePage = EnInfo
  533.     TabOrder = 2
  534.     object EnInfo: TTabSheet
  535.       Caption = 'EnInfo'
  536.       TabVisible = False
  537.       object Label1: TLabel
  538.         Left = 4
  539.         Top = 2
  540.         Width = 141
  541.         Height = 113
  542.         AutoSize = False
  543.         Caption = 
  544.           'The program costs only Italian Lire 46.500 (about 27$ - US Dolla' +
  545.           'rs). Compile this form and send it by e-mail (using the "Registr' +
  546.           'ation on line") or by fax or mail to the following address:'
  547.         WordWrap = True
  548.       end
  549.       object Panel1: TPanel
  550.         Left = 2
  551.         Top = 116
  552.         Width = 149
  553.         Height = 97
  554.         BevelInner = bvLowered
  555.         TabOrder = 0
  556.         object Label2: TLabel
  557.           Left = 4
  558.           Top = 3
  559.           Width = 46
  560.           Height = 13
  561.           Caption = 'CompuArt'
  562.         end
  563.         object Label3: TLabel
  564.           Left = 4
  565.           Top = 17
  566.           Width = 47
  567.           Height = 13
  568.           Caption = 'C.P. 5541'
  569.         end
  570.         object Label4: TLabel
  571.           Left = 4
  572.           Top = 30
  573.           Width = 97
  574.           Height = 13
  575.           Caption = '16158 Genova Voltri'
  576.         end
  577.         object Label5: TLabel
  578.           Left = 4
  579.           Top = 62
  580.           Width = 101
  581.           Height = 13
  582.           Caption = 'Fax: +39-10-6530179'
  583.         end
  584.         object Label6: TLabel
  585.           Left = 4
  586.           Top = 44
  587.           Width = 30
  588.           Height = 13
  589.           Caption = 'ITALY'
  590.         end
  591.         object Label13: TLabel
  592.           Left = 28
  593.           Top = 78
  594.           Width = 78
  595.           Height = 13
  596.           Caption = '+39-10-6513199'
  597.         end
  598.       end
  599.     end
  600.     object ItPag: TTabSheet
  601.       Caption = 'ItPag'
  602.       TabVisible = False
  603.       object Label7: TLabel
  604.         Left = 2
  605.         Top = 84
  606.         Width = 141
  607.         Height = 71
  608.         AutoSize = False
  609.         Caption = 
  610.           'Il costo del programma ∩┐╜ di sole 46.500 iva inclusa e spese di s' +
  611.           'pedizione escluse. Stampa il modulo e spediscilo via posta o fax' +
  612.           ' a:'
  613.         WordWrap = True
  614.       end
  615.       object RadioGroup1: TRadioGroup
  616.         Left = 0
  617.         Top = -2
  618.         Width = 151
  619.         Height = 83
  620.         Caption = 'Pagamento'
  621.         TabOrder = 0
  622.       end
  623.       object RAntInc: TRadioButton
  624.         Left = 6
  625.         Top = 12
  626.         Width = 121
  627.         Height = 17
  628.         Caption = 'Anticipato incluso'
  629.         TabOrder = 1
  630.         OnClick = RAntIncClick
  631.       end
  632.       object RAntV: TRadioButton
  633.         Left = 6
  634.         Top = 28
  635.         Width = 121
  636.         Height = 17
  637.         Caption = 'Anticipato vaglia'
  638.         TabOrder = 2
  639.         OnClick = RAntVClick
  640.       end
  641.       object RContr: TRadioButton
  642.         Left = 6
  643.         Top = 44
  644.         Width = 121
  645.         Height = 17
  646.         Caption = 'Contrassegno'
  647.         TabOrder = 3
  648.         OnClick = RContrClick
  649.       end
  650.       object RAntCC: TRadioButton
  651.         Left = 6
  652.         Top = 60
  653.         Width = 121
  654.         Height = 17
  655.         Caption = 'Carta di credito'
  656.         TabOrder = 4
  657.         OnClick = RAntCCClick
  658.       end
  659.       object Panel2: TPanel
  660.         Left = 0
  661.         Top = 156
  662.         Width = 149
  663.         Height = 75
  664.         BevelInner = bvLowered
  665.         Caption = 'Panel1'
  666.         TabOrder = 5
  667.         object Label8: TLabel
  668.           Left = 4
  669.           Top = 3
  670.           Width = 46
  671.           Height = 13
  672.           Caption = 'CompuArt'
  673.         end
  674.         object Label9: TLabel
  675.           Left = 4
  676.           Top = 17
  677.           Width = 47
  678.           Height = 13
  679.           Caption = 'C.P. 5541'
  680.         end
  681.         object Label10: TLabel
  682.           Left = 4
  683.           Top = 30
  684.           Width = 97
  685.           Height = 13
  686.           Caption = '16158 Genova Voltri'
  687.         end
  688.         object Label11: TLabel
  689.           Left = 4
  690.           Top = 58
  691.           Width = 101
  692.           Height = 13
  693.           Caption = 'Fax: +39-10-6530179'
  694.         end
  695.         object Label12: TLabel
  696.           Left = 4
  697.           Top = 44
  698.           Width = 30
  699.           Height = 13
  700.           Caption = 'ITALY'
  701.         end
  702.       end
  703.     end
  704.   end
  705.   object Timer1: TTimer
  706.     Interval = 100
  707.     OnTimer = Timer1Timer
  708.     Left = 302
  709.     Top = 332
  710.   end
  711.   object PrintDialog1: TPrintDialog
  712.     Left = 214
  713.     Top = 332
  714.   end
  715. end
  716.