object KeyAssignDialog: TKeyAssignDialog Left = 514 Top = 315 Width = 395 Height = 156 BorderIcons = [biSystemMenu] Caption = 'KeyAssignDialog' Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object WizardPanel: TPanel Left = 0 Top = 0 Width = 387 Height = 89 Align = alClient BevelOuter = bvNone TabOrder = 0 object Step1Panel: TPanel Tag = 1 Left = 0 Top = 0 Width = 387 Height = 89 Align = alClient TabOrder = 0 OnEnter = Step1PanelEnter object Step1Label: TLabel Left = 8 Top = 3 Width = 34 Height = 13 Caption = 'Step1' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Step1InfoLabel: TLabel Left = 8 Top = 22 Width = 152 Height = 13 Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsf' WordWrap = True end object Edit1: TEdit Left = 252 Top = 23 Width = 121 Height = 21 TabOrder = 0 Text = 'Edit1' OnChange = Edit1Change end object ClearKey1Button: TButton Left = 324 Top = 48 Width = 49 Height = 17 Caption = 'Clear' TabOrder = 1 OnClick = ClearKey1ButtonClick end end object Step2Panel: TPanel Tag = 2 Left = 0 Top = 0 Width = 387 Height = 89 Align = alClient TabOrder = 1 OnEnter = Step2PanelEnter object Step2Label: TLabel Left = 8 Top = 3 Width = 34 Height = 13 Caption = 'Step2' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Step2InfoLabel: TLabel Left = 8 Top = 22 Width = 158 Height = 13 Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsfk' WordWrap = True end object Edit2: TEdit Left = 252 Top = 22 Width = 121 Height = 21 TabOrder = 0 Text = 'Edit1' OnChange = Edit1Change end object ClearKey2Button: TButton Left = 324 Top = 48 Width = 49 Height = 17 Caption = 'Clear' TabOrder = 1 OnClick = ClearKey2ButtonClick end end end object ButtonPanel: TPanel Left = 0 Top = 89 Width = 387 Height = 40 Align = alBottom BevelOuter = bvNone TabOrder = 1 object BackButton: TButton Left = 145 Top = 8 Width = 75 Height = 25 Caption = '< Back' TabOrder = 0 OnClick = BackButtonClick end object NextButton: TButton Left = 225 Top = 8 Width = 76 Height = 25 Caption = 'Next >' TabOrder = 1 OnClick = NextButtonClick end object CancelButton: TButton Left = 306 Top = 8 Width = 74 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end end