home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / communic / email / PopTray320.exe / PopTray.exe / 0 / RCDATA / TFRAMEMOUSEBUTTONS / TFRAMEMOUSEBUTTONS.txt
Encoding:
Text File  |  2006-09-16  |  2.6 KB  |  142 lines

  1. object frameMouseButtons: TframeMouseButtons
  2.   Left = 0
  3.   Top = 0
  4.   Width = 332
  5.   Height = 230
  6.   TabOrder = 0
  7.   object lblLeft: TLabel
  8.     Left = 72
  9.     Top = 24
  10.     Width = 47
  11.     Height = 13
  12.     Alignment = taRightJustify
  13.     Caption = 'Left Click:'
  14.   end
  15.   object lblRight: TLabel
  16.     Left = 65
  17.     Top = 48
  18.     Width = 54
  19.     Height = 13
  20.     Alignment = taRightJustify
  21.     Caption = 'Right Click:'
  22.   end
  23.   object lblMiddle: TLabel
  24.     Left = 59
  25.     Top = 72
  26.     Width = 60
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     Caption = 'Middle Click:'
  30.   end
  31.   object lblDouble: TLabel
  32.     Left = 56
  33.     Top = 96
  34.     Width = 63
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     Caption = 'Double Click:'
  38.   end
  39.   object Label13: TLabel
  40.     Left = 162
  41.     Top = 4
  42.     Width = 68
  43.     Height = 13
  44.     Alignment = taCenter
  45.     Caption = 'Mouse Action:'
  46.   end
  47.   object lblSLeft: TLabel
  48.     Left = 48
  49.     Top = 120
  50.     Width = 71
  51.     Height = 13
  52.     Alignment = taRightJustify
  53.     Caption = 'Shift Left Click:'
  54.   end
  55.   object lblSRight: TLabel
  56.     Left = 41
  57.     Top = 144
  58.     Width = 78
  59.     Height = 13
  60.     Alignment = taRightJustify
  61.     Caption = 'Shift Right Click:'
  62.   end
  63.   object lblSMiddle: TLabel
  64.     Left = 35
  65.     Top = 168
  66.     Width = 84
  67.     Height = 13
  68.     Alignment = taRightJustify
  69.     Caption = 'Shift Middle Click:'
  70.   end
  71.   object cmbLeftClick: TComboBox
  72.     Left = 124
  73.     Top = 20
  74.     Width = 190
  75.     Height = 21
  76.     Style = csDropDownList
  77.     ItemHeight = 13
  78.     TabOrder = 0
  79.     OnChange = OptionsChange
  80.   end
  81.   object cmbRightClick: TComboBox
  82.     Left = 124
  83.     Top = 44
  84.     Width = 190
  85.     Height = 21
  86.     Style = csDropDownList
  87.     ItemHeight = 13
  88.     TabOrder = 1
  89.     OnChange = OptionsChange
  90.   end
  91.   object cmbMiddleClick: TComboBox
  92.     Left = 124
  93.     Top = 68
  94.     Width = 190
  95.     Height = 21
  96.     Style = csDropDownList
  97.     ItemHeight = 13
  98.     TabOrder = 2
  99.     OnChange = OptionsChange
  100.   end
  101.   object cmbDblClick: TComboBox
  102.     Left = 124
  103.     Top = 92
  104.     Width = 190
  105.     Height = 21
  106.     Style = csDropDownList
  107.     ItemHeight = 13
  108.     TabOrder = 3
  109.     OnChange = OptionsChange
  110.   end
  111.   object cmbShiftLeftClick: TComboBox
  112.     Left = 124
  113.     Top = 116
  114.     Width = 190
  115.     Height = 21
  116.     Style = csDropDownList
  117.     ItemHeight = 13
  118.     TabOrder = 4
  119.     OnChange = OptionsChange
  120.   end
  121.   object cmbShiftRightClick: TComboBox
  122.     Left = 124
  123.     Top = 140
  124.     Width = 190
  125.     Height = 21
  126.     Style = csDropDownList
  127.     ItemHeight = 13
  128.     TabOrder = 5
  129.     OnChange = OptionsChange
  130.   end
  131.   object cmbShiftMiddleClick: TComboBox
  132.     Left = 124
  133.     Top = 164
  134.     Width = 190
  135.     Height = 21
  136.     Style = csDropDownList
  137.     ItemHeight = 13
  138.     TabOrder = 6
  139.     OnChange = OptionsChange
  140.   end
  141. end
  142.