Serial Passthrough
This commit is contained in:
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Povolit port LPT2"
|
||||
#define STR_PARALLEL3 "Povolit port LPT3"
|
||||
#define STR_PARALLEL4 "Povolit port LPT4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Řadič disku:"
|
||||
#define STR_FDC "Disketový řadič:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Parallelport 2"
|
||||
#define STR_PARALLEL3 "Parallelport 3"
|
||||
#define STR_PARALLEL4 "Parallelport 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "HDD-Controller:"
|
||||
#define STR_FDC "FD-Controller:"
|
||||
|
||||
@@ -453,54 +453,78 @@ BEGIN
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
LTEXT STR_LPT2, IDT_LPT2,
|
||||
CFG_HMARGIN, 28, CFG_PANE_LTEXT_PRI_WIDTH, CFG_PANE_LTEXT_HEIGHT
|
||||
CFG_HMARGIN, 24, CFG_PANE_LTEXT_PRI_WIDTH, CFG_PANE_LTEXT_HEIGHT
|
||||
COMBOBOX IDC_COMBO_LPT2,
|
||||
CFG_COMBO_BOX_LEFT, 26, CFG_COMBO_NOBTN_WIDTH, CFG_COMBO_HEIGHT,
|
||||
CFG_COMBO_BOX_LEFT, 22, CFG_COMBO_NOBTN_WIDTH, CFG_COMBO_HEIGHT,
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
LTEXT STR_LPT3, IDT_LPT3,
|
||||
CFG_HMARGIN, 47, CFG_PANE_LTEXT_PRI_WIDTH, CFG_PANE_LTEXT_HEIGHT
|
||||
CFG_HMARGIN, 39, CFG_PANE_LTEXT_PRI_WIDTH, CFG_PANE_LTEXT_HEIGHT
|
||||
COMBOBOX IDC_COMBO_LPT3,
|
||||
CFG_COMBO_BOX_LEFT, 45, CFG_COMBO_NOBTN_WIDTH, CFG_COMBO_HEIGHT,
|
||||
CFG_COMBO_BOX_LEFT, 37, CFG_COMBO_NOBTN_WIDTH, CFG_COMBO_HEIGHT,
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
LTEXT STR_LPT4, IDT_LPT4,
|
||||
CFG_HMARGIN, 66, CFG_PANE_LTEXT_PRI_WIDTH, CFG_PANE_LTEXT_HEIGHT
|
||||
CFG_HMARGIN, 54, CFG_PANE_LTEXT_PRI_WIDTH, CFG_PANE_LTEXT_HEIGHT
|
||||
COMBOBOX IDC_COMBO_LPT4,
|
||||
CFG_COMBO_BOX_LEFT, 64, CFG_COMBO_NOBTN_WIDTH, CFG_COMBO_HEIGHT,
|
||||
CFG_COMBO_BOX_LEFT, 52, CFG_COMBO_NOBTN_WIDTH, CFG_COMBO_HEIGHT,
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
CONTROL STR_SERIAL1, IDC_CHECK_SERIAL1,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 83, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
CFG_HMARGIN, 71, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_SERIAL2, IDC_CHECK_SERIAL2,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 102, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
CFG_HMARGIN, 86, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_SERIAL3, IDC_CHECK_SERIAL3,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 121, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
CFG_HMARGIN, 101, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_SERIAL4, IDC_CHECK_SERIAL4,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 140, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
CFG_HMARGIN, 116, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_PARALLEL1, IDC_CHECK_PARALLEL1,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
167, 83, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
167, 71, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_PARALLEL2, IDC_CHECK_PARALLEL2,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
167, 102, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
167, 86, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_PARALLEL3, IDC_CHECK_PARALLEL3,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
167, 121, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
167, 101, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_PARALLEL4, IDC_CHECK_PARALLEL4,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
167, 140, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
167, 116, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_SERIAL_PASS1, IDC_CHECK_SERIAL_PASS1,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 134, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
PUSHBUTTON STR_CONFIGURE, IDC_CONFIGURE_SERIAL_PASS1,
|
||||
CFG_COMBO_BTN_LEFT, 131, CFG_BTN_WIDTH, CFG_BTN_HEIGHT
|
||||
|
||||
CONTROL STR_SERIAL_PASS2, IDC_CHECK_SERIAL_PASS2,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 150, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
PUSHBUTTON STR_CONFIGURE, IDC_CONFIGURE_SERIAL_PASS2,
|
||||
CFG_COMBO_BTN_LEFT, 147, CFG_BTN_WIDTH, CFG_BTN_HEIGHT
|
||||
|
||||
CONTROL STR_SERIAL_PASS3, IDC_CHECK_SERIAL_PASS3,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 165, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
PUSHBUTTON STR_CONFIGURE, IDC_CONFIGURE_SERIAL_PASS3,
|
||||
CFG_COMBO_BTN_LEFT, 162, CFG_BTN_WIDTH, CFG_BTN_HEIGHT
|
||||
|
||||
CONTROL STR_SERIAL_PASS4, IDC_CHECK_SERIAL_PASS4,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 180, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
PUSHBUTTON STR_CONFIGURE, IDC_CONFIGURE_SERIAL_PASS4,
|
||||
CFG_COMBO_BTN_LEFT, 177, CFG_BTN_WIDTH, CFG_BTN_HEIGHT
|
||||
END
|
||||
|
||||
DLG_CFG_STORAGE DIALOG DISCARDABLE CFG_PANE_LEFT, CFG_PANE_TOP, CFG_PANE_WIDTH, CFG_PANE_HEIGHT
|
||||
@@ -996,6 +1020,10 @@ END
|
||||
#undef STR_PARALLEL2
|
||||
#undef STR_PARALLEL3
|
||||
#undef STR_PARALLEL4
|
||||
#undef STR_SERIAL_PASS1
|
||||
#undef STR_SERIAL_PASS2
|
||||
#undef STR_SERIAL_PASS3
|
||||
#undef STR_SERIAL_PASS4
|
||||
|
||||
#undef STR_HDC
|
||||
#undef STR_FDC
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Parallel port 2"
|
||||
#define STR_PARALLEL3 "Parallel port 3"
|
||||
#define STR_PARALLEL4 "Parallel port 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "HD Controller:"
|
||||
#define STR_FDC "FD Controller:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Parallel port 2"
|
||||
#define STR_PARALLEL3 "Parallel port 3"
|
||||
#define STR_PARALLEL4 "Parallel port 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "HD Controller:"
|
||||
#define STR_FDC "FD Controller:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Puerto paralelo 2"
|
||||
#define STR_PARALLEL3 "Puerto paralelo 3"
|
||||
#define STR_PARALLEL4 "Puerto paralelo 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Controladora HD:"
|
||||
#define STR_FDC "Controladora FD:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Rinnakkaisportti 2"
|
||||
#define STR_PARALLEL3 "Rinnakkaisportti 3"
|
||||
#define STR_PARALLEL4 "Rinnakkaisportti 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Kiintolevyohjain:"
|
||||
#define STR_FDC "Levykeohjain:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Port parallèle 2"
|
||||
#define STR_PARALLEL3 "Port parallèle 3"
|
||||
#define STR_PARALLEL4 "Port parallèle 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Contrôleur HD:"
|
||||
#define STR_FDC "Contrôleur FD:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Paralelna vrata 2"
|
||||
#define STR_PARALLEL3 "Paralelna vrata 3"
|
||||
#define STR_PARALLEL4 "Paralelna vrata 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Kontroler tvrdog diska:"
|
||||
#define STR_FDC "Kontroler diskete:"
|
||||
|
||||
@@ -333,6 +333,10 @@ END
|
||||
#define STR_PARALLEL2 "Párhuzamos port 2"
|
||||
#define STR_PARALLEL3 "Párhuzamos port 3"
|
||||
#define STR_PARALLEL4 "Párhuzamos port 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Merevl.-vezérlő:"
|
||||
#define STR_FDC "Floppy-vezérlő:"
|
||||
|
||||
@@ -329,6 +329,10 @@ END
|
||||
#define STR_PARALLEL2 "Porta parallela 2"
|
||||
#define STR_PARALLEL3 "Porta parallela 3"
|
||||
#define STR_PARALLEL4 "Porta parallela 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Controller HD:"
|
||||
#define STR_FDC "Controller FD:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "パラレルポート2"
|
||||
#define STR_PARALLEL3 "パラレルポート3"
|
||||
#define STR_PARALLEL4 "パラレルポート4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "HDコントローラー:"
|
||||
#define STR_FDC "FDコントローラー:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "병렬 포트 2"
|
||||
#define STR_PARALLEL3 "병렬 포트 3"
|
||||
#define STR_PARALLEL4 "병렬 포트 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "HD 컨트롤러:"
|
||||
#define STR_FDC "FD 컨트롤러:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Port równoległy 2"
|
||||
#define STR_PARALLEL3 "Port równoległy 3"
|
||||
#define STR_PARALLEL4 "Port równoległy 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Kontroler dysku twardego:"
|
||||
#define STR_FDC "Kontroler dyskietek:"
|
||||
|
||||
@@ -331,6 +331,10 @@ END
|
||||
#define STR_PARALLEL2 "Porta paralela 2"
|
||||
#define STR_PARALLEL3 "Porta paralela 3"
|
||||
#define STR_PARALLEL4 "Porta paralela 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Controlador HD:"
|
||||
#define STR_FDC "Controlador FD:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Porta paralela 2"
|
||||
#define STR_PARALLEL3 "Porta paralela 3"
|
||||
#define STR_PARALLEL4 "Porta paralela 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Controlador HD:"
|
||||
#define STR_FDC "Controlador FD:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Параллельный порт LPT2"
|
||||
#define STR_PARALLEL3 "Параллельный порт LPT3"
|
||||
#define STR_PARALLEL4 "Параллельный порт LPT4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Контроллер HD:"
|
||||
#define STR_FDC "Контроллер FD:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Paralelna vrata 2"
|
||||
#define STR_PARALLEL3 "Paralelna vrata 3"
|
||||
#define STR_PARALLEL4 "Paralelna vrata 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Krmilnik trdega diska:"
|
||||
#define STR_FDC "Krmilnik disketnika:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Paralel port 2"
|
||||
#define STR_PARALLEL3 "Paralel port 3"
|
||||
#define STR_PARALLEL4 "Paralel port 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "HD Kontrolcüsü:"
|
||||
#define STR_FDC "FD Kontrolcüsü:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "Паралельний порт LPT2"
|
||||
#define STR_PARALLEL3 "Паралельний порт LPT3"
|
||||
#define STR_PARALLEL4 "Паралельний порт LPT4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "Контролер HD:"
|
||||
#define STR_FDC "Контролер FD:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "并口 2"
|
||||
#define STR_PARALLEL3 "并口 3"
|
||||
#define STR_PARALLEL4 "并口 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "硬盘控制器:"
|
||||
#define STR_FDC "软盘控制器:"
|
||||
|
||||
@@ -328,6 +328,10 @@ END
|
||||
#define STR_PARALLEL2 "並列埠 2"
|
||||
#define STR_PARALLEL3 "並列埠 3"
|
||||
#define STR_PARALLEL4 "並列埠 4"
|
||||
#define STR_SERIAL_PASS1 "Serial port passthrough 1"
|
||||
#define STR_SERIAL_PASS2 "Serial port passthrough 2"
|
||||
#define STR_SERIAL_PASS3 "Serial port passthrough 3"
|
||||
#define STR_SERIAL_PASS4 "Serial port passthrough 4"
|
||||
|
||||
#define STR_HDC "硬碟控制器:"
|
||||
#define STR_FDC "軟碟控制器:"
|
||||
|
||||
Reference in New Issue
Block a user