home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / PandaMoney / _SETUP.1 / financing.exe / 0 / RCDATA / TPRINTERDLG / TPRINTERDLG.txt
Text File  |  1999-09-06  |  12KB  |  556 lines

  1. object PrinterDlg: TPrinterDlg
  2.   Left = 157
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PandaMoney Page Setup'
  7.   ClientHeight = 309
  8.   ClientWidth = 498
  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 = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ChangeHeaderFontBtn: TSpeedButton
  21.     Left = 368
  22.     Top = 6
  23.     Width = 57
  24.     Height = 55
  25.     Caption = 'Font'
  26.     Flat = True
  27.     OnClick = ChangeHeaderFontBtnClick
  28.   end
  29.   object ChangeHeaderTextBtn: TSpeedButton
  30.     Left = 432
  31.     Top = 6
  32.     Width = 57
  33.     Height = 55
  34.     Caption = 'Text'
  35.     Flat = True
  36.     OnClick = ChangeHeaderTextBtnClick
  37.   end
  38.   object HeaderTextPanel: TPanel
  39.     Left = 10
  40.     Top = 6
  41.     Width = 347
  42.     Height = 55
  43.     Caption = 'PandaMoney Record List'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clNavy
  46.     Font.Height = -13
  47.     Font.Name = 'Arial Black'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     TabOrder = 0
  51.   end
  52.   object PrinterGroupBox: TGroupBox
  53.     Left = 10
  54.     Top = 122
  55.     Width = 479
  56.     Height = 153
  57.     Caption = ' Content options '
  58.     TabOrder = 1
  59.     object Prt_Record_AccoType_Btn: TSpeedButton
  60.       Left = 8
  61.       Top = 96
  62.       Width = 153
  63.       Height = 23
  64.       Caption = 'Print Account type'
  65.       Flat = True
  66.       OnClick = Prt_Record_AccoType_BtnClick
  67.     end
  68.     object Prt_Date_Btn: TSpeedButton
  69.       Left = 8
  70.       Top = 39
  71.       Width = 153
  72.       Height = 23
  73.       Caption = 'Print Record Date'
  74.       Flat = True
  75.       OnClick = Prt_Date_BtnClick
  76.     end
  77.     object Prt_Week_Btn: TSpeedButton
  78.       Left = 8
  79.       Top = 67
  80.       Width = 153
  81.       Height = 23
  82.       Caption = 'Print Record Week'
  83.       Flat = True
  84.       OnClick = Prt_Week_BtnClick
  85.     end
  86.     object Prt_Desc_Btn: TSpeedButton
  87.       Left = 8
  88.       Top = 124
  89.       Width = 153
  90.       Height = 23
  91.       Caption = 'Print Description'
  92.       Flat = True
  93.       OnClick = Prt_Desc_BtnClick
  94.     end
  95.     object Prt_Deposit_Btn: TSpeedButton
  96.       Left = 253
  97.       Top = 38
  98.       Width = 153
  99.       Height = 23
  100.       Caption = 'Print Deposit'
  101.       Flat = True
  102.       OnClick = Prt_Deposit_BtnClick
  103.     end
  104.     object prt_withdraw_btn: TSpeedButton
  105.       Left = 253
  106.       Top = 66
  107.       Width = 153
  108.       Height = 23
  109.       Caption = 'Print Withdrawl'
  110.       Flat = True
  111.       OnClick = prt_withdraw_btnClick
  112.     end
  113.     object prt_balance_btn: TSpeedButton
  114.       Left = 253
  115.       Top = 95
  116.       Width = 153
  117.       Height = 23
  118.       Caption = 'Print Balance'
  119.       Flat = True
  120.       OnClick = prt_balance_btnClick
  121.     end
  122.     object Prt_Remark_Btn: TSpeedButton
  123.       Left = 253
  124.       Top = 123
  125.       Width = 153
  126.       Height = 23
  127.       Caption = 'Print Record Remark'
  128.       Flat = True
  129.       OnClick = Prt_Remark_BtnClick
  130.     end
  131.     object Cap_Label_1: TLabel
  132.       Left = 36
  133.       Top = 18
  134.       Width = 75
  135.       Height = 14
  136.       Caption = 'Items to print'
  137.       Font.Charset = ANSI_CHARSET
  138.       Font.Color = clNavy
  139.       Font.Height = -11
  140.       Font.Name = 'Arial'
  141.       Font.Style = [fsBold]
  142.       ParentFont = False
  143.       Transparent = True
  144.     end
  145.     object Cap_Label_2: TLabel
  146.       Left = 294
  147.       Top = 18
  148.       Width = 75
  149.       Height = 14
  150.       Caption = 'Items to print'
  151.       Font.Charset = ANSI_CHARSET
  152.       Font.Color = clNavy
  153.       Font.Height = -11
  154.       Font.Name = 'Arial'
  155.       Font.Style = [fsBold]
  156.       ParentFont = False
  157.       Transparent = True
  158.     end
  159.     object Cap_Label_4: TLabel
  160.       Left = 411
  161.       Top = 7
  162.       Width = 59
  163.       Height = 14
  164.       Caption = 'Item Width'
  165.       Font.Charset = ANSI_CHARSET
  166.       Font.Color = clNavy
  167.       Font.Height = -11
  168.       Font.Name = 'Arial'
  169.       Font.Style = [fsBold]
  170.       ParentFont = False
  171.       Transparent = True
  172.     end
  173.     object Cap_Label_3: TLabel
  174.       Left = 177
  175.       Top = 8
  176.       Width = 59
  177.       Height = 14
  178.       Caption = 'Item Width'
  179.       Font.Charset = ANSI_CHARSET
  180.       Font.Color = clNavy
  181.       Font.Height = -11
  182.       Font.Name = 'Arial'
  183.       Font.Style = [fsBold]
  184.       ParentFont = False
  185.       Transparent = True
  186.     end
  187.     object Prt_AccoType_Chk: TCheckBox
  188.       Left = 12
  189.       Top = 99
  190.       Width = 15
  191.       Height = 17
  192.       Checked = True
  193.       State = cbChecked
  194.       TabOrder = 0
  195.       OnClick = CheckBoxes_refresh
  196.     end
  197.     object Prt_Date_chk: TCheckBox
  198.       Left = 12
  199.       Top = 42
  200.       Width = 15
  201.       Height = 17
  202.       Checked = True
  203.       State = cbChecked
  204.       TabOrder = 1
  205.       OnClick = CheckBoxes_refresh
  206.     end
  207.     object prt_week_chk: TCheckBox
  208.       Left = 12
  209.       Top = 70
  210.       Width = 15
  211.       Height = 17
  212.       Checked = True
  213.       State = cbChecked
  214.       TabOrder = 2
  215.       OnClick = CheckBoxes_refresh
  216.     end
  217.     object Prt_Desc_Chk: TCheckBox
  218.       Left = 12
  219.       Top = 127
  220.       Width = 15
  221.       Height = 17
  222.       Checked = True
  223.       State = cbChecked
  224.       TabOrder = 3
  225.       OnClick = CheckBoxes_refresh
  226.     end
  227.     object prt_deposit_chk: TCheckBox
  228.       Left = 257
  229.       Top = 41
  230.       Width = 15
  231.       Height = 17
  232.       Checked = True
  233.       State = cbChecked
  234.       TabOrder = 4
  235.       OnClick = CheckBoxes_refresh
  236.     end
  237.     object prt_Withdraw_chk: TCheckBox
  238.       Left = 257
  239.       Top = 69
  240.       Width = 15
  241.       Height = 17
  242.       Checked = True
  243.       State = cbChecked
  244.       TabOrder = 5
  245.       OnClick = CheckBoxes_refresh
  246.     end
  247.     object prt_balance_chk: TCheckBox
  248.       Left = 257
  249.       Top = 98
  250.       Width = 15
  251.       Height = 17
  252.       Checked = True
  253.       State = cbChecked
  254.       TabOrder = 6
  255.       OnClick = CheckBoxes_refresh
  256.     end
  257.     object prt_Remark_Chk: TCheckBox
  258.       Left = 257
  259.       Top = 126
  260.       Width = 15
  261.       Height = 17
  262.       Checked = True
  263.       State = cbChecked
  264.       TabOrder = 7
  265.       OnClick = CheckBoxes_refresh
  266.     end
  267.     object Prt_AccoType_Edit: TEdit
  268.       Left = 177
  269.       Top = 97
  270.       Width = 45
  271.       Height = 21
  272.       Color = clWhite
  273.       TabOrder = 8
  274.       Text = '8'
  275.     end
  276.     object prt_AccoType_UD: TUpDown
  277.       Left = 222
  278.       Top = 97
  279.       Width = 15
  280.       Height = 21
  281.       Associate = Prt_AccoType_Edit
  282.       Min = 0
  283.       Position = 8
  284.       TabOrder = 9
  285.       Wrap = False
  286.     end
  287.     object Prt_Date_UD: TUpDown
  288.       Left = 222
  289.       Top = 40
  290.       Width = 15
  291.       Height = 21
  292.       Associate = Prt_Date_Edit
  293.       Min = 0
  294.       Position = 8
  295.       TabOrder = 10
  296.       Wrap = False
  297.     end
  298.     object Prt_Date_Edit: TEdit
  299.       Left = 177
  300.       Top = 40
  301.       Width = 45
  302.       Height = 21
  303.       Color = clWhite
  304.       TabOrder = 11
  305.       Text = '8'
  306.     end
  307.     object Prt_Week_UD: TUpDown
  308.       Left = 222
  309.       Top = 68
  310.       Width = 15
  311.       Height = 21
  312.       Associate = Prt_Week_Edit
  313.       Min = 0
  314.       Position = 3
  315.       TabOrder = 12
  316.       Wrap = False
  317.     end
  318.     object Prt_Week_Edit: TEdit
  319.       Left = 177
  320.       Top = 68
  321.       Width = 45
  322.       Height = 21
  323.       Color = clWhite
  324.       TabOrder = 13
  325.       Text = '3'
  326.     end
  327.     object prt_Description_UD: TUpDown
  328.       Left = 222
  329.       Top = 125
  330.       Width = 15
  331.       Height = 21
  332.       Associate = prt_Description_Edit
  333.       Min = 0
  334.       Position = 22
  335.       TabOrder = 14
  336.       Wrap = False
  337.     end
  338.     object prt_Description_Edit: TEdit
  339.       Left = 177
  340.       Top = 125
  341.       Width = 45
  342.       Height = 21
  343.       Color = clWhite
  344.       TabOrder = 15
  345.       Text = '22'
  346.     end
  347.     object prt_Deposit_UD: TUpDown
  348.       Left = 458
  349.       Top = 39
  350.       Width = 15
  351.       Height = 21
  352.       Associate = prt_Deposit_Edit
  353.       Min = 0
  354.       Position = 6
  355.       TabOrder = 16
  356.       Wrap = False
  357.     end
  358.     object prt_Deposit_Edit: TEdit
  359.       Left = 413
  360.       Top = 39
  361.       Width = 45
  362.       Height = 21
  363.       Color = clWhite
  364.       TabOrder = 17
  365.       Text = '6'
  366.     end
  367.     object Prt_Withdraw_UD: TUpDown
  368.       Left = 458
  369.       Top = 67
  370.       Width = 15
  371.       Height = 21
  372.       Associate = Prt_Withdraw_Edit
  373.       Min = 0
  374.       Position = 6
  375.       TabOrder = 18
  376.       Wrap = False
  377.     end
  378.     object Prt_Withdraw_Edit: TEdit
  379.       Left = 413
  380.       Top = 67
  381.       Width = 45
  382.       Height = 21
  383.       Color = clWhite
  384.       TabOrder = 19
  385.       Text = '6'
  386.     end
  387.     object Prt_Balance_UD: TUpDown
  388.       Left = 458
  389.       Top = 95
  390.       Width = 15
  391.       Height = 21
  392.       Associate = Prt_Balance_Edit
  393.       Min = 0
  394.       Position = 7
  395.       TabOrder = 20
  396.       Wrap = False
  397.     end
  398.     object Prt_Balance_Edit: TEdit
  399.       Left = 413
  400.       Top = 95
  401.       Width = 45
  402.       Height = 21
  403.       Color = clWhite
  404.       TabOrder = 21
  405.       Text = '7'
  406.     end
  407.     object prt_remark_UD: TUpDown
  408.       Left = 458
  409.       Top = 123
  410.       Width = 15
  411.       Height = 21
  412.       Associate = prt_remark_edit
  413.       Min = 0
  414.       Position = 22
  415.       TabOrder = 22
  416.       Wrap = False
  417.     end
  418.     object prt_remark_edit: TEdit
  419.       Left = 413
  420.       Top = 123
  421.       Width = 45
  422.       Height = 21
  423.       Color = clWhite
  424.       TabOrder = 23
  425.       Text = '22'
  426.     end
  427.   end
  428.   object PrintButton: TButton
  429.     Left = 254
  430.     Top = 280
  431.     Width = 75
  432.     Height = 25
  433.     Caption = 'Print'
  434.     TabOrder = 2
  435.     OnClick = PrintButtonClick
  436.   end
  437.   object CloseDlgButton: TButton
  438.     Left = 409
  439.     Top = 280
  440.     Width = 75
  441.     Height = 25
  442.     Caption = 'Close'
  443.     TabOrder = 3
  444.     OnClick = CloseDlgButtonClick
  445.   end
  446.   object RecordRangeGroupBox: TGroupBox
  447.     Left = 10
  448.     Top = 66
  449.     Width = 480
  450.     Height = 51
  451.     Caption = ' Record Range '
  452.     TabOrder = 4
  453.     object Print_All_Btn: TSpeedButton
  454.       Left = 8
  455.       Top = 16
  456.       Width = 141
  457.       Height = 23
  458.       Caption = 'Print All Records'
  459.       Flat = True
  460.       OnClick = Print_All_BtnClick
  461.     end
  462.     object Range_Caption_Label: TLabel
  463.       Left = 174
  464.       Top = 20
  465.       Width = 216
  466.       Height = 14
  467.       Caption = 'From record #                          to record #'
  468.       Enabled = False
  469.       Font.Charset = ANSI_CHARSET
  470.       Font.Color = clNavy
  471.       Font.Height = -11
  472.       Font.Name = 'Arial'
  473.       Font.Style = [fsBold]
  474.       ParentFont = False
  475.       Transparent = True
  476.     end
  477.     object Print_All_Chk: TCheckBox
  478.       Left = 12
  479.       Top = 19
  480.       Width = 15
  481.       Height = 17
  482.       Caption = 'Print_All_Chk'
  483.       Checked = True
  484.       State = cbChecked
  485.       TabOrder = 0
  486.       OnClick = Print_All_ChkClick
  487.     end
  488.     object From_Range_Edit: TEdit
  489.       Left = 259
  490.       Top = 17
  491.       Width = 45
  492.       Height = 21
  493.       Color = clWhite
  494.       Enabled = False
  495.       TabOrder = 1
  496.       Text = '1'
  497.     end
  498.     object From_Range_UD: TUpDown
  499.       Left = 304
  500.       Top = 17
  501.       Width = 15
  502.       Height = 21
  503.       Associate = From_Range_Edit
  504.       Enabled = False
  505.       Min = 1
  506.       Max = 0
  507.       Position = 1
  508.       TabOrder = 2
  509.       Wrap = False
  510.     end
  511.     object To_Range_Edit: TEdit
  512.       Left = 399
  513.       Top = 17
  514.       Width = 45
  515.       Height = 21
  516.       Color = clWhite
  517.       Enabled = False
  518.       TabOrder = 3
  519.       Text = '1'
  520.     end
  521.     object To_Range_UD: TUpDown
  522.       Left = 444
  523.       Top = 17
  524.       Width = 15
  525.       Height = 21
  526.       Associate = To_Range_Edit
  527.       Enabled = False
  528.       Min = 1
  529.       Max = 0
  530.       Position = 1
  531.       TabOrder = 4
  532.       Wrap = False
  533.     end
  534.   end
  535.   object PageSetupBtn: TButton
  536.     Left = 330
  537.     Top = 280
  538.     Width = 75
  539.     Height = 25
  540.     Caption = 'Page Setup'
  541.     TabOrder = 5
  542.     OnClick = PageSetupBtnClick
  543.   end
  544.   object PrinterFontDialog: TFontDialog
  545.     Font.Charset = DEFAULT_CHARSET
  546.     Font.Color = clWindowText
  547.     Font.Height = -11
  548.     Font.Name = 'MS Sans Serif'
  549.     Font.Style = []
  550.     MinFontSize = 0
  551.     MaxFontSize = 0
  552.     Left = 44
  553.     Top = 16
  554.   end
  555. end
  556.