|
3 | 3 | <?import com.jfoenix.controls.JFXButton?> |
4 | 4 | <?import com.jfoenix.controls.JFXComboBox?> |
5 | 5 | <?import com.jfoenix.controls.JFXListView?> |
| 6 | +<?import com.jfoenix.controls.JFXTextArea?> |
6 | 7 | <?import com.jfoenix.controls.JFXToggleButton?> |
7 | 8 | <?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView?> |
8 | 9 | <?import java.lang.String?> |
|
16 | 17 | <?import javafx.scene.control.SplitPane?> |
17 | 18 | <?import javafx.scene.control.Tab?> |
18 | 19 | <?import javafx.scene.control.TabPane?> |
19 | | -<?import javafx.scene.control.TextArea?> |
20 | 20 | <?import javafx.scene.control.TextField?> |
21 | 21 | <?import javafx.scene.control.ToolBar?> |
22 | 22 | <?import javafx.scene.effect.DropShadow?> |
|
146 | 146 | <children> |
147 | 147 | <AnchorPane maxWidth="400.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0"> |
148 | 148 | <children> |
149 | | - <HBox layoutY="10.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="55.0"> |
| 149 | + <HBox alignment="CENTER_LEFT" layoutY="10.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="55.0"> |
150 | 150 | <children> |
151 | 151 | <Label maxHeight="25.0" minHeight="25.0" minWidth="70.0" prefHeight="25.0" text="조회기간"> |
152 | 152 | <graphic> |
|
160 | 160 | <Insets right="10.0" /> |
161 | 161 | </HBox.margin> |
162 | 162 | </Label> |
163 | | - <DatePicker fx:id="alertLogStartDayDP" maxHeight="25.0" minHeight="25.0" prefHeight="25.0" styleClass="basic-font" /> |
| 163 | + <DatePicker fx:id="alertLogStartDayDP" maxHeight="22.0" minHeight="22.0" prefHeight="22.0" styleClass="basic-font" /> |
164 | 164 | <Label maxHeight="25.0" minHeight="25.0" prefHeight="25.0" style="-fx-font-size: 18px;" styleClass="basic-font" text="~"> |
165 | 165 | <HBox.margin> |
166 | 166 | <Insets left="10.0" right="10.0" /> |
167 | 167 | </HBox.margin> |
168 | 168 | </Label> |
169 | | - <DatePicker fx:id="alertLogEndDayDP" maxHeight="25.0" minHeight="25.0" prefHeight="25.0" styleClass="basic-font" /> |
| 169 | + <DatePicker fx:id="alertLogEndDayDP" maxHeight="22.0" minHeight="22.0" prefHeight="22.0" styleClass="basic-font" /> |
| 170 | + </children> |
| 171 | + </HBox> |
| 172 | + <HBox alignment="CENTER_LEFT" layoutY="110.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="100.0"> |
| 173 | + <children> |
| 174 | + <Label minWidth="60.0" text="키워드" wrapText="true"> |
| 175 | + <graphic> |
| 176 | + <FontAwesomeIconView fill="#3c4584" glyphName="TAGS" size="20" /> |
| 177 | + </graphic> |
| 178 | + <styleClass> |
| 179 | + <String fx:value="bold" /> |
| 180 | + <String fx:value="basic-font" /> |
| 181 | + </styleClass> |
| 182 | + </Label> |
| 183 | + <JFXTextArea style="-fx-border-color: black; -fx-border-width: 0.2px; -fx-font-size: 10px;"> |
| 184 | + <styleClass> |
| 185 | + <String fx:value="gray-scrollbar" /> |
| 186 | + <String fx:value="basic-font" /> |
| 187 | + </styleClass> |
| 188 | + <HBox.margin> |
| 189 | + <Insets left="21.0" /> |
| 190 | + </HBox.margin> |
| 191 | + </JFXTextArea> |
170 | 192 | </children> |
171 | 193 | </HBox> |
172 | | - <TextArea AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="100.0" /> |
173 | 194 | </children> |
174 | 195 | <padding> |
175 | 196 | <Insets bottom="10.0" right="10.0" top="10.0" /> |
|
187 | 208 | <String fx:value="bold" /> |
188 | 209 | </styleClass> |
189 | 210 | </Label> |
190 | | - <HBox layoutY="39.20000076293945" style="-fx-border-color: #e1e1e1;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="95.0"> |
| 211 | + <HBox layoutY="39.20000076293945" style="-fx-border-color: #e1e1e1;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="88.0"> |
191 | 212 | <children> |
192 | 213 | <ButtonBar buttonMinWidth="21.0" buttonOrder="" maxHeight="25.0" minHeight="25.0" prefHeight="25.0"> |
193 | 214 | <buttons> |
|
0 commit comments