text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Category CheckBox
The status of the Category CheckBox drives the status of controls stacked to this category. Enable it will enable all controls, disable it will disable all controls.
CheckBox Unchecked
CheckBox with the default value set to unchecked.
Double
CheckedList supporting double values.
The unit type is set to length (DUT_METERS).
Checked items values are stored in DUT_METERS.
This comboBox is filled using "DataSourceDoubleList" data source.
"DataSourceDoubleList" is based on doubleList values {10.0, 20.0, 30.0, 40.0}.
Values are exposed on the UI based on Revit project units settings.
Revit project unit formatting won't be applyed on the UI (use Unit CheckedList to achieve this).
Rebar Type
Element CheckedList supporting Rebar type values.
This Element CheckedList is filled using "DataSourceRebarList" data source.
"DataSourceRebarList" is the list of Rebars from current document.
String
CheckedList supporting string values.
This CheckedList is filled using "DataSourceStringList" data source.
"DataSourceStringList" is based on stringList values {"Choice 1", "Choice 2", "Choice 3", "Choice 4"}.
This is my choice 1
This is my choice 2
This is my choice 3
Double
ComboBox supporting double values.
The unit type is set to length (DUT_METERS).
Selected index value is stored in DUT_METERS.
This comboBox is filled using "DataSourceDoubleList" data source.
"DataSourceDoubleList" is based on doubleList values {10.0, 20.0, 30.0, 40.0}.
Image
ComboBox supporting some images based on an Enum defined on the constructor.
Images are part of the resources of this component and an association is done by key.
Image and Text
ComboBox supporting some images and associated strings based on an Enum.
Images and strings are part of the resources of this component.
Text
EnumControl supporting strings values presented as ComboBox.
This comboBox is filled using AnEnumLocalized.
Strings associated to [Choice1,Choice2,Choice3] are part of the resources file.
On the UI are visible strings "This is my choice 1","This is my choice 2","This is my choice 3"
Enum field is stored as integer with default enumerator values.
String
ComboBox supporting string values.
This comboBox is filled using "DataSourceStringList" data source.
"DataSourceStringList" is based on stringList values {"Choice 1", "Choice 2", "Choice 3", "Choice 4"}.
ElementID
ComboBox supporting some element IDs based on "DataSourceElementIdList" data source. This data source is based on the ElementId of the first five RebarType found on the current Revit project.
TextBox String
TextBox supporting a list of string values
The separator is ";" character.
These values are initialized via the constructor to {"this is a first text", "this is a second text"}.
Unit Double
Unit TextBox supporting a list of double value
The separator is ";" character.
The unit type is set to length (DUT_METERS).
These values are stored in DUT_METERS.
These values are initialized via the constructor to {10.0, 20.0} DUT_METERS.
Double
NumericUpDown supporting a double value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
No Unit are displayed on the UI
The step is set to 5 DUT_METERS.
The minimal value is set to 0 DUT_METERS.
The maximal value is set to 100 DUT_METERS.
Unit Double
Unit NumericUpDown supporting a double value.
The unit type is set to length (DUT_FEET_FRACTIONAL_INCHES).
This value is stored in DUT_FEET_FRACTIONAL_INCHES.
The step is set to 5 DUT_FEET_FRACTIONAL_INCHES.
The minimal value is set to -100 DUT_FEET_FRACTIONAL_INCHES.
The maximal value is set to 100 DUT_FEET_FRACTIONAL_INCHES.
Unit Double
Unit NumericUpDown supporting a double value.
The unit type is set to volume (DUT_CUBIC_METERS)
This value is stored in DUT_CUBIC_METERS.
Validation value and step are set in DUT_CUBIC_FEET.
The step is set to 1 DUT_CUBIC_FEET.
The minimal value is set to 0 DUT_CUBIC_FEET.
The maximal value is set to 100 DUT_CUBIC_FEET.
Integer
NumericUpDown supporting an integer value.
No Unit are displayed on the UI.
The step is set to 1.
The minimal value is set to 10.
The maximal value is set to 20.
Image
OptionList supporting some images based on an Enum defined on the constructor.
Images are part of the resources of this component and an association is done by key.
Image and Text
EnumControl supporting strings values and images presented as OptionList(List).
Strings associated to AnEnumLocalized.Choice1, AnEnumLocalized.Choice2, AnEnumLocalized.Choice3 are part of the resources file.
On the UI are visible strings "This is my choice 1","This is my choice 2","This is my choice 3"
Enum field is stored as integer with default enumerator values.
Uri for associated images are returned by the GetResourceImage(string key) function.
Text
EnumControl supporting strings values presented as OptionList(List).
Strings associated to [Choice1,Choice2,Choice3] are part of the resources file.
On the UI are visible strings "This is my choice 1","This is my choice 2","This is my choice 3"
Enum field is stored as integer with default enumerator values.
Double
Double Calculated Value
TextBox supporting a double value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
This value is initialized and calculated via the constructor in DUT_METERS.
This control is disabled on the UI.
TextBox supporting a double value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
This value is initialized via the constructor to 25.0 DUT_METERS.
This value will be exposed on the UI based on Revit project units settings.
Revit project unit formatting won't be appled on the UI (use UnitTextBox to achieve this).
Integer32
TextBox supporting an integer value((int32).
This value is initialized via the constructor to 2.
XYZ TextBox
XYZTextBox supporting a XYZ value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
This value is initialized via the constructor to (5, 5, 5) DUT_METERS.
On the UI semi colomns as X;Y;Z separator
String
TextBox supporting a string value.
This value is initialized via the constructor to "A string for TextBoxString control".
Image
Toggle Button supporting some images based on an Enum defined on the constructor.
Images are part of the resources of this component and an association is done by key.
Image and Text
EnumControl supporting strings values and images presented as ToggleButton.
Strings associated to AnEnumLocalized.Choice1, AnEnumLocalized.Choice2, AnEnumLocalized.Choice3 are part of the resources file.
On the UI are visible strings "This is my choice 1","This is my choice 2","This is my choice 3"
Enum field is stored as integer with default enumerator values.
Uri for associated images are returned by the GetResourceImage(string key) function.
Text
EnumControl supporting strings values presented as ToggleButton.
Strings associated to [Choice1,Choice2,Choice3] are part of the resources file.
On the UI are visible strings "This is my choice 1","This is my choice 2","This is my choice 3"
Enum field is stored as integer with default enumerator values.
Unit Double
Unit CheckedList supporting double values.
The unit type is set to length (DUT_METERS).
Checked item values are stored in DUT_METERS.
This CheckedList is filled using "DataSourceDoubleList" data source.
"DataSourceDoubleList" is based on doubleList values {10.0, 20.0, 30.0, 40.0}.
Double
Unit TextBox supporting a double value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
this value is initialized via the constructor to 10.0 DUT_METERS.
Double Disabled
Unit TextBox supporting a double value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
This value is initialized via the constructor to 5 x10 in DUT_FRACTIONAL_INCHES.
This control is disabled on the UI.
Double Max Value
Unit TextBox supporting a double value.
The unit type is set to length (DUT_DECIMAL_FEET).
This value is stored in DUT_DECIMAL_FEET.
This value is initialized via the constructor to 100.0 DUT_DECIMAL_FEET.
The maximal value is set to 100 DUT_METERS.
Double Min Value
Unit TextBox supporting a double value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
This value is initialized via the constructor to 15.0 DUT_METERS.
The minimal value is set to 10 DUT_METERS.
CheckBox Checked
CheckBox with the default value set to Checked.
Boolean
TextBox supporting a boolean.
This value is initialized via the constructor to true.
Guid
This value is initialized via the constructor to {00000000-0000-0000-0000-000000000000}.
Integer16
TextBox supporting an integer value(int16).
This value is initialized via the constructor to 2.
ElementId
TextBox supporting an ElementId.
This value is initialized to the active element.
UV
TextBox supporting a UV value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
This value is initialized via the constructor to (5, 5) DUT_METERS.
On the UI the format is (U,V)
Revit project unit formatting won't be appled on the UI (use UnitTextBox to achieve this).
XYZ
TextBox supporting a XYZ value.
The unit type is set to length (DUT_METERS).
This value is stored in DUT_METERS.
This value is initialized via the constructor to (5, 5, 5) DUT_METERS.
On the UI the format is (X,Y,Z)
Revit project unit formatting won't be appled on the UI (use XYZTextBox to achieve this).
Default TextBox
Unit TextBox
XYZ
CheckedList supporting XYZ values.
This CheckedList is filled using "DataSourceXYZList" data source.
"DataSourceUVList" is based on uvList values {(1, 1),(2, 2), (3, 3)}.
Boolean
CheckedList supporting boolean values.
This CheckedList is filled using "DataSourceBoolList" data source.
"DataSourceBoolList" is based on boolList values {true,false}.
Guid
CheckedList supporting boolean values.
This CheckedList is filled using "DataSourceGuidList" data source.
"DataSourceGuidList" is based on guidList values {"6AED35BD-9143-4AAB-B568-7FC69C946824"), ("F6F9D635-6AF3-4336-9D52-E734DFA9F97E"), ("E72993A5-CDFE-4501-9A34-D3A6DA407CD6") }
Integer16
CheckedList supporting int16 values.
This CheckedList is filled using "DataSourceInt16List" data source.
"DataSourceInt16List" is based on int16List values {1,2,3,4}.
Integer32
CheckedList supporting int32 values.
This CheckedList is filled using "DataSourceInt32List" data source.
"DataSourceInt32List" is based on int32List values {1,2,3,4}.
UV
CheckedList supporting UV values.
This CheckedList is filled using "DataSourceUVList" data source.
"DataSourceUVList" is based on uvList values {(1, 1),(2, 2), (3, 3)}.
Boolean
ComboBox supporting bool values.
This comboBox is filled using "DataSourceBoolList" data source.
"DataSourceBoolList" is based on boolList values {true,false}.
Text Not Localized
EnumControl supporting strings values presented as ComboBox.
This comboBox is filled using AnEnumNotLocalized.
Strings associated to [Item1,Item2,Item3] are not part of the resources file.
On the UI are visible strings "Item1","Item2","Item3".
Enum field is stored as integer with defined enumerator values.
Guid
ComboBox supporting guid values.
This comboBox is filled using "DataSourceGuidList" data source.
"DataSourceGuidList" is based on guidList values {"6AED35BD-9143-4AAB-B568-7FC69C946824"),"F6F9D635-6AF3-4336-9D52-E734DFA9F97E", "E72993A5-CDFE-4501-9A34-D3A6DA407CD6" ;.
Integer16
ComboBox supporting int16 values.
This comboBox is filled using "DataSourceInt16List" data source.
"DataSourceInt16List" is based on int16List values {1,2,3,4}.
Integer32
ComboBox supporting int32 values.
This comboBox is filled using "DataSourceInt32List" data source.
"DataSourceInt32List" is based on int32List values {1,2,3,4}.
Rebar Type
ComboBox supporting Rebar type values.
This Element ComboBox is filled using "DataSourceRebarList" data source.
"DataSourceRebarList" is the list of Rebars from current document.
UV
ComboBox supporting UV values.
This comboBox is filled using "DataSourceUVList" data source.
"DataSourceUVList" is based on uvList values {(1,1),(2,2),(3,3)}.
XYZ
ComboBox supporting XYZ values.
This comboBox is filled using "DataSourceXYZList" data source.
"DataSourceXYZList" is based on xyzList values {(1,1,1),(2,2,2),(3,3,3)}.
ElementId
ComboBox supporting ElementId values.
Selected index value is stored as ElementId.
This comboBox is filled using "DataSourceElementIdList" data source.
"DataSourceElementIdList" is the list of ElementID for the first five rebars form the current document
Unit Double
Unit Double (inline)
Unit ComboBox supporting double values.
The unit type is set to length (DUT_METERS).
Selected index value is stored in DUT_METERS.
This comboBox is filled inline using {5,10,15,20}
Unit ComboBox supporting double values.
The unit type is set to length (DUT_METERS).
Selected index value is stored in DUT_METERS.
This comboBox is filled using "DataSourceDoubleList" data source.
"DataSourceDoubleList" is based on doubleList values {10.0, 20.0, 30.0, 40.0}.
Image and Text not Localized
EnumControl supporting images and text presented as OptionList(List).
Uri for associated images are returned by the GetResourceImage(string key) function.
Text are coming from the not transalted enum
Boolean
TextBox supporting a list of boolean values
The separator is ";" character.
These values are initialized via the constructor to {true,false}.
Double
TextBox supporting a list of ElementId values
The separator is ";" character.
These values are initialized via the constructor with the first 5 rebar type Elementd from project.
TextBox supporting a list of double values
The separator is ";" character.
These values are initialized via the constructor to {10,20,30}.
ElementId
Guid
TextBox supporting a list of Guid values
The separator is ";" character.
These values are initialized via the constructor to {("6AED35BD-9143-4AAB-B568-7FC69C946824"),("F6F9D635-6AF3-4336-9D52-E734DFA9F97E"), ("E72993A5-CDFE-4501-9A34-D3A6DA407CD6")}.
Integer16
TextBox supporting a list of int16 values
The separator is ";" character.
These values are initialized via the constructor to {1,2,3}.
Integer32
TextBox supporting a list of int32 values
The separator is ";" character.
These values are initialized via the constructor to {1,2,3}.
UV
TextBox supporting a list of UV values
The separator is ";" character.
These values are initialized via the constructor to {UV(1,1),UV(2,2)}.
XYZ
TextBox supporting a list of XYZ values
The separator is ";" character.
These values are initialized via the constructor to {XYZ(1,1,1),XYZ(2,2,2)}.
Double Max Items
Unit TextBox supporting a list of double value
The separator is ";" character.
Number of items is limited to 5;
The unit type is set to length (DUT_METERS).
These values are stored in DUT_METERS.
These values are initialized via the constructor to {10.0, 20.0,30.0,40.0,50.0} DUT_METERS.
Double Max Value
Unit TextBox supporting a list of double value
The separator is ";" character.
The unit type is set to length (DUT_METERS).
These values are stored in DUT_METERS.
These values should be lower than 100 in DUT_METERS.
These values are initialized via the constructor to {10.0, 20.0} DUT_METERS.
Double Min Items
Unit TextBox supporting a list of double value
The separator is ";" character.
Number of items should be superior to 2;
The unit type is set to length (DUT_METERS).
These values are stored in DUT_METERS.
These values are initialized via the constructor to {10.0, 20.0} DUT_METERS.
Double Min Value
Unit TextBox supporting a list of double value
The separator is ";" character.
Number of items should be superior to 2;
The unit type is set to length (DUT_METERS).
These values are stored in DUT_METERS.
These values are initialized via the constructor to {10.0, 20.0} DUT_METERS.
Image
Image and Text
EnumControl supporting strings values and images presented as OptionList(RadioButton).
Strings associated to AnEnumLocalized.Choice1, AnEnumLocalized.Choice2, AnEnumLocalized.Choice3 are part of the resources file.
On the UI are visible strings "This is my choice 1","This is my choice 2","This is my choice 3"
Enum field is stored as integer with default enumerator values.
Uri for associated images are returned by the GetResourceImage(string key) function.
EnumControl supporting images presented as OptionList(RadioButton).
Uri for associated images are returned by the GetResourceImage(string key) function.
Text
EnumControl supporting strings values presented as OptionList(RadioButton).
Strings associated to [Choice1,Choice2,Choice3] are part of the resources file.
On the UI are visible strings "This is my choice 1","This is my choice 2","This is my choice 3"
Enum field is stored as integer with default enumerator values.
Boolean
Grid CheckBox supporting a boolean.
Bool
Grid ComboBox supporting boolean values.
ComboBox is filled using "DataSourceBoolList" data source.
Default value is set to true.
Double
Grid ComboBox supporting some double values.
ComboBox is filled using "ComboBoxDouble" data source [10,20,30,40].
Guid
Grid ComboBox supporting guid values.
ComboBox is filled using "DataSourceGuidList" data source.
Default value is set using GUIDDefaultValueProvider
Integer16
Grid ComboBox supporting integer16 values.
ComboBox is filled using "DataSourceInt16List" data source.
Default value is set using Int16DefaultValueProvider
Integer32
Grid ComboBox supporting integer32 values.
ComboBox is filled using "DataSourceInt32List" data source.
Default value is set to 1.
String
Grid ComboBox supporting string values.
ComboBox is filled using "DataSourceStringList" data source.
Default value is set to "Choice 1".
UV
Grid ComboBox supporting UV values.
ComboBox is filled using "DataSourceUVList" data source.
Default value is set using UVDefaultValueProvider
XYZ
Grid ComboBox supporting some XYZ values.
ComboBox is filled using "DataSourceXYZList" data source.
Default value is set using XYZDefaultValueProvider
Image
Text and Image
Grid Enum ComboBox supporting image and text.
Default value is set to Choice 1
Grid Enum ComboBox supporting image.
Default value is set to Choice 3
Text
Grid Enum ComboBox supporting text.
Default value is set to Choice 2
Image
Text and Image
Grid Enum OptionList supporting image and text.
Default value is set to Choice 1
Grid Enum OptionList supporting image.
Default value is set to Choice 3
Text
Grid Enum OptionList supporting text.
Default value is set to Choice 2
Image
Text and Image
Grid Enum ToggleButton supporting image and text.
Default value is set to Choice 1
Grid Enum ToggleButton supporting image.
Default value is set to Choice 3
Text
Grid Enum ToggleButton supporting text.
Default value is set to Choice 2
ComboBox String
Grid Key ComboBox supporting a key defined as a string and a value defined as string.
ComboBox is filled using "ComboBoxString" data source (Choice 1,Choice 2,Choice 3, Choice 4).
TextBox String
String Double
Grid Key TextBox supporting a key defined as string and a value defined as double.
Default value is set to 10. Default key is set to 1 and will be incremented after each addition.
Key are ckecked and validate on runtime to avoid duplication.
Grid Key TextBox supporting a key defined as string and value defined as string.
Default value is set to "Choice 1" .
Default key is set to 1 and will be incremented after each addition. Key are ckecked and validate on runtime to avoid duplication.
String Unit Double
Grid Key TextBox supporting a key defined as string and value defined as double, the unit type is set to length (meters).
Default value is set to 10.0 .
Default key is set to 1 and will be incremented after each addition.
Boolean
Grid TextBox supporting a value defined as boolean.
Boolean is set to true per default.
Double
Grid TextBox supporting a value defined as double.
Guid
Grid TextBox supporting a value defined as guid.
Default guid is provided by the GUIDDefaultValueProvider
Integer16
Grid TextBox supporting a value defined as integer16.
Default integer is provided by the IntDefaultValueProvider (2).
Integer32
Grid TextBox supporting a value defined as integer32.
Integer is set to 5 per default.
String
Grid TextBox supporting a value defined as string.
String is set to "Choice 1" per default.
UV
Grid TextBox supporting a value defined as UV.
Default UV is provided by the UVDefaultValueProvider (1,1).
XYZ
XYZ locked
Grid TextBox supporting a value defined as XYZ.
Default values are for the first point 1 (1,1,1) and for the point 2 (2,2,2).
Point 1 and 2 are defined on the constructor.
Grid TextBox supporting a value defined as XYZ.
Default XYZ is provided by the XYZDefaultValueProvider (1,1,1).
Double
Grid TextBox supporting a value defined as double.
Default value is set to 10.0.
XYZ
Grid TextBox supporting a value defined as XYZ.
Default XYZ is provided by the XYZDefaultValueProvider (1,1,1).
something
Double
Double not serialized
Dictionary
Dictionary of schemas
Show a Dictionary schema embedded
Dictionary of schemas embedded on an additional dialog launch by clicking the ellipse button
Embedded
List
List of schemas
Show a list schema embedded
List of schemas embedded on an additional dialog launch by clicking the ellipse button
Simple
Schema
Show a schema embedded
Schema embedded on an additional dialog launch by clicking the ellipse button