home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TNEWINTERFACEPROCEDURE / TNEWINTERFACEPROCEDURE.txt
Text File  |  1998-06-16  |  2KB  |  123 lines

  1. object NewInterfaceProcedure: TNewInterfaceProcedure
  2.   Left = 300
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add To Interface'
  6.   ClientHeight = 131
  7.   ClientWidth = 433
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 417
  19.     Height = 73
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 24
  25.     Width = 45
  26.     Height = 13
  27.     Caption = 'Interface:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 52
  32.     Width = 57
  33.     Height = 13
  34.     Caption = 'Declaration:'
  35.   end
  36.   object SyntaxHelp: TLabel
  37.     Left = 108
  38.     Top = 69
  39.     Width = 54
  40.     Height = 13
  41.     Caption = 'SyntaxHelp'
  42.     Color = clInfoBk
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clInfoText
  45.     Font.Height = -11
  46.     Font.Name = 'default'
  47.     Font.Style = []
  48.     ParentColor = False
  49.     ParentFont = False
  50.     Visible = False
  51.   end
  52.   object SyntaxBox: TShape
  53.     Left = 106
  54.     Top = 68
  55.     Width = 56
  56.     Height = 15
  57.     Brush.Style = bsClear
  58.     Visible = False
  59.   end
  60.   object ProcType: TComboBox
  61.     Left = 104
  62.     Top = 16
  63.     Width = 313
  64.     Height = 21
  65.     Style = csDropDownList
  66.     ItemHeight = 13
  67.     Items.Strings = (
  68.       '')
  69.     TabOrder = 1
  70.   end
  71.   object Declaration: TEdit
  72.     Left = 104
  73.     Top = 44
  74.     Width = 313
  75.     Height = 21
  76.     ParentShowHint = False
  77.     ShowHint = False
  78.     TabOrder = 0
  79.     OnChange = DeclarationChange
  80.     OnKeyPress = DeclarationKeyPress
  81.   end
  82.   object OKButton: TButton
  83.     Left = 192
  84.     Top = 90
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     TabOrder = 2
  90.     OnClick = OKButtonClick
  91.   end
  92.   object CancelButton: TButton
  93.     Left = 271
  94.     Top = 90
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 3
  101.   end
  102.   object HelpButton: TButton
  103.     Left = 351
  104.     Top = 90
  105.     Width = 75
  106.     Height = 25
  107.     Caption = '&Help'
  108.     TabOrder = 4
  109.     OnClick = HelpButtonClick
  110.   end
  111.   object SyntaxHelpToggle: TCheckBox
  112.     Left = 16
  113.     Top = 96
  114.     Width = 97
  115.     Height = 17
  116.     Caption = 'Syntax Helper'
  117.     Checked = True
  118.     State = cbChecked
  119.     TabOrder = 5
  120.     OnClick = SyntaxHelpToggleClick
  121.   end
  122. end
  123.