OSDN Git Service

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