home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / HotKeys / hkSelect.dfm / hkSelect.txt
Text File  |  1998-08-18  |  5KB  |  227 lines

  1. object frmSelect: TfrmSelect
  2.   Left = 58
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Commands'
  6.   ClientHeight = 313
  7.   ClientWidth = 571
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SrcLabel: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 145
  20.     Height = 16
  21.     AutoSize = False
  22.     Caption = '&Available commands:'
  23.   end
  24.   object DstLabel: TLabel
  25.     Left = 256
  26.     Top = 8
  27.     Width = 145
  28.     Height = 16
  29.     AutoSize = False
  30.     Caption = '&Command to Execute:'
  31.   end
  32.   object Label1: TLabel
  33.     Left = 256
  34.     Top = 288
  35.     Width = 30
  36.     Height = 13
  37.     Caption = '&Delay:'
  38.   end
  39.   object lblMilliseconds: TLabel
  40.     Left = 368
  41.     Top = 288
  42.     Width = 28
  43.     Height = 13
  44.     Caption = 'msec.'
  45.   end
  46.   object btnUp: TSpeedButton
  47.     Left = 464
  48.     Top = 44
  49.     Width = 17
  50.     Height = 117
  51.     Hint = 'Move Selected Items Up'
  52.     Enabled = False
  53.     Glyph.Data = {
  54.       FE000000424DFE0000000000000076000000280000000E000000110000000100
  55.       04000000000088000000CE0E0000C40E00001000000000000000000000000000
  56.       80000080000000808000800000008000800080800000C0C0C000808080000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  58.       770077777777777F770077707777778F770077707777778F770077707777778F
  59.       770077707777778F770077707777778F770077707777778F7700777077777F8F
  60.       7F00707070778F8F8F0070707077878F8700770007777888F700770007777888
  61.       770077707777778F770077707777778777007777777777777700777777777777
  62.       7700}
  63.     Layout = blGlyphRight
  64.     NumGlyphs = 2
  65.     Spacing = 0
  66.     OnClick = btnUpClick
  67.   end
  68.   object btnDown: TSpeedButton
  69.     Left = 464
  70.     Top = 162
  71.     Width = 17
  72.     Height = 117
  73.     Hint = 'Move Selected Items Down'
  74.     Enabled = False
  75.     Glyph.Data = {
  76.       FE000000424DFE0000000000000076000000280000000E000000110000000100
  77.       04000000000088000000CE0E0000C40E00001000000000000000000000000000
  78.       80000080000000808000800000008000800080800000C0C0C000808080000000
  79.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  80.       770077777777777F770077707777778F770077707777778FF700770007777888
  81.       F7007700077778887F00707070778F8F8F0070707077878F870077707777778F
  82.       770077707777778F770077707777778F770077707777778F770077707777778F
  83.       770077707777778F770077707777778777007777777777777700777777777777
  84.       7700}
  85.     Layout = blGlyphRight
  86.     NumGlyphs = 2
  87.     Spacing = 0
  88.     OnClick = btnDownClick
  89.   end
  90.   object lvSource: TListView
  91.     Left = 8
  92.     Top = 24
  93.     Width = 206
  94.     Height = 255
  95.     ColumnClick = False
  96.     OnClick = lvSourceClick
  97.     Columns = <
  98.       item
  99.         Caption = 'Description'
  100.         Width = 140
  101.       end
  102.       item
  103.         Caption = 'ID'
  104.         Width = 45
  105.       end>
  106.     ReadOnly = True
  107.     HideSelection = False
  108.     MultiSelect = True
  109.     RowSelect = True
  110.     SortType = stText
  111.     TabOrder = 6
  112.     ViewStyle = vsReport
  113.   end
  114.   object lvDestination: TListView
  115.     Left = 256
  116.     Top = 24
  117.     Width = 206
  118.     Height = 255
  119.     ColumnClick = False
  120.     OnClick = lvDestinationClick
  121.     Columns = <
  122.       item
  123.         Caption = 'Description'
  124.         Width = 140
  125.       end
  126.       item
  127.         Caption = 'ID'
  128.         Width = 45
  129.       end>
  130.     ReadOnly = True
  131.     HideSelection = False
  132.     MultiSelect = True
  133.     RowSelect = True
  134.     OnChange = lvDestinationChange
  135.     TabOrder = 7
  136.     ViewStyle = vsReport
  137.   end
  138.   object btnInclude: TButton
  139.     Left = 222
  140.     Top = 98
  141.     Width = 26
  142.     Height = 26
  143.     Caption = '>'
  144.     TabOrder = 2
  145.     OnClick = btnIncludeClick
  146.   end
  147.   object btnInclAll: TButton
  148.     Left = 222
  149.     Top = 130
  150.     Width = 26
  151.     Height = 26
  152.     Caption = '>>'
  153.     TabOrder = 3
  154.     OnClick = btnInclAllClick
  155.   end
  156.   object btnExclude: TButton
  157.     Left = 223
  158.     Top = 162
  159.     Width = 26
  160.     Height = 26
  161.     Caption = '<'
  162.     Enabled = False
  163.     TabOrder = 4
  164.     OnClick = btnExcludeClick
  165.   end
  166.   object btnExclAll: TButton
  167.     Left = 223
  168.     Top = 194
  169.     Width = 26
  170.     Height = 26
  171.     Caption = '<<'
  172.     Enabled = False
  173.     TabOrder = 5
  174.     OnClick = btnExclAllClick
  175.   end
  176.   object btnOk: TButton
  177.     Left = 489
  178.     Top = 8
  179.     Width = 75
  180.     Height = 25
  181.     Caption = 'OK'
  182.     Default = True
  183.     ModalResult = 1
  184.     TabOrder = 0
  185.   end
  186.   object btnCancel: TButton
  187.     Left = 489
  188.     Top = 40
  189.     Width = 75
  190.     Height = 25
  191.     Cancel = True
  192.     Caption = 'Cancel'
  193.     ModalResult = 2
  194.     TabOrder = 1
  195.   end
  196.   object edtDelay: TEdit
  197.     Left = 292
  198.     Top = 284
  199.     Width = 57
  200.     Height = 21
  201.     TabOrder = 8
  202.     Text = '0'
  203.     OnExit = edtDelayExit
  204.   end
  205.   object btnAddDelay: TButton
  206.     Left = 402
  207.     Top = 284
  208.     Width = 61
  209.     Height = 21
  210.     Caption = '&Add'
  211.     TabOrder = 9
  212.     OnClick = btnAddDelayClick
  213.   end
  214.   object udDelay: TUpDown
  215.     Left = 349
  216.     Top = 284
  217.     Width = 15
  218.     Height = 21
  219.     Associate = edtDelay
  220.     Min = 0
  221.     Max = 32767
  222.     Position = 0
  223.     TabOrder = 10
  224.     Wrap = False
  225.   end
  226. end
  227.