Rev | Line | |
---|
[476] | 1 | object FMErrorForm: TFMErrorForm
|
---|
[542] | 2 | Left = 1217
|
---|
| 3 | Top = 320
|
---|
[476] | 4 | Width = 482
|
---|
| 5 | Height = 417
|
---|
| 6 | Caption = '- Database Error Log- '
|
---|
| 7 | Color = clBtnFace
|
---|
| 8 | Font.Charset = DEFAULT_CHARSET
|
---|
| 9 | Font.Color = clWindowText
|
---|
| 10 | Font.Height = -11
|
---|
| 11 | Font.Name = 'MS Sans Serif'
|
---|
| 12 | Font.Style = []
|
---|
| 13 | OldCreateOrder = False
|
---|
| 14 | DesignSize = (
|
---|
| 15 | 474
|
---|
| 16 | 383)
|
---|
| 17 | PixelsPerInch = 96
|
---|
| 18 | TextHeight = 13
|
---|
| 19 | object Memo: TMemo
|
---|
| 20 | Left = 0
|
---|
| 21 | Top = 0
|
---|
| 22 | Width = 474
|
---|
| 23 | Height = 350
|
---|
| 24 | Align = alTop
|
---|
| 25 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
| 26 | Font.Charset = ANSI_CHARSET
|
---|
| 27 | Font.Color = clMaroon
|
---|
| 28 | Font.Height = -15
|
---|
| 29 | Font.Name = 'Times New Roman'
|
---|
| 30 | Font.Style = [fsBold]
|
---|
| 31 | ParentFont = False
|
---|
| 32 | ScrollBars = ssBoth
|
---|
| 33 | TabOrder = 0
|
---|
| 34 | end
|
---|
| 35 | object OKBtn: TButton
|
---|
| 36 | Left = 393
|
---|
| 37 | Top = 353
|
---|
| 38 | Width = 75
|
---|
| 39 | Height = 25
|
---|
| 40 | Anchors = [akRight, akBottom]
|
---|
| 41 | Caption = '&OK'
|
---|
| 42 | ModalResult = 1
|
---|
| 43 | TabOrder = 1
|
---|
| 44 | end
|
---|
| 45 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.