代码搜索:enabled
找到约 10,000 项符合「enabled」的源代码
代码结果 10,000
www.eeworm.com/read/236344/14018904
frm regunreg.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "RuActiveX 2.0 beta8"
C
www.eeworm.com/read/236344/14019168
ctl xpgroupbox.ctl
VERSION 5.00
Begin VB.UserControl xpgroupbox
Appearance = 0 'Flat
AutoRedraw = -1 'True
ClientHeight = 1335
ClientLeft = 0
ClientTop = 0
C
www.eeworm.com/read/236344/14019177
ctl xptopbuttons.ctl
VERSION 5.00
Object = "{27395F88-0C0C-101B-A3C9-08002B2F49FB}#1.1#0"; "PICCLP32.OCX"
Begin VB.UserControl xptopbuttons
CanGetFocus = 0 'False
ClientHeight = 1455
ClientLeft
www.eeworm.com/read/236344/14019180
ctl xpcmdbutton.ctl
VERSION 5.00
Object = "{27395F88-0C0C-101B-A3C9-08002B2F49FB}#1.1#0"; "PICCLP32.OCX"
Begin VB.UserControl xpcmdbutton
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColo
www.eeworm.com/read/236244/14024285
sh getcmdlineopt.sh
#! /bin/sh
usage="Usage: $0 [-h remotehost] [-d remotedirectory]... [-f remfile:localfile]... \
[-c localdirectory] [-m filepattern] [-v]"
if [ $# -eq 0 ]; then
echo $usag
www.eeworm.com/read/236230/14025163
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/133678/14030140
~pas ufmain.~pas
unit UFMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, Menus, ExtCtrls, ComCtrls, ToolWin;
type
TForm1 = c
www.eeworm.com/read/133678/14030207
pas ufmain.pas
unit UFMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, Menus, ExtCtrls, ComCtrls, ToolWin;
type
TForm1 = c
www.eeworm.com/read/236004/14036080
c dsp28_sysctrl.c
#include "DSP281x_Device.h"
void InitSysCtrl(void)
{
Uint16 i;
EALLOW;
// On TMX samples, to get the best performance of on chip RAM blocks M0/M1/L0/L1/H0 internal
// contro
www.eeworm.com/read/235809/14051873
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Threading;
namespace ThreadExample4
{