Last change
on this file since 1008 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
2.3 KB
|
Rev | Line | |
---|
[830] | 1 | inherited frmReportBox: TfrmReportBox
|
---|
[456] | 2 | Left = 512
|
---|
| 3 | Top = 214
|
---|
| 4 | Anchors = []
|
---|
| 5 | BorderIcons = [biSystemMenu]
|
---|
| 6 | Caption = 'frmReportBox'
|
---|
[830] | 7 | ClientHeight = 319
|
---|
| 8 | ClientWidth = 348
|
---|
[456] | 9 | Font.Charset = ANSI_CHARSET
|
---|
| 10 | OldCreateOrder = True
|
---|
| 11 | Position = poScreenCenter
|
---|
| 12 | OnClose = FormClose
|
---|
[830] | 13 | ExplicitWidth = 356
|
---|
| 14 | ExplicitHeight = 353
|
---|
[456] | 15 | PixelsPerInch = 96
|
---|
| 16 | TextHeight = 13
|
---|
[830] | 17 | object lblFontTest: TLabel [0]
|
---|
[456] | 18 | Left = 148
|
---|
| 19 | Top = 208
|
---|
| 20 | Width = 77
|
---|
| 21 | Height = 14
|
---|
| 22 | Caption = 'lblFontTest'
|
---|
| 23 | Font.Charset = ANSI_CHARSET
|
---|
| 24 | Font.Color = clWindowText
|
---|
| 25 | Font.Height = -11
|
---|
| 26 | Font.Name = 'Courier New'
|
---|
| 27 | Font.Style = []
|
---|
| 28 | ParentFont = False
|
---|
| 29 | end
|
---|
[830] | 30 | object memReport: TRichEdit [1]
|
---|
[456] | 31 | Left = 0
|
---|
| 32 | Top = 0
|
---|
[830] | 33 | Width = 348
|
---|
| 34 | Height = 298
|
---|
[456] | 35 | Align = alClient
|
---|
| 36 | Color = clCream
|
---|
| 37 | Font.Charset = ANSI_CHARSET
|
---|
| 38 | Font.Color = clWindowText
|
---|
| 39 | Font.Height = -11
|
---|
| 40 | Font.Name = 'Courier New'
|
---|
| 41 | Font.Style = []
|
---|
| 42 | Lines.Strings = (
|
---|
| 43 | 'memReport')
|
---|
| 44 | ParentFont = False
|
---|
| 45 | ReadOnly = True
|
---|
| 46 | ScrollBars = ssBoth
|
---|
| 47 | TabOrder = 0
|
---|
| 48 | WantReturns = False
|
---|
| 49 | WordWrap = False
|
---|
| 50 | end
|
---|
[830] | 51 | object pnlButton: TPanel [2]
|
---|
[456] | 52 | Left = 0
|
---|
[830] | 53 | Top = 298
|
---|
| 54 | Width = 348
|
---|
[456] | 55 | Height = 21
|
---|
| 56 | Align = alBottom
|
---|
| 57 | Anchors = []
|
---|
| 58 | AutoSize = True
|
---|
| 59 | BevelOuter = bvNone
|
---|
| 60 | TabOrder = 1
|
---|
| 61 | DesignSize = (
|
---|
[830] | 62 | 348
|
---|
[456] | 63 | 21)
|
---|
| 64 | object cmdPrint: TButton
|
---|
[830] | 65 | Left = 189
|
---|
[456] | 66 | Top = 0
|
---|
| 67 | Width = 75
|
---|
| 68 | Height = 21
|
---|
| 69 | Anchors = [akRight]
|
---|
| 70 | Caption = 'Print'
|
---|
| 71 | TabOrder = 0
|
---|
| 72 | OnClick = cmdPrintClick
|
---|
| 73 | end
|
---|
| 74 | object cmdClose: TButton
|
---|
[830] | 75 | Left = 272
|
---|
[456] | 76 | Top = 0
|
---|
| 77 | Width = 75
|
---|
| 78 | Height = 21
|
---|
| 79 | Anchors = [akRight]
|
---|
| 80 | Cancel = True
|
---|
| 81 | Caption = 'Close'
|
---|
| 82 | Default = True
|
---|
| 83 | TabOrder = 1
|
---|
| 84 | OnClick = cmdCloseClick
|
---|
| 85 | end
|
---|
| 86 | end
|
---|
[830] | 87 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 88 | Data = (
|
---|
| 89 | (
|
---|
| 90 | 'Component = memReport'
|
---|
| 91 | 'Status = stsDefault')
|
---|
| 92 | (
|
---|
| 93 | 'Component = pnlButton'
|
---|
| 94 | 'Status = stsDefault')
|
---|
| 95 | (
|
---|
| 96 | 'Component = cmdPrint'
|
---|
| 97 | 'Status = stsDefault')
|
---|
| 98 | (
|
---|
| 99 | 'Component = cmdClose'
|
---|
| 100 | 'Status = stsDefault')
|
---|
| 101 | (
|
---|
| 102 | 'Component = frmReportBox'
|
---|
| 103 | 'Status = stsDefault'))
|
---|
| 104 | end
|
---|
[456] | 105 | object dlgPrintReport: TPrintDialog
|
---|
| 106 | Left = 318
|
---|
| 107 | Top = 41
|
---|
| 108 | end
|
---|
| 109 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.