home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / PandaMoney / _SETUP.1 / prntwzrd.exe / 0 / RCDATA / TPRINTWIZARDFORM / TPRINTWIZARDFORM.txt < prev   
Text File  |  1999-09-05  |  16KB  |  637 lines

  1. object PrintWizardForm: TPrintWizardForm
  2.   Left = 188
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Print Wizard'
  7.   ClientHeight = 328
  8.   ClientWidth = 491
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clNavy
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object MainBevel: TBevel
  25.     Left = 4
  26.     Top = 286
  27.     Width = 483
  28.     Height = 3
  29.   end
  30.   object Back_Btn: TSpeedButton
  31.     Left = 163
  32.     Top = 298
  33.     Width = 89
  34.     Height = 22
  35.     BiDiMode = bdLeftToRight
  36.     Caption = '<< Back'
  37.     Enabled = False
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -11
  41.     Font.Name = 'Arial'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     ParentBiDiMode = False
  45.     Spacing = 3
  46.     OnClick = Back_BtnClick
  47.   end
  48.   object Next_Btn: TSpeedButton
  49.     Left = 255
  50.     Top = 298
  51.     Width = 88
  52.     Height = 22
  53.     BiDiMode = bdLeftToRight
  54.     Caption = 'Next >>'
  55.     Enabled = False
  56.     Font.Charset = ANSI_CHARSET
  57.     Font.Color = clNavy
  58.     Font.Height = -11
  59.     Font.Name = 'Arial'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.     ParentBiDiMode = False
  63.     Spacing = 3
  64.     OnClick = Next_BtnClick
  65.   end
  66.   object Cancel_Btn: TSpeedButton
  67.     Left = 428
  68.     Top = 298
  69.     Width = 53
  70.     Height = 22
  71.     BiDiMode = bdLeftToRight
  72.     Caption = 'Cancel'
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clNavy
  75.     Font.Height = -11
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     ParentBiDiMode = False
  80.     Spacing = 3
  81.     OnClick = Cancel_BtnClick
  82.   end
  83.   object Finish_Btn: TSpeedButton
  84.     Left = 372
  85.     Top = 298
  86.     Width = 53
  87.     Height = 22
  88.     BiDiMode = bdLeftToRight
  89.     Caption = 'Finish'
  90.     Enabled = False
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clNavy
  93.     Font.Height = -11
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     ParentBiDiMode = False
  98.     Spacing = 3
  99.     OnClick = Finish_BtnClick
  100.   end
  101.   object MainWizardPanel: TPanel
  102.     Left = 10
  103.     Top = 6
  104.     Width = 471
  105.     Height = 277
  106.     BevelInner = bvSpace
  107.     BevelOuter = bvNone
  108.     TabOrder = 0
  109.     object MainNotebook: TNotebook
  110.       Left = 137
  111.       Top = 1
  112.       Width = 333
  113.       Height = 275
  114.       Align = alClient
  115.       TabOrder = 0
  116.       object TPage
  117.         Left = 0
  118.         Top = 0
  119.         Caption = 'Step 1'
  120.         object Step1_Caption_Label: TLabel
  121.           Left = 16
  122.           Top = 22
  123.           Width = 60
  124.           Height = 19
  125.           Caption = 'Options'
  126.           Font.Charset = ANSI_CHARSET
  127.           Font.Color = clNavy
  128.           Font.Height = -16
  129.           Font.Name = 'Arial'
  130.           Font.Style = [fsBold]
  131.           ParentFont = False
  132.         end
  133.         object Env_CheckBox: TCheckBox
  134.           Left = 27
  135.           Top = 150
  136.           Width = 95
  137.           Height = 17
  138.           Caption = 'Print Envelope'
  139.           Checked = True
  140.           State = cbChecked
  141.           TabOrder = 1
  142.           OnClick = Env_CheckBoxClick
  143.         end
  144.         object Chk_CheckBox: TCheckBox
  145.           Left = 26
  146.           Top = 42
  147.           Width = 97
  148.           Height = 17
  149.           Caption = 'Print Check'
  150.           Checked = True
  151.           State = cbChecked
  152.           TabOrder = 0
  153.           OnClick = Chk_CheckBoxClick
  154.         end
  155.         object PrintChk_Group: TPanel
  156.           Left = 52
  157.           Top = 62
  158.           Width = 247
  159.           Height = 83
  160.           BevelInner = bvLowered
  161.           BevelOuter = bvSpace
  162.           TabOrder = 2
  163.           object Print_PayOrderOf_Section: TCheckBox
  164.             Left = 30
  165.             Top = 10
  166.             Width = 213
  167.             Height = 17
  168.             Caption = 'Print Pay To The Order Of section'
  169.             Checked = True
  170.             State = cbChecked
  171.             TabOrder = 0
  172.             OnClick = Print_PayOrderOf_SectionClick
  173.           end
  174.           object Print_PayAmount_Section: TCheckBox
  175.             Left = 30
  176.             Top = 32
  177.             Width = 215
  178.             Height = 17
  179.             Caption = 'Print Pay Amount section'
  180.             Checked = True
  181.             State = cbChecked
  182.             TabOrder = 1
  183.             OnClick = Print_PayOrderOf_SectionClick
  184.           end
  185.           object Print_Memo_Section: TCheckBox
  186.             Left = 30
  187.             Top = 54
  188.             Width = 215
  189.             Height = 17
  190.             Caption = 'Print Memo section'
  191.             Checked = True
  192.             State = cbChecked
  193.             TabOrder = 2
  194.             OnClick = Print_PayOrderOf_SectionClick
  195.           end
  196.         end
  197.         object PrintEnv_Group: TPanel
  198.           Left = 52
  199.           Top = 170
  200.           Width = 247
  201.           Height = 77
  202.           BevelInner = bvLowered
  203.           BevelOuter = bvSpace
  204.           TabOrder = 3
  205.           object Print_PayerName_Section: TCheckBox
  206.             Left = 30
  207.             Top = 18
  208.             Width = 213
  209.             Height = 17
  210.             Caption = 'Print sender'#39's name'
  211.             Checked = True
  212.             State = cbChecked
  213.             TabOrder = 0
  214.             OnClick = Print_PayOrderOf_SectionClick
  215.           end
  216.           object Print_PayerAddress_Section: TCheckBox
  217.             Left = 30
  218.             Top = 42
  219.             Width = 215
  220.             Height = 17
  221.             Caption = 'Print sender'#39's address'
  222.             Checked = True
  223.             State = cbChecked
  224.             TabOrder = 1
  225.             OnClick = Print_PayOrderOf_SectionClick
  226.           end
  227.         end
  228.       end
  229.       object TPage
  230.         Left = 0
  231.         Top = 0
  232.         Caption = 'Step 2'
  233.         object Step2_caption_Label: TLabel
  234.           Left = 16
  235.           Top = 22
  236.           Width = 140
  237.           Height = 19
  238.           Caption = 'Check Information'
  239.           Font.Charset = ANSI_CHARSET
  240.           Font.Color = clNavy
  241.           Font.Height = -16
  242.           Font.Name = 'Arial'
  243.           Font.Style = [fsBold]
  244.           ParentFont = False
  245.         end
  246.         object Chk_Information_Panel: TPanel
  247.           Left = 26
  248.           Top = 60
  249.           Width = 287
  250.           Height = 175
  251.           BevelInner = bvLowered
  252.           BevelOuter = bvSpace
  253.           TabOrder = 0
  254.           object Pay_Order_of_Label: TLabel
  255.             Left = 6
  256.             Top = 4
  257.             Width = 96
  258.             Height = 14
  259.             Caption = 'Pay to the order of :'
  260.           end
  261.           object Pay_Amount_Digital_Label: TLabel
  262.             Left = 8
  263.             Top = 76
  264.             Width = 98
  265.             Height = 14
  266.             Caption = 'Pay amount: (Digital)'
  267.           end
  268.           object Pay_Amount_Alpha_Label: TLabel
  269.             Left = 6
  270.             Top = 110
  271.             Width = 98
  272.             Height = 14
  273.             Caption = 'Pay amount: (Alpha)'
  274.           end
  275.           object Chk_Memo_Label: TLabel
  276.             Left = 6
  277.             Top = 144
  278.             Width = 31
  279.             Height = 14
  280.             Caption = 'Memo:'
  281.           end
  282.           object Check_Date_Label: TLabel
  283.             Left = 8
  284.             Top = 52
  285.             Width = 58
  286.             Height = 14
  287.             Caption = 'Check Date '
  288.           end
  289.           object Pay_Order_Of_Edit: TEdit
  290.             Left = 6
  291.             Top = 20
  292.             Width = 275
  293.             Height = 22
  294.             TabOrder = 0
  295.           end
  296.           object Pay_Amount_d_Edit: TEdit
  297.             Left = 112
  298.             Top = 72
  299.             Width = 169
  300.             Height = 22
  301.             TabOrder = 2
  302.           end
  303.           object Pay_Amount_A_Edit: TEdit
  304.             Left = 112
  305.             Top = 106
  306.             Width = 169
  307.             Height = 22
  308.             TabOrder = 3
  309.           end
  310.           object Memo_Edit: TEdit
  311.             Left = 50
  312.             Top = 140
  313.             Width = 231
  314.             Height = 22
  315.             TabOrder = 4
  316.           end
  317.           object Check_Date_Edit: TEdit
  318.             Left = 112
  319.             Top = 46
  320.             Width = 169
  321.             Height = 22
  322.             BiDiMode = bdLeftToRight
  323.             ParentBiDiMode = False
  324.             TabOrder = 1
  325.           end
  326.         end
  327.       end
  328.       object TPage
  329.         Left = 0
  330.         Top = 0
  331.         Caption = 'Step 3'
  332.         object Label1: TLabel
  333.           Left = 16
  334.           Top = 22
  335.           Width = 163
  336.           Height = 19
  337.           Caption = 'Envelope Information'
  338.           Font.Charset = ANSI_CHARSET
  339.           Font.Color = clNavy
  340.           Font.Height = -16
  341.           Font.Name = 'Arial'
  342.           Font.Style = [fsBold]
  343.           ParentFont = False
  344.         end
  345.         object Sender_GroupBox: TGroupBox
  346.           Left = 4
  347.           Top = 42
  348.           Width = 323
  349.           Height = 113
  350.           Caption = 'Sender'
  351.           TabOrder = 0
  352.           object Sender_Name_Label: TLabel
  353.             Left = 10
  354.             Top = 16
  355.             Width = 30
  356.             Height = 14
  357.             Caption = 'Name:'
  358.           end
  359.           object Sender_Address_Label: TLabel
  360.             Left = 4
  361.             Top = 40
  362.             Width = 45
  363.             Height = 14
  364.             Caption = 'Address:'
  365.           end
  366.           object Sender_Name_Edit: TEdit
  367.             Left = 48
  368.             Top = 12
  369.             Width = 269
  370.             Height = 22
  371.             TabOrder = 0
  372.           end
  373.           object Sender_Addr_Edit1: TEdit
  374.             Left = 48
  375.             Top = 37
  376.             Width = 269
  377.             Height = 22
  378.             TabOrder = 1
  379.           end
  380.           object Sender_Addr_Edit2: TEdit
  381.             Left = 48
  382.             Top = 62
  383.             Width = 269
  384.             Height = 22
  385.             TabOrder = 2
  386.           end
  387.           object Sender_Addr_Edit3: TEdit
  388.             Left = 48
  389.             Top = 87
  390.             Width = 269
  391.             Height = 22
  392.             TabOrder = 3
  393.           end
  394.         end
  395.         object Reciver_GroupBox: TGroupBox
  396.           Left = 4
  397.           Top = 156
  398.           Width = 323
  399.           Height = 115
  400.           Caption = 'Reciver'
  401.           TabOrder = 1
  402.           object Label2: TLabel
  403.             Left = 10
  404.             Top = 16
  405.             Width = 30
  406.             Height = 14
  407.             Caption = 'Name:'
  408.           end
  409.           object Label3: TLabel
  410.             Left = 3
  411.             Top = 41
  412.             Width = 45
  413.             Height = 14
  414.             Caption = 'Address:'
  415.           end
  416.           object Reciver_Name_Edit: TEdit
  417.             Left = 48
  418.             Top = 12
  419.             Width = 269
  420.             Height = 22
  421.             TabOrder = 0
  422.           end
  423.           object Reciver_Addr_Edit1: TEdit
  424.             Left = 48
  425.             Top = 39
  426.             Width = 269
  427.             Height = 22
  428.             TabOrder = 1
  429.           end
  430.           object Reciver_Addr_Edit2: TEdit
  431.             Left = 48
  432.             Top = 62
  433.             Width = 269
  434.             Height = 22
  435.             TabOrder = 2
  436.           end
  437.           object Reciver_Addr_Edit3: TEdit
  438.             Left = 48
  439.             Top = 87
  440.             Width = 269
  441.             Height = 22
  442.             TabOrder = 3
  443.           end
  444.         end
  445.       end
  446.       object TPage
  447.         Left = 0
  448.         Top = 0
  449.         Caption = 'Last Step'
  450.         object LastStep_Caption_Label: TLabel
  451.           Left = 16
  452.           Top = 22
  453.           Width = 120
  454.           Height = 19
  455.           Caption = 'Design a format'
  456.           Font.Charset = ANSI_CHARSET
  457.           Font.Color = clNavy
  458.           Font.Height = -16
  459.           Font.Name = 'Arial'
  460.           Font.Style = [fsBold]
  461.           ParentFont = False
  462.         end
  463.         object Check_Options_Label: TLabel
  464.           Left = 28
  465.           Top = 46
  466.           Width = 73
  467.           Height = 14
  468.           Caption = 'Check Options:'
  469.         end
  470.         object Envelope_Options_Label: TLabel
  471.           Left = 28
  472.           Top = 152
  473.           Width = 87
  474.           Height = 14
  475.           Caption = 'Envelope Options:'
  476.         end
  477.         object Chk_Design_Panel: TPanel
  478.           Left = 52
  479.           Top = 62
  480.           Width = 247
  481.           Height = 83
  482.           BevelInner = bvLowered
  483.           BevelOuter = bvSpace
  484.           TabOrder = 0
  485.           object Print_the_chk_Vertically: TRadioButton
  486.             Left = 14
  487.             Top = 10
  488.             Width = 231
  489.             Height = 17
  490.             Caption = 'Print the check vertically'
  491.             Checked = True
  492.             TabOrder = 0
  493.             TabStop = True
  494.           end
  495.           object Print_the_chk_horizontally: TRadioButton
  496.             Left = 15
  497.             Top = 34
  498.             Width = 228
  499.             Height = 17
  500.             Caption = 'Print the check horizontally'
  501.             TabOrder = 1
  502.           end
  503.           object Design_The_Chk_Button: TButton
  504.             Left = 34
  505.             Top = 54
  506.             Width = 185
  507.             Height = 23
  508.             Caption = 'Design the check'
  509.             TabOrder = 2
  510.             OnClick = Design_The_Chk_ButtonClick
  511.           end
  512.         end
  513.         object Env_Design_Panel: TPanel
  514.           Left = 52
  515.           Top = 170
  516.           Width = 247
  517.           Height = 83
  518.           BevelInner = bvLowered
  519.           BevelOuter = bvSpace
  520.           TabOrder = 1
  521.           object Print_the_env_vertically: TRadioButton
  522.             Left = 14
  523.             Top = 10
  524.             Width = 231
  525.             Height = 17
  526.             Caption = 'Print the envelop vertically'
  527.             Checked = True
  528.             TabOrder = 0
  529.             TabStop = True
  530.           end
  531.           object Print_the_env_horizontally: TRadioButton
  532.             Left = 15
  533.             Top = 34
  534.             Width = 230
  535.             Height = 17
  536.             Caption = 'Print the envelop horizontally'
  537.             TabOrder = 1
  538.           end
  539.           object Design_The_Env_Button: TButton
  540.             Left = 34
  541.             Top = 54
  542.             Width = 185
  543.             Height = 23
  544.             Caption = 'Design the envelop'
  545.             TabOrder = 2
  546.             OnClick = Design_The_Env_ButtonClick
  547.           end
  548.         end
  549.       end
  550.     end
  551.     object ImagePanel: TPanel
  552.       Left = 1
  553.       Top = 1
  554.       Width = 136
  555.       Height = 275
  556.       Align = alLeft
  557.       BevelInner = bvLowered
  558.       BevelOuter = bvNone
  559.       BorderWidth = 5
  560.       TabOrder = 1
  561.       object ImageNotebook: TNotebook
  562.         Left = 6
  563.         Top = 6
  564.         Width = 124
  565.         Height = 263
  566.         Align = alClient
  567.         TabOrder = 0
  568.         object TPage
  569.           Left = 0
  570.           Top = 0
  571.           Caption = 'Step 1'
  572.           object Step1Image: TImage
  573.             Left = 0
  574.             Top = 0
  575.             Width = 124
  576.             Height = 263
  577.             Align = alClient
  578.             Center = True
  579.             Picture.Data = {<image001.bmp>}
  580.           end
  581.         end
  582.         object TPage
  583.           Left = 0
  584.           Top = 0
  585.           Caption = 'Step 2'
  586.           object Step2Image: TImage
  587.             Left = 0
  588.             Top = 0
  589.             Width = 124
  590.             Height = 263
  591.             Align = alClient
  592.             Center = True
  593.             Picture.Data = {<image002.bmp>}
  594.           end
  595.         end
  596.         object TPage
  597.           Left = 0
  598.           Top = 0
  599.           Caption = 'Step 3'
  600.           object Step3Image: TImage
  601.             Left = 0
  602.             Top = 0
  603.             Width = 124
  604.             Height = 263
  605.             Align = alClient
  606.             Center = True
  607.             Picture.Data = {<image003.bmp>}
  608.           end
  609.         end
  610.         object TPage
  611.           Left = 0
  612.           Top = 0
  613.           Caption = 'Last Step'
  614.           object Step4Image: TImage
  615.             Left = 0
  616.             Top = 0
  617.             Width = 124
  618.             Height = 263
  619.             Align = alClient
  620.             Center = True
  621.             Picture.Data = {<image004.bmp>}
  622.           end
  623.         end
  624.       end
  625.     end
  626.   end
  627.   object PW_PrinterSetupDialog: TPrinterSetupDialog
  628.     Left = 81
  629.     Top = 277
  630.   end
  631.   object PW_PrintDialog: TPrintDialog
  632.     Options = [poDisablePrintToFile]
  633.     Left = 37
  634.     Top = 279
  635.   end
  636. end
  637.