home *** CD-ROM | disk | FTP | other *** search
- object MatterMover: TMatterMover
- Left = 205
- Top = 162
- Anchors = [akRight]
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Move to Matter'
- ClientHeight = 161
- ClientWidth = 351
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- DesignSize = (
- 351
- 161)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 72
- Width = 60
- Height = 13
- Caption = '&Name folder:'
- FocusControl = eName
- end
- object Label2: TLabel
- Left = 8
- Top = 16
- Width = 62
- Height = 13
- Caption = '&Matter folder:'
- FocusControl = eMatter
- end
- object eName: TComboBox
- Left = 8
- Top = 88
- Width = 273
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 3
- OnKeyDown = eMatterKeyDown
- end
- object eMatter: TComboBox
- Left = 8
- Top = 32
- Width = 270
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- OnKeyDown = eMatterKeyDown
- end
- object bOK: TButton
- Left = 181
- Top = 130
- Width = 75
- Height = 25
- Anchors = [akRight]
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 269
- Top = 130
- Width = 75
- Height = 25
- Anchors = [akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object bBrowseMatter: TButton
- Left = 317
- Top = 30
- Width = 27
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '...'
- TabOrder = 2
- OnClick = bBrowseMatterClick
- end
- object bBrowseName: TButton
- Tag = 1
- Left = 317
- Top = 86
- Width = 27
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '...'
- TabOrder = 5
- OnClick = bBrowseMatterClick
- end
- object bFindMatter: TButton
- Left = 285
- Top = 30
- Width = 27
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&?'
- TabOrder = 1
- OnClick = bFindMatterClick
- end
- object bGetName: TButton
- Left = 285
- Top = 86
- Width = 27
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&?'
- TabOrder = 4
- OnClick = bGetNameClick
- end
- end
-