aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.MachineEM.UI/Properties/Settings.Designer.cs
blob: 0655a907c5c6c1f3f36f7b2961ee3867f6bc583e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Tango.MachineEM.UI.Properties {
    
    
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")]
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
        
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
        
        public static Settings Default {
            get {
                return defaultInstance;
            }
        }
    }
}
ST__INIT; *message = init_value; } size_t progress_request__get_packed_size (const ProgressRequest *message) { assert(message->base.descriptor == &progress_request__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t progress_request__pack (const ProgressRequest *message, uint8_t *out) { assert(message->base.descriptor == &progress_request__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t progress_request__pack_to_buffer (const ProgressRequest *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &progress_request__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } ProgressRequest * progress_request__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (ProgressRequest *) protobuf_c_message_unpack (&progress_request__descriptor, allocator, len, data); } void progress_request__free_unpacked (ProgressRequest *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &progress_request__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } static const ProtobufCFieldDescriptor progress_request__field_descriptors[2] = { { "Amount", 1, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_INT32, offsetof(ProgressRequest, has_amount), offsetof(ProgressRequest, amount), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "Delay", 2, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_INT32, offsetof(ProgressRequest, has_delay), offsetof(ProgressRequest, delay), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned progress_request__field_indices_by_name[] = { 0, /* field[0] = Amount */ 1, /* field[1] = Delay */ }; static const ProtobufCIntRange progress_request__number_ranges[1 + 1] = { { 1, 0 }, { 0, 2 } }; const ProtobufCMessageDescriptor progress_request__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "ProgressRequest", "ProgressRequest", "ProgressRequest", "", sizeof(ProgressRequest), 2, progress_request__field_descriptors, progress_request__field_indices_by_name, 1, progress_request__number_ranges, (ProtobufCMessageInit) progress_request__init, NULL,NULL,NULL /* reserved[123] */ };