home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / Runimage / Delphi50 / Demos / ToolsAPI / Editor Keybinding / savekeymacro.dfm / savekeymacro.txt
Encoding:
Text File  |  1999-08-11  |  1.5 KB  |  75 lines

  1. object SaveKeyMacroDlg: TSaveKeyMacroDlg
  2.   Left = 282
  3.   Top = 155
  4.   AutoScroll = False
  5.   Caption = 'Save Key Macro'
  6.   ClientHeight = 87
  7.   ClientWidth = 401
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 203
  21.     Height = 13
  22.     Caption = '&Save key macro (Cancel to use as default):'
  23.     FocusControl = Button3
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 8
  27.     Top = 24
  28.     Width = 361
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object Button1: TButton
  33.     Left = 376
  34.     Top = 24
  35.     Width = 21
  36.     Height = 21
  37.     Caption = '...'
  38.     TabOrder = 1
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 240
  43.     Top = 56
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 2
  50.   end
  51.   object Button3: TButton
  52.     Left = 320
  53.     Top = 56
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 3
  60.   end
  61.   object SaveDialog1: TSaveDialog
  62.     Filter = 'Borland Key Macros (*.bkm)|*.bkm|Any File (*.*)|*.*'
  63.     Title = 'Save Key Macro'
  64.     Left = 8
  65.     Top = 56
  66.   end
  67.   object OpenDialog1: TOpenDialog
  68.     Filter = 'Borland Key Macros (*.bkm)|*.bkm|Any File (*.*)|*.*'
  69.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  70.     Title = 'Load Key Macro'
  71.     Left = 40
  72.     Top = 56
  73.   end
  74. end
  75.