home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitFrmHotKey.dfm < prev    next >
Text File  |  2003-05-21  |  1KB  |  65 lines

  1. object FrmHotkey: TFrmHotkey
  2.   Left = 447
  3.   Top = 393
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = txtHotkey
  7.   AutoScroll = False
  8.   BorderIcons = []
  9.   Caption = 'ArsClip - Hotkey'
  10.   ClientHeight = 107
  11.   ClientWidth = 272
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnActivate = FormActivate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 34
  27.     Height = 13
  28.     Caption = 'Hotkey'
  29.   end
  30.   object bSet: TButton
  31.     Left = 120
  32.     Top = 72
  33.     Width = 57
  34.     Height = 25
  35.     Caption = 'Set'
  36.     Enabled = False
  37.     TabOrder = 0
  38.     OnClick = bSetClick
  39.   end
  40.   object bCancel: TButton
  41.     Left = 200
  42.     Top = 72
  43.     Width = 57
  44.     Height = 25
  45.     Caption = 'Cancel'
  46.     TabOrder = 1
  47.     OnClick = bCancelClick
  48.   end
  49.   object txtHotkey: TEdit
  50.     Left = 8
  51.     Top = 24
  52.     Width = 249
  53.     Height = 21
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 2
  61.     OnKeyDown = txtHotkeyKeyDown
  62.     OnKeyPress = txtHotkeyKeyPress
  63.   end
  64. end
  65.