source: oup/releases/0.17a/Unit5_preview.dfm @ 409

Last change on this file since 409 was 21, checked in by alloc, 17 years ago
File size: 1.5 KB
RevLine 
[21]1object Form5: TForm5
2  Left = 0
3  Top = 0
4  Width = 435
5  Height = 348
6  BorderStyle = bsSizeToolWin
7  Caption = 'Preview'
8  Color = clBtnFace
9  Font.Charset = DEFAULT_CHARSET
10  Font.Color = clWindowText
11  Font.Height = -11
12  Font.Name = 'Tahoma'
13  Font.Style = []
14  FormStyle = fsStayOnTop
15  OldCreateOrder = False
16  OnCloseQuery = FormCloseQuery
17  OnCreate = FormCreate
18  OnResize = FormResize
19  PixelsPerInch = 96
20  TextHeight = 13
21  object img: TImage
22    Left = 0
23    Top = 20
24    Width = 427
25    Height = 304
26    Align = alClient
27  end
28  object panel_buttons: TPanel
29    Left = 0
30    Top = 0
31    Width = 427
32    Height = 20
33    Align = alTop
34    BevelOuter = bvNone
35    TabOrder = 0
36    Visible = False
37    OnResize = panel_buttonsResize
38    object btn_dec: TButton
39      Left = 0
40      Top = 0
41      Width = 20
42      Height = 20
43      Caption = '-'
44      Enabled = False
45      TabOrder = 0
46      OnClick = btn_decClick
47    end
48    object btn_startstop: TButton
49      Left = 21
50      Top = 0
51      Width = 80
52      Height = 20
53      Caption = 'Stop automatic'
54      TabOrder = 1
55      OnClick = btn_startstopClick
56    end
57    object btn_inc: TButton
58      Left = 102
59      Top = 0
60      Width = 20
61      Height = 20
62      Caption = '+'
63      Enabled = False
64      TabOrder = 2
65      OnClick = btn_incClick
66    end
67  end
68  object timer: TTimer
69    Enabled = False
70    OnTimer = timerTimer
71    Left = 72
72    Top = 48
73  end
74end
Note: See TracBrowser for help on using the repository browser.