summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/res
diff options
context:
space:
mode:
authorGoraf <22941576+Goraf@users.noreply.github.com>2017-10-22 18:19:50 +0200
committerGeorge Hazan <ghazan@miranda.im>2017-10-22 19:19:50 +0300
commit957da0541115fb11626cdff5e5f95ac2daf5b100 (patch)
tree6a4e376eeb26353c20292214ae62c038a3f2ce4c /plugins/StartPosition/res
parent12b040f92867b40185e52f22ac241da99fa28708 (diff)
StartPosition: move options to UI classes (#1007)
* StartPosition: move options to UI classes * StartPosition: rearrange controls to correct TABSTOP path * StartPosition: futher switch to UI classes
Diffstat (limited to 'plugins/StartPosition/res')
-rw-r--r--plugins/StartPosition/res/resource.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/StartPosition/res/resource.rc b/plugins/StartPosition/res/resource.rc
index 9d92ff8ef1..7f17fe12d3 100644
--- a/plugins/StartPosition/res/resource.rc
+++ b/plugins/StartPosition/res/resource.rc
@@ -56,16 +56,16 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Contact List Window Start Position",IDC_STATIC,6,37,298,165,WS_TABSTOP
- EDITTEXT IDC_CLTOP,128,57,26,12,ES_AUTOHSCROLL
- CONTROL "Left",IDC_CLALIGNLEFT,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,104,95,10
- CONTROL "Right",IDC_CLALIGNRIGHT,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,117,94,10
- EDITTEXT IDC_CLBOTTOM,128,73,26,12,ES_AUTOHSCROLL
- EDITTEXT IDC_CLSIDE,128,89,26,12,ES_AUTOHSCROLL
- EDITTEXT IDC_CLWIDTH,128,130,26,12,ES_AUTOHSCROLL
CONTROL "Pixels from Top",IDC_CLTOPENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,59,98,10
+ EDITTEXT IDC_CLTOP,128,57,26,12,ES_AUTOHSCROLL
CONTROL "Pixels from Bottom",IDC_CLBOTTOMENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,75,100,10
+ EDITTEXT IDC_CLBOTTOM,128,73,26,12,ES_AUTOHSCROLL
CONTROL "Pixels from Side",IDC_CLSIDEENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,91,100,10
+ EDITTEXT IDC_CLSIDE,128,89,26,12,ES_AUTOHSCROLL
+ CONTROL "Left",IDC_CLALIGNLEFT,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,104,95,10
+ CONTROL "Right",IDC_CLALIGNRIGHT,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,117,94,10
CONTROL "Width",IDC_CLWIDTHENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,131,99,10
+ EDITTEXT IDC_CLWIDTH,128,130,26,12,ES_AUTOHSCROLL
CONTROL "Always start...",IDC_CLSTATEENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,148,273,10
CONTROL "Minimized to System Tray",IDC_CLSTATETRAY,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,162,262,10
CONTROL "Opened",IDC_CLSTATEOPENED,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,175,261,10