home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TDXBARNAMEED / TDXBARNAMEED.txt
Encoding:
Text File  |  2001-07-11  |  932 b   |  53 lines

  1. object dxBarNameEd: TdxBarNameEd
  2.   Left = 199
  3.   Top = 196
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 87
  7.   ClientWidth = 266
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LName: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 68
  21.     Height = 13
  22.     Caption = '&Toolbar name:'
  23.   end
  24.   object EName: TEdit
  25.     Left = 8
  26.     Top = 27
  27.     Width = 251
  28.     Height = 21
  29.     TabOrder = 0
  30.     OnChange = ENameChange
  31.   end
  32.   object BOK: TButton
  33.     Left = 106
  34.     Top = 58
  35.     Width = 73
  36.     Height = 23
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object BCancel: TButton
  43.     Left = 186
  44.     Top = 58
  45.     Width = 73
  46.     Height = 23
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end
  53.