wine-wine/dlls/serialui/Ja.rc

42 lines
2.0 KiB
Plaintext
Raw Normal View History

2004-06-28 23:50:22 +00:00
/*
* Copyright 2004 Hajime Segawa
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "<22>v<EFBFBD><76><EFBFBD>p<EFBFBD>e<EFBFBD>B<EFBFBD>F"
FONT 9, "MS UI Gothic"
BEGIN
LTEXT "<22>{<7B>[<5B><><EFBFBD>[<5B>g", 0,5,20,55,10
COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "<22>p<EFBFBD><70><EFBFBD>e<EFBFBD>B<EFBFBD>r<EFBFBD>b<EFBFBD>g", 0,5,40,55,10
COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "<22>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>", 0,5,60,55,10
COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "<22>f<EFBFBD>[<5B>^<5E>r<EFBFBD>b<EFBFBD>g", 0,5,80,55,10
COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "<22>X<EFBFBD>g<EFBFBD>b<EFBFBD>v<EFBFBD>r<EFBFBD>b<EFBFBD>g", 0,5,100,55,10
COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK,30,138,50,14
PUSHBUTTON "<22>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>Z<EFBFBD><5A>", IDCANCEL,85,138,50,14
/* these two buttons are for testing Get/SetDefaultCommConfig */
/* PUSHBUTTON "<22>W<EFBFBD><57><EFBFBD>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD>[<5B>h", ID_GETDEFAULT,30,115,50,14 */
/* PUSHBUTTON "<22>W<EFBFBD><57><EFBFBD>l<EFBFBD>Ƃ<EFBFBD><C682>Đݒ<C490>", ID_SETDEFAULT,85,115,50,14 */
END