home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806JP.ZIP / Main.dfm / Main.txt
Text File  |  1998-04-08  |  11KB  |  465 lines

  1. object frmMain: TfrmMain
  2.   Left = 196
  3.   Top = 113
  4.   Width = 546
  5.   Height = 452
  6.   Caption = 'Tower of Babel - A WinSock 2 demonstration program'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 538
  22.     Height = 387
  23.     ActivePage = TabSheet1
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'Protocols'
  28.       object btnGetNPs: TButton
  29.         Left = 64
  30.         Top = 240
  31.         Width = 105
  32.         Height = 17
  33.         Caption = 'Get Name Providers!'
  34.         TabOrder = 0
  35.       end
  36.       object gbProtocols: TGroupBox
  37.         Left = 0
  38.         Top = 0
  39.         Width = 569
  40.         Height = 358
  41.         Caption = 'Protocols'
  42.         TabOrder = 1
  43.         object GroupBox1: TGroupBox
  44.           Left = 8
  45.           Top = 136
  46.           Width = 321
  47.           Height = 153
  48.           Caption = 'Protocol  Structure Name'
  49.           TabOrder = 0
  50.           object lbProtocols: TListBox
  51.             Left = 2
  52.             Top = 15
  53.             Width = 317
  54.             Height = 136
  55.             Align = alClient
  56.             ExtendedSelect = False
  57.             ItemHeight = 13
  58.             Sorted = True
  59.             TabOrder = 0
  60.             OnClick = lbProtocolsClick
  61.           end
  62.         end
  63.         object gbType: TGroupBox
  64.           Left = 8
  65.           Top = 16
  66.           Width = 489
  67.           Height = 121
  68.           Caption = 'Service Flags'
  69.           TabOrder = 1
  70.           object cbConnLess: TCheckBox
  71.             Left = 8
  72.             Top = 16
  73.             Width = 97
  74.             Height = 17
  75.             Caption = 'Connectionless'
  76.             TabOrder = 0
  77.           end
  78.           object cbMsgOriented: TCheckBox
  79.             Left = 8
  80.             Top = 32
  81.             Width = 97
  82.             Height = 17
  83.             Caption = 'Msg Oriented'
  84.             TabOrder = 1
  85.           end
  86.           object cbStrmOriented: TCheckBox
  87.             Left = 8
  88.             Top = 48
  89.             Width = 97
  90.             Height = 17
  91.             Caption = 'Strm Oriented'
  92.             TabOrder = 2
  93.           end
  94.           object cbGuaranteedD: TCheckBox
  95.             Left = 8
  96.             Top = 64
  97.             Width = 121
  98.             Height = 17
  99.             Caption = 'Guaranteed Delivery'
  100.             TabOrder = 3
  101.           end
  102.           object cbGuaranteedO: TCheckBox
  103.             Left = 8
  104.             Top = 80
  105.             Width = 113
  106.             Height = 17
  107.             Caption = 'Guaranteed Order'
  108.             TabOrder = 4
  109.           end
  110.           object cbPsuedoStrm: TCheckBox
  111.             Left = 8
  112.             Top = 96
  113.             Width = 97
  114.             Height = 17
  115.             Caption = 'Psuedo Strm'
  116.             TabOrder = 5
  117.           end
  118.           object cbGracefulClose: TCheckBox
  119.             Left = 136
  120.             Top = 16
  121.             Width = 97
  122.             Height = 17
  123.             Caption = 'Graceful Close'
  124.             TabOrder = 6
  125.           end
  126.           object cbExpedited: TCheckBox
  127.             Left = 136
  128.             Top = 32
  129.             Width = 97
  130.             Height = 17
  131.             Caption = 'Expedited'
  132.             TabOrder = 7
  133.           end
  134.           object cbConnData: TCheckBox
  135.             Left = 136
  136.             Top = 48
  137.             Width = 97
  138.             Height = 17
  139.             Caption = 'Conn. Data'
  140.             TabOrder = 8
  141.           end
  142.           object cbDisConnData: TCheckBox
  143.             Left = 136
  144.             Top = 64
  145.             Width = 97
  146.             Height = 17
  147.             Caption = 'Disconn. Data'
  148.             TabOrder = 9
  149.           end
  150.           object cbBroadcast: TCheckBox
  151.             Left = 248
  152.             Top = 64
  153.             Width = 73
  154.             Height = 17
  155.             Caption = 'Broadcast'
  156.             TabOrder = 10
  157.           end
  158.           object cbMulticast: TCheckBox
  159.             Left = 248
  160.             Top = 80
  161.             Width = 73
  162.             Height = 17
  163.             Caption = 'Multicast'
  164.             TabOrder = 11
  165.           end
  166.           object cbQOS: TCheckBox
  167.             Left = 136
  168.             Top = 80
  169.             Width = 97
  170.             Height = 17
  171.             Caption = 'QOS'
  172.             TabOrder = 12
  173.           end
  174.           object cbUniSend: TCheckBox
  175.             Left = 136
  176.             Top = 96
  177.             Width = 97
  178.             Height = 17
  179.             Caption = 'Uni Send'
  180.             TabOrder = 13
  181.           end
  182.           object cbUniRecv: TCheckBox
  183.             Left = 248
  184.             Top = 16
  185.             Width = 81
  186.             Height = 17
  187.             Caption = 'Uni Recv'
  188.             TabOrder = 14
  189.           end
  190.           object cbIFS: TCheckBox
  191.             Left = 248
  192.             Top = 32
  193.             Width = 57
  194.             Height = 17
  195.             Caption = 'IFS'
  196.             TabOrder = 15
  197.           end
  198.           object cbPartialMsg: TCheckBox
  199.             Left = 248
  200.             Top = 48
  201.             Width = 73
  202.             Height = 17
  203.             Caption = 'Partial Msg'
  204.             TabOrder = 16
  205.           end
  206.           object gbMultipoint: TGroupBox
  207.             Left = 336
  208.             Top = 16
  209.             Width = 145
  210.             Height = 57
  211.             Caption = 'Multipoint Options'
  212.             TabOrder = 17
  213.             object cbRootCtrlPlane: TCheckBox
  214.               Left = 8
  215.               Top = 16
  216.               Width = 129
  217.               Height = 17
  218.               Caption = 'Rooted Ctrl Plane'
  219.               TabOrder = 0
  220.             end
  221.             object cbRootDataPlane: TCheckBox
  222.               Left = 8
  223.               Top = 32
  224.               Width = 116
  225.               Height = 17
  226.               Caption = 'Rooted Data Plane'
  227.               TabOrder = 1
  228.             end
  229.           end
  230.         end
  231.         object gbMiscellaneous: TGroupBox
  232.           Left = 336
  233.           Top = 140
  234.           Width = 185
  235.           Height = 213
  236.           Caption = 'Miscellaneous'
  237.           TabOrder = 2
  238.           object Label1: TLabel
  239.             Left = 8
  240.             Top = 40
  241.             Width = 77
  242.             Height = 13
  243.             Caption = 'Protocol Version'
  244.           end
  245.           object Label2: TLabel
  246.             Left = 8
  247.             Top = 88
  248.             Width = 70
  249.             Height = 13
  250.             Caption = 'Address Family'
  251.           end
  252.           object Label3: TLabel
  253.             Left = 8
  254.             Top = 112
  255.             Width = 61
  256.             Height = 13
  257.             Caption = 'Socket Type'
  258.           end
  259.           object Label4: TLabel
  260.             Left = 8
  261.             Top = 64
  262.             Width = 39
  263.             Height = 13
  264.             Caption = 'Protocol'
  265.           end
  266.           object Label5: TLabel
  267.             Left = 8
  268.             Top = 136
  269.             Width = 69
  270.             Height = 13
  271.             Caption = 'Network Order'
  272.           end
  273.           object Label6: TLabel
  274.             Left = 8
  275.             Top = 160
  276.             Width = 50
  277.             Height = 13
  278.             Caption = 'Catalog ID'
  279.           end
  280.           object Label7: TLabel
  281.             Left = 8
  282.             Top = 16
  283.             Width = 64
  284.             Height = 13
  285.             Caption = 'No. Protocols'
  286.           end
  287.           object edProtoVersion: TEdit
  288.             Left = 88
  289.             Top = 43
  290.             Width = 49
  291.             Height = 21
  292.             TabOrder = 0
  293.           end
  294.           object edAddrFamily: TEdit
  295.             Left = 88
  296.             Top = 91
  297.             Width = 89
  298.             Height = 21
  299.             TabOrder = 1
  300.           end
  301.           object edSocketType: TEdit
  302.             Left = 88
  303.             Top = 115
  304.             Width = 89
  305.             Height = 21
  306.             TabOrder = 2
  307.           end
  308.           object edProtocol: TEdit
  309.             Left = 88
  310.             Top = 67
  311.             Width = 81
  312.             Height = 21
  313.             TabOrder = 3
  314.           end
  315.           object edNetworkOrder: TEdit
  316.             Left = 88
  317.             Top = 139
  318.             Width = 73
  319.             Height = 21
  320.             TabOrder = 4
  321.           end
  322.           object edCatalogEID: TEdit
  323.             Left = 88
  324.             Top = 163
  325.             Width = 89
  326.             Height = 21
  327.             TabOrder = 5
  328.           end
  329.           object edNoProtocols: TEdit
  330.             Left = 88
  331.             Top = 19
  332.             Width = 81
  333.             Height = 21
  334.             TabOrder = 6
  335.           end
  336.         end
  337.         object gbProtocolGuid: TGroupBox
  338.           Left = 8
  339.           Top = 296
  340.           Width = 321
  341.           Height = 41
  342.           Caption = 'GUID'
  343.           TabOrder = 3
  344.           object edProtocolGuid: TEdit
  345.             Left = 8
  346.             Top = 15
  347.             Width = 305
  348.             Height = 21
  349.             TabOrder = 0
  350.           end
  351.         end
  352.       end
  353.     end
  354.     object TabSheet2: TTabSheet
  355.       Caption = 'NameSpaces'
  356.       object gbNameSpaces: TGroupBox
  357.         Left = 16
  358.         Top = 32
  359.         Width = 185
  360.         Height = 297
  361.         Caption = 'Name Space Providers'
  362.         TabOrder = 0
  363.         object lbNameSpaceProviders: TListBox
  364.           Left = 2
  365.           Top = 15
  366.           Width = 181
  367.           Height = 280
  368.           Align = alClient
  369.           ItemHeight = 13
  370.           Sorted = True
  371.           TabOrder = 0
  372.           OnClick = lbNameSpaceProvidersClick
  373.         end
  374.       end
  375.       object gbMiscNSP: TGroupBox
  376.         Left = 216
  377.         Top = 40
  378.         Width = 305
  379.         Height = 289
  380.         Caption = 'Miscellaneous'
  381.         TabOrder = 1
  382.         object ckbActive: TCheckBox
  383.           Left = 16
  384.           Top = 24
  385.           Width = 65
  386.           Height = 17
  387.           Caption = 'Active'
  388.           TabOrder = 0
  389.         end
  390.         object gbVersion: TGroupBox
  391.           Left = 16
  392.           Top = 48
  393.           Width = 145
  394.           Height = 49
  395.           Caption = 'Version'
  396.           TabOrder = 1
  397.           object edVersion: TEdit
  398.             Left = 8
  399.             Top = 16
  400.             Width = 129
  401.             Height = 21
  402.             TabOrder = 0
  403.           end
  404.         end
  405.         object gbIdentifier: TGroupBox
  406.           Left = 16
  407.           Top = 104
  408.           Width = 280
  409.           Height = 49
  410.           Caption = 'Identity'
  411.           TabOrder = 2
  412.           object edIdentifier: TEdit
  413.             Left = 8
  414.             Top = 16
  415.             Width = 265
  416.             Height = 21
  417.             TabOrder = 0
  418.           end
  419.         end
  420.         object GroupBox2: TGroupBox
  421.           Left = 16
  422.           Top = 168
  423.           Width = 281
  424.           Height = 65
  425.           Caption = 'Provider GUID'
  426.           TabOrder = 3
  427.           object edNSPGuid: TEdit
  428.             Left = 12
  429.             Top = 22
  430.             Width = 257
  431.             Height = 21
  432.             TabOrder = 0
  433.           end
  434.         end
  435.       end
  436.     end
  437.   end
  438.   object sbStatusMsg: TStatusBar
  439.     Left = 0
  440.     Top = 387
  441.     Width = 538
  442.     Height = 19
  443.     Panels = <>
  444.     SimplePanel = False
  445.   end
  446.   object MainMenu1: TMainMenu
  447.     Left = 228
  448.     Top = 16
  449.     object File1: TMenuItem
  450.       Caption = '&File'
  451.       object Exit1: TMenuItem
  452.         Caption = 'E&xit'
  453.         OnClick = Exit1Click
  454.       end
  455.     end
  456.     object Help1: TMenuItem
  457.       Caption = '&Help'
  458.       object About1: TMenuItem
  459.         Caption = '&About...'
  460.         OnClick = About1Click
  461.       end
  462.     end
  463.   end
  464. end
  465.