0 *** Do *NOT* Localize any string that starts with '***'. 1 *** They are comments to be used by localizers to identify sections. 2 *** They also mark the beginning of a new 'section' within the String Table. 3 19 *** Font information for all forms 20 Tahoma 21 8 99 *** Generic App Strings 100 ActiveX Control Interface Wizard 101 Cancel 102 < &Back 103 &Next > 104 &Finish 105 OK 106 &Help 110 ActiveX Control Interface Wizard Summary 111 Save 112 Save Summary Report 113 Text Files (*.txt)|*.txt 114 ctlwiz.txt 117 Close 149 *** Captions to be appended to APP title for each step 150 Introduction 151 Select a Control 152 Select Interface Members 153 Create Custom Interface Members 154 Set Mapping 155 Set Attributes 156 Finished! 199 *** Enumerations that appear in comboboxes 200 Boolean|Byte|Currency|Date|Double|Empty|Font|Integer|Long|Object|OLE_COLOR|Picture|Single|String|Variant| 201 False|True| 203 Read/Write|Read Only|Not Available|,Read/Write|Read Only|Write Only|Not Available| 204 |Refresh|BackColor|BackStyle|BorderStyle|Font|ForeColor|Enabled|Click|DblClick|KeyDown|KeyPress|KeyUp|MouseDown|MouseMove|MouseUp| 205 |Circle|Line|PSet|Point|Scale| 206 ***This item is now #218 207 |Circle_|PSet_|Scale_| 208 |BackColor|ForeColor|FillColor| 209 |AccessKeyPress|AccessKeys|Ambient|AmbientChanged|ContainedControls_ 210 |Count|EditAtDesignTime|EnterFocus|EventsFrozen|ExitFocus|Extender_ 211 |Initialize|KeyPreview|ParentControls|PropertyChanged|PropertyPages_ 212 |Terminate| 213 |CanPropertyChange| 214 |UserControl_InitProperties|UserControl_ReadProperties|UserControl_WriteProperties|UserControl_Initialize| 215 |Form|ContainedControls|Hyperlink|ParentControls| 216 *** Comments inserted at start of Code Module: 217 'Default Property Values:|'Property Variables:|'Event Declarations:| 218 |Container|Drag|DragIcon|DragMode|DragOver|DragDrop|GotFocus|Height|HelpContextID|Index|Left|LostFocus|Move|Name|Object|Parent|SetFocus|ShowWhatsThis|TabIndex|TabStop|Tag|TooltipText|Top|Visible|WhatThisHelpID|Width|ZOrder_ 219 |LinkError|LinkOpen|LinkClose|LinkNotify| 299 *** New Member dialog from Step 4 300 Add Custom Member 301 &Name: 302 Type 303 &Property 304 &Method 305 &Event 306 Edit Custom Member 899 *** Text for Opening Screen 900 The ActiveX Control Interface Wizard helps you perform the following steps in creating an ActiveX control in Visual Basic. \n \n_ 901 - Defining the interface (properties, methods, events) \n \n_ 902 - Creating the underlying code for the interface \n \n_ 903 Note: Before you begin, you must have added all the interface elements that make up the control's appearance. \n \n_ 904 Note: Use the Property Page Wizard to create Property Pages for your UserControls. \n \n_ 905 You can press Back at any time to change your selections. Please click Next to begin. 907 &Skip this screen in the future. 999 *** Text for Step1 1000 Select the control for which you want to create properties, events, and methods. 1099 *** Text for selecting Interface Members 1100 Below is a list of Property, Method, and Event names that you might want to use in your control. \n \n_ 1101 The ones that have been pre-selected are standard Property, Method, and Event names that most controls support. \n \n_ 1102 Click Next to add your own Properties, Methods, and Events. 1103 Available names: 1104 Selected names: 1105 Below is a list of Property, Method, and Event names that you might want to use in your control. \n \n_ 1106 The ones that have been pre-selected are properties, methods, and events that have already been made public. \n \n_ 1107 Click Next to add your own Properties, Methods, and Events. 1199 *** Text for Adding Custom PEM's 1200 Add your own Properties, Methods, and Events you want for your control. _ 1201 These are members unique to your control and ones that you have not already selected in previous steps. 1202 My Custom Members: 1203 Ne&w... 1204 &Delete 1205 &Edit... 1299 *** Text for Set Mapping Step 1300 You can map the functionality of the properties, methods, or events in your control to the members in constituent controls. \n \n_ 1301 From the Public Name list, select one or more properties, methods, or events, and then select the control and member you want to map it to._ 1302 \n \n_ 1303 When you finish mapping, click Next. 1304 Maps to 1305 Control 1306 Member 1307 Public Name: 1399 *** Text for Set Attributes Step 1400 You can set the attributes of the unmapped members. Any member you do not change uses the default values. \n \n_ 1401 Select the public name of the member whose attributes you want to change and modify its values. Repeat for each member you want to change. \n \n_ 1402 When you finish modifying the attributes, click Next. 1403 Description 1404 Attribute Information 1405 Data Type 1406 Default Value 1407 Run Time 1408 Design Time 1409 Arguments 1410 (None) 1411 Return Type 1999 *** Text for Wizard Finished Panel 2000 The ActiveX Control Interface Wizard has finished collecting the information required to build the interface for your control. \n \n_ 2001 Click on the Finish button when you are ready to proceed. 2005 Do you want to: 2007 View Summary Report 3000 'WARNING! DO NOT REMOVE OR MODIFY THE FOLLOWING COMMENTED LINES! \n_ 3001 'MappingInfo= 3002 'The Underscore following "" is necessary because it \n'is a Reserved Word in VBA. \n 3003 'TO DO: The member you have mapped to contains an array of data. \n_ 3004 ' You must supply the code to persist the array. A prototype\n_ 3005 ' line is shown next: \n 4999 *** Control Creation Wizard Error Messages: 5000 You don't have any User Controls in your project. \n \n_ 5001 Before you run the ActiveX Control Interface Wizard, create a new ActiveX Control project and design the UI of your User Control, and then re-run the Wizard. 5003 ActiveX Control Interface Wizard Error 5004 The member name you have created already exists. 5005 The member name you have created is already being used by the Extender object. 5006 New member name already exists! 5007 You cannot have a property, event, or method which is the same as the name of a control on your User Control. 5008 You must select a User control before continuing! 5009 The member name you have specified is not a valid VB name. 5010 This wizard cannot be run without a project loaded! 5011 The User Control you have selected cannot be accessed while it is in use. 5012 There is only one User Control in the current project(s). It cannot be accessed while it is in use. 5014 Since you have Custom Members which also exist in the Available names list,going to the Select Interface Members step will remove those those member names from the Available names list. \n \n_ 5015 Do you wish to continue?