代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/135575/5886412
pas hints.pas
unit hints;
interface
uses
Windows, Messages, SysUtils, Classes, Forms, se_controls, KsSkinHints,
KsSkinItems, Menus, KsSkinMenus, KsSkinForms, KsSkinSpinButtons,
KsSkinEdits, KsSkinChe
www.eeworm.com/read/127087/6008834
hints root.hints
; Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/127087/6008845
hints root.hints
; Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/110301/6165504
txt hints.txt
This file contains some answers to frequently asked questions about
PKZIP 2.0, and hints for most efficient use of the software.
Q: Is PKZIP and PKUNZIP completely compatible with older versi
www.eeworm.com/read/251886/6336070
h hints.h
#ifndef HINTS_H
#define HINTS_H
/* Window Managers */
#define WM_HINTS_NONE 0
#define WM_HINTS_GNOME 1
#define WM_HINTS_NET 2
void check_wm_hints(void);
void hint_set_always(gboolean always
www.eeworm.com/read/251886/6336090
c hints.c
/* XMMS - Cross-platform multimedia player
* Copyright (C) 1998-2003 Peter Alm, Mikael Alm, Olle Hallnas,
* Thomas Nilsson and 4Front Technologies
* Copyright (C) 1999
www.eeworm.com/read/479786/6678838
c hints.c
/*
*
* Sample Code for Gtk+ Programming in C, 1st Edition, Prentice Hall
*
* Copyright 2000 - 2002 Syd Logan, All Rights Reserved
*
* This code is distributed without warranty. You are free to u
www.eeworm.com/read/152574/12101547
dfm hints.dfm
object dlgHints: TdlgHints
Left = 330
Top = 258
BorderIcons = []
BorderStyle = bsDialog
Caption = #25552#31034
ClientHeight = 103
ClientWidth = 362
Color = clInfoBk
Font.Cha
www.eeworm.com/read/152574/12101563
pas hints.pas
unit Hints;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TdlgHints = class(TForm)
msg: TLabel;
msg2: TL
www.eeworm.com/read/152574/12101767