object NewUserDlg: TNewUserDlg Left = 237 Top = 175 ActiveControl = EditUserName BorderStyle = bsDialog Caption = 'Welcome new user!' ClientHeight = 124 ClientWidth = 349 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LabelRequestUserName: TLabel Left = 12 Top = 12 Width = 229 Height = 13 AutoSize = False Caption = 'Please feed in your name:' end object OKBtn: TButton Left = 260 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 260 Top = 38 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object EditUserName: TEdit Left = 24 Top = 36 Width = 212 Height = 21 TabOrder = 0 OnChange = EditUserNameChange end object RadioButtonFemale: TRadioButton Left = 24 Top = 66 Width = 100 Height = 17 Caption = 'Female' Checked = True TabOrder = 3 TabStop = True end object RadioButtonMale: TRadioButton Left = 136 Top = 66 Width = 100 Height = 17 Caption = 'Male' TabOrder = 4 end object CheckBoxDesktopLink: TCheckBox Left = 24 Top = 92 Width = 225 Height = 17 Caption = 'Create desktop link' State = cbChecked TabOrder = 5 end end