home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / wtest / micrsoft / vbasic4 / vb4-1.cab / demo.mdb / ControlClasses.json < prev    next >
Encoding:
JavaScript Object Notation  |  1995-08-15  |  2.2 KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Parent": "Long Integer NOT NULL",
  5.         "Name": "Text (40) NOT NULL",
  6.         "Type": "Text (7) NOT NULL",
  7.         "Comment": "Text (255)",
  8.         "CustomControl": "Boolean NOT NULL",
  9.         "CustomControlID": "Long Integer"
  10.     },
  11.     "data": [
  12.         {
  13.             "ID": 2,
  14.             "Parent": 1,
  15.             "Name": "Data",
  16.             "Type": "Control",
  17.             "CustomControl": 0,
  18.             "CustomControlID": 0
  19.         },
  20.         {
  21.             "ID": 3,
  22.             "Parent": 1,
  23.             "Name": "FileListBox",
  24.             "Type": "Control",
  25.             "CustomControl": 0,
  26.             "CustomControlID": 0
  27.         },
  28.         {
  29.             "ID": 4,
  30.             "Parent": 1,
  31.             "Name": "DirListBox",
  32.             "Type": "Control",
  33.             "CustomControl": 0,
  34.             "CustomControlID": 0
  35.         },
  36.         {
  37.             "ID": 5,
  38.             "Parent": 1,
  39.             "Name": "DriveListBox",
  40.             "Type": "Control",
  41.             "CustomControl": 0,
  42.             "CustomControlID": 0
  43.         },
  44.         {
  45.             "ID": 6,
  46.             "Parent": 1,
  47.             "Name": "Timer",
  48.             "Type": "Control",
  49.             "CustomControl": 0,
  50.             "CustomControlID": 0
  51.         },
  52.         {
  53.             "ID": 7,
  54.             "Parent": 1,
  55.             "Name": "VScrollBar",
  56.             "Type": "Control",
  57.             "CustomControl": 0,
  58.             "CustomControlID": 0
  59.         },
  60.         {
  61.             "ID": 8,
  62.             "Parent": 1,
  63.             "Name": "HScrollBar",
  64.             "Type": "Control",
  65.             "CustomControl": 0,
  66.             "CustomControlID": 0
  67.         },
  68.         {
  69.             "ID": 9,
  70.             "Parent": 1,
  71.             "Name": "ListBox",
  72.             "Type": "Control",
  73.             "CustomControl": 0,
  74.             "CustomControlID": 0
  75.         },
  76.         {
  77.             "ID": 10,
  78.             "Parent": 1,
  79.             "Name": "ComboBox",
  80.             "Type": "Control",
  81.             "CustomControl": 0,
  82.             "CustomControlID": 0
  83.         },
  84.         {
  85.             "ID": 11,
  86.             "Parent": 1,
  87.             "Name": "OptionButton",
  88.             "Type": "Control",
  89.             "CustomControl": 0,
  90.             "CustomControlID": 0
  91.         },
  92.         {
  93.             "ID": 12,
  94.             "Parent": 1,
  95.             "Name": "CheckBox",
  96.             "Type": "Control",
  97.             "CustomControl": 0,
  98.             "CustomControlID": 0
  99.         },
  100.         {
  101.             "ID": 13,
  102.             "Parent": 1,
  103.             "Name": "CommandButton",
  104.             "Type": "Control",
  105.             "CustomControl": 0,
  106.             "CustomControlID": 0
  107.         },
  108.         {
  109.             "ID": 14,
  110.             "Parent": 1,
  111.             "Name": "Frame",
  112.             "Type": "Control",
  113.             "CustomControl": 0,
  114.             "CustomControlID": 0
  115.         },
  116.         {
  117.             "ID": 15,
  118.             "Parent": 1,
  119.             "Name": "TextBox",
  120.             "Type": "Control",
  121.             "CustomControl": 0,
  122.             "CustomControlID": 0
  123.         },
  124.         {
  125.             "ID": 16,
  126.             "Parent": 1,
  127.             "Name": "PictureBox",
  128.             "Type": "Control",
  129.             "CustomControl": 0,
  130.             "CustomControlID": 0
  131.         },
  132.         {
  133.             "ID": 17,
  134.             "Parent": 1,
  135.             "Name": "OLE",
  136.             "Type": "Control",
  137.             "CustomControl": 0,
  138.             "CustomControlID": 0
  139.         },
  140.         {
  141.             "ID": 18,
  142.             "Parent": 1,
  143.             "Name": "Image",
  144.             "Type": "Control",
  145.             "CustomControl": 0,
  146.             "CustomControlID": 0
  147.         },
  148.         {
  149.             "ID": 19,
  150.             "Parent": 1,
  151.             "Name": "Line",
  152.             "Type": "Control",
  153.             "CustomControl": 0,
  154.             "CustomControlID": 0
  155.         },
  156.         {
  157.             "ID": 20,
  158.             "Parent": 1,
  159.             "Name": "Shape",
  160.             "Type": "Control",
  161.             "CustomControl": 0,
  162.             "CustomControlID": 0
  163.         },
  164.         {
  165.             "ID": 21,
  166.             "Parent": 1,
  167.             "Name": "Label",
  168.             "Type": "Control",
  169.             "CustomControl": 0,
  170.             "CustomControlID": 0
  171.         },
  172.         {
  173.             "ID": 22,
  174.             "Parent": 1,
  175.             "Name": "Form",
  176.             "Type": "Form",
  177.             "CustomControl": 0,
  178.             "CustomControlID": 0
  179.         },
  180.         {
  181.             "ID": 23,
  182.             "Parent": 1,
  183.             "Name": "MDIForm",
  184.             "Type": "Form",
  185.             "CustomControl": 0,
  186.             "CustomControlID": 0
  187.         }
  188.     ]
  189. }