object CaptionEdForm: TCaptionEdForm Left = 241 Top = 160 ActiveControl = CaptionBox BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Caption Editor' ClientHeight = 203 ClientWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 8 Top = 8 Width = 281 Height = 145 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 16 Width = 44 Height = 13 Caption = '&Caption' FocusControl = CaptionBox Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object btnOK: TBitBtn Left = 9 Top = 168 Width = 88 Height = 25 Caption = 'Ok' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 NumGlyphs = 2 end object btnCancel: TBitBtn Left = 105 Top = 168 Width = 88 Height = 25 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 2 NumGlyphs = 2 end object CaptionBox: TMemo Left = 16 Top = 32 Width = 265 Height = 109 MaxLength = 255 TabOrder = 0 WordWrap = False end object BitBtn1: TBitBtn Left = 201 Top = 168 Width = 88 Height = 25 Caption = '&About' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = BitBtn1Click NumGlyphs = 2 end end