33 lines
634 B
Plaintext
33 lines
634 B
Plaintext
object MessageBoxForm: TMessageBoxForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'MessageBoxForm'
|
|
ClientHeight = 174
|
|
ClientWidth = 429
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
Position = poMainFormCenter
|
|
TextHeight = 15
|
|
object lblMessage: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 59
|
|
Height = 15
|
|
Caption = 'lblMessage'
|
|
end
|
|
object btnClose: TButton
|
|
Left = 346
|
|
Top = 141
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #45803#44592
|
|
TabOrder = 0
|
|
OnClick = btnCloseClick
|
|
end
|
|
end
|