object EditFrm: TEditFrm Left = 321 Top = 135 BorderIcons = [biHelp] BorderStyle = bsDialog Caption = 'Enter Your Level Up Distribution Points :' ClientHeight = 38 ClientWidth = 305 Color = clSilver Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 49 Top = 10 Width = 48 Height = 21 AutoSize = False CharCase = ecUpperCase Ctl3D = True Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 3 ParentCtl3D = False ParentFont = False ParentShowHint = False ShowHint = False TabOrder = 0 Text = '0' end object OkButton: TButton Left = 120 Top = 8 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = OkButtonClick end object Button1: TButton Left = 203 Top = 8 Width = 75 Height = 25 Caption = 'CANCEL' TabOrder = 2 OnClick = Button1Click end end