| Line | |
|---|
| 1 | object MainForm: TMainForm
|
|---|
| 2 | Left = 0
|
|---|
| 3 | Top = 0
|
|---|
| 4 | Caption = 'MainForm'
|
|---|
| 5 | ClientHeight = 445
|
|---|
| 6 | ClientWidth = 651
|
|---|
| 7 | Color = clBtnFace
|
|---|
| 8 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 9 | Font.Color = clWindowText
|
|---|
| 10 | Font.Height = -11
|
|---|
| 11 | Font.Name = 'Tahoma'
|
|---|
| 12 | Font.Style = []
|
|---|
| 13 | OldCreateOrder = False
|
|---|
| 14 | OnCreate = FormCreate
|
|---|
| 15 | OnDestroy = FormDestroy
|
|---|
| 16 | OnKeyPress = FormKeyPress
|
|---|
| 17 | DesignSize = (
|
|---|
| 18 | 651
|
|---|
| 19 | 445)
|
|---|
| 20 | PixelsPerInch = 96
|
|---|
| 21 | TextHeight = 13
|
|---|
| 22 | object Image1: TImage
|
|---|
| 23 | AlignWithMargins = True
|
|---|
| 24 | Left = 3
|
|---|
| 25 | Top = 3
|
|---|
| 26 | Width = 645
|
|---|
| 27 | Height = 410
|
|---|
| 28 | Margins.Bottom = 32
|
|---|
| 29 | Align = alClient
|
|---|
| 30 | ExplicitLeft = 8
|
|---|
| 31 | ExplicitTop = -2
|
|---|
| 32 | ExplicitWidth = 566
|
|---|
| 33 | ExplicitHeight = 464
|
|---|
| 34 | end
|
|---|
| 35 | object Button1: TButton
|
|---|
| 36 | Left = 8
|
|---|
| 37 | Top = 418
|
|---|
| 38 | Width = 75
|
|---|
| 39 | Height = 25
|
|---|
| 40 | Anchors = [akLeft, akBottom]
|
|---|
| 41 | Caption = 'Start'
|
|---|
| 42 | TabOrder = 0
|
|---|
| 43 | OnClick = Button1Click
|
|---|
| 44 | OnKeyPress = FormKeyPress
|
|---|
| 45 | end
|
|---|
| 46 | object Timer1: TTimer
|
|---|
| 47 | Interval = 500
|
|---|
| 48 | OnTimer = Timer1Timer
|
|---|
| 49 | Left = 312
|
|---|
| 50 | Top = 88
|
|---|
| 51 | end
|
|---|
| 52 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.