<?xml version="1.0"?>
<!-- generated by wxGlade 1.0.4 on Sat Jun 24 02:03:12 2023 -->
<application class="MyApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="App" option="0" overwrite="1" path="./wxglade_out.py" source_extension=".cpp" top_window="frame" use_gettext="0" use_new_namespace="1">
<object class="MyFrame" name="frame" base="EditFrame">
<size>400, 300</size>
<title>PDF Converter</title>
<style>wxDEFAULT_FRAME_STYLE</style>
<object class="wxPanel" name="panel_1" base="EditPanel">
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<object class="wxStaticText" name="label_1" base="EditStaticText">
<label>PDFに変換するファイルを選択してください。</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="text_ctrl_1" base="EditTextCtrl">
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<object class="wxButton" name="button_1" base="EditButton">
<events>
<handler event="EVT_BUTTON">chooseFile</handler>
</events>
<label>ファイルを選択</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<object class="wxStaticText" name="label_2" base="EditStaticText">
<label>サイズを選んでください。</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<object class="wxComboBox" name="combo_box_1" base="EditComboBox">
<style>wxCB_DROPDOWN</style>
<selection>3</selection>
<choices>
<choice>50%</choice>
<choice>70%</choice>
<choice>85%</choice>
<choice>100%</choice>
<choice>125%</choice>
<choice>150%</choice>
<choice>175%</choice>
<choice>200%</choice>
</choices>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<object class="wxStaticText" name="label_3" base="EditStaticText">
<label>出力ファイル名</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="text_ctrl_2" base="EditTextCtrl">
<value>out</value>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<object class="wxButton" name="button_2" base="EditButton">
<events>
<handler event="EVT_BUTTON">convert</handler>
</events>
<label>変換</label>
</object>
</object>
</object>
</object>
</object>
<object class="MyDialog" name="dialog" base="EditDialog">
<title>Open</title>
<style>wxDEFAULT_DIALOG_STYLE</style>
</object>
</application>