home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TSELWDIR / TSELWDIR.txt
Encoding:
Text File  |  1998-04-21  |  821 b   |  44 lines

  1. object SelWDir: TSelWDir
  2.   Left = 197
  3.   Top = 177
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select working directory'
  7.   ClientHeight = 79
  8.   ClientWidth = 263
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 8
  18.     Top = 48
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Ok'
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object Button2: TButton
  26.     Left = 184
  27.     Top = 48
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 1
  33.   end
  34.   object DirectoryEdit1: TDirectoryEdit
  35.     Left = 8
  36.     Top = 16
  37.     Width = 249
  38.     Height = 21
  39.     GlyphKind = gkEllipsis
  40.     NumGlyphs = 1
  41.     TabOrder = 2
  42.   end
  43. end
  44.