summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSMacOSX/PreferencePane/English.lproj/DNSServiceDiscoveryPref.nib/classes.nib
blob: 58c1f3e5dfb0eb70b3675a1e6e6e8a630298f2ff (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
    IBClasses = (
        {
            ACTIONS = {
                addBrowseDomainClicked = id; 
                applyClicked = id; 
                changeButtonPressed = id; 
                closeMyCustomSheet = id; 
                comboAction = id; 
                enableBrowseDomainClicked = id; 
                removeBrowseDomainClicked = id; 
                revertClicked = id; 
                wideAreaCheckBoxChanged = id; 
            }; 
            CLASS = DNSServiceDiscoveryPref; 
            LANGUAGE = ObjC; 
            OUTLETS = {
                addBrowseDomainButton = NSButton; 
                addBrowseDomainWindow = NSWindow; 
                applyButton = NSButton; 
                browseCancelButton = NSButton; 
                browseDomainList = NSTableView; 
                browseDomainsComboBox = NSComboBox; 
                browseOKButton = NSButton; 
                comboAuthButton = SFAuthorizationView; 
                hostName = NSTextField; 
                hostNameSharedSecretButton = NSButton; 
                regDomainsComboBox = NSComboBox; 
                registrationSharedSecretButton = NSButton; 
                removeBrowseDomainButton = NSButton; 
                revertButton = NSButton; 
                secretCancelButton = NSButton; 
                secretOKButton = NSButton; 
                sharedSecretName = NSTextField; 
                sharedSecretValue = NSSecureTextField; 
                sharedSecretWindow = NSWindow; 
                statusImageView = NSImageView; 
                tabView = NSTabView; 
                wideAreaCheckBox = NSButton; 
            }; 
            SUPERCLASS = NSPreferencePane; 
        }, 
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
        {
            CLASS = NSPreferencePane; 
            LANGUAGE = ObjC; 
            OUTLETS = {
                "_firstKeyView" = id; 
                "_initialKeyView" = id; 
                "_lastKeyView" = id; 
                "_window" = id; 
            }; 
            SUPERCLASS = NSObject; 
        }, 
        {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, 
        {CLASS = SFAuthorizationView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
    ); 
    IBVersion = 1; 
}