Last change
on this file since 1722 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
2.3 KB
|
Line | |
---|
1 | inherited frmDefaultEvent: TfrmDefaultEvent
|
---|
2 | Left = 311
|
---|
3 | Top = 193
|
---|
4 | BorderStyle = bsSingle
|
---|
5 | Caption = 'Set/Change Default Release Event'
|
---|
6 | ClientHeight = 317
|
---|
7 | ClientWidth = 394
|
---|
8 | OnCreate = FormCreate
|
---|
9 | PixelsPerInch = 96
|
---|
10 | TextHeight = 13
|
---|
11 | object pnlTop: TPanel [0]
|
---|
12 | Left = 0
|
---|
13 | Top = 0
|
---|
14 | Width = 394
|
---|
15 | Height = 25
|
---|
16 | Align = alTop
|
---|
17 | TabOrder = 0
|
---|
18 | object lblCaption: TLabel
|
---|
19 | Left = 1
|
---|
20 | Top = 1
|
---|
21 | Width = 363
|
---|
22 | Height = 13
|
---|
23 | Align = alClient
|
---|
24 | Caption =
|
---|
25 | ' Select an event from the following list as your personal defaul' +
|
---|
26 | 't release event:'
|
---|
27 | WordWrap = True
|
---|
28 | end
|
---|
29 | end
|
---|
30 | object cboEvents: TORComboBox [1]
|
---|
31 | Left = 0
|
---|
32 | Top = 25
|
---|
33 | Width = 394
|
---|
34 | Height = 261
|
---|
35 | Style = orcsSimple
|
---|
36 | Align = alClient
|
---|
37 | AutoSelect = False
|
---|
38 | Caption =
|
---|
39 | ' Select an event from the following list as your personal defaul' +
|
---|
40 | 't release event:'
|
---|
41 | Color = clWindow
|
---|
42 | DropDownCount = 8
|
---|
43 | ItemHeight = 13
|
---|
44 | ItemTipColor = clWindow
|
---|
45 | ItemTipEnable = True
|
---|
46 | ListItemsOnly = True
|
---|
47 | LongList = False
|
---|
48 | LookupPiece = 0
|
---|
49 | MaxLength = 0
|
---|
50 | ParentShowHint = False
|
---|
51 | Pieces = '9'
|
---|
52 | ShowHint = True
|
---|
53 | Sorted = True
|
---|
54 | SynonymChars = '<>'
|
---|
55 | TabOrder = 1
|
---|
56 | CheckEntireLine = True
|
---|
57 | CharsNeedMatch = 1
|
---|
58 | end
|
---|
59 | object pnlBottom: TPanel [2]
|
---|
60 | Left = 0
|
---|
61 | Top = 286
|
---|
62 | Width = 394
|
---|
63 | Height = 31
|
---|
64 | Align = alBottom
|
---|
65 | TabOrder = 2
|
---|
66 | object btnOK: TButton
|
---|
67 | Left = 212
|
---|
68 | Top = 6
|
---|
69 | Width = 75
|
---|
70 | Height = 20
|
---|
71 | Caption = 'OK'
|
---|
72 | TabOrder = 0
|
---|
73 | OnClick = btnOKClick
|
---|
74 | end
|
---|
75 | object btnCancel: TButton
|
---|
76 | Left = 296
|
---|
77 | Top = 6
|
---|
78 | Width = 75
|
---|
79 | Height = 20
|
---|
80 | Cancel = True
|
---|
81 | Caption = 'Cancel'
|
---|
82 | TabOrder = 1
|
---|
83 | OnClick = btnCancelClick
|
---|
84 | end
|
---|
85 | end
|
---|
86 | inherited amgrMain: TVA508AccessibilityManager
|
---|
87 | Data = (
|
---|
88 | (
|
---|
89 | 'Component = pnlTop'
|
---|
90 | 'Status = stsDefault')
|
---|
91 | (
|
---|
92 | 'Component = cboEvents'
|
---|
93 | 'Status = stsDefault')
|
---|
94 | (
|
---|
95 | 'Component = pnlBottom'
|
---|
96 | 'Status = stsDefault')
|
---|
97 | (
|
---|
98 | 'Component = btnOK'
|
---|
99 | 'Status = stsDefault')
|
---|
100 | (
|
---|
101 | 'Component = btnCancel'
|
---|
102 | 'Status = stsDefault')
|
---|
103 | (
|
---|
104 | 'Component = frmDefaultEvent'
|
---|
105 | 'Status = stsDefault'))
|
---|
106 | end
|
---|
107 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.