source: cprs/trunk/CPRS-Chart/fAddlSigners.dfm

Last change on this file was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 6.6 KB
RevLine 
[830]1inherited frmAddlSigners: TfrmAddlSigners
[456]2 Left = 275
3 Top = 164
4 BorderStyle = bsDialog
5 Caption = 'Identify Additional Signers'
[830]6 ClientHeight = 364
7 ClientWidth = 443
[456]8 OldCreateOrder = True
9 Position = poScreenCenter
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
[830]12 ExplicitWidth = 449
13 ExplicitHeight = 396
[456]14 PixelsPerInch = 96
15 TextHeight = 13
[830]16 object pnlBase: TPanel [0]
[456]17 Left = 0
18 Top = 0
[830]19 Width = 443
20 Height = 364
[456]21 Align = alClient
22 BevelOuter = bvNone
23 TabOrder = 0
24 object pnlButtons: TORAutoPanel
25 Left = 0
[830]26 Top = 311
27 Width = 443
[456]28 Height = 53
29 Align = alBottom
30 BevelOuter = bvNone
31 TabOrder = 2
32 object cmdOK: TButton
[1679]33 Left = 138
[456]34 Top = 14
35 Width = 75
36 Height = 25
[830]37 Caption = '&OK'
[456]38 TabOrder = 0
39 OnClick = cmdOKClick
40 end
41 object cmdCancel: TButton
[1679]42 Left = 230
[456]43 Top = 14
44 Width = 75
45 Height = 25
46 Cancel = True
[830]47 Caption = '&Cancel'
[456]48 TabOrder = 1
49 OnClick = cmdCancelClick
50 end
51 end
52 object pnlAdditional: TORAutoPanel
53 Left = 0
54 Top = 70
[830]55 Width = 443
56 Height = 241
[456]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
[830]68 Left = 266
69 Top = 15
[456]70 Width = 145
71 Height = 16
72 AutoSize = False
73 Caption = 'Current additional signers'
74 end
75 object cboSrcList: TORComboBox
[1679]76 Left = 10
77 Top = 37
[456]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
[830]97 OnChange = cboSrcListChange
[456]98 OnKeyDown = cboSrcListKeyDown
[1679]99 OnMouseClick = btnAddSignersClick
[456]100 OnNeedData = NewPersonNeedData
101 CharsNeedMatch = 1
102 end
103 object DstList: TORListBox
[830]104 Left = 266
105 Top = 37
106 Width = 170
[456]107 Height = 185
108 ItemHeight = 13
109 MultiSelect = True
110 ParentShowHint = False
111 ShowHint = True
[830]112 Sorted = True
[1679]113 TabOrder = 1
[830]114 OnClick = DstListChange
[1679]115 OnDblClick = btnRemoveSignersClick
[456]116 Caption = 'Current additional signers'
117 ItemTipColor = clWindow
118 LongList = False
119 Pieces = '2'
[830]120 OnChange = DstListChange
[456]121 end
[830]122 object btnRemoveSigners: TButton
[1679]123 Left = 190
[830]124 Top = 108
125 Width = 71
[456]126 Height = 25
[830]127 Caption = '&Remove'
128 Enabled = False
129 TabOrder = 3
130 OnClick = btnRemoveSignersClick
[456]131 end
[830]132 object btnAddSigners: TButton
133 Left = 189
134 Top = 77
135 Width = 71
136 Height = 25
137 Caption = '&Add'
138 Enabled = False
[1679]139 TabOrder = 2
[830]140 OnClick = btnAddSignersClick
141 end
142 object btnRemoveAllSigners: TButton
[1679]143 Left = 190
[830]144 Top = 139
145 Width = 71
146 Height = 25
147 Caption = 'R&emove All'
148 Enabled = False
[1679]149 TabOrder = 5
[830]150 OnClick = btnRemoveAllSignersClick
151 end
[456]152 end
153 object pnlTop: TORAutoPanel
154 Left = 0
155 Top = 0
[830]156 Width = 443
[456]157 Height = 70
158 Align = alTop
159 BevelOuter = bvNone
160 TabOrder = 0
161 object lblAuthor: TOROffsetLabel
[1679]162 Left = 19
163 Top = 6
[456]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
[830]173 Left = 246
174 Top = 6
[456]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
[830]184 Left = 246
185 Top = 27
[1679]186 Width = 178
[456]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
[1679]212 Left = 19
[456]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
[830]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
[456]270end
Note: See TracBrowser for help on using the repository browser.