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