Files
2022-10-26 12:25:11 +08:00

24 lines
522 B
C

#pragma once
const DWORD c_dwTextColor = RGBA (255, 255, 255, 255);
const DWORD c_dwSelTextColor = RGBA(0,220,0,255);
const DWORD c_dwBackColor = RGBA (0,0,0,0);
const WzID c_Font_popupMenu = StrToWzID("mn12");
const int c_iTOP_Margin = 3;
const int c_iLEFT_Margin = 2;
const int c_iDlgGap_X = 3;
const int c_iDlgGap_Y = 15;
const int c_iDlgWIDTH = 45;
const int c_iListWIDTH = 50;
const int c_iListLeftMARGIN = 20;
const int c_iListRightMARGIN = 25;
const int c_iListTopMARGIN = 10;
const int c_iHEIGHT_Gap = 17;