48 lines
1.1 KiB
C
48 lines
1.1 KiB
C
/*
|
|
*=======================================================================================
|
|
* Name :constant.h
|
|
*
|
|
* Author : VL Date :16/07/97
|
|
*
|
|
* Description :constant for vss data manager
|
|
*=======================================================================================
|
|
* Modification -> Author : Date :
|
|
* Description :
|
|
*=======================================================================================
|
|
*/
|
|
|
|
#ifndef __CONSTANT_H__
|
|
#define __CONSTANT_H__
|
|
|
|
/*
|
|
* constant for main window min size
|
|
*/
|
|
#define C_iMainMinWidth 300
|
|
#define C_iMainMinHeight 300
|
|
|
|
/*
|
|
* constant for vss tree window min size
|
|
*/
|
|
#define C_iFileMinWidth 410
|
|
#define C_iFileMinHeight 340
|
|
|
|
/*
|
|
* constant for modif window min size
|
|
*/
|
|
#define C_iModifMinWidth 200
|
|
#define C_iModifMinHeight 100
|
|
|
|
/*
|
|
* constant for modif window min size
|
|
*/
|
|
#define C_iConflictMinWidth 300
|
|
#define C_iConflictMinHeight 400
|
|
|
|
/*
|
|
* constant for modif window min size
|
|
*/
|
|
#define C_iUpdateWithConfigMinWidth 300
|
|
#define C_iUpdateWithConfigMinHeight 200
|
|
|
|
|
|
#endif /*__CONSTANT_H__*/ |