home *** CD-ROM | disk | FTP | other *** search
/ Freelog 114 / FreelogNo114-MarsAvril2013.iso / Systeme / ArsClip / ArsClip.exe / UnitFrmHotKey.dfm < prev    next >
Text File  |  2012-07-03  |  2KB  |  80 lines

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