|
1 | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | | -<floater |
3 | | - border="true" |
4 | | - can_close="true" |
5 | | - can_minimize="true" |
6 | | - can_resize="false" |
7 | | - help_topic="autoreplace_settings" |
8 | | - save_rect="true" |
9 | | - height="455" |
10 | | - width="490" |
11 | | - name="autoreplace_floater" |
12 | | - title="자동 치환 설정"> |
13 | | - <check_box |
14 | | - bottom_delta="30" |
15 | | - left_delta="15" |
16 | | - height="16" |
17 | | - width="100" |
18 | | - follows="left|top" |
19 | | - label="자동 치환 활성화" |
20 | | - name="autoreplace_enable" |
21 | | - tool_tip="채팅 텍스트를 입력할 때 입력된 키워드를 해당하는 치환 텍스트로 교체합니다"/> |
22 | | - <view_border |
23 | | - top_pad="15" |
24 | | - left="2" |
25 | | - height="0" |
26 | | - width="491" |
27 | | - follows="left|top" |
28 | | - bevel_style="none" |
29 | | - border_thickness="1" |
30 | | - mouse_opaque="false" |
31 | | - name="divisor1"/> |
32 | | - <button |
33 | | - top_pad="10" |
34 | | - left="10" |
35 | | - height="22" |
36 | | - width="110" |
37 | | - enabled="true" |
38 | | - follows="left|top" |
39 | | - mouse_opaque="true" |
40 | | - halign="center" |
41 | | - scale_image="true" |
42 | | - name="autoreplace_import_list" |
43 | | - label="목록 가져오기..." |
44 | | - tool_tip="파일에서 이전에 내보낸 목록을 불러옵니다."/> |
45 | | - <button |
46 | | - top_delta="0" |
47 | | - left_pad="10" |
48 | | - height="22" |
49 | | - width="110" |
50 | | - enabled="true" |
51 | | - follows="left|top" |
52 | | - mouse_opaque="true" |
53 | | - halign="center" |
54 | | - scale_image="true" |
55 | | - name="autoreplace_export_list" |
56 | | - label="목록 내보내기..." |
57 | | - tool_tip="선택한 목록을 파일로 저장하여 공유할 수 있습니다."/> |
58 | | - <button |
59 | | - top_delta="0" |
60 | | - left_pad="10" |
61 | | - height="22" |
62 | | - width="110" |
63 | | - enabled="true" |
64 | | - follows="left|top" |
65 | | - mouse_opaque="true" |
66 | | - halign="center" |
67 | | - scale_image="true" |
68 | | - name="autoreplace_new_list" |
69 | | - label="새 목록..." |
70 | | - tool_tip="새 목록을 만듭니다."/> |
71 | | - <button |
72 | | - top_delta="0" |
73 | | - left_pad="10" |
74 | | - height="22" |
75 | | - width="110" |
76 | | - enabled="true" |
77 | | - follows="left|top" |
78 | | - mouse_opaque="true" |
79 | | - halign="center" |
80 | | - scale_image="true" |
81 | | - name="autoreplace_delete_list" |
82 | | - label="목록 삭제" |
83 | | - tool_tip="선택한 목록을 삭제합니다."/> |
84 | | - <scroll_list |
85 | | - top_pad="10" |
86 | | - left="10" |
87 | | - height="100" |
88 | | - width="370" |
89 | | - follows="left|top" |
90 | | - column_padding="0" |
91 | | - draw_heading="false" |
92 | | - multi_select="false" |
93 | | - name="autoreplace_list_name" |
94 | | - search_column="0"> |
95 | | - </scroll_list> |
96 | | - <button |
97 | | - top_delta="23" |
98 | | - left_pad="10" |
99 | | - height="22" |
100 | | - width="90" |
101 | | - enabled="true" |
102 | | - follows="left|top" |
103 | | - mouse_opaque="true" |
104 | | - halign="center" |
105 | | - scale_image="true" |
106 | | - name="autoreplace_list_up" |
107 | | - image_overlay="Arrow_Up" |
108 | | - tool_tip="이 목록의 우선순위를 위로 이동합니다."/> |
109 | | - <button |
110 | | - top_pad="10" |
111 | | - left_delta="0" |
112 | | - height="22" |
113 | | - width="90" |
114 | | - enabled="true" |
115 | | - follows="left|top" |
116 | | - mouse_opaque="true" |
117 | | - halign="center" |
118 | | - scale_image="true" |
119 | | - name="autoreplace_list_down" |
120 | | - image_overlay="Arrow_Down" |
121 | | - tool_tip="이 목록의 우선순위를 아래로 이동합니다."/> |
122 | | - <view_border |
123 | | - top_pad="36" |
124 | | - left="2" |
125 | | - height="0" |
126 | | - width="491" |
127 | | - follows="left|top" |
128 | | - bevel_style="none" |
129 | | - border_thickness="1" |
130 | | - mouse_opaque="false" |
131 | | - name="divisor2"/> |
132 | | - <scroll_list |
133 | | - top_pad="10" |
134 | | - left="10" |
135 | | - height="120" |
136 | | - width="370" |
137 | | - follows="left|top" |
138 | | - column_padding="0" |
139 | | - draw_heading="true" |
140 | | - multi_select="true" |
141 | | - name="autoreplace_list_replacements" |
142 | | - search_column="0"> |
143 | | - <scroll_list.columns |
144 | | - label="키워드" |
145 | | - name="keyword" |
146 | | - relative_width="0.30" /> |
147 | | - <scroll_list.columns |
148 | | - label="치환 텍스트" |
149 | | - name="replacement" |
150 | | - relative_width="0.70" /> |
151 | | - </scroll_list> |
152 | | - <button |
153 | | - top_delta="41" |
154 | | - left_pad="10" |
155 | | - height="22" |
156 | | - width="90" |
157 | | - enabled="true" |
158 | | - follows="left|top" |
159 | | - mouse_opaque="true" |
160 | | - halign="center" |
161 | | - scale_image="true" |
162 | | - name="autoreplace_add_entry" |
163 | | - label="추가..."/> |
164 | | - <button |
165 | | - top_pad="10" |
166 | | - left_delta="0" |
167 | | - height="22" |
168 | | - width="90" |
169 | | - enabled="true" |
170 | | - follows="left|top" |
171 | | - mouse_opaque="true" |
172 | | - halign="center" |
173 | | - scale_image="true" |
174 | | - name="autoreplace_delete_entry" |
175 | | - label="제거"/> |
176 | | - <view_border |
177 | | - top_pad="38" |
178 | | - left="2" |
179 | | - height="0" |
180 | | - width="491" |
181 | | - follows="left|top" |
182 | | - bevel_style="none" |
183 | | - border_thickness="1" |
184 | | - mouse_opaque="false" |
185 | | - name="divisor3"/> |
186 | | - <text |
187 | | - name="autoreplace_keyword_txt" |
188 | | - type="string" |
189 | | - follows="left|top" |
190 | | - height="16" |
191 | | - layout="topleft" |
192 | | - left="10" |
193 | | - top_pad="13" |
194 | | - width="50"> |
195 | | - 키워드: |
196 | | - </text> |
197 | | - <line_editor |
198 | | - name="autoreplace_keyword" |
199 | | - follows="left|top" |
200 | | - height="23" |
201 | | - layout="topleft" |
202 | | - left="100" |
203 | | - max_length_bytes="255" |
204 | | - top_delta="-5" |
205 | | - width="150" |
206 | | - /> |
207 | | - <text |
208 | | - name="autoreplace_replacement_txt" |
209 | | - type="string" |
210 | | - follows="left|top" |
211 | | - height="16" |
212 | | - layout="topleft" |
213 | | - left="10" |
214 | | - right="90" |
215 | | - top_pad="10" |
216 | | - > |
217 | | - 치환 텍스트: |
218 | | - </text> |
219 | | - <line_editor |
220 | | - name="autoreplace_replacement" |
221 | | - follows="left|top" |
222 | | - height="23" |
223 | | - layout="topleft" |
224 | | - left="100" |
225 | | - max_length_bytes="255" |
226 | | - top_delta="-5" |
227 | | - width="280" |
228 | | - /> |
229 | | - <button |
230 | | - top_delta="0" |
231 | | - right="-10" |
232 | | - height="22" |
233 | | - width="90" |
234 | | - enabled="false" |
235 | | - follows="left|top" |
236 | | - mouse_opaque="true" |
237 | | - halign="center" |
238 | | - scale_image="true" |
239 | | - name="autoreplace_save_entry" |
240 | | - label="항목 저장" |
241 | | - tool_tip="이 항목을 저장합니다."/> |
242 | | - <view_border |
243 | | - top_pad="10" |
244 | | - left="2" |
245 | | - height="0" |
246 | | - width="491" |
247 | | - follows="left|top" |
248 | | - bevel_style="none" |
249 | | - border_thickness="1" |
250 | | - mouse_opaque="false" |
251 | | - name="divisor4"/> |
252 | | - <button |
253 | | - top_pad="10" |
254 | | - right="380" |
255 | | - height="22" |
256 | | - width="90" |
257 | | - enabled="true" |
258 | | - follows="left|top" |
259 | | - mouse_opaque="true" |
260 | | - halign="center" |
261 | | - scale_image="true" |
262 | | - name="autoreplace_save_changes" |
263 | | - label="변경 사항 저장" |
264 | | - tool_tip="모든 변경 사항을 저장합니다."/> |
265 | | - <button |
266 | | - top_delta="0" |
267 | | - right="480" |
268 | | - height="22" |
269 | | - width="90" |
270 | | - enabled="true" |
271 | | - follows="left|top" |
272 | | - mouse_opaque="true" |
273 | | - halign="center" |
274 | | - scale_image="true" |
275 | | - name="autoreplace_cancel" |
276 | | - label="취소" |
277 | | - tool_tip="모든 변경 사항을 취소합니다."/> |
| 2 | +<floater name="autoreplace_floater" title="자동 치환 설정"> |
| 3 | + <check_box label="자동 치환 활성화" name="autoreplace_enable" tool_tip="채팅 텍스트를 입력할 때 입력된 키워드를 해당하는 치환 텍스트로 교체합니다"/> |
| 4 | + <button label="목록 가져오기..." name="autoreplace_import_list" tool_tip="파일에서 이전에 내보낸 목록을 불러옵니다."/> |
| 5 | + <button label="목록 내보내기..." name="autoreplace_export_list" tool_tip="선택한 목록을 파일로 저장하여 공유할 수 있습니다."/> |
| 6 | + <button label="새 목록..." name="autoreplace_new_list" tool_tip="새 목록을 만듭니다."/> |
| 7 | + <button label="목록 삭제" name="autoreplace_delete_list" tool_tip="선택한 목록을 삭제합니다."/> |
| 8 | + <button name="autoreplace_list_up" tool_tip="이 목록의 우선순위를 위로 이동합니다."/> |
| 9 | + <button name="autoreplace_list_down" tool_tip="이 목록의 우선순위를 아래로 이동합니다."/> |
| 10 | + <scroll_list name="autoreplace_list_replacements"> |
| 11 | + <scroll_list.columns label="키워드" name="keyword"/> |
| 12 | + <scroll_list.columns label="치환 텍스트" name="replacement"/> |
| 13 | + </scroll_list> |
| 14 | + <button label="추가..." name="autoreplace_add_entry"/> |
| 15 | + <button label="제거" name="autoreplace_delete_entry"/> |
| 16 | + <text name="autoreplace_keyword_txt"> |
| 17 | + 키워드: |
| 18 | + </text> |
| 19 | + <text name="autoreplace_replacement_txt"> |
| 20 | + 치환 텍스트: |
| 21 | + </text> |
| 22 | + <button label="항목 저장" name="autoreplace_save_entry" tool_tip="이 항목을 저장합니다."/> |
| 23 | + <button label="변경 사항 저장" name="autoreplace_save_changes" tool_tip="모든 변경 사항을 저장합니다."/> |
| 24 | + <button label="취소" name="autoreplace_cancel" tool_tip="모든 변경 사항을 취소합니다."/> |
278 | 25 | </floater> |
0 commit comments