代码搜索:KCeasy
找到约 143 项符合「KCeasy」的源代码
代码结果 143
www.eeworm.com/read/312022/7218493
h kceasy.h
/*
This file is part of KCeasy (http://www.kceasy.com)
Copyright (C) 2002-2004 Markus Kern
This program is free software; you can redistribute it and/or
modify it under the te
www.eeworm.com/read/312022/7218546
dfm kceasy.dfm
object MainForm: TMainForm
Left = 238
Top = 334
Width = 833
Height = 621
Caption = '{AppName}'
Color = clBtnFace
Constraints.MinHeight = 440
Constraints.MinWidth = 600
Font.
www.eeworm.com/read/312022/7218556
cpp kceasy.cpp
/*
This file is part of KCeasy (http://www.kceasy.com)
Copyright (C) 2002-2004 Markus Kern
This program is free software; you can redistribute it and/or
modify it under the te
www.eeworm.com/read/312022/7218570
rc kceasy.rc
#include "switch.rc"
#if defined(BRAND_KCEASY)
# include "kceasy/kceasy.rc"
#elif defined(BRAND_XETTO)
# include "xetto/xetto.rc"
#else
# error "Unknown brand"
#endif
www.eeworm.com/read/312022/7218583
ico kceasy.ico
www.eeworm.com/read/312022/7218584
nsi kceasy.nsi
;------------------------------------------------------------------------------------------
; This file creates the KCeasy installer including giFT and plugins
;-------------------------------------
www.eeworm.com/read/312022/7218588
rc kceasy.rc
#include "html.rc"
// application version
#define BRAND_MAJOR_VERSION 0
#define BRAND_MINOR_VERSION 19
#define BRAND_EXTRA_VERSION "rc1"
#define BRAND_VERSION_STRING "0.19-rc1"
#define BRA
www.eeworm.com/read/312022/7218591
conf kceasy.conf
[gui]
run_on_startup = 0
minimize_to_tray = 1
page_icons_above_text = 1
show_status_page = 0
show_chat_page = 1
show_browser_page = 1
show_network_stats = 0
window_pos =
use_themes = 1
use
www.eeworm.com/read/312022/7218365