Changeset 111 for trunk/Messg.lfm
- Timestamp:
- Feb 2, 2018, 4:40:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Messg.lfm
r9 r111 1 1 object MessgDlg: TMessgDlg 2 2 Left = 493 3 Height = 134 3 4 Top = 431 5 Width = 418 4 6 BorderIcons = [] 5 7 BorderStyle = bsNone … … 8 10 ClientWidth = 418 9 11 Color = clBtnFace 10 Font.Charset = DEFAULT_CHARSET12 DesignTimePPI = 125 11 13 Font.Color = clWindowText 12 14 Font.Height = -13 13 15 Font.Name = 'MS Sans Serif' 14 Font.Style = []15 16 FormStyle = fsStayOnTop 16 17 OnCreate = FormCreate … … 18 19 OnPaint = FormPaint 19 20 OnShow = FormShow 20 PixelsPerInch = 9621 LCLVersion = '1.8.0.6' 21 22 object Button1: TButtonA 22 23 Left = 101 24 Height = 25 23 25 Top = 104 24 26 Width = 100 25 Height = 2526 27 Down = False 27 28 Permanent = False 28 29 OnClick = Button1Click 29 Caption = ''30 30 end 31 31 object Button2: TButtonA 32 32 Left = 217 33 Height = 25 33 34 Top = 104 34 35 Width = 100 35 Height = 2536 36 Down = False 37 37 Permanent = False 38 38 OnClick = Button2Click 39 Caption = ''40 39 end 41 40 end
Note:
See TracChangeset
for help on using the changeset viewer.