home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / delphcgi.zip / CGI.ZIP / CGIDLG.DFM / CGIDLG.txt
Text File  |  1995-07-10  |  3KB  |  156 lines

  1. object CGIDebugDlg: TCGIDebugDlg
  2.   Left = 288
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'CGI Processing Application'
  6.   ClientHeight = 341
  7.   ClientWidth = 384
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 14
  14.   object ButtonPanel: TPanel
  15.     Left = 0
  16.     Top = 310
  17.     Width = 384
  18.     Height = 31
  19.     Align = alBottom
  20.     BevelOuter = bvNone
  21.     TabOrder = 0
  22.     object BitBtn1: TBitBtn
  23.       Left = 292
  24.       Top = 1
  25.       Width = 89
  26.       Height = 28
  27.       TabOrder = 0
  28.       Kind = bkOK
  29.     end
  30.   end
  31.   object InfoNotebook: TTabbedNotebook
  32.     Left = 0
  33.     Top = 0
  34.     Width = 384
  35.     Height = 310
  36.     Align = alClient
  37.     PageIndex = 4
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     TabsPerRow = 5
  43.     TabFont.Color = clBtnText
  44.     TabFont.Height = -11
  45.     TabFont.Name = 'MS Sans Serif'
  46.     TabFont.Style = []
  47.     TabOrder = 1
  48.     object TTabPage
  49.       Left = 5
  50.       Top = 26
  51.       Caption = 'CGI'
  52.       object LCGIParams: TStringGrid
  53.         Left = 8
  54.         Top = 8
  55.         Width = 358
  56.         Height = 268
  57.         BorderStyle = bsNone
  58.         Color = clBtnFace
  59.         ColCount = 2
  60.         Ctl3D = True
  61.         DefaultColWidth = 150
  62.         DefaultRowHeight = 15
  63.         FixedCols = 0
  64.         Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goThumbTracking]
  65.         ParentCtl3D = False
  66.         RowCount = 2
  67.         TabOrder = 0
  68.         ColWidths = (
  69.           110
  70.           245)
  71.       end
  72.     end
  73.     object TTabPage
  74.       Left = 5
  75.       Top = 26
  76.       Caption = 'Form'
  77.       object LFormTuples: TStringGrid
  78.         Left = 8
  79.         Top = 8
  80.         Width = 358
  81.         Height = 268
  82.         BorderStyle = bsNone
  83.         Color = clBtnFace
  84.         ColCount = 2
  85.         DefaultRowHeight = 15
  86.         FixedCols = 0
  87.         Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goThumbTracking]
  88.         RowCount = 2
  89.         TabOrder = 0
  90.         ColWidths = (
  91.           110
  92.           245)
  93.       end
  94.     end
  95.     object TTabPage
  96.       Left = 5
  97.       Top = 26
  98.       Caption = 'Server'
  99.       object LClientServer: TStringGrid
  100.         Left = 8
  101.         Top = 8
  102.         Width = 358
  103.         Height = 268
  104.         BorderStyle = bsNone
  105.         Color = clBtnFace
  106.         ColCount = 2
  107.         DefaultRowHeight = 15
  108.         FixedCols = 0
  109.         Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goThumbTracking]
  110.         RowCount = 2
  111.         TabOrder = 0
  112.         ColWidths = (
  113.           110
  114.           245)
  115.       end
  116.     end
  117.     object TTabPage
  118.       Left = 5
  119.       Top = 26
  120.       Caption = 'Headers'
  121.       object LExtraHeaders: TStringGrid
  122.         Left = 8
  123.         Top = 8
  124.         Width = 358
  125.         Height = 268
  126.         BorderStyle = bsNone
  127.         Color = clBtnFace
  128.         ColCount = 2
  129.         DefaultColWidth = 150
  130.         DefaultRowHeight = 15
  131.         FixedCols = 0
  132.         Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goThumbTracking]
  133.         RowCount = 2
  134.         TabOrder = 0
  135.         ColWidths = (
  136.           110
  137.           245)
  138.       end
  139.     end
  140.     object TTabPage
  141.       Left = 5
  142.       Top = 26
  143.       Caption = 'Output'
  144.       object LOutput: TMemo
  145.         Left = 8
  146.         Top = 8
  147.         Width = 358
  148.         Height = 263
  149.         BorderStyle = bsNone
  150.         Color = clBtnFace
  151.         TabOrder = 0
  152.       end
  153.     end
  154.   end
  155. end
  156.