代码搜索:enabled
找到约 10,000 项符合「enabled」的源代码
代码结果 10,000
www.eeworm.com/read/152509/12108523
~pas main.~pas
unit Main;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Buttons, ExtCtrls, Menus, ComCtrls, ToolWin,
TeeProcs, TeEngine, Chart, Ser
www.eeworm.com/read/152509/12108574
pas main.pas
unit Main;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Buttons, ExtCtrls, Menus, ComCtrls, ToolWin,
TeeProcs, TeEngine, Chart, Ser
www.eeworm.com/read/341089/12109349
dni demo.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[State Storage]
Control Register=0
[Sequencer]
Contro
www.eeworm.com/read/254841/12115594
txt kongjianarray.txt
在Delphi中巧改窗体文件实现控件数组化
delphi 开发的应用中,每一个窗体都有一个对应的窗体文件(.dfm),用来记录该窗体的属性以及窗体上所有控件的属性,以便在窗体关闭后能准确地重新生成窗体。几乎所有的DELPHI参考书都没有提到过该文件的具体情况,偶尔提到,也都泛泛而谈,因为窗体文件是二进制文件,只有在DELPHI提供的编辑环境中才能看到它的本来面目,对其进行操作可能会出 ...
www.eeworm.com/read/254741/12121292
frm mainfrm.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
BackColor = &H00FFFF80&
Caption = "调试FX-30MR 通信"
ClientHeight
www.eeworm.com/read/340874/12129779
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace 计算器
{
pub
www.eeworm.com/read/340872/12129840
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace 计算器
{
pub
www.eeworm.com/read/254574/12130136
cpp employee.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Employee.h"
#include "db.h"
#include "Main.h"
//---------------------
www.eeworm.com/read/254574/12130182
~cpp department.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Department.h"
#include "db.h"
#include "Main.h"
//-------------------