home *** CD-ROM | disk | FTP | other *** search
- object CopyOrMove: TCopyOrMove
- Left = 347
- Top = 134
- BorderStyle = bsDialog
- ClientHeight = 406
- ClientWidth = 349
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- TextHeight = 19
- object Panel1: TPanel
- Left = 6
- Top = 4
- Width = 335
- Height = 41
- Caption = 'Panel1'
- Color = clOlive
- TabOrder = 0
- object HotKeyLabel: TLabel
- Left = 12
- Top = 8
- Width = 313
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object KeyList: TListBox
- Left = 8
- Top = 52
- Width = 333
- Height = 305
- ItemHeight = 19
- TabOrder = 1
- end
- object OkButton: TButton
- Left = 52
- Top = 364
- Width = 105
- Height = 33
- Caption = '&Ok'
- TabOrder = 2
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 184
- Top = 364
- Width = 105
- Height = 33
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = CancelButtonClick
- end
- end
-