home *** CD-ROM | disk | FTP | other *** search
- object frmSetLogonScreenName: TfrmSetLogonScreenName
- Left = 335
- Top = 765
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Import Logon Screen'
- ClientHeight = 162
- ClientWidth = 340
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 52
- Top = 12
- Width = 277
- Height = 35
- AutoSize = False
- Caption =
- 'Please specify the name under which the selected logon screen sh' +
- 'ould be saved.'
- WordWrap = True
- end
- object imgSaveAs: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- end
- object Label2: TLabel
- Left = 12
- Top = 58
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label3: TLabel
- Left = 12
- Top = 84
- Width = 31
- Height = 13
- Caption = 'Author:'
- end
- object Label4: TLabel
- Left = 280
- Top = 84
- Width = 46
- Height = 13
- Caption = '(optional)'
- end
- object edName: TEdit
- Left = 54
- Top = 55
- Width = 219
- Height = 21
- TabOrder = 0
- end
- object edAuthor: TEdit
- Left = 54
- Top = 81
- Width = 219
- Height = 21
- TabOrder = 1
- end
- object TopBottomGraphic1: TTopBottomGraphic
- Left = 0
- Top = 117
- Width = 340
- Height = 45
- Align = alBottom
- IconIndex = -1
- Style = TBSBottom
- Big = True
- FullWidthLine = False
- object btnOK: TButton
- Left = 168
- Top = 12
- Width = 78
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 251
- Top = 12
- Width = 78
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- end
- end
-