Menu

[r1924]: / trunk / Src / FmEditTextDlg.dfm  Maximize  Restore  History

Download this file

36 lines (35 with data), 674 Bytes

inherited EditTextDlg: TEditTextDlg
  Caption = 'EditTextDlg'
  ExplicitWidth = 474
  ExplicitHeight = 354
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    Width = 321
    Height = 60
    ExplicitWidth = 321
    ExplicitHeight = 60
    object lblPrompt: TLabel
      Left = 0
      Top = 0
      Width = 43
      Height = 13
      Caption = 'lblPrompt'
      FocusControl = edText
    end
    object edText: TEdit
      Left = 0
      Top = 19
      Width = 321
      Height = 21
      TabOrder = 0
      Text = 'edText'
    end
  end
  inherited btnHelp: TButton
    Visible = False
  end
  inherited btnOK: TButton
    OnClick = btnOKClick
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.