Line | |
---|
1 | object frmMessage: TfrmMessage
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | Caption = 'JAWSUpdate v1.2'
|
---|
5 | ClientHeight = 205
|
---|
6 | ClientWidth = 339
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = ANSI_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -21
|
---|
11 | Font.Name = 'Times New Roman'
|
---|
12 | Font.Style = [fsBold]
|
---|
13 | OldCreateOrder = False
|
---|
14 | Position = poScreenCenter
|
---|
15 | OnCreate = FormCreate
|
---|
16 | OnShow = FormShow
|
---|
17 | PixelsPerInch = 96
|
---|
18 | TextHeight = 24
|
---|
19 | object Label1: TLabel
|
---|
20 | AlignWithMargins = True
|
---|
21 | Left = 8
|
---|
22 | Top = 8
|
---|
23 | Width = 323
|
---|
24 | Height = 148
|
---|
25 | Margins.Left = 8
|
---|
26 | Margins.Top = 8
|
---|
27 | Margins.Right = 8
|
---|
28 | Margins.Bottom = 8
|
---|
29 | Align = alClient
|
---|
30 | Alignment = taCenter
|
---|
31 | Caption = 'Label1'
|
---|
32 | Layout = tlCenter
|
---|
33 | WordWrap = True
|
---|
34 | ExplicitWidth = 62
|
---|
35 | ExplicitHeight = 24
|
---|
36 | end
|
---|
37 | object Panel1: TPanel
|
---|
38 | Left = 0
|
---|
39 | Top = 164
|
---|
40 | Width = 339
|
---|
41 | Height = 41
|
---|
42 | Align = alBottom
|
---|
43 | BevelOuter = bvNone
|
---|
44 | TabOrder = 0
|
---|
45 | DesignSize = (
|
---|
46 | 339
|
---|
47 | 41)
|
---|
48 | object Button1: TButton
|
---|
49 | Left = 240
|
---|
50 | Top = 3
|
---|
51 | Width = 91
|
---|
52 | Height = 31
|
---|
53 | Anchors = [akTop, akRight]
|
---|
54 | Cancel = True
|
---|
55 | Caption = 'Done'
|
---|
56 | Default = True
|
---|
57 | TabOrder = 0
|
---|
58 | OnClick = Button1Click
|
---|
59 | end
|
---|
60 | end
|
---|
61 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.