// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: mediapipe/modules/face_geometry/protos/geometry_pipeline_metadata.proto // #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace Mediapipe.FaceGeometry { /// Holder for reflection information generated from mediapipe/modules/face_geometry/protos/geometry_pipeline_metadata.proto public static partial class GeometryPipelineMetadataReflection { #region Descriptor /// File descriptor for mediapipe/modules/face_geometry/protos/geometry_pipeline_metadata.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GeometryPipelineMetadataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CkdtZWRpYXBpcGUvbW9kdWxlcy9mYWNlX2dlb21ldHJ5L3Byb3Rvcy9nZW9t", "ZXRyeV9waXBlbGluZV9tZXRhZGF0YS5wcm90bxIXbWVkaWFwaXBlLmZhY2Vf", "Z2VvbWV0cnkaNG1lZGlhcGlwZS9tb2R1bGVzL2ZhY2VfZ2VvbWV0cnkvcHJv", "dG9zL21lc2hfM2QucHJvdG8iOgoTV2VpZ2h0ZWRMYW5kbWFya1JlZhITCgts", "YW5kbWFya19pZBgBIAEoDRIOCgZ3ZWlnaHQYAiABKAIi4AEKGEdlb21ldHJ5", "UGlwZWxpbmVNZXRhZGF0YRI6CgxpbnB1dF9zb3VyY2UYAyABKA4yJC5tZWRp", "YXBpcGUuZmFjZV9nZW9tZXRyeS5JbnB1dFNvdXJjZRI3Cg5jYW5vbmljYWxf", "bWVzaBgBIAEoCzIfLm1lZGlhcGlwZS5mYWNlX2dlb21ldHJ5Lk1lc2gzZBJP", "Chlwcm9jcnVzdGVzX2xhbmRtYXJrX2Jhc2lzGAIgAygLMiwubWVkaWFwaXBl", "LmZhY2VfZ2VvbWV0cnkuV2VpZ2h0ZWRMYW5kbWFya1JlZipTCgtJbnB1dFNv", "dXJjZRILCgdERUZBVUxUEAASGgoWRkFDRV9MQU5ETUFSS19QSVBFTElORRAB", "EhsKF0ZBQ0VfREVURUNUSU9OX1BJUEVMSU5FEAJCSgopY29tLmdvb2dsZS5t", "ZWRpYXBpcGUubW9kdWxlcy5mYWNlZ2VvbWV0cnlCHUdlb21ldHJ5UGlwZWxp", "bmVNZXRhZGF0YVByb3Rv")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Mediapipe.FaceGeometry.Mesh3DReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Mediapipe.FaceGeometry.InputSource), }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Mediapipe.FaceGeometry.WeightedLandmarkRef), global::Mediapipe.FaceGeometry.WeightedLandmarkRef.Parser, new[]{ "LandmarkId", "Weight" }, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Mediapipe.FaceGeometry.GeometryPipelineMetadata), global::Mediapipe.FaceGeometry.GeometryPipelineMetadata.Parser, new[]{ "InputSource", "CanonicalMesh", "ProcrustesLandmarkBasis" }, null, null, null, null) })); } #endregion } #region Enums public enum InputSource { /// /// FACE_LANDMARK_PIPELINE /// [pbr::OriginalName("DEFAULT")] Default = 0, [pbr::OriginalName("FACE_LANDMARK_PIPELINE")] FaceLandmarkPipeline = 1, [pbr::OriginalName("FACE_DETECTION_PIPELINE")] FaceDetectionPipeline = 2, } #endregion #region Messages public sealed partial class WeightedLandmarkRef : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new WeightedLandmarkRef()); private pb::UnknownFieldSet _unknownFields; private int _hasBits0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::Mediapipe.FaceGeometry.GeometryPipelineMetadataReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WeightedLandmarkRef() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WeightedLandmarkRef(WeightedLandmarkRef other) : this() { _hasBits0 = other._hasBits0; landmarkId_ = other.landmarkId_; weight_ = other.weight_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WeightedLandmarkRef Clone() { return new WeightedLandmarkRef(this); } /// Field number for the "landmark_id" field. public const int LandmarkIdFieldNumber = 1; private readonly static uint LandmarkIdDefaultValue = 0; private uint landmarkId_; /// /// Defines the landmark ID. References an existing face landmark ID. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LandmarkId { get { if ((_hasBits0 & 1) != 0) { return landmarkId_; } else { return LandmarkIdDefaultValue; } } set { _hasBits0 |= 1; landmarkId_ = value; } } /// Gets whether the "landmark_id" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasLandmarkId { get { return (_hasBits0 & 1) != 0; } } /// Clears the value of the "landmark_id" field [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearLandmarkId() { _hasBits0 &= ~1; } /// Field number for the "weight" field. public const int WeightFieldNumber = 2; private readonly static float WeightDefaultValue = 0F; private float weight_; /// /// Defines the landmark weight. The larger the weight the more influence this /// landmark has in the basis. /// /// Is positive. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public float Weight { get { if ((_hasBits0 & 2) != 0) { return weight_; } else { return WeightDefaultValue; } } set { _hasBits0 |= 2; weight_ = value; } } /// Gets whether the "weight" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasWeight { get { return (_hasBits0 & 2) != 0; } } /// Clears the value of the "weight" field [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearWeight() { _hasBits0 &= ~2; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as WeightedLandmarkRef); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(WeightedLandmarkRef other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (LandmarkId != other.LandmarkId) return false; if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Weight, other.Weight)) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (HasLandmarkId) hash ^= LandmarkId.GetHashCode(); if (HasWeight) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Weight); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (HasLandmarkId) { output.WriteRawTag(8); output.WriteUInt32(LandmarkId); } if (HasWeight) { output.WriteRawTag(21); output.WriteFloat(Weight); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (HasLandmarkId) { output.WriteRawTag(8); output.WriteUInt32(LandmarkId); } if (HasWeight) { output.WriteRawTag(21); output.WriteFloat(Weight); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (HasLandmarkId) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LandmarkId); } if (HasWeight) { size += 1 + 4; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(WeightedLandmarkRef other) { if (other == null) { return; } if (other.HasLandmarkId) { LandmarkId = other.LandmarkId; } if (other.HasWeight) { Weight = other.Weight; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { LandmarkId = input.ReadUInt32(); break; } case 21: { Weight = input.ReadFloat(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { LandmarkId = input.ReadUInt32(); break; } case 21: { Weight = input.ReadFloat(); break; } } } } #endif } /// /// Next field ID: 4 /// public sealed partial class GeometryPipelineMetadata : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GeometryPipelineMetadata()); private pb::UnknownFieldSet _unknownFields; private int _hasBits0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::Mediapipe.FaceGeometry.GeometryPipelineMetadataReflection.Descriptor.MessageTypes[1]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GeometryPipelineMetadata() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GeometryPipelineMetadata(GeometryPipelineMetadata other) : this() { _hasBits0 = other._hasBits0; inputSource_ = other.inputSource_; canonicalMesh_ = other.canonicalMesh_ != null ? other.canonicalMesh_.Clone() : null; procrustesLandmarkBasis_ = other.procrustesLandmarkBasis_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GeometryPipelineMetadata Clone() { return new GeometryPipelineMetadata(this); } /// Field number for the "input_source" field. public const int InputSourceFieldNumber = 3; private readonly static global::Mediapipe.FaceGeometry.InputSource InputSourceDefaultValue = global::Mediapipe.FaceGeometry.InputSource.Default; private global::Mediapipe.FaceGeometry.InputSource inputSource_; /// /// Defines the source of the input landmarks to let the underlying geometry /// pipeline to adjust in order to produce the best results. /// /// Face landmark pipeline is expected to produce 3D landmarks with relative Z /// coordinate, which is scaled as the X coordinate assuming the weak /// perspective projection camera model. /// /// Face landmark pipeline is expected to produce 2D landmarks with Z /// coordinate being equal to 0. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Mediapipe.FaceGeometry.InputSource InputSource { get { if ((_hasBits0 & 1) != 0) { return inputSource_; } else { return InputSourceDefaultValue; } } set { _hasBits0 |= 1; inputSource_ = value; } } /// Gets whether the "input_source" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasInputSource { get { return (_hasBits0 & 1) != 0; } } /// Clears the value of the "input_source" field [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearInputSource() { _hasBits0 &= ~1; } /// Field number for the "canonical_mesh" field. public const int CanonicalMeshFieldNumber = 1; private global::Mediapipe.FaceGeometry.Mesh3d canonicalMesh_; /// /// Defines a mesh surface for a canonical face. The canonical face mesh vertex /// IDs are the same as the face landmark IDs. /// /// XYZ coordinates are defined in centimeter units. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Mediapipe.FaceGeometry.Mesh3d CanonicalMesh { get { return canonicalMesh_; } set { canonicalMesh_ = value; } } /// Field number for the "procrustes_landmark_basis" field. public const int ProcrustesLandmarkBasisFieldNumber = 2; private static readonly pb::FieldCodec _repeated_procrustesLandmarkBasis_codec = pb::FieldCodec.ForMessage(18, global::Mediapipe.FaceGeometry.WeightedLandmarkRef.Parser); private readonly pbc::RepeatedField procrustesLandmarkBasis_ = new pbc::RepeatedField(); /// /// Defines a weighted landmark basis for running the Procrustes solver /// algorithm inside the geometry pipeline. /// /// A good basis sets face landmark weights in way to distinguish a head pose /// change from a facial expression change and to only respond to the former. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField ProcrustesLandmarkBasis { get { return procrustesLandmarkBasis_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GeometryPipelineMetadata); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GeometryPipelineMetadata other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (InputSource != other.InputSource) return false; if (!object.Equals(CanonicalMesh, other.CanonicalMesh)) return false; if(!procrustesLandmarkBasis_.Equals(other.procrustesLandmarkBasis_)) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (HasInputSource) hash ^= InputSource.GetHashCode(); if (canonicalMesh_ != null) hash ^= CanonicalMesh.GetHashCode(); hash ^= procrustesLandmarkBasis_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (canonicalMesh_ != null) { output.WriteRawTag(10); output.WriteMessage(CanonicalMesh); } procrustesLandmarkBasis_.WriteTo(output, _repeated_procrustesLandmarkBasis_codec); if (HasInputSource) { output.WriteRawTag(24); output.WriteEnum((int) InputSource); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (canonicalMesh_ != null) { output.WriteRawTag(10); output.WriteMessage(CanonicalMesh); } procrustesLandmarkBasis_.WriteTo(ref output, _repeated_procrustesLandmarkBasis_codec); if (HasInputSource) { output.WriteRawTag(24); output.WriteEnum((int) InputSource); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (HasInputSource) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) InputSource); } if (canonicalMesh_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CanonicalMesh); } size += procrustesLandmarkBasis_.CalculateSize(_repeated_procrustesLandmarkBasis_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GeometryPipelineMetadata other) { if (other == null) { return; } if (other.HasInputSource) { InputSource = other.InputSource; } if (other.canonicalMesh_ != null) { if (canonicalMesh_ == null) { CanonicalMesh = new global::Mediapipe.FaceGeometry.Mesh3d(); } CanonicalMesh.MergeFrom(other.CanonicalMesh); } procrustesLandmarkBasis_.Add(other.procrustesLandmarkBasis_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: { if (canonicalMesh_ == null) { CanonicalMesh = new global::Mediapipe.FaceGeometry.Mesh3d(); } input.ReadMessage(CanonicalMesh); break; } case 18: { procrustesLandmarkBasis_.AddEntriesFrom(input, _repeated_procrustesLandmarkBasis_codec); break; } case 24: { InputSource = (global::Mediapipe.FaceGeometry.InputSource) input.ReadEnum(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 10: { if (canonicalMesh_ == null) { CanonicalMesh = new global::Mediapipe.FaceGeometry.Mesh3d(); } input.ReadMessage(CanonicalMesh); break; } case 18: { procrustesLandmarkBasis_.AddEntriesFrom(ref input, _repeated_procrustesLandmarkBasis_codec); break; } case 24: { InputSource = (global::Mediapipe.FaceGeometry.InputSource) input.ReadEnum(); break; } } } } #endif } #endregion } #endregion Designer generated code