Implementing Preferences panel

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452794]
This commit is contained in:
Valeriy Kamyshniy 2014-04-15 04:55:58 -05:00
parent d62369e140
commit a4a4144e6d

View file

@ -158,6 +158,14 @@
Igor! Add feel free to add what you need here!
-->
<Label style="generic_control" text="FILE TYPE" x="24" y="40"/>
<ComboBoxText style="generic_control" id="file_type_combo" x="215" y="40" width="90" height="20" />
<Label style="generic_control" text="BIT DEPTH" x="24" y="70"/>
<ComboBoxText style="generic_control" id="bit_depth_combo" x="215" y="70" width="90" height="20" />
<Label style="generic_control" text="SESSION FRAME RATE" x="24" y="100"/>
<ComboBoxText style="generic_control" id="frame_rate_combo" x="215" y="100" width="90" height="20" />
<Label style="generic_control" text="AUTO LOCK TIMER" x="24" y="175"/>
<ComboBoxText style="generic_control" id="auto_lock_timer_combo" x="215" y="175" width="90" height="20" />
</Layout>
</Layout>
</Dialog>