home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / DLH / dlh_8_99.exe / 1398.DLM / diablo / MDT.EXE / 0 / RCDATA / TEDITFRM / TEDITFRM.txt < prev   
Text File  |  1997-08-08  |  1KB  |  58 lines

  1. object EditFrm: TEditFrm
  2.   Left = 321
  3.   Top = 135
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Your Level Up Distribution Points :'
  7.   ClientHeight = 38
  8.   ClientWidth = 305
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Edit1: TEdit
  20.     Left = 49
  21.     Top = 10
  22.     Width = 48
  23.     Height = 21
  24.     AutoSize = False
  25.     CharCase = ecUpperCase
  26.     Ctl3D = True
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     MaxLength = 3
  32.     ParentCtl3D = False
  33.     ParentFont = False
  34.     ParentShowHint = False
  35.     ShowHint = False
  36.     TabOrder = 0
  37.     Text = '0'
  38.   end
  39.   object OkButton: TButton
  40.     Left = 120
  41.     Top = 8
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     TabOrder = 1
  46.     OnClick = OkButtonClick
  47.   end
  48.   object Button1: TButton
  49.     Left = 203
  50.     Top = 8
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'CANCEL'
  54.     TabOrder = 2
  55.     OnClick = Button1Click
  56.   end
  57. end
  58.