home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / WinStyler.exe / RCDATA / TFRMCHANGENAME / TFRMCHANGENAME.txt
Encoding:
Text File  |  2004-03-31  |  2.3 KB  |  114 lines

  1. object frmChangeName: TfrmChangeName
  2.   Left = 259
  3.   Top = 539
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change Name'
  6.   ClientHeight = 212
  7.   ClientWidth = 366
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     366
  21.     232)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lblInto: TLabel
  25.     Left = 54
  26.     Top = 10
  27.     Width = 301
  28.     Height = 47
  29.     Anchors = [akLeft, akTop, akRight]
  30.     AutoSize = False
  31.     Caption = '.'
  32.     ShowAccelChar = False
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 12
  37.     Top = 66
  38.     Width = 31
  39.     Height = 13
  40.     Caption = '&Name:'
  41.     FocusControl = edtName
  42.   end
  43.   object imgRename: TImage
  44.     Left = 12
  45.     Top = 12
  46.     Width = 32
  47.     Height = 32
  48.     AutoSize = True
  49.   end
  50.   object btnOK: TButton
  51.     Left = 198
  52.     Top = 180
  53.     Width = 75
  54.     Height = 23
  55.     Anchors = [akRight, akBottom]
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 0
  59.     OnClick = btnOKClick
  60.   end
  61.   object btnCancel: TButton
  62.     Left = 278
  63.     Top = 180
  64.     Width = 75
  65.     Height = 23
  66.     Anchors = [akRight, akBottom]
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     TabOrder = 1
  70.     OnClick = btnCancelClick
  71.   end
  72.   object edtName: TEdit
  73.     Left = 54
  74.     Top = 64
  75.     Width = 299
  76.     Height = 21
  77.     Anchors = [akLeft, akTop, akRight]
  78.     TabOrder = 2
  79.   end
  80.   object gbShortCutHint: TGroupBox
  81.     Left = 12
  82.     Top = 95
  83.     Width = 342
  84.     Height = 76
  85.     Anchors = [akLeft, akRight, akBottom]
  86.     Caption = 'Tip'
  87.     TabOrder = 3
  88.     DesignSize = (
  89.       342
  90.       94)
  91.     object lblShortCutHint: TLabel
  92.       Left = 28
  93.       Top = 18
  94.       Width = 306
  95.       Height = 50
  96.       Anchors = [akLeft, akTop, akRight, akBottom]
  97.       AutoSize = False
  98.       Caption = 
  99.         'If you place the character "&" in front of a letter, Windows wil' +
  100.         'l use this letter as a keyboard shortcut. You can then activate ' +
  101.         'the system element by pressing the Alt key and the selected lett' +
  102.         'er.'
  103.       ShowAccelChar = False
  104.       WordWrap = True
  105.     end
  106.     object imgTip: TImage
  107.       Left = 8
  108.       Top = 18
  109.       Width = 16
  110.       Height = 16
  111.     end
  112.   end
  113. end
  114.