//------------------------------------------------------------------------------ // Copyright (C) 2008 Invensys Systems Inc. All rights reserved. // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. //------------------------------------------------------------------------------ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; namespace ArchestrA.Toolkit.Watchdog { [Guid("146f620e-19d6-43b6-80b9-e9cdfcb383e8")] [ProgId("ArchestrA.WatchDog.1")] public partial class WatchdogEditor : ArchestraEditorFramework.aaBaseEditorForm { public WatchdogEditor() { this.Dictionary = "ArchestrA:WatchDog1.aaDCT"; // This call is required by the Windows Form Designer. InitializeComponent(); // TODO: Add any initialization after the InitializeComponent call } } }