home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / desktop / dtc / dtc.ex_ / dtc.ex / 0 / RCDATA / TFMEDITDIALOGUE / TFMEDITDIALOGUE.txt
Text File  |  1998-05-13  |  1KB  |  69 lines

  1. object fmEditDialogue: TfmEditDialogue
  2.   Left = 161
  3.   Top = 164
  4.   ActiveControl = edtText
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Dialog'
  7.   ClientHeight = 69
  8.   ClientWidth = 453
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object edtText: TEdit
  17.     Left = 12
  18.     Top = 8
  19.     Width = 429
  20.     Height = 23
  21.     TabOrder = 0
  22.     Text = 'edtText'
  23.   end
  24.   object btnOK: TButton
  25.     Left = 106
  26.     Top = 40
  27.     Width = 77
  28.     Height = 27
  29.     Caption = '&OK'
  30.     Default = True
  31.     Font.Color = clBlack
  32.     Font.Height = -12
  33.     Font.Name = 'Arial'
  34.     Font.Style = [fsBold]
  35.     ModalResult = 1
  36.     ParentFont = False
  37.     TabOrder = 1
  38.   end
  39.   object btnCancel: TButton
  40.     Left = 270
  41.     Top = 40
  42.     Width = 77
  43.     Height = 27
  44.     Cancel = True
  45.     Caption = '&Cancel'
  46.     Font.Color = clBlack
  47.     Font.Height = -12
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ModalResult = 2
  51.     ParentFont = False
  52.     TabOrder = 2
  53.   end
  54.   object btnUndo: TButton
  55.     Left = 188
  56.     Top = 40
  57.     Width = 77
  58.     Height = 27
  59.     Caption = '&Undo'
  60.     Font.Color = clBlack
  61.     Font.Height = -12
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     TabOrder = 3
  66.     OnClick = btnUndoClick
  67.   end
  68. end
  69.