Last change
on this file since 495 was 460, checked in by Kevin Toppenberg, 16 years ago |
Uploading from OR_30_258
|
File size:
2.1 KB
|
Line | |
---|
1 | object frmPrerequisites: TfrmPrerequisites
|
---|
2 | Left = 337
|
---|
3 | Top = 219
|
---|
4 | Width = 377
|
---|
5 | Height = 348
|
---|
6 | BorderIcons = [biSystemMenu]
|
---|
7 | Caption = 'frmPrerequisites'
|
---|
8 | Color = clBtnFace
|
---|
9 | Font.Charset = ANSI_CHARSET
|
---|
10 | Font.Color = clWindowText
|
---|
11 | Font.Height = -11
|
---|
12 | Font.Name = 'MS Sans Serif'
|
---|
13 | Font.Style = []
|
---|
14 | OldCreateOrder = True
|
---|
15 | Position = poScreenCenter
|
---|
16 | OnClose = FormClose
|
---|
17 | OnCreate = FormCreate
|
---|
18 | OnShow = FormShow
|
---|
19 | PixelsPerInch = 96
|
---|
20 | TextHeight = 13
|
---|
21 | object lblFontTest: TLabel
|
---|
22 | Left = 148
|
---|
23 | Top = 208
|
---|
24 | Width = 77
|
---|
25 | Height = 14
|
---|
26 | Caption = 'lblFontTest'
|
---|
27 | Font.Charset = ANSI_CHARSET
|
---|
28 | Font.Color = clWindowText
|
---|
29 | Font.Height = -11
|
---|
30 | Font.Name = 'Courier New'
|
---|
31 | Font.Style = []
|
---|
32 | ParentFont = False
|
---|
33 | end
|
---|
34 | object memReport: TRichEdit
|
---|
35 | Left = 0
|
---|
36 | Top = 33
|
---|
37 | Width = 369
|
---|
38 | Height = 288
|
---|
39 | Align = alClient
|
---|
40 | Color = clCream
|
---|
41 | Font.Charset = ANSI_CHARSET
|
---|
42 | Font.Color = clWindowText
|
---|
43 | Font.Height = -11
|
---|
44 | Font.Name = 'Courier New'
|
---|
45 | Font.Style = []
|
---|
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
|
---|
55 | object pnlButton: TPanel
|
---|
56 | Left = 0
|
---|
57 | Top = 0
|
---|
58 | Width = 369
|
---|
59 | Height = 33
|
---|
60 | Align = alTop
|
---|
61 | BevelOuter = bvNone
|
---|
62 | TabOrder = 2
|
---|
63 | DesignSize = (
|
---|
64 | 369
|
---|
65 | 33)
|
---|
66 | object cmdContinue: TButton
|
---|
67 | Left = 209
|
---|
68 | Top = 6
|
---|
69 | Width = 75
|
---|
70 | Height = 21
|
---|
71 | Anchors = [akTop, akRight]
|
---|
72 | Caption = 'Continue'
|
---|
73 | TabOrder = 0
|
---|
74 | OnClick = cmdContinueClick
|
---|
75 | end
|
---|
76 | object cmdCancel: TButton
|
---|
77 | Left = 292
|
---|
78 | Top = 6
|
---|
79 | Width = 75
|
---|
80 | Height = 21
|
---|
81 | Anchors = [akTop, akRight]
|
---|
82 | Cancel = True
|
---|
83 | Caption = 'Cancel Order'
|
---|
84 | TabOrder = 1
|
---|
85 | OnClick = cmdCancelClick
|
---|
86 | end
|
---|
87 | end
|
---|
88 | object cmdPrint: TButton
|
---|
89 | Left = 2
|
---|
90 | Top = 6
|
---|
91 | Width = 75
|
---|
92 | Height = 21
|
---|
93 | Caption = 'Print'
|
---|
94 | TabOrder = 1
|
---|
95 | OnClick = cmdPrintClick
|
---|
96 | end
|
---|
97 | object dlgPrintReport: TPrintDialog
|
---|
98 | Left = 113
|
---|
99 | Top = 3
|
---|
100 | end
|
---|
101 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.