代码搜索:enabled
找到约 10,000 项符合「enabled」的源代码
代码结果 10,000
www.eeworm.com/read/116151/14986789
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/115409/15014719
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/115376/15015342
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/215991/15030452
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ImgList, ToolWin, ComCtrls, StdCtrls, ExtCtrls, ActnList, Buttons;
type
TFo
www.eeworm.com/read/215685/15052891
cs mainfrm.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace 进销存管理系统
{
///
/// Form1 的摘要说明