Changeset 19
- Timestamp:
- Jul 20, 2020, 5:12:40 AM (5 years ago)
- Location:
- branches/v2.9/classes
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9/classes/help/en/cwmm.ipf
r18 r19 251 251 :p.Specify the target audio file type and filename, including the full path. 252 252 Source audio file details are displayed at the top of the dialog. Note that some 253 fo mats may be more lossy than others, and converting from a lossy format to a253 formats may be more lossy than others, and converting from a lossy format to a 254 254 less-lossy (or lossless) format will not restore original bits which may no 255 255 longer be present in the (lossy) source file, and in some cases, may result in … … 262 262 exit the dialog. 263 263 264 265 .* ---------------------------------------------------------------------------- 266 :h1 res=200.Image details 267 :p.This page displays various technical details about the selected image. 268 269 :p.The following read-only information is provided&colon. 270 271 :hp2. 272 :table rules=both frame=box cols='20 40'. 273 :row. 274 :c.Detail 275 :c.Description 276 :row. 277 :c.IOProc 278 :c.Identifies which MMIOProc is being used to render the image. 279 :row. 280 :c.Width 281 :c.Width in pixels of the image. 282 :row. 283 :c.Height 284 :c.Height in pixels of the image. 285 :row. 286 :c.Depth 287 :c.Number of colors (color depth) of the image. 288 :etable. 289 :ehp2. 290 291 .* ---------------------------------------------------------------------------- 292 :h1 res=210.Convert digital image 293 :p.Specify the target image file type and filename, including the full path. 294 A thumbnail of the source image file is displayed at the top of the dialog. Note 295 that some formats may be more lossy than others, and converting from a lossy 296 format to a less-lossy (or lossless) format will not restore original bits which 297 may no longer be present in the (lossy) source file, and in some cases, may 298 result in a converted file of lower quality than the lossy source. 299 300 :p.The dropdown will list available MMIOProcs (codecs) for the target file. 301 302 :p.Press the :hp2.Convert:2hp2. button to begin the process, and 303 :hp2.Abort:ehp2. to cancel once conversion has begun. Press :hp2.Close:ehp2. to 304 exit the dialog. 305 264 306 :euserdoc. -
branches/v2.9/classes/res/en/audioconv_en.dlg
r2 r19 8 8 FCF_SYSMENU | FCF_TITLEBAR 9 9 BEGIN 10 GROUPBOX " ", IDGB_CONVERT, 3, 105, 203, 6910 GROUPBOX "Source", IDGB_CONVERT, 3, 105, 203, 69 11 11 LTEXT "Name:", IDST_CONVERTNAMELABEL, 7, 156, 32, 8 12 12 RTEXT "", IDST_CONVERTNAME, 45, 156, 156, 8 13 LTEXT " ? Hz", IDST_CONVERTSAMPLERATE, 7, 131, 91, 814 LTEXT " ? Channels", IDST_CONVERTCHANNELS, 7, 120, 91, 815 LTEXT " ", IDST_CONVERTCDBITS, 103, 142, 98, 813 LTEXT "Sample rate: ? Hz", IDST_CONVERTSAMPLERATE, 7, 131, 91, 8 14 LTEXT "Channels: ?", IDST_CONVERTCHANNELS, 7, 120, 91, 8 15 LTEXT "Bits per sample: ?", IDST_CONVERTCDBITS, 103, 142, 98, 8 16 16 LTEXT "(CD: 44100 Hz)", IDST_CONVERTCDSAMPLELABEL, 103, 131, 17 17 98, 8 18 18 LTEXT "(CD: 2 Channels)", IDST_CONVERTCDCHANNELSLABEL, 103, 19 19 120, 98, 8 20 LTEXT "Play time: ?", IDST_CONVERTPLAYTIME, 7, 109, 161, 821 GROUPBOX " ", IDGB_CONVERT2, 3, 19, 203, 8520 LTEXT "Play time: ?", IDST_CONVERTPLAYTIME, 7, 109, 161, 8 21 GROUPBOX "Target", IDGB_CONVERT2, 3, 19, 203, 85 22 22 LTEXT "Convert to:", 317, 7, 86, 86, 8 23 23 CONTROL "", IDDD_IOPROC, 7, 28, 195, 54, WC_COMBOBOX, … … 26 26 27 27 LTEXT "Target name:", 2419, 7, 57, 64, 8 28 ENTRYFIELD "", IDEF_CONVERTTARGETNAME, 9, 45, 139, 8, ES_ RIGHT |29 ES_MARGIN 28 ENTRYFIELD "", IDEF_CONVERTTARGETNAME, 9, 45, 139, 8, ES_MARGIN 29 30 30 PUSHBUTTON "~Browse...", IDPB_CONVERTBROWSE, 153, 42, 47, 14 31 31 CONTROL "", IDBAR_CONVERTPROGRESS, 6, 24, 194, 13, … … 36 36 END 37 37 END 38 -
branches/v2.9/classes/res/en/audioconv_en.rc
r2 r19 7 7 BEGIN 8 8 9 IDSTR_CONVERTCHANNELS " %d Channels"10 IDSTR_CONVERTSAMPLERATE " %d Hz"11 IDSTR_CONVERTPLAYTIME " %d:%02d min playtime"9 IDSTR_CONVERTCHANNELS "Channels: %d" 10 IDSTR_CONVERTSAMPLERATE "Sample rate: %d Hz" 11 IDSTR_CONVERTPLAYTIME "Play time: %d:%02d" 12 12 IDSTR_CONVERTDIALOGERROR "Can't load dialog template! Please check your installation." 13 13 IDSTR_CONVERTNOSPACETITLE "Convert to wave" … … 17 17 18 18 END 19 20 -
branches/v2.9/classes/res/en/cwaudio_en.dlg
r2 r19 11 11 PUSHBUTTON "~Cancel", IDPB_CANCEL, 87, 1, 40, 14 12 12 PUSHBUTTON "~Help", IDPB_ID3HELP, 130, 1, 40, 14, BS_HELP 13 GROUPBOX " ID3 Tags", IDGB_ID3TAGS, 6, 17, 202, 9713 GROUPBOX "", IDGB_ID3TAGS, 6, 17, 202, 97 14 14 LTEXT "Name:", 210, 9, 95, 57, 8 15 15 ENTRYFIELD "", IDEF_ID3NAME, 73, 95, 127, 8, ES_MARGIN … … 33 33 WS_VISIBLE | NOT WS_SAVEBITS 34 34 BEGIN 35 GROUPBOX " Audio info", IDGB_WAVEINFO, 6, 4, 154, 67, NOT35 GROUPBOX "", IDGB_WAVEINFO, 6, 4, 154, 67, NOT 36 36 WS_GROUP 37 LTEXT "Sample rate:", IDST_SAMPLERATELABEL, 17, 35, 76, 837 LTEXT "Sample rate:", IDST_SAMPLERATELABEL, 17, 35, 76, 8 38 38 LTEXT "Bits per sample:", IDST_BPSLABEL, 17, 23, 76, 8 39 39 LTEXT "Play time:", IDST_PLAYTIMELABEL, 17, 47, 76, 8 … … 51 51 WS_VISIBLE 52 52 BEGIN 53 GROUPBOX " Image Information", IDGB_IMAGEINFO, 6, 4, 154, 78,53 GROUPBOX "", IDGB_IMAGEINFO, 6, 4, 154, 78, 54 54 NOT WS_GROUP 55 55 LTEXT "Width:", IDST_IMAGEWIDTHLABEL, 17, 35, 76, 8 … … 71 71 GROUPBOX "URL", IDGB_STREAMURL, 6, 4, 154, 61, NOT WS_GROUP 72 72 ENTRYFIELD "", IDEF_URL, 13, 23, 140, 8, ES_MARGIN 73 LTEXT "Enter URL tostreaming server:", IDST_URLTEXT, 12,73 LTEXT "Enter URL for streaming server:", IDST_URLTEXT, 12, 74 74 37, 143, 8 75 75 END 76 76 END 77 -
branches/v2.9/classes/res/en/cwaudio_en.rc
r2 r19 31 31 MENU ID_MENU_EDITOR 32 32 BEGIN 33 MENUITEM "~Audio editor", ID_MENU_EDITOR33 MENUITEM "~Audio editor", ID_MENU_EDITOR 34 34 END 35 35 … … 71 71 STRINGTABLE 72 72 BEGIN 73 ID_WAVEINFOPAGENAME "~Audio information"74 ID_ID3TAGSPAGENAME "~ID3 Tags"75 ID_TRACKNAMEPAGENAME "~Track name"76 IDSTR_TRACKNAME " Trackname"73 ID_WAVEINFOPAGENAME "~Audio details" 74 ID_ID3TAGSPAGENAME "~ID3 tag" 75 ID_TRACKNAMEPAGENAME "~Track meta" 76 IDSTR_TRACKNAME "" 77 77 78 78 IDSTR_PLAYTIME "Play time" 79 IDSTR_SAMPLERATE "Sample rate"79 IDSTR_SAMPLERATE "Sample rate" 80 80 IDSTR_CHANNELS "Channels" 81 81 IDSTR_BPS "Bits per sample" … … 113 113 ;Used as an information when starting and audio file from the WPS 114 114 IDSTR_STARTINGTRACK "Starting track..." 115 IDSTR_AUDIOSCANNING "Scanning Audiofile..."116 IDSTR_AUDIOSTREAMTITLE "Audio -Stream"117 IDSTR_STREAMURLPAGENAME "~URL -Setting"118 IDSTR_CDTRACKTITLE "CD -Track"115 IDSTR_AUDIOSCANNING "Scanning audio file..." 116 IDSTR_AUDIOSTREAMTITLE "Audio stream" 117 IDSTR_STREAMURLPAGENAME "~URL" 118 IDSTR_CDTRACKTITLE "CD track" 119 119 IDSTR_M3UTITLE "M3U playlist" 120 120 ;Titles used when starting player and editor applications … … 127 127 128 128 END 129 130 -
branches/v2.9/classes/res/en/cwimage_en.rc
r2 r19 26 26 IDSTR_CWIMAGETITLE "Digital image" 27 27 28 IDSTR_IMAGEINFOPAGENAME "~Image information"29 IDSTR_SPRINTFPIXEL "%d Pixel "28 IDSTR_IMAGEINFOPAGENAME "~Image details" 29 IDSTR_SPRINTFPIXEL "%d Pixels" 30 30 IDSTR_SPRINTFBIT "%d Bit" 31 31 ;Bitmpap load errors … … 42 42 43 43 ;Titles used when starting player and editor applications 44 IDSTR_IMGEDITORTITLE "Image viewer"44 IDSTR_IMGEDITORTITLE "Image viewer" 45 45 IDSTR_MENU_IMAGEINFO "Image information: %d x %d x %d" 46 46 47 47 ;IDSTR_HELPLIBRARY "MMPARTS.HLP" 48 48 END 49 50 -
branches/v2.9/classes/res/en/imageconv_en.dlg
r2 r19 13 13 CONTROL "", IDSR_BMP, 12, 100, 185, 69, WC_STATIC, 14 14 SS_FGNDRECT | WS_GROUP | WS_VISIBLE 15 LTEXT "Convert to ", IDST_IMGCONVERTTO, 7, 88, 53, 815 LTEXT "Convert to:", IDST_IMGCONVERTTO, 7, 88, 53, 8 16 16 CONTROL "", IDDD_IMGIOPROC, 6, 6, 196, 78, WC_COMBOBOX, 17 17 CBS_DROPDOWNLIST | LS_HORZSCROLL | WS_GROUP | … … 27 27 END 28 28 END 29 -
branches/v2.9/classes/res/en/mmfind_en.rc
r2 r19 10 10 IDSTR_AUDIOINFOTEXT "Play time:\t%02d:%02d\n\nSamplerate:\t%d\n\nBits per sample:\t%d\n\nChannels:\t%d" 11 11 IDSTR_NOMMTEMPLATEFLDRTITLE "Error during file creation" 12 IDSTR_NOMMTEMPLATEFLDR "Multimedia template folder can't be found. It may ha slost the object ID <MMPM2_MMTEMPLATEFOLDER>."12 IDSTR_NOMMTEMPLATEFLDR "Multimedia template folder can't be found. It may have lost the object ID <MMPM2_MMTEMPLATEFOLDER>." 13 13 END
Note:
See TracChangeset
for help on using the changeset viewer.