home *** CD-ROM | disk | FTP | other *** search
- object frmSelect: TfrmSelect
- Left = 58
- Top = 119
- BorderStyle = bsDialog
- Caption = 'Select Commands'
- ClientHeight = 313
- ClientWidth = 571
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object SrcLabel: TLabel
- Left = 8
- Top = 8
- Width = 145
- Height = 16
- AutoSize = False
- Caption = '&Available commands:'
- end
- object DstLabel: TLabel
- Left = 256
- Top = 8
- Width = 145
- Height = 16
- AutoSize = False
- Caption = '&Command to Execute:'
- end
- object Label1: TLabel
- Left = 256
- Top = 288
- Width = 30
- Height = 13
- Caption = '&Delay:'
- end
- object lblMilliseconds: TLabel
- Left = 368
- Top = 288
- Width = 28
- Height = 13
- Caption = 'msec.'
- end
- object btnUp: TSpeedButton
- Left = 464
- Top = 44
- Width = 17
- Height = 117
- Hint = 'Move Selected Items Up'
- Enabled = False
- Glyph.Data = {
- FE000000424DFE0000000000000076000000280000000E000000110000000100
- 04000000000088000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 770077777777777F770077707777778F770077707777778F770077707777778F
- 770077707777778F770077707777778F770077707777778F7700777077777F8F
- 7F00707070778F8F8F0070707077878F8700770007777888F700770007777888
- 770077707777778F770077707777778777007777777777777700777777777777
- 7700}
- Layout = blGlyphRight
- NumGlyphs = 2
- Spacing = 0
- OnClick = btnUpClick
- end
- object btnDown: TSpeedButton
- Left = 464
- Top = 162
- Width = 17
- Height = 117
- Hint = 'Move Selected Items Down'
- Enabled = False
- Glyph.Data = {
- FE000000424DFE0000000000000076000000280000000E000000110000000100
- 04000000000088000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 770077777777777F770077707777778F770077707777778FF700770007777888
- F7007700077778887F00707070778F8F8F0070707077878F870077707777778F
- 770077707777778F770077707777778F770077707777778F770077707777778F
- 770077707777778F770077707777778777007777777777777700777777777777
- 7700}
- Layout = blGlyphRight
- NumGlyphs = 2
- Spacing = 0
- OnClick = btnDownClick
- end
- object lvSource: TListView
- Left = 8
- Top = 24
- Width = 206
- Height = 255
- ColumnClick = False
- OnClick = lvSourceClick
- Columns = <
- item
- Caption = 'Description'
- Width = 140
- end
- item
- Caption = 'ID'
- Width = 45
- end>
- ReadOnly = True
- HideSelection = False
- MultiSelect = True
- RowSelect = True
- SortType = stText
- TabOrder = 6
- ViewStyle = vsReport
- end
- object lvDestination: TListView
- Left = 256
- Top = 24
- Width = 206
- Height = 255
- ColumnClick = False
- OnClick = lvDestinationClick
- Columns = <
- item
- Caption = 'Description'
- Width = 140
- end
- item
- Caption = 'ID'
- Width = 45
- end>
- ReadOnly = True
- HideSelection = False
- MultiSelect = True
- RowSelect = True
- OnChange = lvDestinationChange
- TabOrder = 7
- ViewStyle = vsReport
- end
- object btnInclude: TButton
- Left = 222
- Top = 98
- Width = 26
- Height = 26
- Caption = '>'
- TabOrder = 2
- OnClick = btnIncludeClick
- end
- object btnInclAll: TButton
- Left = 222
- Top = 130
- Width = 26
- Height = 26
- Caption = '>>'
- TabOrder = 3
- OnClick = btnInclAllClick
- end
- object btnExclude: TButton
- Left = 223
- Top = 162
- Width = 26
- Height = 26
- Caption = '<'
- Enabled = False
- TabOrder = 4
- OnClick = btnExcludeClick
- end
- object btnExclAll: TButton
- Left = 223
- Top = 194
- Width = 26
- Height = 26
- Caption = '<<'
- Enabled = False
- TabOrder = 5
- OnClick = btnExclAllClick
- end
- object btnOk: TButton
- Left = 489
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 489
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object edtDelay: TEdit
- Left = 292
- Top = 284
- Width = 57
- Height = 21
- TabOrder = 8
- Text = '0'
- OnExit = edtDelayExit
- end
- object btnAddDelay: TButton
- Left = 402
- Top = 284
- Width = 61
- Height = 21
- Caption = '&Add'
- TabOrder = 9
- OnClick = btnAddDelayClick
- end
- object udDelay: TUpDown
- Left = 349
- Top = 284
- Width = 15
- Height = 21
- Associate = edtDelay
- Min = 0
- Max = 32767
- Position = 0
- TabOrder = 10
- Wrap = False
- end
- end
-