mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
5187 remaining pr feedback add note about non-caps sensitive fields
This commit is contained in:
parent
003ab250a1
commit
f2792347bc
@ -112,9 +112,11 @@ ConfigVisualPanel3.configLabel.text=Logical Imager config file save status:
|
|||||||
ConfigVisualPanel3.executableLabel.text=Logical Imager executable save status:
|
ConfigVisualPanel3.executableLabel.text=Logical Imager executable save status:
|
||||||
ConfigVisualPanel3.executableStatusLabel.text=
|
ConfigVisualPanel3.executableStatusLabel.text=
|
||||||
EditFullPathsRulePanel.jLabel1.text=Description (Optional):
|
EditFullPathsRulePanel.jLabel1.text=Description (Optional):
|
||||||
EditNonFullPathsRulePanel.jLabel2.text=Folder name matches are case insentive and occur anywhere in a path.
|
EditNonFullPathsRulePanel.jLabel2.text=Folder name matches are case insensitive and occur anywhere in a path.
|
||||||
EditNonFullPathsRulePanel.descriptionLabel.text=Description (Optional):
|
EditNonFullPathsRulePanel.descriptionLabel.text=Description (Optional):
|
||||||
EditNonFullPathsRulePanel.jLabel1.text=If file is found:
|
EditNonFullPathsRulePanel.jLabel1.text=If file is found:
|
||||||
EditFullPathsRulePanel.jLabel2.text=If file is found:
|
EditFullPathsRulePanel.jLabel2.text=If file is found:
|
||||||
ConfigVisualPanel2.flagEncryptionProgramsCheckBox.text=Alert if encryption programs are found
|
ConfigVisualPanel2.flagEncryptionProgramsCheckBox.text=Alert if encryption programs are found
|
||||||
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
||||||
|
EditNonFullPathsRulePanel.fileNamesInfoLabel.text=File names are case insensitive.
|
||||||
|
EditNonFullPathsRulePanel.extensionsInfoLabel.text=Extensions are case insensitive.
|
||||||
|
@ -177,12 +177,14 @@ ConfigVisualPanel3.configLabel.text=Logical Imager config file save status:
|
|||||||
ConfigVisualPanel3.executableLabel.text=Logical Imager executable save status:
|
ConfigVisualPanel3.executableLabel.text=Logical Imager executable save status:
|
||||||
ConfigVisualPanel3.executableStatusLabel.text=
|
ConfigVisualPanel3.executableStatusLabel.text=
|
||||||
EditFullPathsRulePanel.jLabel1.text=Description (Optional):
|
EditFullPathsRulePanel.jLabel1.text=Description (Optional):
|
||||||
EditNonFullPathsRulePanel.jLabel2.text=Folder name matches are case insentive and occur anywhere in a path.
|
EditNonFullPathsRulePanel.jLabel2.text=Folder name matches are case insensitive and occur anywhere in a path.
|
||||||
EditNonFullPathsRulePanel.descriptionLabel.text=Description (Optional):
|
EditNonFullPathsRulePanel.descriptionLabel.text=Description (Optional):
|
||||||
EditNonFullPathsRulePanel.jLabel1.text=If file is found:
|
EditNonFullPathsRulePanel.jLabel1.text=If file is found:
|
||||||
EditFullPathsRulePanel.jLabel2.text=If file is found:
|
EditFullPathsRulePanel.jLabel2.text=If file is found:
|
||||||
ConfigVisualPanel2.flagEncryptionProgramsCheckBox.text=Alert if encryption programs are found
|
ConfigVisualPanel2.flagEncryptionProgramsCheckBox.text=Alert if encryption programs are found
|
||||||
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
||||||
|
EditNonFullPathsRulePanel.fileNamesInfoLabel.text=File names are case insensitive.
|
||||||
|
EditNonFullPathsRulePanel.extensionsInfoLabel.text=Extensions are case insensitive.
|
||||||
NewRuleSetPanel.attributeRule.description=Search for files based on one or more attributes or metadata fields.
|
NewRuleSetPanel.attributeRule.description=Search for files based on one or more attributes or metadata fields.
|
||||||
NewRuleSetPanel.attributeRule.name=Attribute
|
NewRuleSetPanel.attributeRule.name=Attribute
|
||||||
NewRuleSetPanel.fullPathRule.description=Search for files based on full exact match path.
|
NewRuleSetPanel.fullPathRule.description=Search for files based on full exact match path.
|
||||||
|
@ -21,6 +21,19 @@
|
|||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="jSeparator2" alignment="0" max="32767" attributes="0"/>
|
<Component id="jSeparator2" alignment="0" max="32767" attributes="0"/>
|
||||||
<Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
|
<Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Component id="shouldAlertCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="shouldSaveCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="fileNamesCheckbox" linkSize="2" alignment="0" min="-2" pref="112" max="-2" attributes="0"/>
|
||||||
|
<Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
|
||||||
|
<Component id="modifiedWithinCheckbox" linkSize="2" max="32767" attributes="0"/>
|
||||||
|
<Component id="maxSizeCheckbox" linkSize="2" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Component id="jLabel1" alignment="0" min="-2" pref="120" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="extensionsCheckbox" linkSize="2" alignment="0" max="32767" attributes="0"/>
|
<Component id="extensionsCheckbox" linkSize="2" alignment="0" max="32767" attributes="0"/>
|
||||||
@ -36,25 +49,29 @@
|
|||||||
<Component id="extensionsTextField" alignment="1" max="32767" attributes="0"/>
|
<Component id="extensionsTextField" alignment="1" max="32767" attributes="0"/>
|
||||||
<Component id="folderNamesScrollPane" max="32767" attributes="0"/>
|
<Component id="folderNamesScrollPane" max="32767" attributes="0"/>
|
||||||
<Component id="filenamesScrollPane" alignment="1" max="32767" attributes="0"/>
|
<Component id="filenamesScrollPane" alignment="1" max="32767" attributes="0"/>
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
<Group type="103" groupAlignment="1" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="jLabel2" min="-2" pref="522" max="-2" attributes="0"/>
|
<Component id="fileNamesInfoLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Component id="extensionsInfoLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="userFolderNote" min="-2" max="-2" attributes="0"/>
|
<Group type="103" alignment="0" groupAlignment="1" attributes="0">
|
||||||
<Group type="102" attributes="0">
|
<Component id="jLabel2" min="-2" pref="522" max="-2" attributes="0"/>
|
||||||
<Component id="minSizeTextField" linkSize="1" min="-2" pref="63" max="-2" attributes="0"/>
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<Component id="userFolderNote" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="minSizeUnitsCombobox" linkSize="3" min="-2" pref="110" max="-2" attributes="0"/>
|
<Group type="102" attributes="0">
|
||||||
</Group>
|
<Component id="minSizeTextField" linkSize="1" min="-2" pref="63" max="-2" attributes="0"/>
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="1" attributes="0">
|
<Component id="minSizeUnitsCombobox" linkSize="3" min="-2" pref="110" max="-2" attributes="0"/>
|
||||||
<Component id="modifiedWithinTextField" linkSize="1" min="-2" pref="63" max="-2" attributes="0"/>
|
|
||||||
<Component id="maxSizeTextField" linkSize="1" min="-2" pref="63" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="1" attributes="0">
|
||||||
<Component id="maxSizeUnitsCombobox" linkSize="3" min="-2" pref="110" max="-2" attributes="0"/>
|
<Component id="modifiedWithinTextField" linkSize="1" min="-2" pref="63" max="-2" attributes="0"/>
|
||||||
<Component id="daysIncludedLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
<Component id="maxSizeTextField" linkSize="1" min="-2" pref="63" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Component id="maxSizeUnitsCombobox" linkSize="3" min="-2" pref="110" max="-2" attributes="0"/>
|
||||||
|
<Component id="daysIncludedLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
@ -63,19 +80,6 @@
|
|||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
<Group type="102" attributes="0">
|
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
|
||||||
<Component id="shouldAlertCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="shouldSaveCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="fileNamesCheckbox" linkSize="2" alignment="0" min="-2" pref="112" max="-2" attributes="0"/>
|
|
||||||
<Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
|
|
||||||
<Component id="modifiedWithinCheckbox" linkSize="2" max="32767" attributes="0"/>
|
|
||||||
<Component id="maxSizeCheckbox" linkSize="2" max="32767" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
<Component id="jLabel1" alignment="0" min="-2" pref="120" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
@ -101,7 +105,9 @@
|
|||||||
<Component id="extensionsTextField" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="extensionsTextField" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="extensionsCheckbox" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="extensionsCheckbox" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace min="-2" max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="extensionsInfoLabel" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="filenamesScrollPane" max="32767" attributes="0"/>
|
<Component id="filenamesScrollPane" max="32767" attributes="0"/>
|
||||||
<Group type="102" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
@ -110,6 +116,8 @@
|
|||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="fileNamesInfoLabel" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="folderNamesScrollPane" max="32767" attributes="0"/>
|
<Component id="folderNamesScrollPane" max="32767" attributes="0"/>
|
||||||
<Group type="102" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
@ -382,5 +390,25 @@
|
|||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component class="javax.swing.JLabel" name="extensionsInfoLabel">
|
||||||
|
<Properties>
|
||||||
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||||
|
<Image iconType="3" name="/org/sleuthkit/autopsy/images/info-icon-16.png"/>
|
||||||
|
</Property>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties" key="EditNonFullPathsRulePanel.extensionsInfoLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JLabel" name="fileNamesInfoLabel">
|
||||||
|
<Properties>
|
||||||
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||||
|
<Image iconType="3" name="/org/sleuthkit/autopsy/images/info-icon-16.png"/>
|
||||||
|
</Property>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties" key="EditNonFullPathsRulePanel.fileNamesInfoLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
</SubComponents>
|
</SubComponents>
|
||||||
</Form>
|
</Form>
|
||||||
|
@ -333,6 +333,8 @@ final class EditNonFullPathsRulePanel extends javax.swing.JPanel {
|
|||||||
descriptionLabel = new javax.swing.JLabel();
|
descriptionLabel = new javax.swing.JLabel();
|
||||||
jLabel2 = new javax.swing.JLabel();
|
jLabel2 = new javax.swing.JLabel();
|
||||||
jLabel1 = new javax.swing.JLabel();
|
jLabel1 = new javax.swing.JLabel();
|
||||||
|
extensionsInfoLabel = new javax.swing.JLabel();
|
||||||
|
fileNamesInfoLabel = new javax.swing.JLabel();
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(daysIncludedLabel, org.openide.util.NbBundle.getMessage(EditNonFullPathsRulePanel.class, "EditNonFullPathsRulePanel.daysIncludedLabel.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(daysIncludedLabel, org.openide.util.NbBundle.getMessage(EditNonFullPathsRulePanel.class, "EditNonFullPathsRulePanel.daysIncludedLabel.text")); // NOI18N
|
||||||
|
|
||||||
@ -435,6 +437,12 @@ final class EditNonFullPathsRulePanel extends javax.swing.JPanel {
|
|||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(jLabel1, org.openide.util.NbBundle.getMessage(EditNonFullPathsRulePanel.class, "EditNonFullPathsRulePanel.jLabel1.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(jLabel1, org.openide.util.NbBundle.getMessage(EditNonFullPathsRulePanel.class, "EditNonFullPathsRulePanel.jLabel1.text")); // NOI18N
|
||||||
|
|
||||||
|
extensionsInfoLabel.setIcon(new javax.swing.ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/images/info-icon-16.png"))); // NOI18N
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(extensionsInfoLabel, org.openide.util.NbBundle.getMessage(EditNonFullPathsRulePanel.class, "EditNonFullPathsRulePanel.extensionsInfoLabel.text")); // NOI18N
|
||||||
|
|
||||||
|
fileNamesInfoLabel.setIcon(new javax.swing.ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/images/info-icon-16.png"))); // NOI18N
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(fileNamesInfoLabel, org.openide.util.NbBundle.getMessage(EditNonFullPathsRulePanel.class, "EditNonFullPathsRulePanel.fileNamesInfoLabel.text")); // NOI18N
|
||||||
|
|
||||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
||||||
this.setLayout(layout);
|
this.setLayout(layout);
|
||||||
layout.setHorizontalGroup(
|
layout.setHorizontalGroup(
|
||||||
@ -444,6 +452,16 @@ final class EditNonFullPathsRulePanel extends javax.swing.JPanel {
|
|||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(jSeparator2)
|
.addComponent(jSeparator2)
|
||||||
.addComponent(jSeparator1)
|
.addComponent(jSeparator1)
|
||||||
|
.addGroup(layout.createSequentialGroup()
|
||||||
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addComponent(shouldAlertCheckBox)
|
||||||
|
.addComponent(shouldSaveCheckBox)
|
||||||
|
.addComponent(fileNamesCheckbox, javax.swing.GroupLayout.PREFERRED_SIZE, 112, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)
|
||||||
|
.addComponent(modifiedWithinCheckbox, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||||
|
.addComponent(maxSizeCheckbox, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||||
|
.addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 120, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
|
.addGap(0, 0, Short.MAX_VALUE))
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(extensionsCheckbox, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
.addComponent(extensionsCheckbox, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||||
@ -459,33 +477,26 @@ final class EditNonFullPathsRulePanel extends javax.swing.JPanel {
|
|||||||
.addComponent(folderNamesScrollPane)
|
.addComponent(folderNamesScrollPane)
|
||||||
.addComponent(filenamesScrollPane, javax.swing.GroupLayout.Alignment.TRAILING)
|
.addComponent(filenamesScrollPane, javax.swing.GroupLayout.Alignment.TRAILING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(jLabel2, javax.swing.GroupLayout.PREFERRED_SIZE, 522, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(fileNamesInfoLabel)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addComponent(extensionsInfoLabel)
|
||||||
.addComponent(userFolderNote)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addComponent(jLabel2, javax.swing.GroupLayout.PREFERRED_SIZE, 522, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addComponent(minSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addComponent(userFolderNote)
|
||||||
.addComponent(minSizeUnitsCombobox, javax.swing.GroupLayout.PREFERRED_SIZE, 110, javax.swing.GroupLayout.PREFERRED_SIZE))
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addComponent(minSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(modifiedWithinTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(minSizeUnitsCombobox, javax.swing.GroupLayout.PREFERRED_SIZE, 110, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addComponent(maxSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE))
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addComponent(modifiedWithinTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addComponent(maxSizeUnitsCombobox, javax.swing.GroupLayout.PREFERRED_SIZE, 110, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(maxSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addComponent(daysIncludedLabel)))))
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGap(0, 11, Short.MAX_VALUE))))
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addComponent(maxSizeUnitsCombobox, javax.swing.GroupLayout.PREFERRED_SIZE, 110, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addComponent(daysIncludedLabel))))))
|
||||||
.addComponent(shouldAlertCheckBox)
|
.addGap(0, 11, Short.MAX_VALUE)))))
|
||||||
.addComponent(shouldSaveCheckBox)
|
|
||||||
.addComponent(fileNamesCheckbox, javax.swing.GroupLayout.PREFERRED_SIZE, 112, javax.swing.GroupLayout.PREFERRED_SIZE)
|
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)
|
|
||||||
.addComponent(modifiedWithinCheckbox, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
||||||
.addComponent(maxSizeCheckbox, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
|
||||||
.addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 120, javax.swing.GroupLayout.PREFERRED_SIZE))
|
|
||||||
.addGap(0, 0, Short.MAX_VALUE)))
|
|
||||||
.addContainerGap())
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -513,12 +524,16 @@ final class EditNonFullPathsRulePanel extends javax.swing.JPanel {
|
|||||||
.addComponent(extensionsTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(extensionsTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addComponent(extensionsCheckbox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
|
.addComponent(extensionsCheckbox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
|
.addComponent(extensionsInfoLabel)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(filenamesScrollPane)
|
.addComponent(filenamesScrollPane)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addComponent(fileNamesCheckbox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(fileNamesCheckbox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addGap(0, 0, Short.MAX_VALUE)))
|
.addGap(0, 0, Short.MAX_VALUE)))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
|
.addComponent(fileNamesInfoLabel)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(folderNamesScrollPane)
|
.addComponent(folderNamesScrollPane)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
@ -636,8 +651,10 @@ final class EditNonFullPathsRulePanel extends javax.swing.JPanel {
|
|||||||
private javax.swing.JLabel descriptionLabel;
|
private javax.swing.JLabel descriptionLabel;
|
||||||
private javax.swing.JTextField descriptionTextField;
|
private javax.swing.JTextField descriptionTextField;
|
||||||
private javax.swing.JCheckBox extensionsCheckbox;
|
private javax.swing.JCheckBox extensionsCheckbox;
|
||||||
|
private javax.swing.JLabel extensionsInfoLabel;
|
||||||
private javax.swing.JTextField extensionsTextField;
|
private javax.swing.JTextField extensionsTextField;
|
||||||
private javax.swing.JCheckBox fileNamesCheckbox;
|
private javax.swing.JCheckBox fileNamesCheckbox;
|
||||||
|
private javax.swing.JLabel fileNamesInfoLabel;
|
||||||
private javax.swing.JScrollPane filenamesScrollPane;
|
private javax.swing.JScrollPane filenamesScrollPane;
|
||||||
private javax.swing.JCheckBox folderNamesCheckbox;
|
private javax.swing.JCheckBox folderNamesCheckbox;
|
||||||
private javax.swing.JScrollPane folderNamesScrollPane;
|
private javax.swing.JScrollPane folderNamesScrollPane;
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
<DimensionLayout dim="1">
|
<DimensionLayout dim="1">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<EmptySpace min="0" pref="423" max="32767" attributes="0"/>
|
<EmptySpace min="0" pref="467" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
@ -102,7 +102,7 @@ class NewRulePanel extends javax.swing.JPanel {
|
|||||||
);
|
);
|
||||||
sharedLayeredPaneLayout.setVerticalGroup(
|
sharedLayeredPaneLayout.setVerticalGroup(
|
||||||
sharedLayeredPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
sharedLayeredPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGap(0, 423, Short.MAX_VALUE)
|
.addGap(0, 467, Short.MAX_VALUE)
|
||||||
);
|
);
|
||||||
|
|
||||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user