OSDN Git Service

Merge the 0.8.0_mpeg4ip branch into the trunk
[handbrake-jp/handbrake-jp-git.git] / macosx / English.lproj / MainMenu.nib / classes.nib
1 {
2     IBClasses = (
3         {
4             ACTIONS = {
5                 AddToQueue = id; 
6                 BrowseFile = id; 
7                 CalculateBitrate = id; 
8                 Cancel = id; 
9                 ChapterPopUpChanged = id; 
10                 CodecsPopUpChanged = id; 
11                 EnableQueue = id; 
12                 EncoderPopUpChanged = id; 
13                 FormatPopUpChanged = id; 
14                 OpenForums = id; 
15                 OpenHomepage = id; 
16                 Pause = id; 
17                 QualitySliderChanged = id; 
18                 Rip = id; 
19                 ShowPicturePanel = id; 
20                 ShowQueuePanel = id; 
21                 ShowScanPanel = id; 
22                 TitlePopUpChanged = id; 
23                 VideoMatrixChanged = id; 
24             }; 
25             CLASS = HBController; 
26             LANGUAGE = ObjC; 
27             OUTLETS = {
28                 fAddToQuButton = NSButton; 
29                 fAudBitrateField = NSTextField; 
30                 fAudBitratePopUp = NSPopUpButton; 
31                 fAudLang1Field = NSTextField; 
32                 fAudLang1PopUp = NSPopUpButton; 
33                 fAudLang2Field = NSTextField; 
34                 fAudLang2PopUp = NSPopUpButton; 
35                 fAudRateField = NSTextField; 
36                 fAudRatePopUp = NSPopUpButton; 
37                 fDstBrowseButton = NSButton; 
38                 fDstCodecsField = NSTextField; 
39                 fDstCodecsPopUp = NSPopUpButton; 
40                 fDstFile1Field = NSTextField; 
41                 fDstFile2Field = NSTextField; 
42                 fDstFormatField = NSTextField; 
43                 fDstFormatPopUp = NSPopUpButton; 
44                 fPauseButton = NSButton; 
45                 fPicLabelAnamorphic = NSTextField; 
46                 fPicLabelAr = NSTextField; 
47                 fPicLabelDeinter = NSTextField; 
48                 fPicLabelOutp = NSTextField; 
49                 fPicLabelOutputX = NSTextField; 
50                 fPicLabelPAROutp = NSTextField; 
51                 fPicLabelPAROutputX = NSTextField; 
52                 fPicLabelSettings = NSTextField; 
53                 fPicLabelSrc = NSTextField; 
54                 fPicLabelSrcX = NSTextField; 
55                 fPicSettingARkeep = NSTextField; 
56                 fPicSettingARkeepDsply = NSTextField; 
57                 fPicSettingDeinterlace = NSTextField; 
58                 fPicSettingDeinterlaceDsply = NSTextField; 
59                 fPicSettingHeight = NSTextField; 
60                 fPicSettingPAR = NSTextField; 
61                 fPicSettingPARDsply = NSTextField; 
62                 fPicSettingPARHeight = NSTextField; 
63                 fPicSettingPARWidth = NSTextField; 
64                 fPicSettingWidth = NSTextField; 
65                 fPicSrcHeight = NSTextField; 
66                 fPicSrcWidth = NSTextField; 
67                 fPictureButton = NSButton; 
68                 fPictureController = PictureController; 
69                 fPicturePanel = NSPanel; 
70                 fQueueAddButton = NSButton; 
71                 fQueueCheck = NSButton; 
72                 fQueueController = QueueController; 
73                 fQueuePanel = NSPanel; 
74                 fQueueShowButton = NSButton; 
75                 fRipButton = NSButton; 
76                 fRipIndicator = NSProgressIndicator; 
77                 fScanController = ScanController; 
78                 fScanPanel = NSPanel; 
79                 fShowQuButton = NSButton; 
80                 fSrcChapterEndPopUp = NSPopUpButton; 
81                 fSrcChapterField = NSTextField; 
82                 fSrcChapterStartPopUp = NSPopUpButton; 
83                 fSrcChapterToField = NSTextField; 
84                 fSrcDVD1Field = NSTextField; 
85                 fSrcDVD2Field = NSTextField; 
86                 fSrcDuration1Field = NSTextField; 
87                 fSrcDuration2Field = NSTextField; 
88                 fSrcTitleField = NSTextField; 
89                 fSrcTitlePopUp = NSPopUpButton; 
90                 fStatusField = NSTextField; 
91                 fSubField = NSTextField; 
92                 fSubPopUp = NSPopUpButton; 
93                 fVidBitrateCell = NSButtonCell; 
94                 fVidBitrateField = NSTextField; 
95                 fVidConstantCell = NSButtonCell; 
96                 fVidEncoderField = NSTextField; 
97                 fVidEncoderPopUp = NSPopUpButton; 
98                 fVidGrayscaleCheck = NSButton; 
99                 fVidQualityField = NSTextField; 
100                 fVidQualityMatrix = NSMatrix; 
101                 fVidQualitySlider = NSSlider; 
102                 fVidRateField = NSTextField; 
103                 fVidRatePopUp = NSPopUpButton; 
104                 fVidTargetCell = NSButtonCell; 
105                 fVidTargetSizeField = NSTextField; 
106                 fVidTwoPassCheck = NSButton; 
107                 fWindow = NSWindow; 
108             }; 
109             SUPERCLASS = NSObject; 
110         }, 
111         {CLASS = HBPictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; }, 
112         {
113             CLASS = HBTargetSizeField; 
114             LANGUAGE = ObjC; 
115             OUTLETS = {
116                 fRipAudBitPopUp = NSPopUpButton; 
117                 fRipCustomField = NSTextField; 
118                 fRipFormatPopUp = NSPopUpButton; 
119                 fRipLang2PopUp = NSPopUpButton; 
120             }; 
121             SUPERCLASS = NSTextField; 
122         }, 
123         {
124             ACTIONS = {
125                 ClosePanel = id; 
126                 NextPicture = id; 
127                 PreviousPicture = id; 
128                 SettingsChanged = id; 
129             }; 
130             CLASS = PictureController; 
131             LANGUAGE = ObjC; 
132             OUTLETS = {
133                 fCropBottomField = NSTextField; 
134                 fCropBottomStepper = NSStepper; 
135                 fCropLeftField = NSTextField; 
136                 fCropLeftStepper = NSStepper; 
137                 fCropMatrix = NSMatrix; 
138                 fCropRightField = NSTextField; 
139                 fCropRightStepper = NSStepper; 
140                 fCropTopField = NSTextField; 
141                 fCropTopStepper = NSStepper; 
142                 fDeinterlaceCheck = NSButton; 
143                 fEffectsCheck = NSButton; 
144                 fHeightField = NSTextField; 
145                 fHeightStepper = NSStepper; 
146                 fInfoField = NSTextField; 
147                 fNextButton = NSButton; 
148                 fPARCheck = NSButton; 
149                 fPicSettingARkeep = NSTextField; 
150                 fPicSettingDeinterlace = NSTextField; 
151                 fPicSettingHeight = NSTextField; 
152                 fPicSettingWidth = NSTextField; 
153                 fPicSettingsDisplay = NSTextField; 
154                 fPicSrcHeight = NSTextField; 
155                 fPicSrcWidth = NSTextField; 
156                 fPictureGLView = HBPictureGLView; 
157                 fPrevButton = NSButton; 
158                 fRatioCheck = NSButton; 
159                 fWidthField = NSTextField; 
160                 fWidthStepper = NSStepper; 
161             }; 
162             SUPERCLASS = NSObject; 
163         }, 
164         {CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; }, 
165         {
166             ACTIONS = {CheckChanged = id; ClosePanel = id; OpenPanel = id; }; 
167             CLASS = PrefsController; 
168             LANGUAGE = ObjC; 
169             OUTLETS = {
170                 fDefCrf = NSButton; 
171                 fDefDeinterlace = NSButton; 
172                 fDefPicSizeAutoSetipod = NSButton; 
173                 fDefPixelRatio = NSButton; 
174                 fFileExtItunes = NSButton; 
175                 fPanel = NSPanel; 
176                 fUpdateCheck = NSButton; 
177                 fdefaultlanguage = NSComboBox; 
178             }; 
179             SUPERCLASS = NSObject; 
180         }, 
181         {
182             ACTIONS = {ClosePanel = id; Remove = id; Update = id; }; 
183             CLASS = QueueController; 
184             LANGUAGE = ObjC; 
185             OUTLETS = {fScrollView = NSScrollView; fTaskView = NSView; }; 
186             SUPERCLASS = NSObject; 
187         }, 
188         {
189             ACTIONS = {
190                 Browse = id; 
191                 Browse2 = id; 
192                 BrowseDone2 = id; 
193                 Cancel = id; 
194                 MatrixChanged = id; 
195                 Open = id; 
196             }; 
197             CLASS = ScanController; 
198             LANGUAGE = ObjC; 
199             OUTLETS = {
200                 fBrowseButton = NSButton; 
201                 fCancelButton = NSButton; 
202                 fDetectedCell = NSButtonCell; 
203                 fDetectedPopUp = NSPopUpButton; 
204                 fFolderCell = NSButtonCell; 
205                 fFolderField = NSTextField; 
206                 fIndicator = NSProgressIndicator; 
207                 fMatrix = NSMatrix; 
208                 fOpenButton = NSButton; 
209                 fPanel = NSPanel; 
210                 fSelectString = NSTextField; 
211                 fStatusField = NSTextField; 
212                 fWindow = NSWindow; 
213             }; 
214             SUPERCLASS = NSObject; 
215         }
216     ); 
217     IBVersion = 1; 
218 }