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