home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 17 / DOKAN17.iso / dokan.exe / 0 / RCDATA / TEDITFRM / TEDITFRM.txt
Text File  |  1999-07-19  |  1KB  |  69 lines

  1. object EditFrm: TEditFrm
  2.   Left = 392
  3.   Top = 325
  4.   BorderStyle = bsDialog
  5.   Caption = 'Modificar'
  6.   ClientHeight = 114
  7.   ClientWidth = 347
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BtnOk: TButton
  18.     Left = 176
  19.     Top = 84
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Aceptar'
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.   end
  26.   object BtnCancel: TButton
  27.     Left = 260
  28.     Top = 84
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancelar'
  33.     Default = True
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 12
  39.     Top = 4
  40.     Width = 325
  41.     Height = 69
  42.     TabOrder = 0
  43.     object Label1: TLabel
  44.       Left = 8
  45.       Top = 12
  46.       Width = 73
  47.       Height = 13
  48.       Caption = 'Nuevo nombre:'
  49.     end
  50.     object Edit1: TEdit
  51.       Left = 8
  52.       Top = 32
  53.       Width = 305
  54.       Height = 21
  55.       TabOrder = 0
  56.       Text = 'Edit1'
  57.     end
  58.   end
  59.   object Button1: TButton
  60.     Left = 12
  61.     Top = 88
  62.     Width = 41
  63.     Height = 17
  64.     Caption = 'Borrar'
  65.     TabOrder = 3
  66.     OnClick = Button1Click
  67.   end
  68. end
  69.