blob: 38429950cfa216d2bf8d0d0bbba930a81bc593fd (
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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
AudioPopUpChanged = id;
BrowseDVD = id;
BrowseFile = id;
Cancel = id;
ClosePanel = id;
NextPicture = id;
PreviousPicture = id;
Resume = id;
Rip = id;
Scan = id;
ScanMatrixChanged = id;
ShowPicturePanel = id;
Suspend = id;
TitlePopUpChanged = id;
UpdatePicture = id;
VideoMatrixChanged = id;
};
CLASS = HBController;
LANGUAGE = ObjC;
OUTLETS = {
fAudioBitratePopUp = NSPopUpButton;
fAudioCodecPopUp = NSPopUpButton;
fBottomField = NSTextField;
fBottomStepper = NSStepper;
fCropButton = NSButton;
fCustomBitrateField = NSTextField;
fDVDFolderField = NSTextField;
fDVDPopUp = NSPopUpButton;
fDeinterlaceCheck = NSButton;
fDonePanel = NSPanel;
fFileBrowseButton = NSButton;
fFileField = NSTextField;
fFileFormatPopUp = NSPopUpButton;
fInfoField = NSTextField;
fLanguagePopUp = NSPopUpButton;
fLeftField = NSTextField;
fLeftStepper = NSStepper;
fPictureGLView = HBPictureGLView;
fPicturePanel = NSPanel;
fRightField = NSTextField;
fRightStepper = NSStepper;
fRipButton = NSButton;
fRipInfoField = NSTextField;
fRipProgress = NSProgressIndicator;
fRipStatusField = NSTextField;
fRipView = NSView;
fScanBrowseButton = NSButton;
fScanButton = NSButton;
fScanMatrix = NSMatrix;
fScanProgress = NSProgressIndicator;
fScanStatusField = NSTextField;
fScanView = NSView;
fSecondaryLanguagePopUp = NSPopUpButton;
fSuspendButton = NSButton;
fTargetSizeField = HBTargetSizeField;
fTempView = NSView;
fTitlePopUp = NSPopUpButton;
fTopField = NSTextField;
fTopStepper = NSStepper;
fTwoPassCheck = NSButton;
fVideoCodecPopUp = NSPopUpButton;
fVideoMatrix = NSMatrix;
fWidthField = NSTextField;
fWidthStepper = NSStepper;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{CLASS = HBPictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; },
{
CLASS = HBTargetSizeField;
LANGUAGE = ObjC;
OUTLETS = {
fAudioBitratePopUp = NSPopUpButton;
fBitrateField = NSTextField;
fSecondaryLanguagePopUp = NSPopUpButton;
};
SUPERCLASS = NSTextField;
},
{CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; }
);
IBVersion = 1;
}
|