[xiph-cvs] cvs commit: win32-tools/oggdrop Script.rc oggdrop.opt

Chris Wolf cwolf at xiph.org
Thu Jan 3 00:04:38 PST 2002



cwolf       02/01/03 00:04:38

  Modified:    oggdrop  Script.rc oggdrop.opt
  Log:
  Rearrainged the encode params dialog box...

Revision  Changes    Path
1.10      +14 -13    win32-tools/oggdrop/Script.rc

Index: Script.rc
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/Script.rc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Script.rc	2002/01/03 07:44:59	1.9
+++ Script.rc	2002/01/03 08:04:37	1.10
@@ -101,23 +101,24 @@
 // Dialog
 //
 
-IDD_QUALITY DIALOG DISCARDABLE  0, 0, 230, 119
+IDD_QUALITY DIALOG DISCARDABLE  0, 0, 222, 108
 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Encode Parameters"
 FONT 8, "MS Sans Serif"
 BEGIN
     CONTROL         "Slider1",IDC_SLIDER1,"msctls_trackbar32",TBS_AUTOTICKS | 
-                    TBS_BOTH | WS_TABSTOP,49,14,115,24
-    PUSHBUTTON      "Accept",IDC_BUTTON1,95,90,30,14
-    EDITTEXT        IDC_EDIT1,15,19,31,14,ES_WANTRETURN
-    GROUPBOX        "Quality",IDC_STATIC,7,7,209,33
-    CONTROL         "Select",IDC_USEQUALITY,"Button",BS_AUTORADIOBUTTON,175,
-                    20,36,10
-    GROUPBOX        "Bit Rate",IDC_STATIC,7,43,209,40
-    CONTROL         "Select",IDC_USEBITRATE,"Button",BS_AUTORADIOBUTTON,175,
-                    58,36,10
-    LISTBOX         IDC_BITRATE,15,52,48,27,LBS_NOINTEGRALHEIGHT | 
+                    TBS_BOTH | WS_TABSTOP,45,39,115,24
+    PUSHBUTTON      "Accept",IDC_BUTTON1,99,81,30,14
+    EDITTEXT        IDC_EDIT1,13,44,25,14,ES_WANTRETURN
+    GROUPBOX        "Quality",IDC_STATIC,7,31,161,40
+    CONTROL         "Quality Setting",IDC_USEQUALITY,"Button",
+                    BS_AUTORADIOBUTTON,15,17,61,10
+    GROUPBOX        "Bit Rate",IDC_STATIC,172,31,39,40
+    CONTROL         "Bitrate Setting",IDC_USEBITRATE,"Button",
+                    BS_AUTORADIOBUTTON,87,17,60,10
+    LISTBOX         IDC_BITRATE,178,41,28,27,LBS_NOINTEGRALHEIGHT | 
                     LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
+    GROUPBOX        "Parameter Mode",IDC_STATIC,7,7,204,23
 END
 
 
@@ -132,9 +133,9 @@
     IDD_QUALITY, DIALOG
     BEGIN
         LEFTMARGIN, 7
-        RIGHTMARGIN, 225
+        RIGHTMARGIN, 217
         TOPMARGIN, 7
-        BOTTOMMARGIN, 112
+        BOTTOMMARGIN, 101
     END
 END
 #endif    // APSTUDIO_INVOKED

1.4       +342 -18   win32-tools/oggdrop/oggdrop.opt

Index: oggdrop.opt
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/oggdrop.opt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
Binary files /tmp/cvs9xM6cR and /tmp/cvs6EQt2C differ

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list