leapfrog/installer/resources/InstallerFrame_UI.xrc

216 lines
7.9 KiB
Plaintext
Raw Normal View History

2024-06-18 10:28:16 -04:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
<object class="wxFrame" name="InstallerFrame_UI">
2024-06-19 20:07:11 -04:00
<size>500,480</size>
2024-06-18 10:28:16 -04:00
<style>wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL</style>
2024-06-18 16:38:40 -04:00
<title>FrogLoader Installer</title>
2024-06-18 10:28:16 -04:00
<centered>1</centered>
<aui_managed>0</aui_managed>
<object class="wxBoxSizer" name="content">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
2024-06-18 16:38:40 -04:00
<flag>wxALL|wxEXPAND</flag>
2024-06-18 10:28:16 -04:00
<border>5</border>
<option>1</option>
<object class="wxBoxSizer" name="options">
<orient>wxVERTICAL</orient>
2024-06-19 20:07:11 -04:00
<object class="spacer">
<flag>wxEXPAND</flag>
<border>5</border>
<option>1</option>
<size>0,0</size>
</object>
2024-06-18 16:38:40 -04:00
<object class="sizeritem">
<flag>wxALL</flag>
<border>5</border>
<option>0</option>
<object class="wxStaticText" name="heading">
<font>
<style>normal</style>
<weight>bold</weight>
<family>default</family>
<underlined>0</underlined>
</font>
<label>Install FrogLoader Client</label>
<wrap>-1</wrap>
</object>
</object>
2024-06-18 10:28:16 -04:00
<object class="sizeritem">
<flag>wxALL</flag>
<border>5</border>
<option>0</option>
<object class="wxStaticText" name="version_label">
<label>Version</label>
<wrap>-1</wrap>
</object>
</object>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
<option>0</option>
2024-06-18 16:38:40 -04:00
<object class="wxChoice" name="version_choice">
2024-06-18 10:28:16 -04:00
<selection>0</selection>
<content/>
</object>
</object>
<object class="sizeritem">
<flag>wxALL</flag>
<border>5</border>
<option>0</option>
<object class="wxStaticText" name="launcher_data_dir_label">
<label>Launcher Data Directory</label>
<wrap>-1</wrap>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>5</border>
<option>0</option>
<object class="wxBoxSizer" name="launcher_data_dir_options">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
<border>5</border>
<option>1</option>
<object class="wxTextCtrl" name="launcher_data_dir_input">
<value></value>
<maxlength>0</maxlength>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
<border>5</border>
<option>0</option>
2024-06-18 16:38:40 -04:00
<object class="wxButton" name="launcher_data_dir_browse">
<label>Browse</label>
2024-06-18 10:28:16 -04:00
<default>0</default>
<auth_needed>0</auth_needed>
<markup>0</markup>
<bitmap/>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
<option>0</option>
<object class="wxStaticBoxSizer" name="installation_options">
<orient>wxVERTICAL</orient>
<label>Installation</label>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>8</border>
<option>1</option>
<object class="wxBoxSizer" name="installation_options_content">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxBOTTOM|wxLEFT|wxRIGHT</flag>
<border>5</border>
<option>0</option>
<object class="wxStaticText" name="name_label">
<label>Name</label>
<wrap>-1</wrap>
</object>
</object>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
<option>0</option>
<object class="wxTextCtrl" name="name_input">
<value></value>
<maxlength>0</maxlength>
</object>
</object>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
<option>0</option>
<object class="wxStaticText" name="game_directory_label">
<label>Game Directory</label>
<wrap>-1</wrap>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>5</border>
<option>1</option>
<object class="wxBoxSizer" name="game_dir_options">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
<border>5</border>
<option>1</option>
<object class="wxTextCtrl" name="game_data_dir_input">
<value></value>
<maxlength>0</maxlength>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
<border>5</border>
<option>0</option>
2024-06-18 16:38:40 -04:00
<object class="wxButton" name="game_data_dir_browse">
<label>Browse</label>
2024-06-18 10:28:16 -04:00
<default>0</default>
<auth_needed>0</auth_needed>
<markup>0</markup>
<bitmap/>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
2024-06-19 20:07:11 -04:00
<object class="spacer">
<flag>wxEXPAND</flag>
<border>5</border>
<option>1</option>
<size>0,0</size>
</object>
2024-06-18 10:28:16 -04:00
</object>
</object>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
<option>0</option>
<object class="wxBoxSizer" name="actions">
<orient>wxHORIZONTAL</orient>
<object class="spacer">
<flag>wxEXPAND</flag>
<border>5</border>
<option>1</option>
<size>0,0</size>
</object>
<object class="sizeritem">
<flag>wxALL</flag>
<border>5</border>
<option>0</option>
2024-06-18 16:38:40 -04:00
<object class="wxButton" name="cancel">
2024-06-18 10:28:16 -04:00
<label>_Cancel</label>
<default>0</default>
<auth_needed>0</auth_needed>
<markup>0</markup>
<bitmap/>
</object>
</object>
<object class="sizeritem">
<flag>wxALL</flag>
<border>5</border>
<option>0</option>
2024-06-18 16:38:40 -04:00
<object class="wxButton" name="install">
2024-06-18 10:28:16 -04:00
<label>_Install</label>
<default>0</default>
<auth_needed>0</auth_needed>
<markup>0</markup>
<bitmap/>
</object>
</object>
</object>
</object>
</object>
</object>
</resource>