home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TTRANSEDITDLG / TTRANSEDITDLG.txt
Text File  |  1999-08-11  |  3KB  |  174 lines

  1. object TransEditDlg: TTransEditDlg
  2.   Left = 228
  3.   Top = 123
  4.   HelpContext = 1426
  5.   ActiveControl = edTitle
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tool Properties'
  8.   ClientHeight = 283
  9.   ClientWidth = 426
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 12
  19.     Width = 23
  20.     Height = 13
  21.     Caption = '&Title:'
  22.     FocusControl = edTitle
  23.     IsControl = True
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 40
  28.     Width = 42
  29.     Height = 13
  30.     Caption = '&Program:'
  31.     FocusControl = edProgram
  32.     IsControl = True
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 96
  37.     Width = 56
  38.     Height = 13
  39.     Caption = 'P&arameters:'
  40.     FocusControl = edParameters
  41.     IsControl = True
  42.   end
  43.   object MacroLabel: TLabel
  44.     Left = 8
  45.     Top = 160
  46.     Width = 38
  47.     Height = 13
  48.     Caption = 'Ma&cros:'
  49.     FocusControl = MacroList
  50.     IsControl = True
  51.   end
  52.   object Label4: TLabel
  53.     Left = 8
  54.     Top = 68
  55.     Width = 57
  56.     Height = 13
  57.     Caption = '&Working dir:'
  58.     FocusControl = edWorkingDir
  59.     IsControl = True
  60.   end
  61.   object edTitle: TEdit
  62.     Left = 80
  63.     Top = 8
  64.     Width = 261
  65.     Height = 21
  66.     MaxLength = 80
  67.     TabOrder = 0
  68.     IsControl = True
  69.   end
  70.   object edProgram: TEdit
  71.     Left = 80
  72.     Top = 36
  73.     Width = 261
  74.     Height = 21
  75.     MaxLength = 255
  76.     TabOrder = 1
  77.     IsControl = True
  78.   end
  79.   object edParameters: TEdit
  80.     Left = 80
  81.     Top = 92
  82.     Width = 261
  83.     Height = 21
  84.     MaxLength = 255
  85.     TabOrder = 3
  86.     IsControl = True
  87.   end
  88.   object MacroButton: TBitBtn
  89.     Left = 8
  90.     Top = 120
  91.     Width = 75
  92.     Height = 25
  93.     Caption = '&Macros'
  94.     TabOrder = 4
  95.     OnClick = MacroButtonClick
  96.     IsControl = True
  97.   end
  98.   object MacroList: TListBox
  99.     Left = 8
  100.     Top = 176
  101.     Width = 333
  102.     Height = 97
  103.     ItemHeight = 16
  104.     Style = lbOwnerDrawFixed
  105.     TabOrder = 5
  106.     OnDblClick = InsertButtonClick
  107.     OnDrawItem = MacroListDrawItem
  108.     IsControl = True
  109.   end
  110.   object edWorkingDir: TEdit
  111.     Left = 80
  112.     Top = 64
  113.     Width = 261
  114.     Height = 21
  115.     TabOrder = 2
  116.     IsControl = True
  117.   end
  118.   object OKButton: TButton
  119.     Left = 348
  120.     Top = 7
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'OK'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 6
  127.     OnClick = OKClick
  128.   end
  129.   object CancelButton: TButton
  130.     Left = 348
  131.     Top = 39
  132.     Width = 75
  133.     Height = 25
  134.     Cancel = True
  135.     Caption = 'Cancel'
  136.     ModalResult = 2
  137.     TabOrder = 7
  138.   end
  139.   object HelpButton: TButton
  140.     Left = 348
  141.     Top = 71
  142.     Width = 75
  143.     Height = 25
  144.     Caption = '&Help'
  145.     TabOrder = 8
  146.     OnClick = HelpButtonClick
  147.   end
  148.   object InsertButton: TButton
  149.     Left = 348
  150.     Top = 176
  151.     Width = 75
  152.     Height = 25
  153.     Caption = '&Insert'
  154.     TabOrder = 9
  155.     OnClick = InsertButtonClick
  156.   end
  157.   object BrowseButton: TButton
  158.     Left = 248
  159.     Top = 120
  160.     Width = 75
  161.     Height = 25
  162.     Caption = '&Browse...'
  163.     TabOrder = 10
  164.     OnClick = BrowseButtonClick
  165.   end
  166.   object OpenDialog: TOpenDialog
  167.     HelpContext = 1433
  168.     Options = [ofHideReadOnly, ofNoChangeDir, ofShowHelp, ofFileMustExist, ofEnableSizing]
  169.     Title = 'Select Transfer Item'
  170.     Left = 376
  171.     Top = 228
  172.   end
  173. end
  174.