home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / Ahmkolekce / D397SELF.ZIP / VEnhanced97 / Bin / AHMTMultiLabel.dfm / AHMTMultiLabel.txt next >
Text File  |  1997-05-16  |  2KB  |  102 lines

  1. object CaptionEdForm: TCaptionEdForm
  2.   Left = 241
  3.   Top = 160
  4.   ActiveControl = CaptionBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Caption Editor'
  8.   ClientHeight = 203
  9.   ClientWidth = 300
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel2: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 145
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 16
  29.     Top = 16
  30.     Width = 44
  31.     Height = 13
  32.     Caption = '&Caption'
  33.     FocusControl = CaptionBox
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -12
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object btnOK: TBitBtn
  43.     Left = 9
  44.     Top = 168
  45.     Width = 88
  46.     Height = 25
  47.     Caption = 'Ok'
  48.     Default = True
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -12
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ModalResult = 1
  55.     ParentFont = False
  56.     TabOrder = 1
  57.     NumGlyphs = 2
  58.   end
  59.   object btnCancel: TBitBtn
  60.     Left = 105
  61.     Top = 168
  62.     Width = 88
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -12
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ModalResult = 2
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     NumGlyphs = 2
  75.   end
  76.   object CaptionBox: TMemo
  77.     Left = 16
  78.     Top = 32
  79.     Width = 265
  80.     Height = 109
  81.     MaxLength = 255
  82.     TabOrder = 0
  83.     WordWrap = False
  84.   end
  85.   object BitBtn1: TBitBtn
  86.     Left = 201
  87.     Top = 168
  88.     Width = 88
  89.     Height = 25
  90.     Caption = '&About'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -12
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 3
  98.     OnClick = BitBtn1Click
  99.     NumGlyphs = 2
  100.   end
  101. end
  102.