home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d456 / DCSLIB25.ZIP / DCCapEdit.dfm / DCCapEdit.txt
Text File  |  2001-01-20  |  2KB  |  80 lines

  1. object StringEditDlg: TStringEditDlg
  2.   Left = 334
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'StringEditDlg'
  6.   ClientHeight = 195
  7.   ClientWidth = 345
  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 = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 3
  19.     Top = 23
  20.     Width = 341
  21.     Height = 142
  22.     Anchors = [akLeft, akTop, akRight, akBottom]
  23.     Shape = bsFrame
  24.   end
  25.   object Memo: TMemo
  26.     Left = 8
  27.     Top = 29
  28.     Width = 332
  29.     Height = 131
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     Lines.Strings = (
  37.       'Memo')
  38.     ParentFont = False
  39.     ScrollBars = ssBoth
  40.     TabOrder = 0
  41.     OnChange = UpdateStatus
  42.     OnEnter = UpdateStatus
  43.     OnKeyDown = MemoKeyDown
  44.   end
  45.   object OKBtn: TButton
  46.     Left = 166
  47.     Top = 168
  48.     Width = 85
  49.     Height = 24
  50.     Anchors = [akRight, akBottom]
  51.     Caption = 'OK'
  52.     Default = True
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ModalResult = 1
  59.     ParentFont = False
  60.     TabOrder = 1
  61.   end
  62.   object CancelBtn: TButton
  63.     Left = 256
  64.     Top = 168
  65.     Width = 85
  66.     Height = 24
  67.     Anchors = [akRight, akBottom]
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ModalResult = 2
  76.     ParentFont = False
  77.     TabOrder = 2
  78.   end
  79. end
  80.