~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/samples/macdoc/AppleDocMergeWindow.designer.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// WARNING
 
2
//
 
3
// This file has been generated automatically by MonoDevelop to store outlets and
 
4
// actions made in the Xcode designer. If it is removed, they will be lost.
 
5
// Manual changes to this file may not be handled correctly.
 
6
//
 
7
using MonoMac.Foundation;
 
8
 
 
9
namespace macdoc
 
10
{
 
11
        [Register ("AppleDocMergeWindowController")]
 
12
        partial class AppleDocMergeWindowController
 
13
        {
 
14
                [Outlet]
 
15
                MonoMac.AppKit.NSProgressIndicator ProgressWidget { get; set; }
 
16
 
 
17
                [Outlet]
 
18
                MonoMac.AppKit.NSTextField WizardText { get; set; }
 
19
 
 
20
                [Outlet]
 
21
                MonoMac.AppKit.NSButton WizardButton { get; set; }
 
22
                
 
23
                void ReleaseDesignerOutlets ()
 
24
                {
 
25
                        if (ProgressWidget != null) {
 
26
                                ProgressWidget.Dispose ();
 
27
                                ProgressWidget = null;
 
28
                        }
 
29
 
 
30
                        if (WizardText != null) {
 
31
                                WizardText.Dispose ();
 
32
                                WizardText = null;
 
33
                        }
 
34
 
 
35
                        if (WizardButton != null) {
 
36
                                WizardButton.Dispose ();
 
37
                                WizardButton = null;
 
38
                        }
 
39
                }
 
40
        }
 
41
 
 
42
        [Register ("AppleDocMergeWindow")]
 
43
        partial class AppleDocMergeWindow
 
44
        {
 
45
                
 
46
                void ReleaseDesignerOutlets ()
 
47
                {
 
48
                }
 
49
        }
 
50
}