|
Last change
on this file since 1741 was 1681, checked in by healthsevak, 11 years ago |
|
Added these while updating the working copy to CPRS version 28
|
|
File size:
1.5 KB
|
| Rev | Line | |
|---|
| [1681] | 1 | object frmSpellNotify: TfrmSpellNotify
|
|---|
| 2 | Left = 0
|
|---|
| 3 | Top = 0
|
|---|
| 4 | Cursor = crHourGlass
|
|---|
| 5 | BorderIcons = []
|
|---|
| 6 | BorderStyle = bsDialog
|
|---|
| 7 | Caption = 'Spell Check Running'
|
|---|
| 8 | ClientHeight = 74
|
|---|
| 9 | ClientWidth = 355
|
|---|
| 10 | Color = clBtnFace
|
|---|
| 11 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 12 | Font.Color = clWindowText
|
|---|
| 13 | Font.Height = -11
|
|---|
| 14 | Font.Name = 'Tahoma'
|
|---|
| 15 | Font.Style = []
|
|---|
| 16 | OldCreateOrder = False
|
|---|
| 17 | Position = poMainFormCenter
|
|---|
| 18 | OnActivate = Refocus
|
|---|
| 19 | OnClick = Refocus
|
|---|
| 20 | OnCreate = FormCreate
|
|---|
| 21 | OnDblClick = Refocus
|
|---|
| 22 | OnMouseDown = FormMouseDown
|
|---|
| 23 | OnShow = FormShow
|
|---|
| 24 | PixelsPerInch = 96
|
|---|
| 25 | TextHeight = 13
|
|---|
| 26 | object lblMain: TLabel
|
|---|
| 27 | Left = 0
|
|---|
| 28 | Top = 0
|
|---|
| 29 | Width = 355
|
|---|
| 30 | Height = 55
|
|---|
| 31 | Align = alClient
|
|---|
| 32 | Alignment = taCenter
|
|---|
| 33 | Caption = 'Spell Check Running'
|
|---|
| 34 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 35 | Font.Color = clWindowText
|
|---|
| 36 | Font.Height = -24
|
|---|
| 37 | Font.Name = 'Tahoma'
|
|---|
| 38 | Font.Style = [fsBold]
|
|---|
| 39 | ParentFont = False
|
|---|
| 40 | Layout = tlCenter
|
|---|
| 41 | OnClick = Refocus
|
|---|
| 42 | OnDblClick = Refocus
|
|---|
| 43 | ExplicitWidth = 243
|
|---|
| 44 | ExplicitHeight = 29
|
|---|
| 45 | end
|
|---|
| 46 | object lblOptions: TLabel
|
|---|
| 47 | Left = 0
|
|---|
| 48 | Top = 55
|
|---|
| 49 | Width = 355
|
|---|
| 50 | Height = 19
|
|---|
| 51 | Align = alBottom
|
|---|
| 52 | Alignment = taCenter
|
|---|
| 53 | Caption = '(Set Options using Grammar Check)'
|
|---|
| 54 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 55 | Font.Color = clWindowText
|
|---|
| 56 | Font.Height = -16
|
|---|
| 57 | Font.Name = 'Tahoma'
|
|---|
| 58 | Font.Style = []
|
|---|
| 59 | ParentFont = False
|
|---|
| 60 | ExplicitTop = 58
|
|---|
| 61 | ExplicitWidth = 256
|
|---|
| 62 | end
|
|---|
| 63 | object tmrMain: TTimer
|
|---|
| 64 | OnTimer = Refocus
|
|---|
| 65 | Left = 312
|
|---|
| 66 | Top = 8
|
|---|
| 67 | end
|
|---|
| 68 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.