質問編集履歴

1

大きくなっている文字を小さくしました

2020/01/21 14:15

投稿

daiking
daiking

スコア19

test CHANGED
File without changes
test CHANGED
@@ -268,24 +268,26 @@
268
268
 
269
269
  ```
270
270
 
271
- //resource.h
271
+ resource.h
272
-
273
-
274
-
272
+
273
+
274
+
275
- #define IDC_EDIT1 1001
275
+ define IDC_EDIT1 1001
276
-
276
+
277
- #define IDC_BUTTON1 1002
277
+ define IDC_BUTTON1 1002
278
-
278
+
279
- #define IDC_STATIC1 1003
279
+ define IDC_STATIC1 1003
280
-
280
+
281
- #ifndef IDC_STATIC
281
+ ifndef IDC_STATIC
282
-
282
+
283
- #define IDC_STATIC -1
283
+ define IDC_STATIC -1
284
-
285
-
286
-
284
+
285
+
286
+
287
- #endif
287
+ endif
288
-
289
-
290
-
288
+
289
+
290
+
291
+
292
+
291
- ```
293
+ ```