代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/225171/14553800
dfm attribute.dfm
object frmAttibute: TfrmAttibute
Left = 362
Top = 295
BorderStyle = bsDialog
Caption = '文件属性'
ClientHeight = 98
ClientWidth = 231
Color = clBtnFace
Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/225171/14553805
pas attribute.pas
unit Attribute;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmAttibute = class(TForm)
chkSysFile: TCheckBox;
c
www.eeworm.com/read/225171/14553809
dcu attribute.dcu
www.eeworm.com/read/124570/14559647
java attribute.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/223986/14609081
h attribute.h
#pragma once
/*-----------------------------*/
/* 属性栈的基本结构
/*-----------------------------*/
class attribute
{
public:
attribute(void);
attribute(string str, string con, int value, int nam
www.eeworm.com/read/223986/14609085
cpp attribute.cpp
#include "StdAfx.h"
#include ".\attribute.h"
attribute::attribute(void)
{
}
attribute::attribute(string str, string con, int value, int name)
{
content = con;
att_name = str;
att_value
www.eeworm.com/read/223305/14646827
c attribute.c
/**
*
* @file attribute.c
* @author Aleix Conchillo Flaque
* @date Mon Nov 25, 2002 00:41
* @brief SCEW attribute type implementation
*
* $Id: attribu
www.eeworm.com/read/223305/14646833
h attribute.h
/**
*
* @file attribute.h
* @author Aleix Conchillo Flaque
* @date Mon Nov 25, 2002 00:39
* @brief SCEW attribute type declaration
*
* $Id: attribute.
www.eeworm.com/read/221293/14749459