home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TEXTFORM / TEXTFORM.txt
Text File  |  1998-01-18  |  7KB  |  320 lines

  1. object ExtForm: TExtForm
  2.   Left = 207
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FmEdit95 - File Association Manager'
  7.   ClientHeight = 338
  8.   ClientWidth = 506
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 88
  19.     Top = 1
  20.     Width = 401
  21.     Height = 41
  22.     AutoSize = False
  23.     Caption = 
  24.       'When buttons are pressed the registry is changed and the system ' +
  25.       'is updated. Take care deleting associations, the shell commands ' +
  26.       'and shell extensions are also removed. Good advice is - IF YOU d' +
  27.       'id not create it, DO NOT change it.'
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 67
  34.     Height = 20
  35.     Caption = 'Warning'
  36.     Font.Color = clRed
  37.     Font.Height = -16
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label5: TLabel
  43.     Left = 33
  44.     Top = 45
  45.     Width = 46
  46.     Height = 13
  47.     Caption = 'Extension'
  48.   end
  49.   object Label6: TLabel
  50.     Left = 34
  51.     Top = 70
  52.     Width = 45
  53.     Height = 13
  54.     Caption = 'Icon path'
  55.   end
  56.   object Label7: TLabel
  57.     Left = 32
  58.     Top = 94
  59.     Width = 47
  60.     Height = 13
  61.     Caption = 'Key name'
  62.   end
  63.   object Label8: TLabel
  64.     Left = 16
  65.     Top = 118
  66.     Width = 63
  67.     Height = 13
  68.     Caption = 'Program path'
  69.   end
  70.   object Label9: TLabel
  71.     Left = 26
  72.     Top = 142
  73.     Width = 53
  74.     Height = 13
  75.     Caption = 'Type name'
  76.   end
  77.   object Label3: TLabel
  78.     Left = 8
  79.     Top = 167
  80.     Width = 78
  81.     Height = 18
  82.     AutoSize = False
  83.     Caption = 'Shell Commands'
  84.     WordWrap = True
  85.   end
  86.   object Edit1: TEdit
  87.     Left = 88
  88.     Top = 42
  89.     Width = 409
  90.     Height = 21
  91.     Hint = 'The extension of the associated file.'
  92.     TabOrder = 0
  93.     Text = 'ext'
  94.   end
  95.   object Button1: TButton
  96.     Left = 141
  97.     Top = 268
  98.     Width = 108
  99.     Height = 20
  100.     Hint = 'Creates the association with entered information.'
  101.     Caption = 'C&reate Association'
  102.     TabOrder = 1
  103.     OnClick = Button1Click
  104.   end
  105.   object Edit2: TEdit
  106.     Left = 88
  107.     Top = 66
  108.     Width = 409
  109.     Height = 21
  110.     Hint = 'Icon path. This can be a DLL or executable comma icon index.'
  111.     TabOrder = 2
  112.   end
  113.   object Edit3: TEdit
  114.     Left = 88
  115.     Top = 90
  116.     Width = 409
  117.     Height = 21
  118.     Hint = 'Registry key to associated program information.'
  119.     TabOrder = 3
  120.   end
  121.   object Edit4: TEdit
  122.     Left = 88
  123.     Top = 114
  124.     Width = 409
  125.     Height = 21
  126.     Hint = 'Path to associated program. (Your Program)'
  127.     TabOrder = 4
  128.   end
  129.   object Edit5: TEdit
  130.     Left = 88
  131.     Top = 138
  132.     Width = 409
  133.     Height = 21
  134.     Hint = 'Name of this association type. Displayed by explorer.'
  135.     TabOrder = 5
  136.   end
  137.   object CheckBoxQuickView: TCheckBox
  138.     Left = 190
  139.     Top = 164
  140.     Width = 81
  141.     Height = 17
  142.     Hint = 'Is the file type registered with system viewer.'
  143.     Caption = 'Quick View'
  144.     TabOrder = 6
  145.   end
  146.   object CheckBoxShowInNew: TCheckBox
  147.     Left = 288
  148.     Top = 164
  149.     Width = 85
  150.     Height = 17
  151.     Hint = 'Display in explorers new menu.'
  152.     Alignment = taLeftJustify
  153.     Caption = 'Show in New'
  154.     TabOrder = 7
  155.   end
  156.   object Button2: TButton
  157.     Left = 21
  158.     Top = 268
  159.     Width = 108
  160.     Height = 20
  161.     Hint = 'Get entered extensions association.'
  162.     Caption = '&Get Association'
  163.     TabOrder = 8
  164.     OnClick = Button2Click
  165.   end
  166.   object Button3: TButton
  167.     Left = 21
  168.     Top = 292
  169.     Width = 108
  170.     Height = 20
  171.     Hint = 'Does not remove program registry entries.'
  172.     Caption = 'C&lear Association'
  173.     TabOrder = 9
  174.     OnClick = Button3Click
  175.   end
  176.   object Button4: TButton
  177.     Left = 141
  178.     Top = 292
  179.     Width = 108
  180.     Height = 20
  181.     Hint = 'WARNING Removes the association from the registry permanently.'
  182.     Caption = '&Delete Association'
  183.     TabOrder = 10
  184.     OnClick = Button4Click
  185.   end
  186.   object Button5: TButton
  187.     Left = 424
  188.     Top = 184
  189.     Width = 75
  190.     Height = 20
  191.     Hint = 'Change shell commands (Watch out)'
  192.     Caption = '&Edit'
  193.     TabOrder = 11
  194.     OnClick = Button5Click
  195.   end
  196.   object ListBox1: TListBox
  197.     Left = 8
  198.     Top = 199
  199.     Width = 401
  200.     Height = 65
  201.     ItemHeight = 16
  202.     Style = lbOwnerDrawFixed
  203.     TabOrder = 12
  204.     OnDrawItem = ListBox1DrawItem
  205.     OnMeasureItem = ListBox1MeasureItem
  206.   end
  207.   object Header1: THeader
  208.     Left = 8
  209.     Top = 183
  210.     Width = 401
  211.     Height = 17
  212.     Sections.Sections = (
  213.       #0'147'#0'Menu Name                           '
  214.       #0'61'#0'Parameters')
  215.     TabOrder = 13
  216.   end
  217.   object RadioGroup1: TRadioGroup
  218.     Left = 416
  219.     Top = 208
  220.     Width = 89
  221.     Height = 49
  222.     Hint = 'Does the program look for them before or after passed files.'
  223.     Caption = 'Param Position'
  224.     ItemIndex = 0
  225.     Items.Strings = (
  226.       'Before'
  227.       'After')
  228.     TabOrder = 14
  229.   end
  230.   object Button6: TButton
  231.     Left = 21
  232.     Top = 316
  233.     Width = 347
  234.     Height = 20
  235.     Hint = 'Display all associated files'
  236.     Caption = 'Select Association'
  237.     TabOrder = 15
  238.     OnClick = Button6Click
  239.   end
  240.   object Button7: TButton
  241.     Left = 376
  242.     Top = 268
  243.     Width = 108
  244.     Height = 20
  245.     Hint = 'Save this association in a textfile.'
  246.     Caption = 'Save to File'
  247.     TabOrder = 16
  248.     OnClick = Button7Click
  249.   end
  250.   object Button8: TButton
  251.     Left = 376
  252.     Top = 292
  253.     Width = 108
  254.     Height = 20
  255.     Hint = 'Load an association from a textfile.'
  256.     Caption = 'Load from File'
  257.     TabOrder = 17
  258.     OnClick = Button8Click
  259.   end
  260.   object Button9: TButton
  261.     Left = 260
  262.     Top = 268
  263.     Width = 108
  264.     Height = 20
  265.     Hint = 'Backup association registry entries for undo.'
  266.     Caption = 'Backup Association'
  267.     TabOrder = 18
  268.     OnClick = Button9Click
  269.   end
  270.   object Button10: TButton
  271.     Left = 260
  272.     Top = 292
  273.     Width = 108
  274.     Height = 20
  275.     Hint = 'Restore association registry entries from backup.'
  276.     Caption = 'Restore Association'
  277.     TabOrder = 19
  278.     OnClick = Button10Click
  279.   end
  280.   object BitBtn1: TBitBtn
  281.     Left = 376
  282.     Top = 316
  283.     Width = 108
  284.     Height = 20
  285.     Hint = 'Return to FmEdit95'
  286.     Caption = '&Close'
  287.     Font.Color = clGreen
  288.     Font.Height = -11
  289.     Font.Name = 'MS Sans Serif'
  290.     Font.Style = [fsBold]
  291.     ParentFont = False
  292.     TabOrder = 20
  293.     OnClick = BitBtn1Click
  294.     NumGlyphs = 2
  295.   end
  296.   object ATShell1: TATShell
  297.     ShowInNew = False
  298.     QuickView = False
  299.     ParamPos = ppBefore
  300.     Left = 112
  301.     Top = 215
  302.   end
  303.   object OpenDialog1: TOpenDialog
  304.     FileEditStyle = fsEdit
  305.     Filter = 'All files|*.*'
  306.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  307.     Title = 'Load from File'
  308.     Left = 160
  309.     Top = 215
  310.   end
  311.   object SaveDialog1: TSaveDialog
  312.     FileEditStyle = fsEdit
  313.     Filter = 'All files|*.*'
  314.     Options = [ofOverwritePrompt, ofHideReadOnly]
  315.     Title = 'FmEdit95 - Save File'
  316.     Left = 208
  317.     Top = 215
  318.   end
  319. end
  320.