1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
object MessgExDlg: TMessgExDlg
Left = 463
Height = 134
Top = 164
Width = 418
BorderIcons = []
BorderStyle = bsNone
Caption = 'Message'
ClientHeight = 134
ClientWidth = 418
Color = clBtnFace
DesignTimePPI = 144
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
FormStyle = fsStayOnTop
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnPaint = FormPaint
OnShow = FormShow
LCLVersion = '2.0.12.0'
Scaled = False
object Button1: TButtonA
Left = 43
Height = 25
Top = 104
Width = 100
Down = False
Permanent = False
OnClick = Button1Click
end
object Button2: TButtonA
Left = 159
Height = 25
Top = 104
Width = 100
Down = False
Permanent = False
OnClick = Button2Click
end
object Button3: TButtonA
Left = 275
Height = 25
Top = 104
Width = 100
Down = False
Permanent = False
OnClick = Button3Click
end
object RemoveBtn: TButtonB
Left = 384
Height = 25
Top = 104
Width = 25
Down = False
Permanent = False
OnClick = RemoveBtnClick
ButtonIndex = 0
end
object EInput: TEdit
Left = 125
Height = 26
Top = 64
Width = 168
BorderStyle = bsNone
Color = clBlack
Font.Color = 4176863
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
TabStop = False
TabOrder = 0
end
end
|