1 | inherited frmAddlSigners: TfrmAddlSigners
|
---|
2 | Left = 275
|
---|
3 | Top = 164
|
---|
4 | BorderStyle = bsDialog
|
---|
5 | Caption = 'Identify Additional Signers'
|
---|
6 | ClientHeight = 364
|
---|
7 | ClientWidth = 443
|
---|
8 | OldCreateOrder = True
|
---|
9 | Position = poScreenCenter
|
---|
10 | OnCreate = FormCreate
|
---|
11 | OnDestroy = FormDestroy
|
---|
12 | ExplicitWidth = 449
|
---|
13 | ExplicitHeight = 396
|
---|
14 | PixelsPerInch = 96
|
---|
15 | TextHeight = 13
|
---|
16 | object pnlBase: TPanel [0]
|
---|
17 | Left = 0
|
---|
18 | Top = 0
|
---|
19 | Width = 443
|
---|
20 | Height = 364
|
---|
21 | Align = alClient
|
---|
22 | BevelOuter = bvNone
|
---|
23 | TabOrder = 0
|
---|
24 | object pnlButtons: TORAutoPanel
|
---|
25 | Left = 0
|
---|
26 | Top = 311
|
---|
27 | Width = 443
|
---|
28 | Height = 53
|
---|
29 | Align = alBottom
|
---|
30 | BevelOuter = bvNone
|
---|
31 | TabOrder = 2
|
---|
32 | object cmdOK: TButton
|
---|
33 | Left = 138
|
---|
34 | Top = 14
|
---|
35 | Width = 75
|
---|
36 | Height = 25
|
---|
37 | Caption = '&OK'
|
---|
38 | TabOrder = 0
|
---|
39 | OnClick = cmdOKClick
|
---|
40 | end
|
---|
41 | object cmdCancel: TButton
|
---|
42 | Left = 230
|
---|
43 | Top = 14
|
---|
44 | Width = 75
|
---|
45 | Height = 25
|
---|
46 | Cancel = True
|
---|
47 | Caption = '&Cancel'
|
---|
48 | TabOrder = 1
|
---|
49 | OnClick = cmdCancelClick
|
---|
50 | end
|
---|
51 | end
|
---|
52 | object pnlAdditional: TORAutoPanel
|
---|
53 | Left = 0
|
---|
54 | Top = 70
|
---|
55 | Width = 443
|
---|
56 | Height = 241
|
---|
57 | Align = alClient
|
---|
58 | TabOrder = 1
|
---|
59 | object SrcLabel: TLabel
|
---|
60 | Left = 11
|
---|
61 | Top = 15
|
---|
62 | Width = 175
|
---|
63 | Height = 16
|
---|
64 | AutoSize = False
|
---|
65 | Caption = 'Select or enter additional signers'
|
---|
66 | end
|
---|
67 | object DstLabel: TLabel
|
---|
68 | Left = 266
|
---|
69 | Top = 15
|
---|
70 | Width = 145
|
---|
71 | Height = 16
|
---|
72 | AutoSize = False
|
---|
73 | Caption = 'Current additional signers'
|
---|
74 | end
|
---|
75 | object cboSrcList: TORComboBox
|
---|
76 | Left = 10
|
---|
77 | Top = 37
|
---|
78 | Width = 174
|
---|
79 | Height = 185
|
---|
80 | Style = orcsSimple
|
---|
81 | AutoSelect = True
|
---|
82 | Caption = 'Select or enter additional signers'
|
---|
83 | Color = clWindow
|
---|
84 | DropDownCount = 8
|
---|
85 | ItemHeight = 13
|
---|
86 | ItemTipColor = clWindow
|
---|
87 | ItemTipEnable = True
|
---|
88 | ListItemsOnly = True
|
---|
89 | LongList = True
|
---|
90 | LookupPiece = 2
|
---|
91 | MaxLength = 0
|
---|
92 | Pieces = '2,3'
|
---|
93 | Sorted = False
|
---|
94 | SynonymChars = '<>'
|
---|
95 | TabOrder = 0
|
---|
96 | TabStop = True
|
---|
97 | OnChange = cboSrcListChange
|
---|
98 | OnKeyDown = cboSrcListKeyDown
|
---|
99 | OnMouseClick = btnAddSignersClick
|
---|
100 | OnNeedData = NewPersonNeedData
|
---|
101 | CharsNeedMatch = 1
|
---|
102 | end
|
---|
103 | object DstList: TORListBox
|
---|
104 | Left = 266
|
---|
105 | Top = 37
|
---|
106 | Width = 170
|
---|
107 | Height = 185
|
---|
108 | ItemHeight = 13
|
---|
109 | MultiSelect = True
|
---|
110 | ParentShowHint = False
|
---|
111 | ShowHint = True
|
---|
112 | Sorted = True
|
---|
113 | TabOrder = 1
|
---|
114 | OnClick = DstListChange
|
---|
115 | OnDblClick = btnRemoveSignersClick
|
---|
116 | Caption = 'Current additional signers'
|
---|
117 | ItemTipColor = clWindow
|
---|
118 | LongList = False
|
---|
119 | Pieces = '2'
|
---|
120 | OnChange = DstListChange
|
---|
121 | end
|
---|
122 | object btnRemoveSigners: TButton
|
---|
123 | Left = 190
|
---|
124 | Top = 108
|
---|
125 | Width = 71
|
---|
126 | Height = 25
|
---|
127 | Caption = '&Remove'
|
---|
128 | Enabled = False
|
---|
129 | TabOrder = 3
|
---|
130 | OnClick = btnRemoveSignersClick
|
---|
131 | end
|
---|
132 | object btnAddSigners: TButton
|
---|
133 | Left = 189
|
---|
134 | Top = 77
|
---|
135 | Width = 71
|
---|
136 | Height = 25
|
---|
137 | Caption = '&Add'
|
---|
138 | Enabled = False
|
---|
139 | TabOrder = 2
|
---|
140 | OnClick = btnAddSignersClick
|
---|
141 | end
|
---|
142 | object btnRemoveAllSigners: TButton
|
---|
143 | Left = 190
|
---|
144 | Top = 139
|
---|
145 | Width = 71
|
---|
146 | Height = 25
|
---|
147 | Caption = 'R&emove All'
|
---|
148 | Enabled = False
|
---|
149 | TabOrder = 5
|
---|
150 | OnClick = btnRemoveAllSignersClick
|
---|
151 | end
|
---|
152 | end
|
---|
153 | object pnlTop: TORAutoPanel
|
---|
154 | Left = 0
|
---|
155 | Top = 0
|
---|
156 | Width = 443
|
---|
157 | Height = 70
|
---|
158 | Align = alTop
|
---|
159 | BevelOuter = bvNone
|
---|
160 | TabOrder = 0
|
---|
161 | object lblAuthor: TOROffsetLabel
|
---|
162 | Left = 19
|
---|
163 | Top = 6
|
---|
164 | Width = 97
|
---|
165 | Height = 15
|
---|
166 | Caption = 'Author (not editable)'
|
---|
167 | HorzOffset = 2
|
---|
168 | Transparent = False
|
---|
169 | VertOffset = 2
|
---|
170 | WordWrap = False
|
---|
171 | end
|
---|
172 | object lblCosigner: TOROffsetLabel
|
---|
173 | Left = 246
|
---|
174 | Top = 6
|
---|
175 | Width = 155
|
---|
176 | Height = 15
|
---|
177 | Caption = 'Expected Cosigner (not editable)'
|
---|
178 | HorzOffset = 2
|
---|
179 | Transparent = False
|
---|
180 | VertOffset = 2
|
---|
181 | WordWrap = False
|
---|
182 | end
|
---|
183 | object cboCosigner: TORComboBox
|
---|
184 | Left = 246
|
---|
185 | Top = 27
|
---|
186 | Width = 178
|
---|
187 | Height = 21
|
---|
188 | Style = orcsDropDown
|
---|
189 | AutoSelect = True
|
---|
190 | Caption = 'object lblCosigner: TOROffsetLabel'
|
---|
191 | Color = clCream
|
---|
192 | DropDownCount = 8
|
---|
193 | Enabled = False
|
---|
194 | ItemHeight = 13
|
---|
195 | ItemTipColor = clWindow
|
---|
196 | ItemTipEnable = True
|
---|
197 | ListItemsOnly = True
|
---|
198 | LongList = True
|
---|
199 | LookupPiece = 0
|
---|
200 | MaxLength = 0
|
---|
201 | Pieces = '2,3'
|
---|
202 | Sorted = False
|
---|
203 | SynonymChars = '<>'
|
---|
204 | TabOrder = 1
|
---|
205 | TabStop = True
|
---|
206 | OnChange = cboCosignerChange
|
---|
207 | OnExit = cboCosignerExit
|
---|
208 | OnNeedData = cboCosignerNeedData
|
---|
209 | CharsNeedMatch = 1
|
---|
210 | end
|
---|
211 | object txtAuthor: TCaptionEdit
|
---|
212 | Left = 19
|
---|
213 | Top = 27
|
---|
214 | Width = 178
|
---|
215 | Height = 21
|
---|
216 | TabStop = False
|
---|
217 | AutoSize = False
|
---|
218 | Color = clCream
|
---|
219 | ReadOnly = True
|
---|
220 | TabOrder = 0
|
---|
221 | Caption = 'Author (not editable)'
|
---|
222 | end
|
---|
223 | end
|
---|
224 | end
|
---|
225 | inherited amgrMain: TVA508AccessibilityManager
|
---|
226 | Data = (
|
---|
227 | (
|
---|
228 | 'Component = pnlBase'
|
---|
229 | 'Status = stsDefault')
|
---|
230 | (
|
---|
231 | 'Component = pnlButtons'
|
---|
232 | 'Status = stsDefault')
|
---|
233 | (
|
---|
234 | 'Component = cmdOK'
|
---|
235 | 'Status = stsDefault')
|
---|
236 | (
|
---|
237 | 'Component = cmdCancel'
|
---|
238 | 'Status = stsDefault')
|
---|
239 | (
|
---|
240 | 'Component = pnlAdditional'
|
---|
241 | 'Status = stsDefault')
|
---|
242 | (
|
---|
243 | 'Component = cboSrcList'
|
---|
244 | 'Status = stsDefault')
|
---|
245 | (
|
---|
246 | 'Component = DstList'
|
---|
247 | 'Status = stsDefault')
|
---|
248 | (
|
---|
249 | 'Component = btnRemoveSigners'
|
---|
250 | 'Status = stsDefault')
|
---|
251 | (
|
---|
252 | 'Component = btnAddSigners'
|
---|
253 | 'Status = stsDefault')
|
---|
254 | (
|
---|
255 | 'Component = pnlTop'
|
---|
256 | 'Status = stsDefault')
|
---|
257 | (
|
---|
258 | 'Component = cboCosigner'
|
---|
259 | 'Status = stsDefault')
|
---|
260 | (
|
---|
261 | 'Component = txtAuthor'
|
---|
262 | 'Status = stsDefault')
|
---|
263 | (
|
---|
264 | 'Component = frmAddlSigners'
|
---|
265 | 'Status = stsDefault')
|
---|
266 | (
|
---|
267 | 'Component = btnRemoveAllSigners'
|
---|
268 | 'Status = stsDefault'))
|
---|
269 | end
|
---|
270 | end
|
---|