Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 97de64d

Browse files
committed
フォントサイズをちょっち変更
1 parent ca8162e commit 97de64d

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

TvTestRPC/TvTestRPC.rc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ END
5050
// Dialog
5151
//
5252

53-
IDD_DIALOG1 DIALOGEX 0, 0, 188, 66
53+
IDD_DIALOG1 DIALOGEX 0, 0, 168, 62
5454
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
5555
CAPTION "TvTestRPC�̐ݒ�"
56-
FONT 8, "���C���I", 400, 0, 0x80
56+
FONT 9, "Meiryo UI", 400, 0, 0x0
5757
BEGIN
58-
DEFPUSHBUTTON "OK",IDOK,72,45,50,14
59-
PUSHBUTTON "�L�����Z��",IDCANCEL,131,45,50,14
60-
CONTROL "�T�[�r�X���̑���Ƀ`�����l������ʒm����B",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,9,154,10
61-
LTEXT "���`�����l������BonDriver�Ɉˑ����܂��B\n�@TvTplay�ȂǂŃ`�����l���𐳂����ʒm�������ꍇ��\n�@�`�F�b�N���O���Ă��������B",IDC_STATIC,15,20,159,24
58+
DEFPUSHBUTTON "OK",IDOK,53,44,50,14
59+
PUSHBUTTON "�L�����Z��",IDCANCEL,108,44,50,14
60+
CONTROL "�T�[�r�X���̑���Ƀ`�����l������ʒm����B",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,3,154,10
61+
LTEXT "���`�����l������BonDriver�Ɉˑ����܂��B\n�@TvtPlay�ȂǂŃ`�����l���𐳂����ʒm�������ꍇ��\n�@�`�F�b�N���O���Ă��������B",IDC_STATIC,9,17,149,24
6262
END
6363

6464

@@ -72,10 +72,7 @@ GUIDELINES DESIGNINFO
7272
BEGIN
7373
IDD_DIALOG1, DIALOG
7474
BEGIN
75-
LEFTMARGIN, 7
76-
RIGHTMARGIN, 181
77-
TOPMARGIN, 7
78-
BOTTOMMARGIN, 59
75+
BOTTOMMARGIN, 58
7976
END
8077
END
8178
#endif // APSTUDIO_INVOKED

TvTestRPC/resource.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
// TvTestRPC.rc で使用
44
//
55
#define IDD_DIALOG1 101
6-
#define IDC_COMBO1 1003
76
#define IDC_CHECK1 1004
87

98
// Next default values for new objects
109
//
1110
#ifdef APSTUDIO_INVOKED
1211
#ifndef APSTUDIO_READONLY_SYMBOLS
13-
#define _APS_NEXT_RESOURCE_VALUE 103
12+
#define _APS_NEXT_RESOURCE_VALUE 105
1413
#define _APS_NEXT_COMMAND_VALUE 40001
1514
#define _APS_NEXT_CONTROL_VALUE 1005
1615
#define _APS_NEXT_SYMED_VALUE 101

0 commit comments

Comments
 (0)