home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / New_API_Vi2067375252007.psc / APIViewer / Forms / frmAddDecl.frm < prev   
Text File  |  2007-04-14  |  13KB  |  371 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAddDecl 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Add New Declare Statement"
  5.    ClientHeight    =   6270
  6.    ClientLeft      =   45
  7.    ClientTop       =   435
  8.    ClientWidth     =   8595
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   6270
  13.    ScaleWidth      =   8595
  14.    StartUpPosition =   1  'CenterOwner
  15.    Begin VB.ComboBox cboRtnType 
  16.       BackColor       =   &H80000018&
  17.       BeginProperty Font 
  18.          Name            =   "Tahoma"
  19.          Size            =   8.25
  20.          Charset         =   0
  21.          Weight          =   400
  22.          Underline       =   0   'False
  23.          Italic          =   0   'False
  24.          Strikethrough   =   0   'False
  25.       EndProperty
  26.       Height          =   315
  27.       ItemData        =   "frmAddDecl.frx":0000
  28.       Left            =   5700
  29.       List            =   "frmAddDecl.frx":0002
  30.       TabIndex        =   11
  31.       Top             =   1440
  32.       Width           =   2715
  33.    End
  34.    Begin VB.ComboBox cboReturnStd 
  35.       BackColor       =   &H80000018&
  36.       BeginProperty Font 
  37.          Name            =   "Tahoma"
  38.          Size            =   8.25
  39.          Charset         =   0
  40.          Weight          =   400
  41.          Underline       =   0   'False
  42.          Italic          =   0   'False
  43.          Strikethrough   =   0   'False
  44.       EndProperty
  45.       Height          =   315
  46.       ItemData        =   "frmAddDecl.frx":0004
  47.       Left            =   1980
  48.       List            =   "frmAddDecl.frx":0020
  49.       Style           =   2  'Dropdown List
  50.       TabIndex        =   9
  51.       Top             =   1440
  52.       Width           =   2055
  53.    End
  54.    Begin VB.ComboBox cboFnSub 
  55.       BackColor       =   &H80000018&
  56.       BeginProperty Font 
  57.          Name            =   "Tahoma"
  58.          Size            =   8.25
  59.          Charset         =   0
  60.          Weight          =   400
  61.          Underline       =   0   'False
  62.          Italic          =   0   'False
  63.          Strikethrough   =   0   'False
  64.       EndProperty
  65.       Height          =   315
  66.       ItemData        =   "frmAddDecl.frx":0062
  67.       Left            =   4380
  68.       List            =   "frmAddDecl.frx":006C
  69.       Style           =   2  'Dropdown List
  70.       TabIndex        =   7
  71.       Top             =   1020
  72.       Width           =   4035
  73.    End
  74.    Begin VB.TextBox txtLIB 
  75.       BeginProperty Font 
  76.          Name            =   "Tahoma"
  77.          Size            =   8.25
  78.          Charset         =   0
  79.          Weight          =   400
  80.          Underline       =   0   'False
  81.          Italic          =   0   'False
  82.          Strikethrough   =   0   'False
  83.       EndProperty
  84.       Height          =   315
  85.       Left            =   4380
  86.       TabIndex        =   3
  87.       Top             =   420
  88.       Width           =   4035
  89.    End
  90.    Begin VB.TextBox txtAlias 
  91.       BeginProperty Font 
  92.          Name            =   "Tahoma"
  93.          Size            =   8.25
  94.          Charset         =   0
  95.          Weight          =   400
  96.          Underline       =   0   'False
  97.          Italic          =   0   'False
  98.          Strikethrough   =   0   'False
  99.       EndProperty
  100.       Height          =   315
  101.       Left            =   240
  102.       TabIndex        =   5
  103.       Top             =   1020
  104.       Width           =   4035
  105.    End
  106.    Begin VB.CommandButton cmdDown 
  107.       Caption         =   "Move &Down"
  108.       BeginProperty Font 
  109.          Name            =   "Tahoma"
  110.          Size            =   8.25
  111.          Charset         =   0
  112.          Weight          =   400
  113.          Underline       =   0   'False
  114.          Italic          =   0   'False
  115.          Strikethrough   =   0   'False
  116.       EndProperty
  117.       Height          =   375
  118.       Left            =   1500
  119.       TabIndex        =   29
  120.       ToolTipText     =   "Move Parameter down in the list order (Down Arrow)"
  121.       Top             =   4320
  122.       Width           =   1155
  123.    End
  124.    Begin VB.CommandButton cmdUp 
  125.       Caption         =   "Move &Up"
  126.       BeginProperty Font 
  127.          Name            =   "Tahoma"
  128.          Size            =   8.25
  129.          Charset         =   0
  130.          Weight          =   400
  131.          Underline       =   0   'False
  132.          Italic          =   0   'False
  133.          Strikethrough   =   0   'False
  134.       EndProperty
  135.       Height          =   375
  136.       Left            =   180
  137.       TabIndex        =   28
  138.       ToolTipText     =   "Move Parameter up in the list order (Up Arrow)"
  139.       Top             =   4320
  140.       Width           =   1155
  141.    End
  142.    Begin VB.CommandButton cmdDelete 
  143.       Caption         =   "De&lete"
  144.       BeginProperty Font 
  145.          Name            =   "Tahoma"
  146.          Size            =   8.25
  147.          Charset         =   0
  148.          Weight          =   400
  149.          Underline       =   0   'False
  150.          Italic          =   0   'False
  151.          Strikethrough   =   0   'False
  152.       EndProperty
  153.       Height          =   375
  154.       Left            =   2820
  155.       TabIndex        =   30
  156.       ToolTipText     =   "Delete the selected Parameter (DEL)"
  157.       Top             =   4320
  158.       Width           =   1155
  159.    End
  160.    Begin VB.ListBox lstTypeItems 
  161.       BackColor       =   &H80000018&
  162.       BeginProperty Font 
  163.          Name            =   "Tahoma"
  164.          Size            =   8.25
  165.          Charset         =   0
  166.          Weight          =   400
  167.          Underline       =   0   'False
  168.          Italic          =   0   'False
  169.          Strikethrough   =   0   'False
  170.       EndProperty
  171.       Height          =   2010
  172.       ItemData        =   "frmAddDecl.frx":007F
  173.       Left            =   180
  174.       List            =   "frmAddDecl.frx":0081
  175.       TabIndex        =   27
  176.       Top             =   2220
  177.       Width           =   3795
  178.    End
  179.    Begin VB.TextBox txtName 
  180.       BeginProperty Font 
  181.          Name            =   "Tahoma"
  182.          Size            =   8.25
  183.          Charset         =   0
  184.          Weight          =   700
  185.          Underline       =   0   'False
  186.          Italic          =   0   'False
  187.          Strikethrough   =   0   'False
  188.       EndProperty
  189.       Height          =   315
  190.       Left            =   240
  191.       TabIndex        =   1
  192.       Top             =   420
  193.       Width           =   4035
  194.    End
  195.    Begin VB.CommandButton cmdApply 
  196.       Caption         =   "Apply"
  197.       BeginProperty Font 
  198.          Name            =   "Tahoma"
  199.          Size            =   8.25
  200.          Charset         =   0
  201.          Weight          =   400
  202.          Underline       =   0   'False
  203.          Italic          =   0   'False
  204.          Strikethrough   =   0   'False
  205.       EndProperty
  206.       Height          =   375
  207.       Left            =   4920
  208.       TabIndex        =   32
  209.       ToolTipText     =   "Accept new Declaration"
  210.       Top             =   5040
  211.       Width           =   1695
  212.    End
  213.    Begin VB.CommandButton cmdCancel 
  214.       Cancel          =   -1  'True
  215.       Caption         =   "Cancel"
  216.       BeginProperty Font 
  217.          Name            =   "Tahoma"
  218.          Size            =   8.25
  219.          Charset         =   0
  220.          Weight          =   400
  221.          Underline       =   0   'False
  222.          Italic          =   0   'False
  223.          Strikethrough   =   0   'False
  224.       EndProperty
  225.       Height          =   375
  226.       Left            =   6720
  227.       TabIndex        =   33
  228.       ToolTipText     =   "Reject or exit without saving"
  229.       Top             =   5040
  230.       Width           =   1695
  231.    End
  232.    Begin VB.Frame Frame1 
  233.       Caption         =   "Add New Prameter / Edit Selected Parameter properties"
  234.       Height          =   2715
  235.       Left            =   4020
  236.       TabIndex        =   12
  237.       Top             =   1980
  238.       Width           =   4395
  239.       Begin VB.PictureBox picFixBorder 
  240.          Height          =   675
  241.          Left            =   60
  242.          ScaleHeight     =   615
  243.          ScaleWidth      =   1395
  244.          TabIndex        =   24
  245.          TabStop         =   0   'False
  246.          Top             =   1920
  247.          Width           =   1455
  248.          Begin VB.CommandButton cmdAddNew 
  249.             Caption         =   "Add Para&meter"
  250.             BeginProperty Font 
  251.                Name            =   "Tahoma"
  252.                Size            =   8.25
  253.                Charset         =   0
  254.                Weight          =   400
  255.                Underline       =   0   'False
  256.                Italic          =   0   'False
  257.                Strikethrough   =   0   'False
  258.             EndProperty
  259.             Height          =   555
  260.             Left            =   60
  261.             TabIndex        =   25
  262.             ToolTipText     =   "Add new declare parameter (ENTER)"
  263.             Top             =   0
  264.             Width           =   1335
  265.          End
  266.       End
  267.       Begin VB.TextBox txtSize 
  268.          Alignment       =   2  'Center
  269.          Height          =   285
  270.          Left            =   2880
  271.          TabIndex        =   23
  272.          Text            =   "0"
  273.          Top             =   2220
  274.          Width           =   1335
  275.       End
  276.       Begin VB.TextBox txtNewEntry 
  277.          BeginProperty Font 
  278.             Name            =   "Tahoma"
  279.             Size            =   8.25
  280.             Charset         =   0
  281.             Weight          =   400
  282.             Underline       =   0   'False
  283.             Italic          =   0   'False
  284.             Strikethrough   =   0   'False
  285.          EndProperty
  286.          Height          =   315
  287.          Left            =   1620
  288.          TabIndex        =   14
  289.          Top             =   240
  290.          Width           =   2595
  291.       End
  292.       Begin VB.ComboBox cboReference 
  293.          BackColor       =   &H80000018&
  294.          BeginProperty Font 
  295.             Name            =   "Tahoma"
  296.             Size            =   8.25
  297.             Charset         =   0
  298.             Weight          =   400
  299.             Underline       =   0   'False
  300.             Italic          =   0   'False
  301.             Strikethrough   =   0   'False
  302.          EndProperty
  303.          Height          =   315
  304.          ItemData        =   "frmAddDecl.frx":0083
  305.          Left            =   1620
  306.          List            =   "frmAddDecl.frx":0090
  307.          Style           =   2  'Dropdown List
  308.          TabIndex        =   16
  309.          Top             =   660
  310.          Width           =   2595
  311.       End
  312.       Begin VB.ComboBox cboTypeList 
  313.          BackColor       =   &H80000018&
  314.          BeginProperty Font 
  315.             Name            =   "Tahoma"
  316.             Size            =   8.25
  317.             Charset         =   0
  318.             Weight          =   400
  319.             Underline       =   0   'False
  320.             Italic          =   0   'False
  321.             Strikethrough   =   0   'False
  322.          EndProperty
  323.          Height          =   315
  324.          ItemData        =   "frmAddDecl.frx":00AA
  325.          Left            =   1620
  326.          List            =   "frmAddDecl.frx":00AC
  327.          TabIndex        =   20
  328.          Top             =   1500
  329.          Width           =   2595
  330.       End
  331.       Begin VB.ComboBox cboStdType 
  332.          BackColor       =   &H80000018&
  333.          BeginProperty Font 
  334.             Name            =   "Tahoma"
  335.             Size            =   8.25
  336.             Charset         =   0
  337.             Weight          =   400
  338.             Underline       =   0   'False
  339.             Italic          =   0   'False
  340.             Strikethrough   =   0   'False
  341.          EndProperty
  342.          Height          =   315
  343.          ItemData        =   "frmAddDecl.frx":00AE
  344.          Left            =   1620
  345.          List            =   "frmAddDecl.frx":00CA
  346.          Style           =   2  'Dropdown List
  347.          TabIndex        =   18
  348.          Top             =   1080
  349.          Width           =   2595
  350.       End
  351.       Begin VB.CheckBox chkArray 
  352.          Caption         =   "Define as an A&rray"
  353.          BeginProperty Font 
  354.             Name            =   "Tahoma"
  355.             Size            =   8.25
  356.             Charset         =   0
  357.             Weight          =   400
  358.             Underline       =   0   'False
  359.             Italic          =   0   'False
  360.             Strikethrough   =   0   'False
  361.          EndProperty
  362.          Height          =   315
  363.          Left            =   1620
  364.          TabIndex        =   21
  365.          ToolTipText     =   "Select toTex     Left            =   1620
  366.          TabIndex        =   21
  367.          ToolTipText     =   "Selecnr        =   0   'FalseN = ilDn   
  368.          EndProperty
  369.          Height          =   315
  370.          ItemData        =   "frmAddDecl.frx":00terty
  371.   iket