File: Direct.lfm

package info (click to toggle)
c-evo-dh 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (22 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
object DirectDlg: TDirectDlg
  Left = 188
  Height = 64
  Top = 198
  Width = 360
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'C-evo'
  Color = clBtnFace
  DesignTimePPI = 125
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  FormStyle = fsStayOnTop
  OnClose = FormClose
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  ShowInTaskBar = stNever
  PixelsPerInch = 96
  Scaled = False
end