Changeset 111 for trunk/Messg.lfm


Ignore:
Timestamp:
Feb 2, 2018, 4:40:46 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Custom defined form dialogs moved to CevoComponents so they can be correctly opened in IDE.
  • Modified: Moved Sound, StringTables and Directories to CevoComponents as dependency for custom form dialogs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Messg.lfm

    r9 r111  
    11object MessgDlg: TMessgDlg
    22  Left = 493
     3  Height = 134
    34  Top = 431
     5  Width = 418
    46  BorderIcons = []
    57  BorderStyle = bsNone
     
    810  ClientWidth = 418
    911  Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
     12  DesignTimePPI = 125
    1113  Font.Color = clWindowText
    1214  Font.Height = -13
    1315  Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    1516  FormStyle = fsStayOnTop
    1617  OnCreate = FormCreate
     
    1819  OnPaint = FormPaint
    1920  OnShow = FormShow
    20   PixelsPerInch = 96
     21  LCLVersion = '1.8.0.6'
    2122  object Button1: TButtonA
    2223    Left = 101
     24    Height = 25
    2325    Top = 104
    2426    Width = 100
    25     Height = 25
    2627    Down = False
    2728    Permanent = False
    2829    OnClick = Button1Click
    29     Caption = ''
    3030  end
    3131  object Button2: TButtonA
    3232    Left = 217
     33    Height = 25
    3334    Top = 104
    3435    Width = 100
    35     Height = 25
    3636    Down = False
    3737    Permanent = False
    3838    OnClick = Button2Click
    39     Caption = ''
    4039  end
    4140end
Note: See TracChangeset for help on using the changeset viewer.