OSDN Git Service

Merging revisions 378-423 of 20100515_frontend_testing
[coroid/inqubus.git] / frontend / src / saccubus / VideoSaveInfoPanel.java
index 4a4cc66..dae7291 100644 (file)
@@ -50,21 +50,32 @@ class VideoSaveInfoPanel extends javax.swing.JPanel {
 
         videoSavingGroup.add(videoNoSaveButton);
         videoNoSaveButton.setText("\93®\89æ\82ð\83_\83E\83\93\83\8d\81[\83h\82µ\82È\82¢");
+        videoNoSaveButton.setName("videoNoSaveButton"); // NOI18N
 
         videoSavingGroup.add(videoSaveButton);
         videoSaveButton.setText("\93®\89æ\82ð\83_\83E\83\93\83\8d\81[\83h\82·\82é");
+        videoSaveButton.setName("videoSaveButton"); // NOI18N
 
         delVideoCheckBox.setText("\95Ï\8a·\8cã\82É\93®\89æ\83t\83@\83C\83\8b\82ð\8dí\8f\9c\82·\82é");
+        delVideoCheckBox.setName("delVideoCheckBox"); // NOI18N
 
         videoNamingGroup.add(saveFolderRadioButton);
         saveFolderRadioButton.setText("\95Û\91\82·\82é\83t\83H\83\8b\83_\82ð\8ew\92è\82µ\81A\83t\83@\83C\83\8b\96¼\82Í\8e©\93®\82Å\8c\88\92è\82·\82é");
+        saveFolderRadioButton.setName("saveFolderRadioButton"); // NOI18N
+
+        videoSavedFolderField.setName("videoSavedFolderField"); // NOI18N
 
         showSavingVideoFolderDialogButton.setText("\8eQ\8fÆ...");
+        showSavingVideoFolderDialogButton.setName("showSavingVideoFolderDialogButton"); // NOI18N
 
         videoNamingGroup.add(saveFileRadioButton);
         saveFileRadioButton.setText("\95Û\91\82·\82é\83t\83@\83C\83\8b\96¼\82ð\8ew\92è\82·\82é");
+        saveFileRadioButton.setName("saveFileRadioButton"); // NOI18N
+
+        videoSavedFileField.setName("videoSavedFileField"); // NOI18N
 
         showSavingVideoFileDialogButton.setText("\8eQ\8fÆ...");
+        showSavingVideoFileDialogButton.setName("showSavingVideoFileDialogButton"); // NOI18N
 
         javax.swing.GroupLayout basicSettingLayout = new javax.swing.GroupLayout(basicSetting);
         basicSetting.setLayout(basicSettingLayout);
@@ -108,6 +119,9 @@ class VideoSaveInfoPanel extends javax.swing.JPanel {
 
         videoSavingGroup.add(videoUseNiBrButton);
         videoUseNiBrButton.setText("NicoBrowser\83_\83E\83\93\83\8d\81[\83h\83t\83@\83C\83\8b\82ð\97p\82¢\82é");
+        videoUseNiBrButton.setName("videoUseNiBrButton"); // NOI18N
+
+        nibrFileField.setName("nibrFileField"); // NOI18N
 
         nibrFileChooserButton.setText("\8eQ\8fÆ...");