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

Commit

Permalink
フォントサイズをちょっち変更
Browse files Browse the repository at this point in the history
  • Loading branch information
noriokun4649 committed Oct 31, 2020
1 parent ca8162e commit 97de64d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
17 changes: 7 additions & 10 deletions TvTestRPC/TvTestRPC.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ END
// Dialog
//

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


Expand All @@ -72,10 +72,7 @@ GUIDELINES DESIGNINFO
BEGIN
IDD_DIALOG1, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 181
TOPMARGIN, 7
BOTTOMMARGIN, 59
BOTTOMMARGIN, 58
END
END
#endif // APSTUDIO_INVOKED
Expand Down
3 changes: 1 addition & 2 deletions TvTestRPC/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
// TvTestRPC.rc で使用
//
#define IDD_DIALOG1 101
#define IDC_COMBO1 1003
#define IDC_CHECK1 1004

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1005
#define _APS_NEXT_SYMED_VALUE 101
Expand Down

0 comments on commit 97de64d

Please sign in to comment.