-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
immediately display new instant message when sent via button in header.
close #2168
- Loading branch information
1 parent
4a5ae93
commit 292deb9
Showing
32 changed files
with
10,878 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106 changes: 106 additions & 0 deletions
106
j-lawyer-client/src/com/jdimension/jlawyer/client/mail/sidebar/AddCalendarEventStep.form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
|
||
<Form version="1.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> | ||
<NonVisualComponents> | ||
<Component class="javax.swing.ButtonGroup" name="btnGrpDuplex"> | ||
</Component> | ||
<Component class="javax.swing.ButtonGroup" name="btnGrpColor"> | ||
</Component> | ||
</NonVisualComponents> | ||
<Properties> | ||
<Property name="name" type="java.lang.String" value="Kalendereintrag erstellen" noResource="true"/> | ||
</Properties> | ||
<AuxValues> | ||
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> | ||
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> | ||
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> | ||
</AuxValues> | ||
|
||
<Layout> | ||
<DimensionLayout dim="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" attributes="0"> | ||
<EmptySpace min="21" pref="21" max="-2" attributes="0"/> | ||
<Component id="newEventPanel1" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace max="32767" attributes="0"/> | ||
</Group> | ||
<Group type="102" attributes="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Component id="jLabel1" pref="876" max="32767" attributes="0"/> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<Component id="chkCreateEvent" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace type="separate" max="-2" attributes="0"/> | ||
<Component id="lblStatus" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/> | ||
</Group> | ||
</Group> | ||
<EmptySpace max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
<DimensionLayout dim="1"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace type="unrelated" max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="3" attributes="0"> | ||
<Component id="chkCreateEvent" alignment="3" min="-2" max="-2" attributes="0"/> | ||
<Component id="lblStatus" alignment="3" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="newEventPanel1" pref="599" max="32767" attributes="0"/> | ||
<EmptySpace max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
</Layout> | ||
<SubComponents> | ||
<Component class="javax.swing.JLabel" name="jLabel1"> | ||
<Properties> | ||
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> | ||
<Color blue="99" green="99" red="99" type="rgb"/> | ||
</Property> | ||
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> | ||
<Color blue="ff" green="ff" red="ff" type="rgb"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="<html><p>Wiedervorlage erstellen</html>"/> | ||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> | ||
<Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> | ||
<LineBorder roundedCorners="true"/> | ||
</Border> | ||
</Property> | ||
<Property name="opaque" type="boolean" value="true"/> | ||
</Properties> | ||
</Component> | ||
<Component class="com.jdimension.jlawyer.client.editors.files.NewEventPanel" name="newEventPanel1"> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkCreateEvent"> | ||
<Properties> | ||
<Property name="selected" type="boolean" value="true"/> | ||
<Property name="text" type="java.lang.String" value="Kalendereintrag erstellen"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JLabel" name="lblStatus"> | ||
<Properties> | ||
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> | ||
<FontInfo relative="true"> | ||
<Font bold="true" component="lblStatus" property="font" relativeSize="true" size="0"/> | ||
</FontInfo> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value=" "/> | ||
</Properties> | ||
</Component> | ||
</SubComponents> | ||
</Form> |
Oops, something went wrong.