代码搜索:enabled
找到约 10,000 项符合「enabled」的源代码
代码结果 10,000
www.eeworm.com/read/389938/8493344
pas zonghe.pas
unit Zonghe;
interface
uses Windows, Messages, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Dialogs,
Grids, DBGrids, ComCtrls, Spin, ExtCtrls, DBCtrls, Buttons, Db, DBTables,
www.eeworm.com/read/389938/8493381
pas huanche.pas
unit huanche;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, DBCtrls, Mask,Db;
type
ThuancheForm = class(TForm)
Lab
www.eeworm.com/read/389938/8493867
pas site.pas
unit Site;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Mask, DBCtrls,Db;
type
TFormSiteSetup = class(TForm)
Label1: TLabel
www.eeworm.com/read/389925/8494279
bas status.bas
Attribute VB_Name = "Status"
Option Explicit
'This module houses some of the different states that the player
'would be in, and sets the correct settings.
Public Sub RunningState()
With frmXP
www.eeworm.com/read/290217/8495901
~pas unit9.~pas
unit Unit9;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Grids, DBGrids, DB, ADODB, ComCtrls;
type
TForm9 =
www.eeworm.com/read/290217/8496004
pas unit9.pas
unit Unit9;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Grids, DBGrids, DB, ADODB, ComCtrls;
type
TForm9 =
www.eeworm.com/read/188824/8513535
frm frm_main.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{D27CDB6B-AE6D-11CF-96B8-444553
www.eeworm.com/read/289632/8538445
frm jieshu.frm
VERSION 5.00
Begin VB.Form jieshu
Caption = "借书操作"
ClientHeight = 3885
ClientLeft = 60
ClientTop = 390
ClientWidth = 5535
LinkTopic
www.eeworm.com/read/188376/8545500
pas u_kcpd.pas
unit U_kcpd;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Mask, ComCtrls, Db, DBClient, Grids, DBGrids, Buttons,
DBCtrls,
www.eeworm.com/read/188189/8564170
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