home *** CD-ROM | disk | FTP | other *** search
- object frmChangeName: TfrmChangeName
- Left = 259
- Top = 539
- BorderStyle = bsDialog
- Caption = 'Change Name'
- ClientHeight = 212
- ClientWidth = 366
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 366
- 232)
- PixelsPerInch = 96
- TextHeight = 13
- object lblInto: TLabel
- Left = 54
- Top = 10
- Width = 301
- Height = 47
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '.'
- ShowAccelChar = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 12
- Top = 66
- Width = 31
- Height = 13
- Caption = '&Name:'
- FocusControl = edtName
- end
- object imgRename: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- AutoSize = True
- end
- object btnOK: TButton
- Left = 198
- Top = 180
- Width = 75
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 278
- Top = 180
- Width = 75
- Height = 23
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object edtName: TEdit
- Left = 54
- Top = 64
- Width = 299
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- end
- object gbShortCutHint: TGroupBox
- Left = 12
- Top = 95
- Width = 342
- Height = 76
- Anchors = [akLeft, akRight, akBottom]
- Caption = 'Tip'
- TabOrder = 3
- DesignSize = (
- 342
- 94)
- object lblShortCutHint: TLabel
- Left = 28
- Top = 18
- Width = 306
- Height = 50
- Anchors = [akLeft, akTop, akRight, akBottom]
- AutoSize = False
- Caption =
- 'If you place the character "&" in front of a letter, Windows wil' +
- 'l use this letter as a keyboard shortcut. You can then activate ' +
- 'the system element by pressing the Alt key and the selected lett' +
- 'er.'
- ShowAccelChar = False
- WordWrap = True
- end
- object imgTip: TImage
- Left = 8
- Top = 18
- Width = 16
- Height = 16
- end
- end
- end
-