代码搜索:enabled
找到约 10,000 项符合「enabled」的源代码
代码结果 10,000
www.eeworm.com/read/199628/7842149
~pas loginut.~pas
unit loginut;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, ExtCtrls, Buttons;
type
Tloginfm = class(TForm)
www.eeworm.com/read/199628/7842280
pas loginut.pas
unit loginut;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, ExtCtrls, Buttons;
type
Tloginfm = class(TForm)
www.eeworm.com/read/199624/7842494
bas module1.bas
Attribute VB_Name = "mdlSQLTest"
Public ConnectID As String '连接字
Public CurrentTable As String '记录当前表格
Public DSN As String
Public UID As String
Public PWD As String
'各表的ID,由程序自动产生
Pub
www.eeworm.com/read/299613/7843166
bas modmain.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public DBCON As New ADODB.Connection
Public UserName As String
Public PassWord As String
Public Group As String
Public RsLoginCheck As New ADODB.Rec
www.eeworm.com/read/399317/7870196
frm forfm.frm
VERSION 5.00
Begin VB.Form Frmfm
BorderStyle = 0 'None
ClientHeight = 3450
ClientLeft = 0
ClientTop = 0
ClientWidth = 5640
LinkTopic =
www.eeworm.com/read/399314/7870697
pas unit12.pas
unit Unit12;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, ComCtrls, Mask, DBCtrls, StdCtrls, Buttons, DB,
ADODB;
www.eeworm.com/read/399275/7876313
cs frmemployee.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace EMS.BaseInfo
{
www.eeworm.com/read/399275/7876318
cs frmunits.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
//引用类库
using System.Data.Sq
www.eeworm.com/read/399275/7876333
cs frmstock.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace EMS.BaseInfo
{