source: branches/AlphaChannel/Direct.lfm

Last change on this file was 232, checked in by chronos, 4 years ago
  • Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
File size: 467 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 LCLVersion = '1.8.0.6'
20 PixelsPerInch = 96
21 Scaled = False
22end
Note: See TracBrowser for help on using the repository browser.