Componentes.Terceros.jvcl/official/3.32/examples/JvAppDDECmd/AppDdeCmdModal.dfm

28 lines
548 B
Plaintext

object Form2: TForm2
Left = 254
Top = 194
BorderStyle = bsDialog
Caption = 'Modal dialog'
ClientHeight = 73
ClientWidth = 153
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 40
Top = 24
Width = 75
Height = 25
Cancel = True
Caption = 'Close'
ModalResult = 1
TabOrder = 0
end
end