source: tags/1.3.1/Direct.lfm

Last change on this file was 426, checked in by chronos, 2 years ago
  • Fixed: Show correctly buttons on task bar with localized captions in windowed mode on Windows.
File size: 468 bytes
Line 
1object DirectDlg: TDirectDlg
2 Left = 188
3 Height = 64
4 Top = 198
5 Width = 360
6 BorderIcons = []
7 BorderStyle = bsNone
8 Caption = 'C-evo'
9 Color = clBtnFace
10 DesignTimePPI = 125
11 Font.Color = clWindowText
12 Font.Height = -13
13 Font.Name = 'MS Sans Serif'
14 FormStyle = fsStayOnTop
15 OnClose = FormClose
16 OnCreate = FormCreate
17 OnPaint = FormPaint
18 OnShow = FormShow
19 ShowInTaskBar = stNever
20 PixelsPerInch = 96
21 Scaled = False
22end
Note: See TracBrowser for help on using the repository browser.