home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / WinStyler.exe / RCDATA / TFRMSETLOGONSCREENNAME / TFRMSETLOGONSCREENNAME.txt
Encoding:
Text File  |  2004-03-31  |  1.9 KB  |  105 lines

  1. object frmSetLogonScreenName: TfrmSetLogonScreenName
  2.   Left = 335
  3.   Top = 765
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Import Logon Screen'
  7.   ClientHeight = 162
  8.   ClientWidth = 340
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 52
  23.     Top = 12
  24.     Width = 277
  25.     Height = 35
  26.     AutoSize = False
  27.     Caption = 
  28.       'Please specify the name under which the selected logon screen sh' +
  29.       'ould be saved.'
  30.     WordWrap = True
  31.   end
  32.   object imgSaveAs: TImage
  33.     Left = 12
  34.     Top = 12
  35.     Width = 32
  36.     Height = 32
  37.   end
  38.   object Label2: TLabel
  39.     Left = 12
  40.     Top = 58
  41.     Width = 31
  42.     Height = 13
  43.     Caption = 'Name:'
  44.   end
  45.   object Label3: TLabel
  46.     Left = 12
  47.     Top = 84
  48.     Width = 31
  49.     Height = 13
  50.     Caption = 'Author:'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 280
  54.     Top = 84
  55.     Width = 46
  56.     Height = 13
  57.     Caption = '(optional)'
  58.   end
  59.   object edName: TEdit
  60.     Left = 54
  61.     Top = 55
  62.     Width = 219
  63.     Height = 21
  64.     TabOrder = 0
  65.   end
  66.   object edAuthor: TEdit
  67.     Left = 54
  68.     Top = 81
  69.     Width = 219
  70.     Height = 21
  71.     TabOrder = 1
  72.   end
  73.   object TopBottomGraphic1: TTopBottomGraphic
  74.     Left = 0
  75.     Top = 117
  76.     Width = 340
  77.     Height = 45
  78.     Align = alBottom
  79.     IconIndex = -1
  80.     Style = TBSBottom
  81.     Big = True
  82.     FullWidthLine = False
  83.     object btnOK: TButton
  84.       Left = 168
  85.       Top = 12
  86.       Width = 78
  87.       Height = 23
  88.       Caption = 'OK'
  89.       Default = True
  90.       TabOrder = 0
  91.       OnClick = btnOKClick
  92.     end
  93.     object btnCancel: TButton
  94.       Left = 251
  95.       Top = 12
  96.       Width = 78
  97.       Height = 23
  98.       Cancel = True
  99.       Caption = 'Cancel'
  100.       TabOrder = 1
  101.       OnClick = btnCancelClick
  102.     end
  103.   end
  104. end
  105.