home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMADDARGUMENT / TFRMADDARGUMENT.txt
Encoding:
Text File  |  2003-01-14  |  1.8 KB  |  104 lines

  1. object frmAddArgument: TfrmAddArgument
  2.   Left = 540
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Argument'
  6.   ClientHeight = 144
  7.   ClientWidth = 239
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label5: TLabel
  20.     Left = 10
  21.     Top = 16
  22.     Width = 71
  23.     Height = 13
  24.     Caption = '&Argument type:'
  25.   end
  26.   object Label4: TLabel
  27.     Left = 10
  28.     Top = 65
  29.     Width = 77
  30.     Height = 13
  31.     Caption = 'Argument &value:'
  32.     FocusControl = edtArgValue
  33.   end
  34.   object cbxReturnType: TComboBox
  35.     Left = 10
  36.     Top = 32
  37.     Width = 219
  38.     Height = 21
  39.     Style = csDropDownList
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnChange = cbxReturnTypeChange
  43.   end
  44.   object edtArgValue: TEdit
  45.     Left = 10
  46.     Top = 81
  47.     Width = 219
  48.     Height = 21
  49.     TabOrder = 1
  50.     OnChange = cbxReturnTypeChange
  51.   end
  52.   object Button1: TButton
  53.     Left = 69
  54.     Top = 112
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 2
  61.   end
  62.   object Button2: TButton
  63.     Left = 154
  64.     Top = 112
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object IvTranslator1: TIvTranslator
  73.     DictionaryName = 'dcoAMStepBuilder'
  74.     Left = 24
  75.     TargetsData = (
  76.       1
  77.       6
  78.       (
  79.         '*'
  80.         'Hint'
  81.         0)
  82.       (
  83.         '*'
  84.         'Caption'
  85.         0)
  86.       (
  87.         '*'
  88.         'Items'
  89.         0)
  90.       (
  91.         '*'
  92.         'Cells'
  93.         0)
  94.       (
  95.         'TRichEdit'
  96.         'Text'
  97.         0)
  98.       (
  99.         'TMemo'
  100.         'Text'
  101.         0))
  102.   end
  103. end
  104.