30 lines
565 B
Plaintext
30 lines
565 B
Plaintext
object FrmMsg: TFrmMsg
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
ClientHeight = 109
|
|
ClientWidth = 315
|
|
Color = clWindow
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = 0
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poOwnerFormCenter
|
|
DesignSize = (
|
|
315
|
|
109)
|
|
PixelsPerInch = 96
|
|
TextHeight = 21
|
|
object Msg1: TLabel
|
|
Left = 8
|
|
Top = 31
|
|
Width = 295
|
|
Height = 67
|
|
Alignment = taCenter
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
AutoSize = False
|
|
end
|
|
end
|