home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / airline_re204714292007.psc / frmPaySlipGeneration.frm < prev   
Text File  |  2003-04-19  |  8KB  |  238 lines

  1. VERSION 5.00
  2. Begin VB.Form frmPaySlipGeneration 
  3.    BackColor       =   &H00FFFFC0&
  4.    Caption         =   "Pay Slip"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    BeginProperty Font 
  10.       Name            =   "Arial"
  11.       Size            =   12
  12.       Charset         =   0
  13.       Weight          =   400
  14.       Underline       =   0   'False
  15.       Italic          =   0   'False
  16.       Strikethrough   =   0   'False
  17.    EndProperty
  18.    LinkTopic       =   "Form1"
  19.    MDIChild        =   -1  'True
  20.    ScaleHeight     =   11115
  21.    ScaleWidth      =   15240
  22.    WindowState     =   2  'Maximized
  23.    Begin VB.Timer Timer1 
  24.       Left            =   1080
  25.       Top             =   600
  26.    End
  27.    Begin VB.Frame Frame1 
  28.       BackColor       =   &H00FFFFC0&
  29.       BorderStyle     =   0  'None
  30.       Caption         =   "Frame1"
  31.       Height          =   4935
  32.       Left            =   240
  33.       TabIndex        =   23
  34.       Top             =   6240
  35.       Width           =   12135
  36.       Begin VB.CommandButton Command2 
  37.          Caption         =   "Save and Print"
  38.          Height          =   375
  39.          Left            =   3600
  40.          TabIndex        =   36
  41.          Top             =   3720
  42.          Width           =   3615
  43.       End
  44.       Begin VB.Line Line9 
  45.          X1              =   5160
  46.          X2              =   6600
  47.          Y1              =   3600
  48.          Y2              =   3600
  49.       End
  50.       Begin VB.Line Line8 
  51.          X1              =   5160
  52.          X2              =   6600
  53.          Y1              =   3480
  54.          Y2              =   3480
  55.       End
  56.       Begin VB.Line Line7 
  57.          X1              =   5160
  58.          X2              =   6600
  59.          Y1              =   3120
  60.          Y2              =   3120
  61.       End
  62.       Begin VB.Label txtNetSalary 
  63.          BackStyle       =   0  'Transparent
  64.          Height          =   375
  65.          Left            =   5160
  66.          TabIndex        =   35
  67.          Top             =   3120
  68.          Width           =   2775
  69.       End
  70.       Begin VB.Label Label18 
  71.          AutoSize        =   -1  'True
  72.          BackStyle       =   0  'Transparent
  73.          Caption         =   "Net Salary"
  74.          Height          =   270
  75.          Left            =   240
  76.          TabIndex        =   34
  77.          Top             =   3240
  78.          Width           =   1080
  79.       End
  80.       Begin VB.Label txtAddAllowance 
  81.          BackStyle       =   0  'Transparent
  82.          Height          =   375
  83.          Left            =   5160
  84.          TabIndex        =   33
  85.          Top             =   2400
  86.          Width           =   2775
  87.       End
  88.       Begin VB.Label Label17 
  89.          AutoSize        =   -1  'True
  90.          BackStyle       =   0  'Transparent
  91.          Caption         =   "Add: Allowances"
  92.          Height          =   270
  93.          Left            =   720
  94.          TabIndex        =   32
  95.          Top             =   2400
  96.          Width           =   1740
  97.       End
  98.       Begin VB.Label txtTaxDedn 
  99.          BackStyle       =   0  'Transparent
  100.          Height          =   375
  101.          Left            =   5160
  102.          TabIndex        =   31
  103.          Top             =   1920
  104.          Width           =   2775
  105.       End
  106.       Begin VB.Label Label16 
  107.          AutoSize        =   -1  'True
  108.          BackStyle       =   0  'Transparent
  109.          Caption         =   "Less:Tax Deduction"
  110.          Height          =   270
  111.          Left            =   720
  112.          TabIndex        =   30
  113.          Top             =   1920
  114.          Width           =   2070
  115.       End
  116.       Begin VB.Label txtPFDeduction 
  117.          BackStyle       =   0  'Transparent
  118.          Height          =   375
  119.          Left            =   5160
  120.          TabIndex        =   29
  121.          Top             =   1440
  122.          Width           =   2775
  123.       End
  124.       Begin VB.Label Label15 
  125.          AutoSize        =   -1  'True
  126.          BackStyle       =   0  'Transparent
  127.          Caption         =   "Less: PF Deduction"
  128.          Height          =   270
  129.          Left            =   720
  130.          TabIndex        =   28
  131.          Top             =   1440
  132.          Width           =   2070
  133.       End
  134.       Begin VB.Label txtLeaveDedn 
  135.          BackStyle       =   0  'Transparent
  136.          Height          =   375
  137.          Left            =   5160
  138.          TabIndex        =   27
  139.          Top             =   960
  140.          Width           =   2775
  141.       End
  142.       Begin VB.Label Label14 
  143.          AutoSize        =   -1  'True
  144.          BackStyle       =   0  'Transparent
  145.          Caption         =   "Less: Leave Deduction"
  146.          Height          =   270
  147.          Left            =   720
  148.          TabIndex        =   26
  149.          Top             =   960
  150.          Width           =   2400
  151.       End
  152.       Begin VB.Label txtBaseSalary 
  153.          BackStyle       =   0  'Transparent
  154.          Height          =   375
  155.          Left            =   4920
  156.          TabIndex        =   25
  157.          Top             =   360
  158.          Width           =   2775
  159.       End
  160.       Begin VB.Label Label13 
  161.          AutoSize        =   -1  'True
  162.          BackStyle       =   0  'Transparent
  163.          Caption         =   "Base Salary"
  164.          Height          =   270
  165.          Left            =   240
  166.          TabIndex        =   24
  167.          Top             =   360
  168.          Width           =   1275
  169.       End
  170.    End
  171.    Begin VB.CommandButton Command1 
  172.       Caption         =   "Process PaySlip"
  173.       Height          =   375
  174.       Left            =   2400
  175.       TabIndex        =   22
  176.       Top             =   5400
  177.       Width           =   2415
  178.    End
  179.    Begin VB.TextBox txtPFDed 
  180.       Enabled         =   0   'False
  181.       Height          =   390
  182.       Left            =   10680
  183.       TabIndex        =   21
  184.       Top             =   4800
  185.       Width           =   1215
  186.    End
  187.    Begin VB.TextBox txtTaxDeduction 
  188.       Enabled         =   0   'False
  189.       Height          =   390
  190.       Left            =   10680
  191.       TabIndex        =   19
  192.       Top             =   4200
  193.       Width           =   1215
  194.    End
  195.    Begin VB.TextBox txtLeavesAvailable 
  196.       Enabled         =   0   'False
  197.       Height          =   390
  198.       Left            =   10680
  199.       TabIndex        =   17
  200.       Top             =   3600
  201.       Width           =   1215
  202.    End
  203.    Begin VB.TextBox txtTotWorkDays 
  204.       Enabled         =   0   'False
  205.       Height          =   390
  206.       Left            =   10680
  207.       TabIndex        =   15
  208.       Top             =   3000
  209.       Width           =   1215
  210.    End
  211.    Begin VB.TextBox txtTotalLeave 
  212.       Height          =   390
  213.       Left            =   3240
  214.       TabIndex        =   10
  215.       Top             =   4200
  216.       Width           =   1455
  217.    End
  218.    Begin VB.TextBox txtAllowDesc 
  219.       Height          =   975
  220.       Left            =   3240
  221.       MaxLength       =   50
  222.       MultiLine       =   -1  'True
  223.       ScrollBars      =   2  'Vertical
  224.       TabIndex        =   8
  225.       Top             =   2880
  226.       Width           =   3015
  227.    End
  228.    Begin VB.TextBox txtAllowance 
  229.       Height          =   390
  230.       Left            =   3240
  231.       TabIndex        =   6
  232.       Top             =   2160
  233.       Width           =   3015
  234.    End
  235.    Begin VB.
  236.        Hh      s      =   2  'Vertical
  237.        ,True
  238.          BackStyle       =    AutoSize     th       To