source: trunk/NoTerm.lfm

Last change on this file was 731, checked in by chronos, 2 months ago
  • Modified: Initialize Log dialog later from Term and NoTerm forms.
File size: 802 bytes
Line 
1object NoTermDlg: TNoTermDlg
2 Left = 249
3 Height = 456
4 Top = 258
5 Width = 422
6 BorderStyle = bsNone
7 ClientHeight = 456
8 ClientWidth = 422
9 Color = clBtnFace
10 DesignTimePPI = 144
11 Font.Color = clWindowText
12 Font.Height = -20
13 Font.Name = 'MS Sans Serif'
14 OnCreate = FormCreate
15 OnDestroy = FormDestroy
16 OnKeyDown = FormKeyDown
17 OnPaint = FormPaint
18 LCLVersion = '3.4.0.0'
19 Scaled = False
20 object QuitBtn: TButtonB
21 Left = 384
22 Height = 25
23 Top = 6
24 Width = 25
25 Down = False
26 Permanent = False
27 OnClick = QuitBtnClick
28 ButtonIndex = 0
29 end
30 object GoBtn: TButtonB
31 Left = 30
32 Height = 25
33 Top = 422
34 Width = 25
35 Down = False
36 Permanent = False
37 OnClick = GoBtnClick
38 ButtonIndex = 0
39 end
40end
Note: See TracBrowser for help on using the repository browser.