SmartFactory_NEOL/SOURCE/Agent,Kiosk/NEOL-KIOSK/uAlertMessage.dfm
2026-09-04 14:08:41 +09:00

59 lines
1.2 KiB
Plaintext

object fAlertMessage: TfAlertMessage
Left = 0
Top = 0
BorderStyle = bsNone
Caption = 'fAlertMessage'
ClientHeight = 375
ClientWidth = 651
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel58: TPanel
Left = 0
Top = 0
Width = 651
Height = 375
Align = alClient
BevelOuter = bvNone
Color = 12369029
Font.Charset = HANGEUL_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = #44404#47548
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 0
ExplicitLeft = 280
ExplicitTop = -272
object Label1: TLabel
Left = 0
Top = 0
Width = 651
Height = 241
Align = alTop
Alignment = taCenter
AutoSize = False
Caption = 'MESSAGE'
Layout = tlCenter
end
object Button2: TButton
Left = 344
Top = 272
Width = 273
Height = 81
Caption = #54869#51064
TabOrder = 0
OnClick = Button2Click
end
end
end