代码搜索:enabled

找到约 10,000 项符合「enabled」的源代码

代码结果 10,000
www.eeworm.com/read/301908/13846186

cs browsemodule.aspx.cs

using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using Sys
www.eeworm.com/read/301908/13846190

cs modulepartinfo.aspx.cs

using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using Sys
www.eeworm.com/read/136170/13869461

prg disable.prg

set skip of bar 2 OF 台帐基础管 .t. set skip of bar 3 OF 台帐基础管 .t. set skip of bar 4 OF 台帐基础管 .t. *----------------- tz_gj.mybar.command2.enabled=.f. tz_gj.mybar.command3.enabled=.f. tz_gj.mybar.
www.eeworm.com/read/136167/13870516

frm frmmain.frm

VERSION 5.00 Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx" Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX" Begin VB.Form frmMAIN BackColor
www.eeworm.com/read/301005/13871096

pas stuff.pas

unit stuff; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, StdCtrls, DBCtrls, Mask, ExtCtrls, ComCtrls, DB, DBTables;
www.eeworm.com/read/152695/5668610

h ali512x.h

/* * (C) Copyright 2002 * Daniel Engstr鰉, Omicron Ceti AB . * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/152185/5675513

frm echoclient.frm

VERSION 5.00 Begin VB.Form EchoCli Caption = "TCP Echo Client" ClientHeight = 3525 ClientLeft = 60 ClientTop = 345 ClientWidth = 5775 Link
www.eeworm.com/read/151323/5684213

readme

This directory is working directory. Before synthesis verify that or1200_defines.v has correct defines enabled for ASIC target and that synthesis scripts in ../bin/ are up to date. To run synthesis, d
www.eeworm.com/read/150880/5688191

java menu.java

//J2ME 中实现仿windows菜单 //构造不同的菜单项,并把整个菜单组的所有元素画在画板上 //翁荣建 //2005-06-10 //Menu.java package menu; import javax.microedition.lcdui.*; public class Menu { public static Menu instance; priva
www.eeworm.com/read/149920/5694743

makefile

SERIAL = `echo /dev/tty.USA19QI*` UISP = uisp -dprog=avr910 -dserial=$(SERIAL) -dpart=auto TARGET = atmega8 #TARGET = at90s2313 # The two lines above are for "uisp" and the AVR910 serial programmer co