File: Messg.lfm

package info (click to toggle)
c-evo-dh 3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (42 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (3)
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
object MessgDlg: TMessgDlg
  Left = 493
  Height = 134
  Top = 431
  Width = 418
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'C-evo'
  ClientHeight = 134
  ClientWidth = 418
  Color = clBtnFace
  DesignTimePPI = 125
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  FormStyle = fsStayOnTop
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  OnPaint = FormPaint
  OnShow = FormShow
  LCLVersion = '1.8.0.6'
  PixelsPerInch = 96
  Scaled = False
  object Button1: TButtonA
    Left = 101
    Height = 25
    Top = 104
    Width = 100
    Down = False
    Permanent = False
    OnClick = Button1Click
  end
  object Button2: TButtonA
    Left = 217
    Height = 25
    Top = 104
    Width = 100
    Down = False
    Permanent = False
    OnClick = Button2Click
  end
end